index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
/
tag_trailer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-02
net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()
Vladimir Oltean
1
-2
/
+1
2021-06-11
net: dsa: generalize overhead for taggers that use both headers and trailers
Vladimir Oltean
1
-2
/
+1
2020-11-02
net: dsa: trailer: don't allocate additional memory for padding/tagging
Christian Eggers
1
-29
/
+2
2020-09-26
net: dsa: point out the tail taggers
Vladimir Oltean
1
-0
/
+1
2019-04-28
dsa: Cleanup unneeded table and make tag structures static
Andrew Lunn
1
-1
/
+1
2019-04-28
dsa: Add boilerplate helper to register DSA tag driver modules
Andrew Lunn
1
-0
/
+2
2019-04-28
dsa: Add TAG protocol to tag ops
Andrew Lunn
1
-0
/
+1
2019-04-28
dsa: Add MODULE_LICENSE to tag drivers
Andrew Lunn
1
-0
/
+1
2019-04-28
dsa: Add MODULE_ALIAS to taggers in preparation to become modules
Andrew Lunn
1
-0
/
+2
2019-04-28
dsa: Move tagger name into its ops structure
Andrew Lunn
1
-0
/
+1
2019-04-28
dsa: Add SPDX header to tag drivers.
Andrew Lunn
1
-5
/
+1
2018-12-06
net: dsa: Add overhead to tag protocol ops.
Andrew Lunn
1
-0
/
+1
2018-06-11
net: dsa: add error handling for pskb_trim_rcsum
Zhouyang Jia
1
-1
/
+2
2017-10-18
net: dsa: rename dsa_master_get_slave
Vivien Didelot
1
-1
/
+1
2017-10-18
net: dsa: add slave to port helper
Vivien Didelot
1
-2
/
+2
2017-10-01
net: dsa: add master helper to look up slaves
Vivien Didelot
1
-6
/
+3
2017-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2017-08-23
net: dsa: use consume_skb()
Eric Dumazet
1
-1
/
+1
2017-08-21
dsa: remove unused net_device arg from handlers
Florian Westphal
1
-2
/
+1
2017-06-20
net: manual clean code which call skb_put_[data:zero]
yuan linyu
1
-2
/
+1
2017-06-13
net: dsa: Introduce dsa_get_cpu_port()
Florian Fainelli
1
-3
/
+2
2017-06-01
net: dsa: factor skb freeing on xmit
Vivien Didelot
1
-3
/
+1
2017-06-01
net: dsa: remove out_drop label in taggers rcv
Vivien Didelot
1
-6
/
+3
2017-05-18
net: dsa: include dsa.h only once
Vivien Didelot
1
-1
/
+1
2017-05-17
net: dsa: store CPU port pointer in the tree
Vivien Didelot
1
-1
/
+1
2017-04-08
net: dsa: Factor bottom tag receive functions
Florian Fainelli
1
-13
/
+5
2017-04-08
net: dsa: Move skb_unshare() to dsa_switch_rcv()
Florian Fainelli
1
-5
/
+0
2017-04-08
net: dsa: Do not check for NULL dst in tag parsers
Florian Fainelli
1
-2
/
+0
2017-03-28
net: break include loop netdevice.h, dsa.h, devlink.h
Andrew Lunn
1
-0
/
+1
2017-01-29
net: dsa: store a dsa_port in dsa_slave_priv
Vivien Didelot
1
-1
/
+1
2017-01-29
net: dsa: use ds->num_ports when possible
Vivien Didelot
1
-1
/
+1
2017-01-18
net: dsa: use cpu_switch instead of ds[0]
Vivien Didelot
1
-1
/
+1
2016-06-04
net: dsa: Add a ports structure and use it in the switch structure
Andrew Lunn
1
-2
/
+2
2015-09-22
net: dsa: Fix Marvell Egress Trailer check
Neil Armstrong
1
-1
/
+1
2015-07-31
net: dsa: Refactor transmit path to eliminate duplication
Florian Fainelli
1
-9
/
+3
2014-10-30
net: dsa: Don't set skb->protocol on outgoing tagged packets
Guenter Roeck
1
-2
/
+0
2014-09-15
dsa: Split ops up, and avoid assigning tag_protocol and receive separately
Alexander Duyck
1
-1
/
+0
2014-08-27
net: dsa: reduce number of protocol hooks
Florian Fainelli
1
-4
/
+4
2011-11-26
dsa: Combine core and tagging code
Ben Hutchings
1
-14
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-09-01
netdev: convert pseudo-devices to netdev_tx_t
Stephen Hemminger
1
-1
/
+1
2009-03-21
dsa: add switch chip cascading support
Lennert Buytenhek
1
-4
/
+6
2009-03-10
net: convert usage of packet_type to read_mostly
Stephen Hemminger
1
-1
/
+1
2009-02-01
net: replace uses of __constant_{endian}
Harvey Harrison
1
-1
/
+1
2008-11-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2008-11-10
dsa: fix skb->pkt_type when mac address of slave interface differs
Lennert Buytenhek
1
-0
/
+1
2008-11-03
net/: Kill now superfluous ->last_rx stores.
David S. Miller
1
-1
/
+0
2008-10-08
dsa: add support for Trailer tagging format
Lennert Buytenhek
1
-0
/
+130