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_trailer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-5
/
+1
*
net: dsa: Add overhead to tag protocol ops.
Andrew Lunn
2018-12-06
1
-0
/
+1
*
net: dsa: add error handling for pskb_trim_rcsum
Zhouyang Jia
2018-06-11
1
-1
/
+2
*
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
-1
/
+1
|
\
|
*
net: dsa: use consume_skb()
Eric Dumazet
2017-08-23
1
-1
/
+1
*
|
dsa: remove unused net_device arg from handlers
Florian Westphal
2017-08-21
1
-2
/
+1
|
/
*
net: manual clean code which call skb_put_[data:zero]
yuan linyu
2017-06-20
1
-2
/
+1
*
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: remove out_drop label in taggers rcv
Vivien Didelot
2017-06-01
1
-6
/
+3
*
net: dsa: include dsa.h only once
Vivien Didelot
2017-05-18
1
-1
/
+1
*
net: dsa: store CPU port pointer in the tree
Vivien Didelot
2017-05-17
1
-1
/
+1
*
net: dsa: Factor bottom tag receive functions
Florian Fainelli
2017-04-08
1
-13
/
+5
*
net: dsa: Move skb_unshare() to dsa_switch_rcv()
Florian Fainelli
2017-04-08
1
-5
/
+0
*
net: dsa: Do not check for NULL dst in tag parsers
Florian Fainelli
2017-04-08
1
-2
/
+0
*
net: break include loop netdevice.h, dsa.h, devlink.h
Andrew Lunn
2017-03-28
1
-0
/
+1
*
net: dsa: store a dsa_port in dsa_slave_priv
Vivien Didelot
2017-01-29
1
-1
/
+1
*
net: dsa: use ds->num_ports when possible
Vivien Didelot
2017-01-29
1
-1
/
+1
*
net: dsa: use cpu_switch instead of ds[0]
Vivien Didelot
2017-01-18
1
-1
/
+1
*
net: dsa: Add a ports structure and use it in the switch structure
Andrew Lunn
2016-06-04
1
-2
/
+2
*
net: dsa: Fix Marvell Egress Trailer check
Neil Armstrong
2015-09-22
1
-1
/
+1
*
net: dsa: Refactor transmit path to eliminate duplication
Florian Fainelli
2015-07-31
1
-9
/
+3
*
net: dsa: Don't set skb->protocol on outgoing tagged packets
Guenter Roeck
2014-10-30
1
-2
/
+0
*
dsa: Split ops up, and avoid assigning tag_protocol and receive separately
Alexander Duyck
2014-09-15
1
-1
/
+0
*
net: dsa: reduce number of protocol hooks
Florian Fainelli
2014-08-27
1
-4
/
+4
*
dsa: Combine core and tagging code
Ben Hutchings
2011-11-26
1
-14
/
+1
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
netdev: convert pseudo-devices to netdev_tx_t
Stephen Hemminger
2009-09-01
1
-1
/
+1
*
dsa: add switch chip cascading support
Lennert Buytenhek
2009-03-21
1
-4
/
+6
*
net: convert usage of packet_type to read_mostly
Stephen Hemminger
2009-03-10
1
-1
/
+1
*
net: replace uses of __constant_{endian}
Harvey Harrison
2009-02-01
1
-1
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-11-11
1
-0
/
+1
|
\
|
*
dsa: fix skb->pkt_type when mac address of slave interface differs
Lennert Buytenhek
2008-11-10
1
-0
/
+1
*
|
net/: Kill now superfluous ->last_rx stores.
David S. Miller
2008-11-03
1
-1
/
+0
|
/
*
dsa: add support for Trailer tagging format
Lennert Buytenhek
2008-10-08
1
-0
/
+130