index
:
mtk-20170518
master
mtk-20170518
nearest-from-mtk-20170518
MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
linux
/
generic
/
files
/
drivers
/
net
/
phy
/
ar8216.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
generic: ar8216: fix invalid bounds check imported from ChromeOS (FS#347)
Jo-Philipp Wich
2016-12-23
1
-1
/
+1
*
net: ar8216: address security vulnerabilities in swconfig & ar8216
Pavel Kubelun
2016-12-01
1
-4
/
+17
*
net: ar8216: prevent device duplication in ar8xxx_dev_list
Pavel Kubelun
2016-12-01
1
-2
/
+2
*
net: ar8216: hold ar8xxx_dev_list_lock during use_count--
Pavel Kubelun
2016-12-01
1
-3
/
+6
*
net: ar8216: sync mib_work cancellation
Pavel Kubelun
2016-12-01
1
-1
/
+1
*
generic: ar8216: improve ar8xxx_is_possible check
Christian Lamparter
2016-10-15
1
-6
/
+6
*
treewide: replace nbd@openwrt.org with nbd@nbd.name
Felix Fietkau
2016-06-07
1
-1
/
+1
*
AR8216: improve mmd register access
John Crispin
2016-03-04
1
-4
/
+12
*
AR8216: make ARL age time configurable
John Crispin
2016-03-04
1
-4
/
+55
*
AR8216: remove redundant port number in MIB header line
John Crispin
2016-03-04
1
-2
/
+1
*
AR8216: complement MIB counters with info in GiB / MiB / KiB
John Crispin
2016-03-04
1
-5
/
+40
*
AR8216: don't display MIB counters if all are empty
John Crispin
2016-03-04
1
-1
/
+8
*
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
[next]