summaryrefslogtreecommitdiffstats
path: root/include/net/dsa.h
AgeCommit message (Expand)AuthorLines
2015-12-07net: dsa: remove DSA link pollingNeil Armstrong-12/+0
2015-11-23net: dsa: Add support for a switch reset gpioAndrew Lunn-0/+8
2015-11-01net: dsa: use switchdev obj for VLAN add/del opsVivien Didelot-4/+9
2015-10-22net: dsa: remove port_fdb_getnextVivien Didelot-3/+0
2015-10-22net: dsa: add port_fdb_dump functionVivien Didelot-0/+4
2015-10-11net: dsa: use switchdev obj in port_fdb_delVivien Didelot-1/+1
2015-10-11net: dsa: push prepare phase in port_fdb_addVivien Didelot-1/+2
2015-10-11net: dsa: add port_fdb_prepareVivien Didelot-0/+6
2015-08-18net: dsa: Add dsa_is_dsa_port() helperAndrew Lunn-0/+5
2015-08-13net: dsa: add support for switchdev VLAN objectsVivien Didelot-0/+11
2015-08-11net: dsa: change FDB routines prototypesVivien Didelot-6/+11
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller-10/+6
2015-08-09net: dsa: add support for switchdev FDB objectsVivien Didelot-6/+10
2015-03-29net: dsa: Add basic framework to support ndo_fdb functionsGuenter Roeck-0/+6
2015-03-09net: dsa: utilize of_find_net_device_by_nodeFlorian Fainelli-0/+1
2015-03-06net: dsa: let switches specify their tagging protocolFlorian Fainelli-0/+5
2015-02-25net: dsa: Introduce dsa_is_port_initializedGuenter Roeck-0/+5
2015-02-25net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli-0/+10
2014-10-30net: dsa: Add support for reading switch registers with ethtoolGuenter Roeck-0/+7
2014-10-30net: dsa: Add support for switch EEPROM accessGuenter Roeck-0/+10
2014-10-30net: dsa: Add support for reporting switch chip temperaturesGuenter Roeck-0/+16
2014-10-17net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli-0/+1
2014-09-28net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli-0/+9
2014-09-28net: dsa: allow enabling and disable switch portsFlorian Fainelli-0/+8
2014-09-22net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli-0/+8
2014-09-22net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli-0/+6
2014-09-19net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli-0/+1
2014-09-15dsa: Replace mii_bus with a generic host deviceAlexander Duyck-4/+5
2014-09-15dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck-4/+6
2014-09-13net: dsa: change tag_protocol to an enumFlorian Fainelli-7/+10
2014-08-27net: dsa: add Broadcom tag RX/TX handlerFlorian Fainelli-0/+5
2014-08-27net: dsa: allow updating fixed PHY link informationFlorian Fainelli-0/+3
2014-08-27net: dsa: allow drivers to do link adjustmentFlorian Fainelli-0/+7
2014-08-27net: dsa: allow switches to work without taggingFlorian Fainelli-0/+5
2014-08-27net: dsa: allow for more complex PHY setupsFlorian Fainelli-0/+1
2014-08-27net: dsa: retain a per-port device_node pointerFlorian Fainelli-0/+1
2014-08-27net: dsa: provide a switch device device tree node pointerFlorian Fainelli-0/+7
2014-08-27net: dsa: reduce number of protocol hooksFlorian Fainelli-17/+3
2014-04-30net: dsa: add ds_to_privFlorian Fainelli-0/+5
2011-12-01dsa: Include linux/if_ether.h to fix build errorAxel Lin-0/+1
2011-11-29dsa: Move all definitions needed by drivers into <net/dsa.h>Ben Hutchings-0/+90
2011-11-26dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings-2/+51
2009-03-21dsa: add switch chip cascading supportLennert Buytenhek-9/+33
2008-10-08dsa: add support for Trailer tagging formatLennert Buytenhek-0/+1
2008-10-08dsa: add support for original DSA tagging formatLennert Buytenhek-0/+2
2008-10-08net: Distributed Switch Architecture protocol supportLennert Buytenhek-0/+34