Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/dsa
AgeCommit message (Expand)Author
2016-08-23net: dsa: Allow the DSA driver to indicate the tag protocolAndrew Lunn
2016-08-20net: dsa: bcm_sf2: Make it a real platform device driverFlorian Fainelli
2016-08-20net: dsa: Export suspend/resume functionsFlorian Fainelli
2016-07-20net: dsa: support switchdev ageing time attrVivien Didelot
2016-07-12net: dsa: Fix non static symbol warningWei Yongjun
2016-07-09net: 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-05net: dsa: Add new binding implementationAndrew Lunn
2016-06-05net: dsa: Make mdio bus optionalAndrew Lunn
2016-06-05net: dsa: Refactor selection of tag ops into a functionAndrew Lunn
2016-06-05net: dsa: Split up creating/destroying of DSA and CPU portsAndrew Lunn
2016-06-05net: dsa: Copy the routing table into the switch structureAndrew Lunn
2016-06-05net: dsa: Remove dynamic allocate of routing tableAndrew Lunn
2016-06-05net: dsa: Move port device node into port structureAndrew Lunn
2016-06-05net: dsa: Add a ports structure and use it in the switch structureAndrew Lunn
2016-06-05net: dsa: tag_{e}dsa.c: Remove dependency on platform dataAndrew Lunn
2016-06-05net: dsa: slave: Remove MDIO address from switch MDIO bus nameAndrew Lunn
2016-06-05net: dsa: slave: chip data is optional, don't dereference NULLAndrew Lunn
2016-05-12dsa: Rename switch chip data to cdAndrew Lunn
2016-05-12dsa: Remove master_dev from switch structureAndrew Lunn
2016-05-12dsa: Move gpio reset into switch driverAndrew Lunn
2016-04-29net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli
2016-04-21net: dsa: remove tag_protocol from dsa_switchVivien Didelot
2016-04-20net: dsa: kill circular reference with slave privVivien Didelot
2016-04-18net: dsa: constify probed nameVivien Didelot
2016-04-14dsa: Rename phys_port_mask to enabled_port_maskAndrew Lunn
2016-04-14net: dsa: Remove allocation of driver private memoryAndrew Lunn
2016-04-14net: dsa: Have the switch driver allocate there own private memoryAndrew Lunn
2016-04-14net: 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-11net: dsa: Fix cleanup resources upon module removalNeil Armstrong
2016-03-02net: 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-18net: dsa: Unregister slave_dev in error pathFlorian Fainelli