aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/switch.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-02net: dsa: support cross-chip FDB operationsVivien Didelot1-10/+4
2017-12-02net: dsa: add switch mdb bitmap functionsVivien Didelot1-15/+33
2017-12-02net: dsa: add switch vlan bitmap functionsVivien Didelot1-15/+34
2017-12-02net: dsa: remove trans argument from mdb opsVivien Didelot1-2/+2
2017-12-02net: dsa: remove trans argument from vlan opsVivien Didelot1-2/+2
2017-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-11-11net: dsa: return after vlan prepare phaseVivien Didelot1-0/+2
2017-11-11net: dsa: return after mdb prepare phaseVivien Didelot1-0/+2
2017-11-10net: dsa: switch: Don't add CPU port to an mdb by defaultAndrew Lunn1-1/+1
2017-08-07net: dsa: Remove switchdev dependency from DSA switch notifier chainArkadi Sharshevsky1-7/+4
2017-08-07net: dsa: Remove prepare phase for FDBArkadi Sharshevsky1-11/+3
2017-08-07net: dsa: Change DSA slave FDB API to be switchdev independentArkadi Sharshevsky1-3/+5
2017-06-16net: dsa: add cross-chip multicast supportVivien Didelot1-10/+20
2017-06-08net: dsa: add CPU and DSA ports as VLAN membersVivien Didelot1-0/+3
2017-06-08net: dsa: check VLAN capability of every switchVivien Didelot1-10/+17
2017-05-24net: dsa: support cross-chip ageing timeVivien Didelot1-4/+0
2017-05-22net: dsa: add VLAN notifierVivien Didelot1-0/+43
2017-05-22net: dsa: add MDB notifierVivien Didelot1-0/+43
2017-05-22net: dsa: add FDB notifierVivien Didelot1-0/+43
2017-05-22net: dsa: add notifier for ageing timeVivien Didelot1-0/+46
2017-05-18net: dsa: include dsa.h only onceVivien Didelot1-1/+2
2017-04-01net: dsa: add cross-chip bridging operationsVivien Didelot1-6/+6
2017-03-28net: dsa: fix copyright holderVivien Didelot1-1/+2
2017-02-06net: dsa: introduce bridge notifierVivien Didelot1-0/+32
2017-02-06net: dsa: add switch notifierVivien Didelot1-0/+53