aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)Author
2016-07-19net: dsa: support switchdev ageing time attrVivien Didelot
2016-07-12net: dsa: Fix non static symbol warningWei Yongjun
2016-07-08net: dsa: initialize the routing tableVivien Didelot
2016-06-08net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli
2016-06-08net: dsa: Add initialization helper for CPU port ethtool_opsFlorian Fainelli
2016-06-08net: dsa: Provide a slave MII bus if neededFlorian Fainelli
2016-06-08net: dsa: Initialize ds->enabled_port_mask and ds->phys_mii_maskFlorian Fainelli
2016-06-08net: dsa: Provide unique DSA slave MII bus namesFlorian Fainelli
2016-06-04net: dsa: Add new binding implementationAndrew Lunn
2016-06-04net: dsa: Make mdio bus optionalAndrew Lunn
2016-06-04net: dsa: Refactor selection of tag ops into a functionAndrew Lunn
2016-06-04net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn
2016-06-04net: dsa: Copy the routing table into the switch structureAndrew Lunn
2016-06-04net: dsa: Remove dynamic allocate of routing tableAndrew Lunn
2016-06-04net: dsa: Move port device node into port structureAndrew Lunn
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn
2016-06-04net: dsa: tag_{e}dsa.c: Remove dependency on platform dataAndrew Lunn
2016-06-04net: dsa: slave: Remove MDIO address from switch MDIO bus nameAndrew Lunn
2016-06-04net: dsa: slave: chip data is optional, don't dereference NULLAndrew Lunn
2016-05-11dsa: Rename switch chip data to cdAndrew Lunn
2016-05-11dsa: Remove master_dev from switch structureAndrew Lunn
2016-05-11dsa: Move gpio reset into switch driverAndrew Lunn
2016-04-28net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot
2016-04-19net: dsa: kill circular reference with slave privVivien Didelot
2016-04-17net: dsa: constify probed nameVivien Didelot
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn
2016-04-13net: dsa: Remove allocation of driver private memoryAndrew Lunn
2016-04-13net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn
2016-04-13net: dsa: Pass the dsa device to the switch driversAndrew Lunn
2016-04-08net: dsa: make the VLAN add function return voidVivien Didelot
2016-04-08net: dsa: make the FDB add function return voidVivien Didelot
2016-04-08net: dsa: make the STP state function return voidVivien Didelot
2016-03-14net: dsa: refine netdev event notifierVivien Didelot
2016-03-14net: dsa: make port_bridge_leave return voidVivien Didelot
2016-03-14net: dsa: rename port_*_bridge routinesVivien Didelot
2016-03-14phy: fixed: Fix removal of phys.Andrew Lunn
2016-03-14dsa: dsa: Fix freeing of fixed-phys from user ports.Andrew Lunn
2016-03-14dsa: Destroy fixed link phys after the phy has been disconnectedAndrew Lunn
2016-03-14dsa: slave: Don't reference NULL pointer during phy_disconnectAndrew Lunn
2016-03-10net: dsa: Fix cleanup resources upon module removalNeil Armstrong
2016-03-01net: dsa: support VLAN filtering switchdev attrVivien Didelot
2016-02-25net: dsa: drop vlan_getnextVivien Didelot
2016-02-25net: dsa: add port_vlan_dump routineVivien Didelot
2016-02-23net: dsa: remove dsa_bridge_check_vlan_rangeVivien Didelot
2016-02-23net: dsa: pass bridge down to driversVivien Didelot
2016-02-17net: dsa: Unregister slave_dev in error pathFlorian Fainelli
2016-02-16net: dsa: remove phy_disconnect from error pathSascha Hauer
2016-01-07dsa: Register netdev before phyAndrew Lunn
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn