summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-02-12net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge1-4/+8
2018-08-06net: dsa: Do not suspend/resume closed slave_devFlorian Fainelli1-0/+6
2017-11-15net: dsa: select NET_SWITCHDEVVivien Didelot1-2/+3
2017-10-12net: dsa: Fix network device registration orderFlorian Fainelli1-11/+17
2017-07-05net: dsa: Check return value of phy_connect_direct()Florian Fainelli1-4/+2
2017-02-18net: dsa: Do not destroy invalid network devicesFlorian Fainelli1-0/+1
2017-02-04net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli1-0/+2
2017-01-15net: dsa: Ensure validity of dst->ds[0]Florian Fainelli1-4/+7
2016-11-30net: dsa: slave: fix fixed-link phydev leaksJohan Hovold1-1/+11
2016-11-30of_mdio: add helper to deregister fixed-link PHYsJohan Hovold4-24/+23
2016-11-30net: dsa: slave: fix of-node leak and phy priorityJohan Hovold1-2/+5
2016-11-28net: dsa: fix unbalanced dsa_switch_tree reference countingNikita Yushchenko1-1/+3
2016-11-28net: dsa: fix fixed-link-phy device leaksJohan Hovold1-1/+4
2016-09-23net: dsa: add port fast ageingVivien Didelot2-0/+20
2016-09-23net: dsa: add port STP state helperVivien Didelot1-7/+10
2016-09-20net-next: dsa: make the set_addr() operation optionalJohn Crispin2-6/+10
2016-09-20net-next: dsa: fix duplicate invocation of set_addr()John Crispin1-4/+0
2016-09-16net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin6-0/+148
2016-08-31net: dsa: add MDB supportVivien Didelot3-0/+94
2016-08-25net: dsa: rename switch operations structureVivien Didelot9-137/+137
2016-08-23net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn7-8/+34
2016-08-20net: dsa: bcm_sf2: Make it a real platform device driverFlorian Fainelli2-61/+118
2016-08-20net: dsa: Export suspend/resume functionsFlorian Fainelli2-2/+18
2016-07-20net: dsa: support switchdev ageing time attrVivien Didelot2-0/+43
2016-07-12net: dsa: Fix non static symbol warningWei Yongjun1-1/+1
2016-07-09net: dsa: initialize the routing tableVivien Didelot3-1/+14
2016-06-08net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli5-10/+50
2016-06-08net: dsa: Add initialization helper for CPU port ethtool_opsFlorian Fainelli2-6/+9
2016-06-08net: dsa: Provide a slave MII bus if neededFlorian Fainelli1-0/+15
2016-06-08net: dsa: Initialize ds->enabled_port_mask and ds->phys_mii_maskFlorian Fainelli1-0/+15
2016-06-08net: dsa: Provide unique DSA slave MII bus namesFlorian Fainelli1-1/+2
2016-06-04net: dsa: Add new binding implementationAndrew Lunn7-4/+694
2016-06-04net: dsa: Make mdio bus optionalAndrew Lunn1-11/+13
2016-06-04net: dsa: Refactor selection of tag ops into a functionAndrew Lunn4-61/+54
2016-06-04net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn2-35/+54
2016-06-04net: dsa: Copy the routing table into the switch structureAndrew Lunn3-3/+12
2016-06-04net: dsa: Remove dynamic allocate of routing tableAndrew Lunn3-19/+5
2016-06-04net: dsa: Move port device node into port structureAndrew Lunn3-7/+7
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn9-29/+38
2016-06-04net: dsa: tag_{e}dsa.c: Remove dependency on platform dataAndrew Lunn2-2/+10
2016-06-04net: dsa: slave: Remove MDIO address from switch MDIO bus nameAndrew Lunn1-2/+1
2016-06-04net: dsa: slave: chip data is optional, don't dereference NULLAndrew Lunn1-1/+1
2016-05-11dsa: Rename switch chip data to cdAndrew Lunn5-20/+20
2016-05-11dsa: Remove master_dev from switch structureAndrew Lunn4-7/+5
2016-05-11dsa: Move gpio reset into switch driverAndrew Lunn6-27/+28
2016-04-28net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli2-0/+93
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot2-8/+2
2016-04-20net: dsa: kill circular reference with slave privVivien Didelot2-10/+4
2016-04-17net: dsa: constify probed nameVivien Didelot10-37/+39
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn4-16/+17
[next]