index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dsa
/
tag_dsa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-05
net: fill in MODULE_DESCRIPTION()s for DSA tags
Jakub Kicinski
1
-0
/
+1
2023-10-24
net: dsa: Use conduit and user terms
Florian Fainelli
1
-3
/
+3
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
-4
/
+7
2022-03-08
net: dsa: tag_dsa: Fix tx from VLAN uppers on non-filtering bridges
Tobias Waldekranz
1
-3
/
+12
2022-02-24
net: dsa: create a dsa_lag structure
Vladimir Oltean
1
-1
/
+3
2022-02-24
net: dsa: make LAG IDs one-based
Vladimir Oltean
1
-1
/
+1
2021-12-08
net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
Vladimir Oltean
1
-2
/
+3
2021-12-08
net: dsa: make dp->bridge_num one-based
Vladimir Oltean
1
-1
/
+1
2021-10-08
net: dsa: mv88e6xxx: isolate the ATU databases of standalone and bridged ports
Vladimir Oltean
1
-3
/
+9
2021-10-08
net: dsa: tag_dsa: send packets with TX fwd offload from VLAN-unaware bridges...
Vladimir Oltean
1
-18
/
+2
2021-10-04
dsa: tag_dsa: Fix mask for trunked packets
Andrew Lunn
1
-1
/
+1
2021-08-11
net: dsa: create a helper for locating EtherType DSA headers on TX
Vladimir Oltean
1
-3
/
+3
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
-6
/
+2
2021-08-02
net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()
Vladimir Oltean
1
-4
/
+2
2021-07-29
net: dsa: don't set skb->offload_fwd_mark when not offloading the bridge
Vladimir Oltean
1
-4
/
+11
2021-07-23
net: dsa: tag_dsa: offload the bridge forwarding process
Tobias Waldekranz
1
-8
/
+44
2021-06-11
net: dsa: generalize overhead for taggers that use both headers and trailers
Vladimir Oltean
1
-2
/
+2
2021-01-14
net: dsa: tag_dsa: Support reception of packets from LAG devices
Tobias Waldekranz
1
-1
/
+16
2020-11-17
net: dsa: tag_dsa: Use a consistent comment style
Tobias Waldekranz
1
-20
/
+8
2020-11-17
net: dsa: tag_dsa: Unify regular and ethertype DSA taggers
Tobias Waldekranz
1
-59
/
+246
2020-11-17
net: dsa: tag_dsa: Allow forwarding of redirected IGMP traffic
Tobias Waldekranz
1
-3
/
+29
2020-11-02
net: dsa: tag_dsa: let DSA core deal with TX reallocation
Vladimir Oltean
1
-5
/
+0
2020-09-26
net: dsa: tag_dsa: use the generic flow dissector procedure
Vladimir Oltean
1
-8
/
+0
2020-09-26
net: dsa: make the .flow_dissect tagger callback return void
Vladimir Oltean
1
-3
/
+2
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
2019-02-18
net: dsa: Implement flow_dissect callback for tag_dsa.
Rundong Ge
1
-0
/
+9
2018-12-06
net: dsa: Add overhead to tag protocol ops.
Andrew Lunn
1
-0
/
+1
2017-11-11
net: dsa: {e}dsa: set offload_fwd_mark on received packets
Andrew Lunn
1
-0
/
+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
-5
/
+5
2017-10-01
net: dsa: add master helper to look up slaves
Vivien Didelot
1
-16
/
+2
2017-08-21
dsa: remove unused net_device arg from handlers
Florian Westphal
1
-2
/
+1
2017-06-01
net: dsa: factor skb freeing on xmit
Vivien Didelot
1
-6
/
+2
2017-06-01
net: dsa: remove out_drop label in taggers rcv
Vivien Didelot
1
-8
/
+5
2017-05-18
net: dsa: include dsa.h only once
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
-4
/
+4
2017-01-29
net: dsa: use ds->num_ports when possible
Vivien Didelot
1
-1
/
+1
[next]