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
/
dsa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-22
net: dsa: kill off dsa_priv.h
Vladimir Oltean
1
-1
/
+3
2022-11-22
net: dsa: rename dsa2.c back into dsa.c and create its header
Vladimir Oltean
1
-0
/
+1747
2022-11-22
net: dsa: merge dsa.c into dsa2.c
Vladimir Oltean
1
-234
/
+0
2022-11-22
net: dsa: move tagging protocol code to tag.{c,h}
Vladimir Oltean
1
-228
/
+1
2022-11-22
net: dsa: move headers exported by slave.c to slave.h
Vladimir Oltean
1
-0
/
+1
2022-11-22
net: dsa: move bulk of devlink code to devlink.{c,h}
Vladimir Oltean
1
-107
/
+0
2022-11-22
net: dsa: modularize DSA_TAG_PROTO_NONE
Vladimir Oltean
1
-21
/
+0
2022-11-22
net: dsa: unexport dsa_dev_to_net_device()
Vladimir Oltean
1
-1
/
+0
2022-11-17
net: dsa: autoload tag driver module on tagging protocol change
Vladimir Oltean
1
-1
/
+3
2022-11-17
net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id()
Vladimir Oltean
1
-1
/
+1
2022-11-17
net: dsa: strip sysfs "tagging" string of trailing newline
Vladimir Oltean
1
-2
/
+2
2022-11-17
net: dsa: rename tagging protocol driver modalias
Vladimir Oltean
1
-1
/
+1
2022-11-15
net: dsa: add support for DSA rx offloading via metadata dst
Felix Fietkau
1
-1
/
+18
2022-09-20
net: dsa: allow the DSA master to be seen and changed through rtnetlink
Vladimir Oltean
1
-0
/
+9
2022-05-06
net: dsa: delete dsa_port_walk_{fdbs,mdbs}
Vladimir Oltean
1
-40
/
+0
2022-04-25
net: dsa: remove unused headers
Marcin Wojtas
1
-9
/
+0
2022-03-09
net: dsa: felix: avoid early deletion of host FDB entries
Vladimir Oltean
1
-0
/
+60
2022-03-07
net: dsa: return success if there was nothing to do
Tom Rix
1
-2
/
+2
2022-03-03
net: dsa: felix: migrate host FDB and MDB entries when changing tag proto
Vladimir Oltean
1
-0
/
+40
2022-02-14
net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN
Vladimir Oltean
1
-0
/
+1
2021-11-30
devlink: Simplify devlink resources unregister call
Leon Romanovsky
1
-1
/
+1
2021-10-21
net: dsa: remove the "dsa_to_port in a loop" antipattern from the core
Vladimir Oltean
1
-11
/
+11
2021-09-15
net: dsa: flush switchdev workqueue before tearing down CPU/DSA ports
Vladimir Oltean
1
-0
/
+5
2021-08-02
net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()
Vladimir Oltean
1
-1
/
+1
2021-01-29
net: dsa: allow changing the tag protocol via the "tagging" device attribute
Vladimir Oltean
1
-0
/
+26
2021-01-14
net: dsa: tag_dsa: Support reception of packets from LAG devices
Tobias Waldekranz
1
-1
/
+11
2021-01-07
net: dsa: remove the DSA specific notifiers
Vladimir Oltean
1
-22
/
+0
2020-11-09
net: dsa: use net core stats64 handling
Heiner Kallweit
1
-6
/
+1
2020-10-04
net: dsa: Add devlink port regions support to DSA
Andrew Lunn
1
-0
/
+14
2020-10-02
net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv()
Florian Fainelli
1
-0
/
+9
2020-09-18
net: dsa: Add devlink regions support to DSA
Andrew Lunn
1
-0
/
+16
2020-09-18
net: dsa: Add helper to convert from devlink to ds
Andrew Lunn
1
-10
/
+2
2020-05-07
net: dsa: introduce a dsa_port_from_netdev public helper
Vladimir Oltean
1
-0
/
+9
2020-04-23
net: dsa: add GRO support via gro_cells
Alexander Lobakin
1
-1
/
+1
2020-03-30
net: dsa: Simplify 'dsa_tag_protocol_to_str()'
Christophe JAILLET
1
-5
/
+1
2019-11-05
net: dsa: Add support for devlink resources
Andrew Lunn
1
-0
/
+37
2019-10-28
net: dsa: Add support for devlink device parameters
Andrew Lunn
1
-0
/
+48
2019-10-22
net: dsa: use dsa_to_port helper everywhere
Vivien Didelot
1
-3
/
+5
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+6
2019-05-07
net: dsa: Fix error cleanup path in dsa_init_module
YueHaibing
1
-2
/
+9
2019-04-30
net: dsa: Remove legacy probing support
Andrew Lunn
1
-5
/
+0
2019-04-28
dsa: Cleanup unneeded table and make tag structures static
Andrew Lunn
1
-35
/
+0
2019-04-28
dsa: Make use of the list of tag drivers
Andrew Lunn
1
-5
/
+34
2019-04-28
dsa: Add stub tag driver put method
Andrew Lunn
1
-0
/
+4
2019-04-28
dsa: Rename dsa_resolve_tag_protocol() to _get ready for locking
Andrew Lunn
1
-1
/
+1
2019-04-28
dsa: Register the none tagger ops
Andrew Lunn
1
-0
/
+7
2019-04-28
dsa: Keep link list of tag drivers
Andrew Lunn
1
-0
/
+28
2019-04-28
dsa: Add boilerplate helper to register DSA tag driver modules
Andrew Lunn
1
-0
/
+12
2019-04-28
dsa: Add TAG protocol to tag ops
Andrew Lunn
1
-0
/
+1
[next]