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
/
net
/
phy
/
ar8216.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ar8216: add swconfig attributes for ARL table flushing
Felix Fietkau
2015-07-15
1
-1
/
+47
*
ar8216: adjust ATU flushing in case of link changes
Felix Fietkau
2015-07-15
1
-6
/
+4
*
ar8216: add ARL table flushing per port
Felix Fietkau
2015-07-15
1
-0
/
+19
*
ar8216: add reading ARL table for AR8216/AR8236/AR8316
Felix Fietkau
2015-07-15
1
-4
/
+77
*
ar8216: prefix mii_xxx functions to avoid kernel namespace pollution
Felix Fietkau
2015-01-24
1
-6
/
+6
*
ar8216: add swconfig attribute to display ARL table on AR8327/AR8337
Felix Fietkau
2015-01-24
1
-15
/
+81
*
ar8216: decrease page switch wait time
Felix Fietkau
2015-01-24
1
-3
/
+3
*
ar8216: add link change detection for switch ports
Felix Fietkau
2015-01-24
1
-0
/
+35
*
ar8216: fix ATU flushing
Felix Fietkau
2015-01-24
1
-8
/
+3
*
ar8216: add 802.3az EEE info to swconfig get_link attribute
Felix Fietkau
2015-01-18
1
-0
/
+17
*
ar8216: introduce enable_eee swconfig attribute to control 802.3az EEE per port
Felix Fietkau
2015-01-18
1
-5
/
+9
*
ar8216: introduce ar8xxx_reg_clear complementing ar8xxx_reg_set
John Crispin
2015-01-17
1
-6
/
+4
*
ar8216: replace ar8xxx_rmw with ar8xxx_reg_set where appropriate
John Crispin
2015-01-17
1
-8
/
+5
*
ar8216: define all switch_addr structs as const
John Crispin
2015-01-17
1
-3
/
+3
*
ar8216: factor out AR8327/AR8337-specific driver code into ar8327.c
Felix Fietkau
2015-01-05
1
-1030
/
+29
*
ar8216: move definitions from ar8216.c to ar8216.h and introduce ar8327.h
Felix Fietkau
2015-01-05
1
-177
/
+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
1
-0
/
+9
*
ar8216: factor out reg_port_stats_base parameters to ar8xxx_chip
John Crispin
2014-12-01
1
-7
/
+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
1
-3
/
+5
*
ar8216: fix "unused variable" compiler warning
John Crispin
2014-11-14
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
*
ar71xx: ar8216: tagged+untagged on ar8327 (#12181)
Felix Fietkau
2014-09-23
1
-7
/
+53
*
ar71xx: ar8216: move policies, pvid to setup_port
Felix Fietkau
2014-09-23
1
-41
/
+52
*
ar8216: add new phyid 0x004dd043 (ar8326)
John Crispin
2014-07-14
1
-0
/
+1
*
ar8216: disable EEE by default on AR8327 to fix stability issues (#14597)
Felix Fietkau
2014-07-10
1
-0
/
+9
*
Revert "ar71xx: Fix tagged+untagged operation on AR8327N (#12181)"
Jo-Philipp Wich
2014-05-24
1
-154
/
+72
*
ar71xx: Fix tagged+untagged operation on AR8327N (#12181)
Jo-Philipp Wich
2014-05-19
1
-72
/
+154
*
generic: ar8216: add custom LED support for the AR8327 switch
Gabor Juhos
2014-01-20
1
-0
/
+365
*
generic: ar8216: allow to use chip specific cleanup callback
Gabor Juhos
2014-01-20
1
-0
/
+5
*
generic: ar8216: add optimized rmw operation
Gabor Juhos
2014-01-20
1
-20
/
+44
*
generic: ar8216: Enable jumbo frames on AR8327 by default
Gabor Juhos
2013-12-15
1
-2
/
+2
*
generic: ar8216: add AR8337N switch support
Gabor Juhos
2013-11-29
1
-6
/
+25
[next]