summaryrefslogtreecommitdiffstats
path: root/include/net/dsa.h
AgeCommit message (Expand)AuthorLines
2016-09-23net: dsa: add port fast ageingVivien Didelot-0/+2
2016-09-16net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin-0/+1
2016-09-01net: dsa: remove ds_to_privVivien Didelot-5/+0
2016-08-31net: dsa: add MDB supportVivien Didelot-0/+16
2016-08-24net: dsa: rename switch operations structureVivien Didelot-5/+5
2016-08-22net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn-2/+3
2016-08-19net: dsa: Export suspend/resume functionsFlorian Fainelli-0/+14
2016-07-19net: dsa: support switchdev ageing time attrVivien Didelot-0/+2
2016-07-08net: dsa: initialize the routing tableVivien Didelot-0/+2
2016-06-08net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli-0/+1
2016-06-04net: dsa: Add new binding implementationAndrew Lunn-0/+20
2016-06-04net: dsa: Refactor selection of tag ops into a functionAndrew Lunn-1/+7
2016-06-04net: dsa: Copy the routing table into the switch structureAndrew Lunn-1/+8
2016-06-04net: dsa: Remove dynamic allocate of routing tableAndrew Lunn-5/+4
2016-06-04net: dsa: Move port device node into port structureAndrew Lunn-0/+1
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn-2/+6
2016-05-11dsa: Rename switch chip data to cdAndrew Lunn-2/+2
2016-05-11dsa: Remove master_dev from switch structureAndrew Lunn-5/+2
2016-05-11dsa: Move gpio reset into switch driverAndrew Lunn-8/+0
2016-04-28net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli-0/+5
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot-5/+0
2016-04-17net: dsa: constify probed nameVivien Didelot-2/+3
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn-2/+2
2016-04-13net: dsa: Remove allocation of driver private memoryAndrew Lunn-1/+0
2016-04-13net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn-2/+8
2016-04-13net: dsa: Pass the dsa device to the switch driversAndrew Lunn-1/+2
2016-04-08net: dsa: make the VLAN add function return voidVivien Didelot-1/+1
2016-04-08net: dsa: make the FDB add function return voidVivien Didelot-1/+1
2016-04-08net: dsa: make the STP state function return voidVivien Didelot-2/+2
2016-03-14net: dsa: make port_bridge_leave return voidVivien Didelot-1/+1
2016-03-14net: dsa: rename port_*_bridge routinesVivien Didelot-2/+2
2016-03-01net: dsa: support VLAN filtering switchdev attrVivien Didelot-0/+2
2016-02-25net: dsa: drop vlan_getnextVivien Didelot-3/+0
2016-02-25net: dsa: add port_vlan_dump routineVivien Didelot-0/+3
2016-02-23net: dsa: pass bridge down to driversVivien Didelot-3/+2
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