aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-04net: dsa: Initialize all CPU and enabled ports masks in dsa_ds_parse()Florian Fainelli1-18/+15
2017-06-04net: dsa: Consistently use dsa_port for dsa_*_port_{apply, unapply}Florian Fainelli1-49/+41
2017-06-04net: dsa: Pass dsa_port reference to ethtool setup/restoreFlorian Fainelli4-8/+10
2017-06-01net: dsa: factor skb freeing on xmitVivien Didelot9-39/+16
2017-06-01net: dsa: remove out_drop label in taggers rcvVivien Didelot6-42/+24
2017-06-01net: dsa: do not cast dstVivien Didelot2-2/+2
2017-06-01net: dsa: comment hot path requirementsVivien Didelot1-0/+1
2017-06-01net: dsa: make function ksz_rcv staticColin Ian King1-2/+3
2017-05-31dsa: add support for Microchip KSZ tail taggingWoojung Huh5-0/+111
2017-05-31net: dsa: remove dev arg of dsa_register_switchVivien Didelot1-5/+5
2017-05-30net: dsa: remove dsa_port_is_bridgedVivien Didelot1-9/+4
2017-05-24net: dsa: support cross-chip ageing timeVivien Didelot3-6/+0
2017-05-22net: dsa: add VLAN notifierVivien Didelot3-16/+66
2017-05-22net: dsa: add MDB notifierVivien Didelot3-16/+66
2017-05-22net: dsa: add FDB notifierVivien Didelot3-16/+66
2017-05-22net: dsa: add notifier for ageing timeVivien Didelot3-29/+62
2017-05-22net: dsa: move notifier info to private headerVivien Didelot1-0/+12
2017-05-22net: dsa: move VLAN handlersVivien Didelot3-41/+49
2017-05-22net: dsa: move MDB handlersVivien Didelot3-41/+47
2017-05-22net: dsa: move FDB handlersVivien Didelot3-42/+47
2017-05-22net: dsa: move ageing time setterVivien Didelot3-40/+42
2017-05-22net: dsa: move VLAN filtering setterVivien Didelot3-16/+18
2017-05-22net: dsa: move bridging routinesVivien Didelot3-57/+60
2017-05-22net: dsa: move port state settersVivien Didelot4-41/+61
2017-05-22net: dsa: change scope of ageing time setterVivien Didelot1-9/+7
2017-05-22net: dsa: change scope of VLAN filtering setterVivien Didelot1-8/+7
2017-05-22net: dsa: change scope of VLAN handlersVivien Didelot1-24/+16
2017-05-22net: dsa: change scope of MDB handlersVivien Didelot1-23/+18
2017-05-22net: dsa: change scope of FDB handlersVivien Didelot1-26/+24
2017-05-22net: dsa: change scope of bridging codeVivien Didelot1-19/+17
2017-05-22net: dsa: change scope of notifier call chainVivien Didelot1-5/+4
2017-05-22net: dsa: change scope of STP state setterVivien Didelot1-22/+22
2017-05-18net: dsa: include switchdev.h only onceVivien Didelot1-1/+0
2017-05-18net: dsa: include dsa.h only onceVivien Didelot13-12/+14
2017-05-17net: dsa: Sort DSA tagging protocol driversAndrew Lunn4-25/+25
2017-05-17net: dsa: store CPU port pointer in the treeVivien Didelot6-22/+18
2017-04-21net: dsa: Remove redundant NULL dst checkFlorian Fainelli1-5/+0
2017-04-20net: dsa: add support for the SMSC-LAN9303 tagging formatJuergen Beisert5-0/+152
2017-04-17net: dsa: isolate legacy codeVivien Didelot4-767/+825
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