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_brcm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-22
net: dsa: move tagging protocol code to tag.{c,h}
Vladimir Oltean
1
-1
/
+1
2022-11-17
net: dsa: provide a second modalias to tag proto drivers based on their name
Vladimir Oltean
1
-6
/
+10
2022-08-01
net: dsa: Fix spelling mistakes and cleanup code
Xie Shaowen
1
-2
/
+2
2021-08-11
net: dsa: create a helper for locating EtherType DSA headers on RX
Vladimir Oltean
1
-1
/
+1
2021-08-11
net: dsa: create a helper which allocates space for EtherType DSA headers
Vladimir Oltean
1
-2
/
+2
2021-08-11
net: dsa: create a helper that strips EtherType DSA headers on RX
Vladimir Oltean
1
-8
/
+2
2021-08-02
net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()
Vladimir Oltean
1
-9
/
+5
2021-07-29
net: dsa: don't set skb->offload_fwd_mark when not offloading the bridge
Vladimir Oltean
1
-2
/
+2
2021-06-11
net: dsa: generalize overhead for taggers that use both headers and trailers
Vladimir Oltean
1
-3
/
+3
2021-03-17
net: dsa: tag_brcm: add support for legacy tags
Álvaro Fernández Rojas
1
-3
/
+104
2021-01-07
net: dsa: move the Broadcom tag information in a separate header file
Vladimir Oltean
1
-0
/
+1
2020-11-02
net: dsa: tag_brcm: let DSA core deal with TX reallocation
Vladimir Oltean
1
-3
/
+0
2020-10-02
net: dsa: b53: Set untag_bridge_pvid
Florian Fainelli
1
-13
/
+2
2020-09-26
net: dsa: tag_brcm: use generic flow dissector procedure
Vladimir Oltean
1
-22
/
+12
2020-09-26
net: dsa: make the .flow_dissect tagger callback return void
Vladimir Oltean
1
-3
/
+2
2020-09-23
net: dsa: b53: Configure VLANs while not filtering
Florian Fainelli
1
-2
/
+13
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+2
2020-03-23
net: dsa: Implement flow dissection for tag_brcm.c
Florian Fainelli
1
-0
/
+23
2020-03-23
net: dsa: Fix duplicate frames flooded by learning
Florian Fainelli
1
-0
/
+2
2019-05-10
dsa: tag_brcm: Fix build error without CONFIG_NET_DSA_TAG_BRCM_PREPEND
YueHaibing
1
-1
/
+1
2019-04-28
dsa: tag_brcm: Avoid unused symbols
Andrew Lunn
1
-2
/
+6
2019-04-28
dsa: Cleanup unneeded table and make tag structures static
Andrew Lunn
1
-2
/
+2
2019-04-28
dsa: Add boilerplate helper to register DSA tag driver modules
Andrew Lunn
1
-1
/
+15
2019-04-28
dsa: Add TAG protocol to tag ops
Andrew Lunn
1
-0
/
+2
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
/
+4
2019-04-28
dsa: Move tagger name into its ops structure
Andrew Lunn
1
-0
/
+2
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
/
+2
2018-01-05
net: dsa: Move padding into Broadcom tagger
Florian Fainelli
1
-0
/
+12
2017-11-13
net: dsa: Support prepended Broadcom tag
Florian Fainelli
1
-7
/
+32
2017-11-13
net: dsa: tag_brcm: Prepare for supporting prepended tag
Florian Fainelli
1
-11
/
+34
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
-5
/
+4
2017-10-12
net: dsa: tag_brcm: Indicate to master netdevice port + queue
Florian Fainelli
1
-0
/
+6
2017-10-01
net: dsa: add master helper to look up slaves
Vivien Didelot
1
-7
/
+2
2017-09-05
net: dsa: tag_brcm: Set output queue from skb queue mapping
Florian Fainelli
1
-1
/
+2
2017-08-21
dsa: remove unused net_device arg from handlers
Florian Westphal
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
-5
/
+1
2017-06-01
net: dsa: remove out_drop label in taggers rcv
Vivien Didelot
1
-7
/
+4
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
-3
/
+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
-2
/
+2
2017-01-29
net: dsa: use ds->num_ports when possible
Vivien Didelot
1
-1
/
+1
2017-01-24
net: dsa: Drop WARN() in tag_brcm.c
Florian Fainelli
1
-1
/
+2
[next]