index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
/
tag_lan9303.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: create a helper for locating EtherType DSA headers on TX
Vladimir Oltean
2021-08-11
1
-1
/
+2
*
net: dsa: create a helper for locating EtherType DSA headers on RX
Vladimir Oltean
2021-08-11
1
-7
/
+1
*
net: dsa: create a helper which allocates space for EtherType DSA headers
Vladimir Oltean
2021-08-11
1
-1
/
+1
*
net: dsa: create a helper that strips EtherType DSA headers on RX
Vladimir Oltean
2021-08-11
1
-2
/
+3
*
net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()
Vladimir Oltean
2021-08-02
1
-2
/
+1
*
net: dsa: don't set skb->offload_fwd_mark when not offloading the bridge
Vladimir Oltean
2021-07-29
1
-1
/
+2
*
net: dsa: generalize overhead for taggers that use both headers and trailers
Vladimir Oltean
2021-06-11
1
-1
/
+1
*
net: dsa: tag_lan9303: let DSA core deal with TX reallocation
Vladimir Oltean
2020-11-02
1
-9
/
+0
*
net: dsa: tag_lan9303: Fix __be16 warnings
Andrew Lunn
2020-07-05
1
-8
/
+9
*
dsa: Cleanup unneeded table and make tag structures static
Andrew Lunn
2019-04-28
1
-1
/
+1
*
dsa: Add boilerplate helper to register DSA tag driver modules
Andrew Lunn
2019-04-28
1
-0
/
+2
*
dsa: Add TAG protocol to tag ops
Andrew Lunn
2019-04-28
1
-0
/
+1
*
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
/
+2
*
dsa: Move tagger name into its ops structure
Andrew Lunn
2019-04-28
1
-0
/
+1
*
dsa: Add SPDX header to tag drivers.
Andrew Lunn
2019-04-28
1
-10
/
+1
*
net: dsa: Add overhead to tag protocol ops.
Andrew Lunn
2018-12-06
1
-0
/
+1
*
net: dsa: lan9303: calculate offload_fwd_mark from tag
Egil Hjelmeland
2017-11-14
1
-16
/
+8
*
net: dsa: lan9303: Clear offload_fwd_mark for IGMP
Egil Hjelmeland
2017-11-11
1
-0
/
+13
*
net: dsa: lan9303: Adjust indenting
Egil Hjelmeland
2017-11-08
1
-1
/
+1
*
net: dsa: lan9303: lan9303_rcv set skb->offload_fwd_mark
Egil Hjelmeland
2017-11-01
1
-0
/
+2
*
net: dsa: lan9303: Add STP ALR entry on port 0
Egil Hjelmeland
2017-11-01
1
-1
/
+0
*
net: dsa: lan9303: Transmit using ALR when unicast
Egil Hjelmeland
2017-11-01
1
-2
/
+2
*
net: dsa: lan9303: Learn addresses on CPU port when bridged
Egil Hjelmeland
2017-10-27
1
-1
/
+22
*
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
-18
/
+2
*
dsa: remove unused net_device arg from handlers
Florian Westphal
2017-08-21
1
-1
/
+1
*
net: dsa: lan9303: Only allocate 3 ports
Egil Hjelmeland
2017-08-08
1
-2
/
+1
*
net: dsa: factor skb freeing on xmit
Vivien Didelot
2017-06-01
1
-4
/
+1
*
net: dsa: include dsa.h only once
Vivien Didelot
2017-05-18
1
-1
/
+1
*
net: dsa: Remove redundant NULL dst check
Florian Fainelli
2017-04-21
1
-5
/
+0
*
net: dsa: add support for the SMSC-LAN9303 tagging format
Juergen Beisert
2017-04-20
1
-0
/
+141