summaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)AuthorLines
2017-06-04net: dsa: Fix stale cpu_switch reference after unbind then bindFlorian Fainelli-1/+3
2017-06-02net: dsa: Move dsa_switch_{suspend,resume} out of legacy.cFlorian Fainelli-47/+47
2017-04-21net: dsa: Remove redundant NULL dst checkFlorian Fainelli-5/+0
2017-04-20net: dsa: add support for the SMSC-LAN9303 tagging formatJuergen Beisert-0/+152
2017-04-17net: dsa: isolate legacy codeVivien Didelot-767/+825
2017-04-08net: dsa: Factor bottom tag receive functionsFlorian Fainelli-83/+52
2017-04-08net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli-30/+4
2017-04-08net: dsa: Do not check for NULL dst in tag parsersFlorian Fainelli-17/+0
2017-04-07net-next: dsa: add Mediatek tag RX/TX handlerSean Wang-0/+127
2017-04-01net: dsa: fix build error with devlink build as moduleTobias Regnery-1/+1
2017-04-01net: dsa: add cross-chip bridging operationsVivien Didelot-6/+6
2017-03-28net: dsa: dsa2: Add basic support of devlinkAndrew Lunn-2/+45
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn-2/+10
2017-03-28net: dsa: fix copyright holderVivien Didelot-1/+2
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-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-02-09net: dsa: Fix duplicate object ruleFlorian Fainelli-1/+0
2017-02-08net: dsa: Do not destroy invalid network devicesFlorian Fainelli-0/+1
2017-02-07net: dsa: Do not clobber PHY link outside of state machineFlorian Fainelli-7/+3
2017-02-07net: dsa: Add support for platform dataFlorian Fainelli-18/+84
2017-02-07net: dsa: Rename and export dev_to_net_device()Florian Fainelli-2/+3
2017-02-06net: dsa: introduce bridge notifierVivien Didelot-11/+61
2017-02-06net: dsa: add switch notifierVivien Didelot-0/+70
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-10/+26
2017-01-30net: dsa: Add plumbing for port mirroringFlorian Fainelli-1/+139
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-6/+5
2017-01-29net: dsa: store a dsa_port in dsa_slave_privVivien Didelot-100/+96
2017-01-29net: dsa: add ds and index to dsa_portVivien Didelot-0/+6
2017-01-29net: dsa: use ds->num_ports when possibleVivien Didelot-19/+19
2017-01-29net: dsa: variable number of portsVivien Didelot-3/+18
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+4
2017-01-26net: dsa: Move ports assignment closer to error checkingFlorian Fainelli-1/+2
2017-01-26net: dsa: Suffix function manipulating device_node with _dnFlorian Fainelli-8/+8
2017-01-26net: dsa: Make most functions take a dsa_port argumentFlorian Fainelli-36/+44
2017-01-26net: dsa: Pass device pointer to dsa_register_switchFlorian Fainelli-3/+4
2017-01-25net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli-0/+2
2017-01-24net: dsa: Drop WARN() in tag_brcm.cFlorian Fainelli-1/+2
2017-01-24net: dsa: Fix inverted test for multiple CPU interfaceAndrew Lunn-1/+1
2017-01-23net: dsa: Check return value of phy_connect_direct()Florian Fainelli-4/+2
2017-01-20net: dsa: Remove hwmon supportAndrew Lunn-172/+0
2017-01-18net: dsa: use cpu_switch instead of ds[0]Vivien Didelot-11/+11
2017-01-18net: dsa: store CPU switch structure in the treeVivien Didelot-7/+5
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+7
2017-01-11Revert "net: dsa: Implement ndo_get_phys_port_id"Florian Fainelli-10/+0