summaryrefslogtreecommitdiff
path: root/net/dsa/slave.c
AgeCommit message (Expand)Author
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn
2017-03-15net: dsa: check out-of-range ageing time valueVivien Didelot
2017-03-15net: dsa: dsa_fastest_ageing_time return unsignedVivien Didelot
2017-02-07net: dsa: Do not clobber PHY link outside of state machineFlorian Fainelli
2017-02-06net: dsa: introduce bridge notifierVivien Didelot
2017-02-06net: dsa: change state setter scopeVivien Didelot
2017-02-06net: dsa: rollback bridging on errorVivien Didelot
2017-02-06net: dsa: simplify netdevice events handlingVivien Didelot
2017-02-06net: dsa: move netdevice notifier registrationVivien Didelot
2017-01-30net: dsa: Add plumbing for port mirroringFlorian Fainelli
2017-01-30net: dsa: Hook {get,set}_rxnfc ethtool operationsFlorian Fainelli
2017-01-29net: dsa: pass bridge device when a port leavesVivien Didelot
2017-01-29net: dsa: move bridge device in dsa_portVivien Didelot
2017-01-29net: dsa: store a dsa_port in dsa_slave_privVivien Didelot
2017-01-29net: dsa: use ds->num_ports when possibleVivien Didelot
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-01-25net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli
2017-01-23net: dsa: Check return value of phy_connect_direct()Florian Fainelli
2017-01-18net: dsa: use cpu_switch instead of ds[0]Vivien Didelot
2017-01-11Revert "net: dsa: Implement ndo_get_phys_port_id"Florian Fainelli
2017-01-11net: dsa: Implement ndo_get_phys_port_name()Florian Fainelli
2017-01-06net: dsa: remove version stringVivien Didelot
2016-12-29net: dsa: Implement ndo_get_phys_port_idFlorian Fainelli
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-29net: dsa: slave: fix fixed-link phydev leaksJohan Hovold
2016-11-29net: dsa: slave: fix of-node leak and phy priorityJohan Hovold
2016-10-21net: remove MTU limits on a few ether_setup callersJarod Wilson
2016-10-12net: dsa: slave: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2016-09-23net: dsa: add port fast ageingVivien Didelot
2016-09-23net: dsa: add port STP state helperVivien Didelot
2016-08-31net: dsa: add MDB supportVivien Didelot
2016-08-24net: dsa: rename switch operations structureVivien Didelot
2016-07-19net: dsa: support switchdev ageing time attrVivien 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 unique DSA slave MII bus namesFlorian Fainelli
2016-06-04net: dsa: Add new binding implementationAndrew Lunn
2016-06-04net: dsa: Refactor selection of tag ops into a functionAndrew 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: 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-04-28net: dsa: Provide CPU port statistics to master netdevFlorian Fainelli
2016-04-19net: dsa: kill circular reference with slave privVivien Didelot
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