aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/tag_qca.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-28net: dsa: Implement flow_dissect callback for tag_qcaxiaofeis1-0/+10
2018-12-06net: dsa: Add overhead to tag protocol ops.Andrew Lunn1-0/+1
2017-10-18net: dsa: rename dsa_master_get_slaveVivien Didelot1-1/+1
2017-10-18net: dsa: add slave to port helperVivien Didelot1-3/+2
2017-10-01net: dsa: add master helper to look up slavesVivien Didelot1-14/+3
2017-08-21dsa: remove unused net_device arg from handlersFlorian Westphal1-2/+1
2017-06-13net: dsa: Introduce dsa_get_cpu_port()Florian Fainelli1-1/+2
2017-06-01net: dsa: factor skb freeing on xmitVivien Didelot1-5/+1
2017-06-01net: dsa: remove out_drop label in taggers rcvVivien Didelot1-7/+4
2017-05-18net: dsa: include dsa.h only onceVivien Didelot1-1/+1
2017-05-17net: dsa: store CPU port pointer in the treeVivien Didelot1-1/+1
2017-04-08net: dsa: Factor bottom tag receive functionsFlorian Fainelli1-13/+5
2017-04-08net: dsa: Move skb_unshare() to dsa_switch_rcv()Florian Fainelli1-5/+0
2017-04-08net: dsa: Do not check for NULL dst in tag parsersFlorian Fainelli1-3/+0
2017-03-28net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn1-0/+1
2017-01-29net: dsa: store a dsa_port in dsa_slave_privVivien Didelot1-1/+1
2017-01-18net: dsa: use cpu_switch instead of ds[0]Vivien Didelot1-1/+1
2016-09-16net-next: dsa: add Qualcomm tag RX/TX handlerJohn Crispin1-0/+138