index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
/
tag_ksz.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: Use conduit and user terms
Florian Fainelli
2023-10-24
1
-6
/
+6
*
net: dsa: tag_ksz: Extend ksz9477_xmit() for HSR frame duplication
Lukasz Majewski
2023-10-03
1
-0
/
+8
*
net: dsa: tag_ksz: do not rely on skb_mac_header() in TX paths
Vladimir Oltean
2023-04-23
1
-9
/
+9
*
net: dsa: microchip: enable port queues for tc mqprio
Arun Ramadoss
2023-01-23
1
-0
/
+15
*
net: dsa: microchip: ptp: move pdelay_rsp correction field to tail tag
Christian Eggers
2023-01-13
1
-1
/
+28
*
net: dsa: microchip: ptp: add packet transmission timestamping
Christian Eggers
2023-01-13
1
-3
/
+51
*
net: dsa: microchip: ptp: add packet reception timestamping
Christian Eggers
2023-01-13
1
-6
/
+19
*
net: dsa: microchip: ptp: add 4 bytes in tail tag when ptp enabled
Arun Ramadoss
2023-01-13
1
-7
/
+88
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-12-08
1
-1
/
+2
|
\
|
*
net: dsa: ksz: Check return value
Artem Chernyshev
2022-12-02
1
-1
/
+2
*
|
net: dsa: move tagging protocol code to tag.{c,h}
Vladimir Oltean
2022-11-22
1
-1
/
+2
*
|
net: dsa: provide a second modalias to tag proto drivers based on their name
Vladimir Oltean
2022-11-17
1
-8
/
+13
|
/
*
net: dsa: tag_ksz: add tag handling for Microchip LAN937x
Prasanna Vengateshan
2022-07-02
1
-0
/
+59
*
net/dsa/tag_ksz.c: remove superfluous headers
Mianhan Liu
2021-09-29
1
-1
/
+0
*
net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()
Vladimir Oltean
2021-08-02
1
-4
/
+2
*
net: dsa: don't set skb->offload_fwd_mark when not offloading the bridge
Vladimir Oltean
2021-07-29
1
-1
/
+1
*
net: dsa: tag_ksz: dont let the hardware process the layer 4 checksum
Lino Sanfilippo
2021-07-21
1
-0
/
+9
*
net: dsa: generalize overhead for taggers that use both headers and trailers
Vladimir Oltean
2021-06-11
1
-6
/
+3
*
net: dsa: tag_ksz: don't allocate additional memory for padding/tagging
Christian Eggers
2020-11-02
1
-64
/
+9
*
net: dsa: tag_ksz: KSZ8795 and KSZ9477 also use tail tags
Christian Eggers
2020-10-19
1
-0
/
+2
*
net: dsa: point out the tail taggers
Vladimir Oltean
2020-09-26
1
-0
/
+1
*
net: dsa: tag_ksz: Fix __be16 warnings
Andrew Lunn
2020-07-05
1
-4
/
+5
*
net: dsa: ksz: use common define for tag len
Michael Grzeschik
2019-12-20
1
-5
/
+3
*
net: dsa: ksz: Add KSZ8795 tag code
Tristram Ha
2019-07-30
1
-0
/
+62
*
dsa: Cleanup unneeded table and make tag structures static
Andrew Lunn
2019-04-28
1
-2
/
+2
*
dsa: Add boilerplate helper to register DSA tag driver modules
Andrew Lunn
2019-04-28
1
-1
/
+11
*
dsa: Add TAG protocol to tag ops
Andrew Lunn
2019-04-28
1
-0
/
+2
*
dsa: Add MODULE_LICENSE to tag drivers
Andrew Lunn
2019-04-28
1
-0
/
+1
*
dsa: Add MODULE_ALIAS to taggers in preparation to become modules
Andrew Lunn
2019-04-28
1
-0
/
+4
*
dsa: Move tagger name into its ops structure
Andrew Lunn
2019-04-28
1
-0
/
+2
*
dsa: Add SPDX header to tag drivers.
Andrew Lunn
2019-04-28
1
-5
/
+1
*
net: dsa: add KSZ9893 switch tagging support
Tristram Ha
2019-03-03
1
-0
/
+34
*
net: dsa: microchip: add switch offload forwarding support
Tristram Ha
2019-02-11
1
-0
/
+2
*
net: dsa: ksz: Add STP multicast handling
Marek Vasut
2018-12-16
1
-0
/
+4
*
net: dsa: ksz: Factor out common tag code
Tristram Ha
2018-12-16
1
-39
/
+73
*
net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477
Tristram Ha
2018-12-16
1
-1
/
+1
*
net: dsa: Add overhead to tag protocol ops.
Andrew Lunn
2018-12-06
1
-0
/
+1
*
net: dsa: rename dsa_master_get_slave
Vivien Didelot
2017-10-18
1
-1
/
+1
*
net: dsa: add slave to port helper
Vivien Didelot
2017-10-18
1
-2
/
+2
*
net: dsa: add master helper to look up slaves
Vivien Didelot
2017-10-01
1
-6
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-09-01
1
-5
/
+7
|
\
|
*
net: dsa: use consume_skb()
Eric Dumazet
2017-08-23
1
-1
/
+1
|
*
net: dsa: skb_put_padto() already frees nskb
Florian Fainelli
2017-08-23
1
-4
/
+6
*
|
dsa: remove unused net_device arg from handlers
Florian Westphal
2017-08-21
1
-2
/
+1
|
/
*
net: dsa: ksz: fix skb freeing
Vivien Didelot
2017-08-11
1
-4
/
+9
*
net: dsa: Introduce dsa_get_cpu_port()
Florian Fainelli
2017-06-13
1
-3
/
+2
*
net: dsa: factor skb freeing on xmit
Vivien Didelot
2017-06-01
1
-3
/
+1
*
net: dsa: make function ksz_rcv static
Colin Ian King
2017-06-01
1
-2
/
+3
*
dsa: add support for Microchip KSZ tail tagging
Woojung Huh
2017-05-31
1
-0
/
+101