summaryrefslogtreecommitdiffstats
path: root/include/net/dsa.h
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: remove unnecessary phy*.h includesRussell King2017-02-101-2/+3
* net: dsa: Add support for platform dataFlorian Fainelli2017-02-071-0/+6
* net: dsa: Rename and export dev_to_net_device()Florian Fainelli2017-02-071-0/+1
* net: dsa: introduce bridge notifierVivien Didelot2017-02-061-0/+10
* net: dsa: add switch notifierVivien Didelot2017-02-061-0/+7
* net: dsa: Add plumbing for port mirroringFlorian Fainelli2017-01-301-0/+33
* net: dsa: Hook {get,set}_rxnfc ethtool operationsFlorian Fainelli2017-01-301-0/+8
* net: dsa: pass bridge device when a port leavesVivien Didelot2017-01-291-1/+2
* net: dsa: move bridge device in dsa_portVivien Didelot2017-01-291-0/+1
* net: dsa: add ds and index to dsa_portVivien Didelot2017-01-291-0/+2
* net: dsa: variable number of portsVivien Didelot2017-01-291-1/+5
* net: dsa: Pass device pointer to dsa_register_switchFlorian Fainelli2017-01-261-1/+1
* net: dsa: Mop up remaining NET_DSA_HWMON referencesAndrew Lunn2017-01-251-8/+0
* net: dsa: Remove hwmon supportAndrew Lunn2017-01-201-8/+0
* net: dsa: store CPU switch structure in the treeVivien Didelot2017-01-181-4/+4
* net: dsa: Make dsa_switch_ops constFlorian Fainelli2017-01-091-2/+2
* net: dsa: Encapsulate legacy switch drivers into dsa_switch_driverFlorian Fainelli2017-01-091-4/+7
* net: dsa: add port fast ageingVivien Didelot2016-09-231-0/+2
* net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin2016-09-161-0/+1
* net: dsa: remove ds_to_privVivien Didelot2016-09-011-5/+0
* net: dsa: add MDB supportVivien Didelot2016-08-311-0/+16
* net: dsa: rename switch operations structureVivien Didelot2016-08-241-5/+5
* net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn2016-08-221-2/+3
* net: dsa: Export suspend/resume functionsFlorian Fainelli2016-08-191-0/+14
* net: dsa: support switchdev ageing time attrVivien Didelot2016-07-191-0/+2
* net: dsa: initialize the routing tableVivien Didelot2016-07-081-0/+2
* net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli2016-06-081-0/+1
* net: dsa: Add new binding implementationAndrew Lunn2016-06-041-0/+20
* net: dsa: Refactor selection of tag ops into a functionAndrew Lunn2016-06-041-1/+7
* net: dsa: Copy the routing table into the switch structureAndrew Lunn2016-06-041-1/+8
* net: dsa: Remove dynamic allocate of routing tableAndrew Lunn2016-06-041-5/+4
* net: dsa: Move port device node into port structureAndrew Lunn2016-06-041-0/+1
* net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn2016-06-041-2/+6
* dsa: Rename switch chip data to cdAndrew Lunn2016-05-111-2/+2
* dsa: Remove master_dev from switch structureAndrew Lunn2016-05-111-5/+2
* dsa: Move gpio reset into switch driverAndrew Lunn2016-05-111-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-171-2/+3
* dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn2016-04-131-2/+2
* net: dsa: Remove allocation of driver private memoryAndrew Lunn2016-04-131-1/+0
* net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn2016-04-131-2/+8
* net: dsa: Pass the dsa device to the switch driversAndrew Lunn2016-04-131-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