index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dsa
/
tag_mtk.c
Age
Commit message (
Expand
)
Author
2019-04-28
dsa: Cleanup unneeded table and make tag structures static
Andrew Lunn
2019-04-28
dsa: Add boilerplate helper to register DSA tag driver modules
Andrew Lunn
2019-04-28
dsa: Add TAG protocol to tag ops
Andrew Lunn
2019-04-28
dsa: Add MODULE_LICENSE to tag drivers
Andrew Lunn
2019-04-28
dsa: Add MODULE_ALIAS to taggers in preparation to become modules
Andrew Lunn
2019-04-28
dsa: Move tagger name into its ops structure
Andrew Lunn
2019-04-28
dsa: Add SPDX header to tag drivers.
Andrew Lunn
2018-12-06
net: dsa: Add overhead to tag protocol ops.
Andrew Lunn
2017-12-15
net: dsa: mediatek: combine MediaTek tag with VLAN tag
Sean Wang
2017-10-18
net: dsa: rename dsa_master_get_slave
Vivien Didelot
2017-10-18
net: dsa: add slave to port helper
Vivien Didelot
2017-10-01
net: dsa: add master helper to look up slaves
Vivien Didelot
2017-08-21
dsa: remove unused net_device arg from handlers
Florian Westphal
2017-08-09
net-next: tag_mtk: add flow_dissect callback to the ops struct
John Crispin
2017-06-01
net: dsa: factor skb freeing on xmit
Vivien Didelot
2017-06-01
net: dsa: remove out_drop label in taggers rcv
Vivien Didelot
2017-05-18
net: dsa: include dsa.h only once
Vivien Didelot
2017-04-08
net: dsa: Factor bottom tag receive functions
Florian Fainelli
2017-04-08
net: dsa: Move skb_unshare() to dsa_switch_rcv()
Florian Fainelli
2017-04-08
net: dsa: Do not check for NULL dst in tag parsers
Florian Fainelli
2017-04-07
net-next: dsa: add Mediatek tag RX/TX handler
Sean Wang