summaryrefslogtreecommitdiff
path: root/net/dsa
AgeCommit message (Expand)Author
2017-06-08net: dsa: check VLAN capability of every switchVivien Didelot
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-04net: dsa: Fix stale cpu_switch reference after unbind then bindFlorian Fainelli
2017-06-04net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()Florian Fainelli
2017-06-04net: dsa: Consistently use dsa_port for dsa_*_port_{apply, unapply}Florian Fainelli
2017-06-04net: dsa: Pass dsa_port reference to ethtool setup/restoreFlorian Fainelli
2017-06-02net: dsa: Move dsa_switch_{suspend,resume} out of legacy.cFlorian Fainelli
2017-06-01net: dsa: factor skb freeing on xmitVivien Didelot
2017-06-01net: dsa: remove out_drop label in taggers rcvVivien Didelot
2017-06-01net: dsa: do not cast dstVivien Didelot
2017-06-01net: dsa: comment hot path requirementsVivien Didelot
2017-06-01net: dsa: make function ksz_rcv staticColin Ian King
2017-05-31dsa: add support for Microchip KSZ tail taggingWoojung Huh
2017-05-31net: dsa: remove dev arg of dsa_register_switchVivien Didelot
2017-05-30net: dsa: remove dsa_port_is_bridgedVivien Didelot
2017-05-24net: dsa: support cross-chip ageing timeVivien Didelot
2017-05-22net: dsa: add VLAN notifierVivien Didelot
2017-05-22net: dsa: add MDB notifierVivien Didelot
2017-05-22net: dsa: add FDB notifierVivien Didelot
2017-05-22net: dsa: add notifier for ageing timeVivien Didelot
2017-05-22net: dsa: move notifier info to private headerVivien Didelot
2017-05-22net: dsa: move VLAN handlersVivien Didelot
2017-05-22net: dsa: move MDB handlersVivien Didelot
2017-05-22net: dsa: move FDB handlersVivien Didelot
2017-05-22net: dsa: move ageing time setterVivien Didelot
2017-05-22net: dsa: move VLAN filtering setterVivien Didelot
2017-05-22net: dsa: move bridging routinesVivien Didelot
2017-05-22net: dsa: move port state settersVivien Didelot
2017-05-22net: dsa: change scope of ageing time setterVivien Didelot
2017-05-22net: dsa: change scope of VLAN filtering setterVivien Didelot
2017-05-22net: dsa: change scope of VLAN handlersVivien Didelot
2017-05-22net: dsa: change scope of MDB handlersVivien Didelot
2017-05-22net: dsa: change scope of FDB handlersVivien Didelot
2017-05-22net: dsa: change scope of bridging codeVivien Didelot
2017-05-22net: dsa: change scope of notifier call chainVivien Didelot
2017-05-22net: dsa: change scope of STP state setterVivien Didelot
2017-05-18net: dsa: include switchdev.h only onceVivien Didelot
2017-05-18net: dsa: include dsa.h only onceVivien Didelot
2017-05-17net: dsa: Sort DSA tagging protocol driversAndrew Lunn
2017-05-17net: dsa: store CPU port pointer in the treeVivien Didelot
2017-04-21net: dsa: Remove redundant NULL dst checkFlorian Fainelli
2017-04-20net: dsa: add support for the SMSC-LAN9303 tagging formatJuergen Beisert
2017-04-17net: dsa: isolate legacy codeVivien Didelot
2017-04-08net: dsa: Factor bottom tag receive functionsFlorian Fainelli
2017-04-08net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli
2017-04-08net: dsa: Do not check for NULL dst in tag parsersFlorian Fainelli
2017-04-07net-next: dsa: add Mediatek tag RX/TX handlerSean Wang
2017-04-01net: dsa: fix build error with devlink build as moduleTobias Regnery
2017-04-01net: dsa: add cross-chip bridging operationsVivien Didelot