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