summaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)AuthorLines
2017-06-08net: dsa: add CPU and DSA ports as VLAN membersVivien Didelot-0/+3
2017-06-08net: dsa: check VLAN capability of every switchVivien Didelot-10/+17
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko-5/+6
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-48/+50
2017-06-04net: dsa: Fix stale cpu_switch reference after unbind then bindFlorian Fainelli-1/+3
2017-06-04net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()Florian Fainelli-18/+15
2017-06-04net: dsa: Consistently use dsa_port for dsa_*_port_{apply, unapply}Florian Fainelli-49/+41
2017-06-04net: dsa: Pass dsa_port reference to ethtool setup/restoreFlorian Fainelli-8/+10
2017-06-02net: dsa: Move dsa_switch_{suspend,resume} out of legacy.cFlorian Fainelli-47/+47
2017-06-01net: dsa: factor skb freeing on xmitVivien Didelot-39/+16
2017-06-01net: dsa: remove out_drop label in taggers rcvVivien Didelot-42/+24
2017-06-01net: dsa: do not cast dstVivien Didelot-2/+2
2017-06-01net: dsa: comment hot path requirementsVivien Didelot-0/+1
2017-06-01net: dsa: make function ksz_rcv staticColin Ian King-2/+3
2017-05-31dsa: add support for Microchip KSZ tail taggingWoojung Huh-0/+111
2017-05-31net: dsa: remove dev arg of dsa_register_switchVivien Didelot-5/+5
2017-05-30net: dsa: remove dsa_port_is_bridgedVivien Didelot-9/+4
2017-05-24net: dsa: support cross-chip ageing timeVivien Didelot-6/+0
2017-05-22net: dsa: add VLAN notifierVivien Didelot-16/+66
2017-05-22net: dsa: add MDB notifierVivien Didelot-16/+66
2017-05-22net: dsa: add FDB notifierVivien Didelot-16/+66
2017-05-22net: dsa: add notifier for ageing timeVivien Didelot-29/+62
2017-05-22net: dsa: move notifier info to private headerVivien Didelot-0/+12
2017-05-22net: dsa: move VLAN handlersVivien Didelot-41/+49
2017-05-22net: dsa: move MDB handlersVivien Didelot-41/+47
2017-05-22net: dsa: move FDB handlersVivien Didelot-42/+47
2017-05-22net: dsa: move ageing time setterVivien Didelot-40/+42
2017-05-22net: dsa: move VLAN filtering setterVivien Didelot-16/+18
2017-05-22net: dsa: move bridging routinesVivien Didelot-57/+60
2017-05-22net: dsa: move port state settersVivien Didelot-41/+61
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-12/+14
2017-05-17net: dsa: Sort DSA tagging protocol driversAndrew Lunn-25/+25
2017-05-17net: dsa: store CPU port pointer in the treeVivien Didelot-22/+18
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