aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-08net: dsa: Initialize CPU port ethtool ops per treeFlorian Fainelli4-10/+49
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 Lunn5-4/+667
2016-06-04net: dsa: Make mdio bus optionalAndrew Lunn1-11/+13
2016-06-04net: dsa: Refactor selection of tag ops into a functionAndrew Lunn3-60/+47
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 Lunn1-0/+2
2016-06-04net: dsa: Remove dynamic allocate of routing tableAndrew Lunn1-12/+0
2016-06-04net: dsa: Move port device node into port structureAndrew Lunn2-7/+6
2016-06-04net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn6-14/+14
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 Lunn2-14/+14
2016-05-11dsa: Remove master_dev from switch structureAndrew Lunn2-2/+2
2016-05-11dsa: Move gpio reset into switch driverAndrew Lunn1-16/+0
2016-04-28net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli1-0/+88
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot1-3/+2
2016-04-19net: dsa: kill circular reference with slave privVivien Didelot2-10/+4
2016-04-17net: dsa: constify probed nameVivien Didelot1-3/+3
2016-04-13dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn1-4/+4
2016-04-13net: dsa: Remove allocation of driver private memoryAndrew Lunn1-1/+1
2016-04-13net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn1-3/+5
2016-04-13net: dsa: Pass the dsa device to the switch driversAndrew Lunn1-3/+4
2016-04-08net: dsa: make the VLAN add function return voidVivien Didelot1-8/+3
2016-04-08net: dsa: make the FDB add function return voidVivien Didelot1-8/+8
2016-04-08net: dsa: make the STP state function return voidVivien Didelot1-17/+15
2016-03-14net: dsa: refine netdev event notifierVivien Didelot1-24/+30
2016-03-14net: dsa: make port_bridge_leave return voidVivien Didelot1-6/+3
2016-03-14net: dsa: rename port_*_bridge routinesVivien Didelot1-4/+4
2016-03-14phy: fixed: Fix removal of phys.Andrew Lunn1-3/+1
2016-03-14dsa: dsa: Fix freeing of fixed-phys from user ports.Andrew Lunn1-3/+0
2016-03-14dsa: Destroy fixed link phys after the phy has been disconnectedAndrew Lunn1-12/+12
2016-03-14dsa: slave: Don't reference NULL pointer during phy_disconnectAndrew Lunn1-4/+8
2016-03-10net: dsa: Fix cleanup resources upon module removalNeil Armstrong1-8/+8
2016-03-01net: dsa: support VLAN filtering switchdev attrVivien Didelot1-0/+21
2016-02-25net: dsa: drop vlan_getnextVivien Didelot1-34/+1
2016-02-25net: dsa: add port_vlan_dump routineVivien Didelot1-0/+3
2016-02-23net: dsa: remove dsa_bridge_check_vlan_rangeVivien Didelot1-50/+0
2016-02-23net: dsa: pass bridge down to driversVivien Didelot1-29/+2
2016-02-17net: dsa: Unregister slave_dev in error pathFlorian Fainelli1-0/+1
2016-02-16net: dsa: remove phy_disconnect from error pathSascha Hauer1-1/+0
2016-01-07dsa: Register netdev before phyAndrew Lunn1-7/+7
2016-01-07phy: Add API for {un}registering an mdio device to a bus.Andrew Lunn1-1/+2
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-1/+1
2016-01-07phy: Centralise print about attached phyAndrew Lunn1-3/+2
2015-12-07net: dsa: move dsa slave destroy code to slave.cNeil Armstrong3-2/+13