AR8216: make ARL age time configurable
[openwrt.git] / target / linux / generic / files / drivers / net / phy / ar8216.c
2016-03-04 blogicAR8216: make ARL age time configurable
2016-03-04 blogicAR8216: remove redundant port number in MIB header...
2016-03-04 blogicAR8216: complement MIB counters with info in GiB /...
2016-03-04 blogicAR8216: don't display MIB counters if all are empty
2015-07-15 nbdar8216: add swconfig attributes for ARL table flushing
2015-07-15 nbdar8216: adjust ATU flushing in case of link changes
2015-07-15 nbdar8216: add ARL table flushing per port
2015-07-15 nbdar8216: add reading ARL table for AR8216/AR8236/AR8316
2015-01-24 nbdar8216: prefix mii_xxx functions to avoid kernel namesp...
2015-01-24 nbdar8216: add swconfig attribute to display ARL table...
2015-01-24 nbdar8216: decrease page switch wait time
2015-01-24 nbdar8216: add link change detection for switch ports
2015-01-24 nbdar8216: fix ATU flushing
2015-01-18 nbdar8216: add 802.3az EEE info to swconfig get_link attribute
2015-01-18 nbdar8216: introduce enable_eee swconfig attribute to...
2015-01-17 blogicar8216: introduce ar8xxx_reg_clear complementing ar8xxx...
2015-01-17 blogicar8216: replace ar8xxx_rmw with ar8xxx_reg_set where...
2015-01-17 blogicar8216: define all switch_addr structs as const
2015-01-05 nbdar8216: factor out AR8327/AR8337-specific driver code...
2015-01-05 nbdar8216: move definitions from ar8216.c to ar8216.h...
2014-12-18 nbdar8216: Inline function ar8xxx_create_mii
2014-12-18 nbdar8216: Remove read/write/rmw member functions from...
2014-12-18 nbdar8216: Create helpers mii_read32 / mii_write32 for...
2014-12-18 nbdar8216: Factor out chip-specific parameters from ar8xxx...
2014-12-18 nbdar8216: remove unused function parameter in ar8327_led_...
2014-12-12 nbdar8216: enable cpu port to receive arp and broadcast...
2014-12-01 blogicar8216: factor out reg_port_stats_base parameters to...
2014-12-01 blogicar8216: factor out mii_lo_first to ar8xxx_chip
2014-12-01 blogicar8216: factor out chip-specific data structures from...
2014-12-01 blogicar8216: factor out set_mirror_regs to ar8xxx_chip
2014-12-01 blogicar8216: factor out mib_func to ar8xxx_chip
2014-12-01 blogicar8216: factor out info whether switch should be config...
2014-11-27 nbdar8216: suppress PHY reset for linux 3.14
2014-11-24 nbdar8216: Fix issue with autoneg being disabled under...
2014-11-20 nbdar8216: Use generic hw_init from ar8236 for ar8216 too
2014-11-20 nbdar8216: simplify PHY fixup/init
2014-11-19 nbdar8216: use genphy_config_aneg also for PHY 0
2014-11-19 nbdar8216: factor out PHY init code into a generic function
2014-11-19 nbdar8216: introduce fixup_phys callback in ar8xxx_chip
2014-11-19 nbdar8216: after a switch reset poll until BCMR_RESET...
2014-11-19 nbdar8216: introduce global constant for number of PHYs
2014-11-14 blogicar8216: fix "unused variable" compiler warning
2014-10-02 nbdar8216: set the pvid based on runtime state instead...
2014-09-23 nbdar71xx: ar8216: tagged+untagged on ar8327 (#12181)
2014-09-23 nbdar71xx: ar8216: move policies, pvid to setup_port
2014-07-14 blogicar8216: add new phyid 0x004dd043 (ar8326)
2014-07-10 nbdar8216: disable EEE by default on AR8327 to fix stabili...
2014-05-24 jowRevert "ar71xx: Fix tagged+untagged operation on AR8327...
2014-05-19 jowar71xx: Fix tagged+untagged operation on AR8327N (...
2014-01-20 juhosggeneric: ar8216: add custom LED support for the AR8327...
2014-01-20 juhosggeneric: ar8216: allow to use chip specific cleanup...
2014-01-20 juhosggeneric: ar8216: add optimized rmw operation
2013-12-15 juhosggeneric: ar8216: Enable jumbo frames on AR8327 by default
2013-11-29 juhosggeneric: ar8216: add AR8337N switch support
2013-11-29 juhosggeneric: ar8216: remove trailing whitespaces
2013-05-30 juhosggeneric: ar8216: allow to specify SGMII config via...
2013-05-30 juhosggeneric: ar8216: add get_port_link callback
2013-05-30 juhosggeneric: ar8216: show chip revision in the kernel log
2013-05-24 lukageneric: ar8216: add port mirroring
2013-05-13 nbdkernel: add missing PHY ID for an AR8327 switch variant
2013-03-15 juhosggeneric: ar8216: start AR8327 switch from the probe...
2013-03-15 juhosggeneric: ar8216: add ar8xxx_start helper
2013-03-15 juhosggeneric: ar8216: add OF configuration support for AR8327
2013-03-15 juhosggeneric: ar8216: separate platform_data based AR8327...
2013-03-15 juhosggeneric: ar8216: don't use platform_data in ar8327_init...
2013-03-15 juhosggeneric: ar8216: move the ar8327_get_port_init_status...
2013-03-15 juhosggeneric: ar8216: simplify and rename ar8327_config_port
2013-03-15 juhosggeneric: ar8216: remove superfluous pdata checks
2013-02-17 juhosggeneric: ar8216: cleanup function/variable names
2013-02-17 juhosggeneric: ar8216: rename struct ar8216_priv to ar8xxx_priv
2013-02-14 juhosggeneric: ar8216: move PHY4 RGMII workaround code out...
2013-02-14 juhosggeneric: ar8216: register the switch from the probe...
2013-02-11 juhosgar8216: remove superfluous code from ar8216_config_init
2013-02-11 juhosggeneric: ar8216: don't use ethernet device name in...
2013-02-11 juhosggeneric: ar8216: reuse the private data from ar8216_probe
2013-02-11 juhosggeneric: ar8216: use phydev instead of pdev everywhere
2013-02-11 juhosggeneric: ar8216: use pr_* macros for kernel messages
2013-02-11 juhosggeneric: ar8216: fix PHY features setup
2013-02-10 juhosggeneric: ar8216: add ar8xxx_probe_switch helper
2013-02-10 juhosggeneric: ar8216: rename ar8xxx_mib_cleanup to ar8xxx_mi...
2013-02-10 juhosggeneric: ar8216: free mib counters from ar8xxx_free
2013-02-10 juhosggeneric: ar8216: add ar8xxx_free helper
2013-02-10 juhosggeneric: ar8216: add ar8xxx_create{,mii} helpers
2013-02-10 juhosggeneric: ar8216: remove redundant phy address check
2013-02-10 juhosggeneric: ar8216: only set phy_ptr if packet mangling...
2013-02-10 juhosggeneric: ar8216: add defines for the AR8316 POSTRIP...
2013-02-10 juhosggeneric: ar8216: don't probe the chip multiple times
2013-02-10 juhosggeneric: ar8216: add sanity check to ar8216_probe
2013-02-10 juhosggeneric: ar8216: skip probe on unused PHY addresses
2013-02-09 juhosggeneric: ar8216: move sleep out of the loop
2013-02-08 juhosggeneric: ar8216: simplify phy features setup
2013-02-08 juhosggeneric: ar8216: don't use mdio bus specific functions...
2013-02-07 juhosggeneric: ar8216: use inline function to convert swdev...
2013-02-07 juhosggeneric: ar8216: add mii_bus field to struct ar8216_priv
2013-02-07 juhosggeneric: ar8216: add detach callback
2013-02-05 juhosggeneric: ar8216: clear driver specific data pointer...
2013-02-05 juhosggeneric: ar8216: unregister switch on error path
2012-12-25 juhosggeneric: ar8216: add sgmii_delay_en field to ar8327_pla...
2012-12-22 juhosggeneric: ar8216: don't use 0 as default VID on AR8327
2012-12-22 juhosggeneric: ar8316: allow to configure port 6 via platform...
next