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_ksz.c
Age
Commit message (
Expand
)
Author
2021-06-11
net: dsa: generalize overhead for taggers that use both headers and trailers
Vladimir Oltean
2020-11-02
net: dsa: tag_ksz: don't allocate additional memory for padding/tagging
Christian Eggers
2020-10-19
net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tags
Christian Eggers
2020-09-26
net: dsa: point out the tail taggers
Vladimir Oltean
2020-07-05
net: dsa: tag_ksz: Fix __be16 warnings
Andrew Lunn
2019-12-20
net: dsa: ksz: use common define for tag len
Michael Grzeschik
2019-07-30
net: dsa: ksz: Add KSZ8795 tag code
Tristram Ha
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
2019-03-03
net: dsa: add KSZ9893 switch tagging support
Tristram Ha
2019-02-11
net: dsa: microchip: add switch offload forwarding support
Tristram Ha
2018-12-16
net: dsa: ksz: Add STP multicast handling
Marek Vasut
2018-12-16
net: dsa: ksz: Factor out common tag code
Tristram Ha
2018-12-16
net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477
Tristram Ha
2018-12-06
net: dsa: Add overhead to tag protocol ops.
Andrew Lunn
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-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-08-23
net: dsa: use consume_skb()
Eric Dumazet
2017-08-23
net: dsa: skb_put_padto() already frees nskb
Florian Fainelli
2017-08-21
dsa: remove unused net_device arg from handlers
Florian Westphal
2017-08-11
net: dsa: ksz: fix skb freeing
Vivien Didelot
2017-06-13
net: dsa: Introduce dsa_get_cpu_port()
Florian Fainelli
2017-06-01
net: dsa: factor skb freeing on xmit
Vivien Didelot
2017-06-01
net: dsa: make function ksz_rcv static
Colin Ian King
2017-05-31
dsa: add support for Microchip KSZ tail tagging
Woojung Huh