summaryrefslogtreecommitdiffstats
path: root/net/dsa/slave.c
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Introduce dsa_get_cpu_port()Florian Fainelli2017-06-131-15/+16
* net: dsa: Associate slave network device with CPU portFlorian Fainelli2017-06-131-1/+3
* net: dsa: Relocate master ethtool operationsFlorian Fainelli2017-06-131-8/+8
* net: dsa: Remove master_netdev and use dst->cpu_dp->netdevFlorian Fainelli2017-06-131-12/+9
* net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2017-06-131-4/+5
* net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-5/+6
* net: dsa: factor skb freeing on xmitVivien Didelot2017-06-011-2/+6
* net: dsa: remove dsa_port_is_bridgedVivien Didelot2017-05-301-9/+4
* net: dsa: move VLAN handlersVivien Didelot2017-05-221-41/+0
* net: dsa: move MDB handlersVivien Didelot2017-05-221-41/+0
* net: dsa: move FDB handlersVivien Didelot2017-05-221-42/+0
* net: dsa: move ageing time setterVivien Didelot2017-05-221-40/+0
* net: dsa: move VLAN filtering setterVivien Didelot2017-05-221-16/+0
* net: dsa: move bridging routinesVivien Didelot2017-05-221-57/+0
* net: dsa: move port state settersVivien Didelot2017-05-221-40/+0
* net: dsa: change scope of ageing time setterVivien Didelot2017-05-221-9/+7
* net: dsa: change scope of VLAN filtering setterVivien Didelot2017-05-221-8/+7
* net: dsa: change scope of VLAN handlersVivien Didelot2017-05-221-24/+16
* net: dsa: change scope of MDB handlersVivien Didelot2017-05-221-23/+18
* net: dsa: change scope of FDB handlersVivien Didelot2017-05-221-26/+24
* net: dsa: change scope of bridging codeVivien Didelot2017-05-221-19/+17
* net: dsa: change scope of notifier call chainVivien Didelot2017-05-221-5/+4
* net: dsa: change scope of STP state setterVivien Didelot2017-05-221-22/+22
* net: dsa: include switchdev.h only onceVivien Didelot2017-05-181-1/+0
* net: dsa: include dsa.h only onceVivien Didelot2017-05-181-1/+1
* net: dsa: store CPU port pointer in the treeVivien Didelot2017-05-171-5/+5
* net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn2017-03-281-0/+1
* net: dsa: check out-of-range ageing time valueVivien Didelot2017-03-151-2/+6
* net: dsa: dsa_fastest_ageing_time return unsignedVivien Didelot2017-03-151-2/+2
* net: dsa: Do not clobber PHY link outside of state machineFlorian Fainelli2017-02-071-7/+3
* net: dsa: introduce bridge notifierVivien Didelot2017-02-061-11/+29
* net: dsa: change state setter scopeVivien Didelot2017-02-061-6/+9
* net: dsa: rollback bridging on errorVivien Didelot2017-02-061-1/+13
* net: dsa: simplify netdevice events handlingVivien Didelot2017-02-061-28/+16
* net: dsa: move netdevice notifier registrationVivien Didelot2017-02-061-2/+20
* net: dsa: Add plumbing for port mirroringFlorian Fainelli2017-01-301-1/+136
* net: dsa: Hook {get,set}_rxnfc ethtool operationsFlorian Fainelli2017-01-301-0/+26
* net: dsa: pass bridge device when a port leavesVivien Didelot2017-01-291-5/+5
* net: dsa: move bridge device in dsa_portVivien Didelot2017-01-291-5/+5
* net: dsa: store a dsa_port in dsa_slave_privVivien Didelot2017-01-291-82/+82
* net: dsa: use ds->num_ports when possibleVivien Didelot2017-01-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-4/+4
|\
| * net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli2017-01-251-0/+2
| * net: dsa: Check return value of phy_connect_direct()Florian Fainelli2017-01-231-4/+2
* | net: dsa: use cpu_switch instead of ds[0]Vivien Didelot2017-01-181-3/+3
* | Revert "net: dsa: Implement ndo_get_phys_port_id"Florian Fainelli2017-01-111-10/+0
* | net: dsa: Implement ndo_get_phys_port_name()Florian Fainelli2017-01-111-0/+10
* | net: dsa: remove version stringVivien Didelot2017-01-061-1/+0
* | net: dsa: Implement ndo_get_phys_port_idFlorian Fainelli2016-12-291-0/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-3/+16
|\