index
:
openwrt/upstream
attitude_adjustment
barrier_breaker
chaos_calmer
lede-17.01
less-old-master
master
old-master
openwrt-18.06
openwrt-19.07
upstream
upstream openwrt
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
linux
/
generic
/
files
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
ar71xx: add Netgear WNR1000v2/WNR1000v2-VC support (#18633)
John Crispin
2015-01-30
1
-0
/
+4
*
ar8216: prefix mii_xxx functions to avoid kernel namespace pollution
Felix Fietkau
2015-01-24
3
-18
/
+18
*
ar8216: add swconfig attribute to display ARL table on AR8327/AR8337
Felix Fietkau
2015-01-24
4
-15
/
+220
*
ar8216: decrease page switch wait time
Felix Fietkau
2015-01-24
2
-3
/
+9
*
ar8216: add link change detection for switch ports
Felix Fietkau
2015-01-24
2
-0
/
+36
*
ar8216: fix ATU flushing
Felix Fietkau
2015-01-24
2
-9
/
+5
*
ar8216: display flow control info in swconfig get_link in case of autonegatia...
Felix Fietkau
2015-01-18
2
-1
/
+19
*
ar8216: add 802.3az EEE info to swconfig get_link attribute
Felix Fietkau
2015-01-18
4
-1
/
+47
*
ar8216: introduce enable_eee swconfig attribute to control 802.3az EEE per port
Felix Fietkau
2015-01-18
4
-17
/
+122
*
ar8216: introduce ar8xxx_reg_clear complementing ar8xxx_reg_set
John Crispin
2015-01-17
3
-12
/
+14
*
ar8216: replace ar8xxx_rmw with ar8xxx_reg_set where appropriate
John Crispin
2015-01-17
2
-12
/
+7
*
ar8216: define all switch_addr structs as const
John Crispin
2015-01-17
2
-6
/
+6
*
mvsw61xx: track and set per-VLAN port state in STU
Luka Perkov
2015-01-11
2
-7
/
+32
*
mvsw61xx: clean up and expand register definitions
Luka Perkov
2015-01-11
2
-29
/
+50
*
mvsw61xx: rework chip recognition
Luka Perkov
2015-01-11
2
-10
/
+31
*
mvsw6171: rename to 'mvsw61xx'
Luka Perkov
2015-01-11
2
-129
/
+129
*
ar8216: factor out AR8327/AR8337-specific driver code into ar8327.c
Felix Fietkau
2015-01-05
3
-1030
/
+1134
*
ar8216: move definitions from ar8216.c to ar8216.h and introduce ar8327.h
Felix Fietkau
2015-01-05
3
-345
/
+365
*
kernel: add mtd split support for trx images
Felix Fietkau
2015-01-02
3
-0
/
+153
*
kernel: add a mtdsplit implementation for tp-link firmware headers
Felix Fietkau
2015-01-02
3
-0
/
+175
*
kernel: move mtdsplit files to drivers/mtd/mtdsplit/ to simplify maintenance,...
Felix Fietkau
2015-01-02
8
-0
/
+17
*
kernel: remove openwrt micrel.c (replaced by upstream driver)
Felix Fietkau
2014-12-22
1
-83
/
+0
*
mvsw6171: note support for 88E6172 switches
Luka Perkov
2014-12-19
1
-1
/
+1
*
ar8216: Inline function ar8xxx_create_mii
Felix Fietkau
2014-12-18
1
-13
/
+3
*
ar8216: Remove read/write/rmw member functions from ar8xxx_priv
Felix Fietkau
2014-12-18
1
-65
/
+51
*
ar8216: Create helpers mii_read32 / mii_write32 for 32 bit MII ops
Felix Fietkau
2014-12-18
1
-34
/
+40
*
ar8216: Factor out chip-specific parameters from ar8xxx_probe_switch
Felix Fietkau
2014-12-18
1
-117
/
+151
*
ar8216: remove unused function parameter in ar8327_led_register
Felix Fietkau
2014-12-18
1
-2
/
+2
*
ar8216: enable cpu port to receive arp and broadcast frames for ar8236
Felix Fietkau
2014-12-12
2
-0
/
+12
*
kernel: add driver for Marvell 88E6171 switch
John Crispin
2014-12-01
2
-0
/
+1096
*
ar8216: factor out reg_port_stats_base parameters to ar8xxx_chip
John Crispin
2014-12-01
2
-13
/
+20
*
ar8216: factor out mii_lo_first to ar8xxx_chip
John Crispin
2014-12-01
1
-5
/
+5
*
ar8216: factor out chip-specific data structures from ar8xxx_priv
John Crispin
2014-12-01
1
-15
/
+16
*
ar8216: factor out set_mirror_regs to ar8xxx_chip
John Crispin
2014-12-01
1
-15
/
+13
*
ar8216: factor out mib_func to ar8xxx_chip
John Crispin
2014-12-01
1
-6
/
+6
*
ar8216: factor out info whether switch should be configured at probe stage to...
John Crispin
2014-12-01
1
-2
/
+4
*
ar8216: suppress PHY reset for linux 3.14
Felix Fietkau
2014-11-27
1
-2
/
+2
*
ar8216: Fix issue with autoneg being disabled under 3.14, revert 43332
Felix Fietkau
2014-11-24
1
-2
/
+47
*
ar8216: Use generic hw_init from ar8236 for ar8216 too
Felix Fietkau
2014-11-20
1
-13
/
+7
*
ar8216: simplify PHY fixup/init
Felix Fietkau
2014-11-20
1
-19
/
+10
*
ar8216: use genphy_config_aneg also for PHY 0
Felix Fietkau
2014-11-19
1
-10
/
+1
*
ar8216: factor out PHY init code into a generic function
Felix Fietkau
2014-11-19
1
-41
/
+25
*
ar8216: introduce fixup_phys callback in ar8xxx_chip
Felix Fietkau
2014-11-19
1
-2
/
+13
*
ar8216: after a switch reset poll until BCMR_RESET is cleared
Felix Fietkau
2014-11-19
1
-3
/
+29
*
ar8216: introduce global constant for number of PHYs
Felix Fietkau
2014-11-19
2
-4
/
+5
*
ar8216: fix "unused variable" compiler warning
John Crispin
2014-11-14
1
-1
/
+1
*
ar71xx: add support for Netgear WNR2000v4
John Crispin
2014-11-03
1
-1
/
+6
*
swconfig: last vs tail
John Crispin
2014-10-29
1
-1
/
+1
*
swconfig: "swconfig list" shows devices in reverse order
John Crispin
2014-10-29
1
-1
/
+1
*
ar8216: set the pvid based on runtime state instead of port number to fix lea...
Felix Fietkau
2014-10-02
1
-3
/
+1
[next]