aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-08net: dsa: Factor bottom tag receive functionsFlorian Fainelli8-83/+52
2017-04-08net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli7-30/+4
2017-04-08net: dsa: Do not check for NULL dst in tag parsersFlorian Fainelli6-17/+0
2017-04-07net-next: dsa: add Mediatek tag RX/TX handlerSean Wang5-0/+127
2017-04-01net: dsa: fix build error with devlink build as moduleTobias Regnery1-1/+1
2017-04-01net: dsa: add cross-chip bridging operationsVivien Didelot1-6/+6
2017-03-28net: dsa: dsa2: Add basic support of devlinkAndrew Lunn1-2/+45
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn8-2/+10
2017-03-28net: dsa: fix copyright holderVivien Didelot1-1/+2
2017-03-15net: dsa: check out-of-range ageing time valueVivien Didelot1-2/+6
2017-03-15net: dsa: dsa_fastest_ageing_time return unsignedVivien Didelot1-2/+2
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-02-09net: dsa: Fix duplicate object ruleFlorian Fainelli1-1/+0
2017-02-08net: dsa: Do not destroy invalid network devicesFlorian Fainelli1-0/+1
2017-02-07net: dsa: Do not clobber PHY link outside of state machineFlorian Fainelli1-7/+3
2017-02-07net: dsa: Add support for platform dataFlorian Fainelli1-18/+84
2017-02-07net: dsa: Rename and export dev_to_net_device()Florian Fainelli1-2/+3
2017-02-06net: dsa: introduce bridge notifierVivien Didelot2-11/+61
2017-02-06net: dsa: add switch notifierVivien Didelot5-0/+70
2017-02-06net: dsa: change state setter scopeVivien Didelot1-6/+9
2017-02-06net: dsa: rollback bridging on errorVivien Didelot1-1/+13
2017-02-06net: dsa: simplify netdevice events handlingVivien Didelot1-28/+16
2017-02-06net: dsa: move netdevice notifier registrationVivien Didelot3-10/+26
2017-01-30net: dsa: Add plumbing for port mirroringFlorian Fainelli2-1/+139
2017-01-30net: dsa: Hook {get,set}_rxnfc ethtool operationsFlorian Fainelli1-0/+26
2017-01-29net: dsa: pass bridge device when a port leavesVivien Didelot1-5/+5
2017-01-29net: dsa: move bridge device in dsa_portVivien Didelot2-6/+5
2017-01-29net: dsa: store a dsa_port in dsa_slave_privVivien Didelot7-100/+96
2017-01-29net: dsa: add ds and index to dsa_portVivien Didelot1-0/+6
2017-01-29net: dsa: use ds->num_ports when possibleVivien Didelot7-19/+19
2017-01-29net: dsa: variable number of portsVivien Didelot2-3/+18
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2017-01-26net: dsa: Move ports assignment closer to error checkingFlorian Fainelli1-1/+2
2017-01-26net: dsa: Suffix function manipulating device_node with _dnFlorian Fainelli1-8/+8
2017-01-26net: dsa: Make most functions take a dsa_port argumentFlorian Fainelli3-36/+44
2017-01-26net: dsa: Pass device pointer to dsa_register_switchFlorian Fainelli1-3/+4
2017-01-25net: dsa: Bring back device detaching in dsa_slave_suspend()Florian Fainelli1-0/+2
2017-01-24net: dsa: Drop WARN() in tag_brcm.cFlorian Fainelli1-1/+2
2017-01-24net: dsa: Fix inverted test for multiple CPU interfaceAndrew Lunn1-1/+1
2017-01-23net: dsa: Check return value of phy_connect_direct()Florian Fainelli1-4/+2
2017-01-20net: dsa: Remove hwmon supportAndrew Lunn5-172/+0
2017-01-18net: dsa: use cpu_switch instead of ds[0]Vivien Didelot6-11/+11
2017-01-18net: dsa: store CPU switch structure in the treeVivien Didelot2-7/+5
2017-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2017-01-11Revert "net: dsa: Implement ndo_get_phys_port_id"Florian Fainelli1-10/+0
2017-01-11net: dsa: Implement ndo_get_phys_port_name()Florian Fainelli1-0/+10
2017-01-11net: dsa: make "label" property optional for dsa2Vivien Didelot1-20/+4
2017-01-10net: dsa: Ensure validity of dst->ds[0]Florian Fainelli1-4/+7
2017-01-09net: dsa: select NET_SWITCHDEVVivien Didelot1-2/+3
2017-01-09net: dsa: Make dsa_switch_ops constFlorian Fainelli2-6/+6