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