summaryrefslogtreecommitdiffstats
path: root/include/net/dsa.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* dsa: Rename switch chip data to cdAndrew Lunn2016-05-121-2/+2
* dsa: Remove master_dev from switch structureAndrew Lunn2016-05-121-5/+2
* dsa: Move gpio reset into switch driverAndrew Lunn2016-05-121-8/+0
* net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli2016-04-281-0/+5
* net: dsa: remove tag_protocol from dsa_switchVivien Didelot2016-04-211-5/+0
* net: dsa: constify probed nameVivien Didelot2016-04-181-2/+3
* dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn2016-04-141-2/+2
* net: dsa: Remove allocation of driver private memoryAndrew Lunn2016-04-141-1/+0
* net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn2016-04-141-2/+8
* net: dsa: Pass the dsa device to the switch driversAndrew Lunn2016-04-141-1/+2
* net: dsa: make the VLAN add function return voidVivien Didelot2016-04-081-1/+1
* net: dsa: make the FDB add function return voidVivien Didelot2016-04-081-1/+1
* net: dsa: make the STP state function return voidVivien Didelot2016-04-081-2/+2
* net: dsa: make port_bridge_leave return voidVivien Didelot2016-03-141-1/+1
* net: dsa: rename port_*_bridge routinesVivien Didelot2016-03-141-2/+2
* net: dsa: support VLAN filtering switchdev attrVivien Didelot2016-03-011-0/+2
* net: dsa: drop vlan_getnextVivien Didelot2016-02-251-3/+0
* net: dsa: add port_vlan_dump routineVivien Didelot2016-02-251-0/+3
* net: dsa: pass bridge down to driversVivien Didelot2016-02-231-3/+2
* net: dsa: remove DSA link pollingNeil Armstrong2015-12-071-12/+0
* net: dsa: Add support for a switch reset gpioAndrew Lunn2015-11-231-0/+8
* net: dsa: use switchdev obj for VLAN add/del opsVivien Didelot2015-11-011-4/+9
* net: dsa: remove port_fdb_getnextVivien Didelot2015-10-221-3/+0
* net: dsa: add port_fdb_dump functionVivien Didelot2015-10-221-0/+4
* net: dsa: use switchdev obj in port_fdb_delVivien Didelot2015-10-111-1/+1
* net: dsa: push prepare phase in port_fdb_addVivien Didelot2015-10-111-1/+2
* net: dsa: add port_fdb_prepareVivien Didelot2015-10-111-0/+6
* net: dsa: Add dsa_is_dsa_port() helperAndrew Lunn2015-08-181-0/+5
* net: dsa: add support for switchdev VLAN objectsVivien Didelot2015-08-141-0/+11
* net: dsa: change FDB routines prototypesVivien Didelot2015-08-111-6/+11
* Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller2015-08-111-10/+6
* net: dsa: add support for switchdev FDB objectsVivien Didelot2015-08-101-6/+10
* net: dsa: Add basic framework to support ndo_fdb functionsGuenter Roeck2015-03-291-0/+6
* net: dsa: utilize of_find_net_device_by_nodeFlorian Fainelli2015-03-101-0/+1
* net: dsa: let switches specify their tagging protocolFlorian Fainelli2015-03-061-0/+5
* net: dsa: Introduce dsa_is_port_initializedGuenter Roeck2015-02-251-0/+5
* net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli2015-02-251-0/+10
* net: dsa: Add support for reading switch registers with ethtoolGuenter Roeck2014-10-301-0/+7
* net: dsa: Add support for switch EEPROM accessGuenter Roeck2014-10-301-0/+10
* net: dsa: Add support for reporting switch chip temperaturesGuenter Roeck2014-10-301-0/+16
* net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli2014-10-181-0/+1
* net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli2014-09-281-0/+9
* net: dsa: allow enabling and disable switch portsFlorian Fainelli2014-09-281-0/+8
* net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli2014-09-221-0/+8
* net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli2014-09-221-0/+6
* net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli2014-09-191-0/+1
* dsa: Replace mii_bus with a generic host deviceAlexander Duyck2014-09-151-4/+5
* dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck2014-09-151-4/+6
* net: dsa: change tag_protocol to an enumFlorian Fainelli2014-09-131-7/+10
* net: dsa: add Broadcom tag RX/TX handlerFlorian Fainelli2014-08-281-0/+5