aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dsa.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-11dsa: Rename switch chip data to cdAndrew Lunn1-2/+2
2016-05-11dsa: Remove master_dev from switch structureAndrew Lunn1-5/+2
2016-05-11dsa: Move gpio reset into switch driverAndrew Lunn1-8/+0
2016-04-28net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli1-0/+5
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot1-5/+0
2016-04-17net: dsa: constify probed nameVivien Didelot1-2/+3
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn1-2/+2
2016-04-13net: dsa: Remove allocation of driver private memoryAndrew Lunn1-1/+0
2016-04-13net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn1-2/+8
2016-04-13net: dsa: Pass the dsa device to the switch driversAndrew Lunn1-1/+2
2016-04-08net: dsa: make the VLAN add function return voidVivien Didelot1-1/+1
2016-04-08net: dsa: make the FDB add function return voidVivien Didelot1-1/+1
2016-04-08net: dsa: make the STP state function return voidVivien Didelot1-2/+2
2016-03-14net: dsa: make port_bridge_leave return voidVivien Didelot1-1/+1
2016-03-14net: dsa: rename port_*_bridge routinesVivien Didelot1-2/+2
2016-03-01net: dsa: support VLAN filtering switchdev attrVivien Didelot1-0/+2
2016-02-25net: dsa: drop vlan_getnextVivien Didelot1-3/+0
2016-02-25net: dsa: add port_vlan_dump routineVivien Didelot1-0/+3
2016-02-23net: dsa: pass bridge down to driversVivien Didelot1-3/+2
2015-12-07net: dsa: remove DSA link pollingNeil Armstrong1-12/+0
2015-11-23net: dsa: Add support for a switch reset gpioAndrew Lunn1-0/+8
2015-11-01net: dsa: use switchdev obj for VLAN add/del opsVivien Didelot1-4/+9
2015-10-22net: dsa: remove port_fdb_getnextVivien Didelot1-3/+0
2015-10-22net: dsa: add port_fdb_dump functionVivien Didelot1-0/+4
2015-10-11net: dsa: use switchdev obj in port_fdb_delVivien Didelot1-1/+1
2015-10-11net: dsa: push prepare phase in port_fdb_addVivien Didelot1-1/+2
2015-10-11net: dsa: add port_fdb_prepareVivien Didelot1-0/+6
2015-08-18net: dsa: Add dsa_is_dsa_port() helperAndrew Lunn1-0/+5
2015-08-13net: dsa: add support for switchdev VLAN objectsVivien Didelot1-0/+11
2015-08-11net: dsa: change FDB routines prototypesVivien Didelot1-6/+11
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller1-10/+6
2015-08-09net: dsa: add support for switchdev FDB objectsVivien Didelot1-6/+10
2015-03-29net: dsa: Add basic framework to support ndo_fdb functionsGuenter Roeck1-0/+6
2015-03-09net: dsa: utilize of_find_net_device_by_nodeFlorian Fainelli1-0/+1
2015-03-06net: dsa: let switches specify their tagging protocolFlorian Fainelli1-0/+5
2015-02-25net: dsa: Introduce dsa_is_port_initializedGuenter Roeck1-0/+5
2015-02-25net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli1-0/+10
2014-10-30net: dsa: Add support for reading switch registers with ethtoolGuenter Roeck1-0/+7
2014-10-30net: dsa: Add support for switch EEPROM accessGuenter Roeck1-0/+10
2014-10-30net: dsa: Add support for reporting switch chip temperaturesGuenter Roeck1-0/+16
2014-10-17net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli1-0/+1
2014-09-28net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli1-0/+9
2014-09-28net: dsa: allow enabling and disable switch portsFlorian Fainelli1-0/+8
2014-09-22net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli1-0/+8
2014-09-22net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli1-0/+6
2014-09-19net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli1-0/+1
2014-09-15dsa: Replace mii_bus with a generic host deviceAlexander Duyck1-4/+5
2014-09-15dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck1-4/+6
2014-09-13net: dsa: change tag_protocol to an enumFlorian Fainelli1-7/+10
2014-08-27net: dsa: add Broadcom tag RX/TX handlerFlorian Fainelli1-0/+5