index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
dsa
/
dsa_priv.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-23
net: dsa: kill off dsa_priv.h
Vladimir Oltean
1
-19
/
+0
2022-11-23
net: dsa: move tag_8021q headers to their proper place
Vladimir Oltean
1
-8
/
+0
2022-11-23
net: dsa: move definitions from dsa_priv.h to slave.c
Vladimir Oltean
1
-42
/
+0
2022-11-23
net: dsa: rename dsa2.c back into dsa.c and create its header
Vladimir Oltean
1
-28
/
+0
2022-11-23
net: dsa: merge dsa.c into dsa2.c
Vladimir Oltean
1
-2
/
+0
2022-11-23
net: dsa: move notifier definitions to switch.h
Vladimir Oltean
1
-103
/
+1
2022-11-23
net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.c
Vladimir Oltean
1
-2
/
+0
2022-11-23
net: dsa: move headers exported by switch.c to switch.h
Vladimir Oltean
1
-4
/
+0
2022-11-23
net: dsa: move tagging protocol code to tag.{c,h}
Vladimir Oltean
1
-296
/
+0
2022-11-23
net: dsa: move headers exported by slave.c to slave.h
Vladimir Oltean
1
-57
/
+2
2022-11-23
net: dsa: move headers exported by master.c to master.h
Vladimir Oltean
1
-9
/
+0
2022-11-23
net: dsa: move headers exported by port.c to port.h
Vladimir Oltean
1
-97
/
+0
2022-11-23
net: dsa: modularize DSA_TAG_PROTO_NONE
Vladimir Oltean
1
-1
/
+0
2022-11-23
net: dsa: unexport dsa_dev_to_net_device()
Vladimir Oltean
1
-0
/
+2
2022-11-18
net: dsa: autoload tag driver module on tagging protocol change
Vladimir Oltean
1
-1
/
+1
2022-11-18
net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id()
Vladimir Oltean
1
-1
/
+1
2022-11-18
net: dsa: strip sysfs "tagging" string of trailing newline
Vladimir Oltean
1
-1
/
+1
2022-11-18
net: dsa: provide a second modalias to tag proto drivers based on their name
Vladimir Oltean
1
-1
/
+5
2022-11-18
net: dsa: rename tagging protocol driver modalias
Vladimir Oltean
1
-3
/
+4
2022-11-18
net: dsa: stop exposing tag proto module helpers to the world
Vladimir Oltean
1
-0
/
+70
2022-11-14
net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shims
Vladimir Oltean
1
-0
/
+1
2022-10-01
net: dsa: don't leave dangling pointers in dp->pl when failing
Vladimir Oltean
1
-0
/
+1
2022-09-20
net: dsa: allow masters to join a LAG
Vladimir Oltean
1
-0
/
+5
2022-09-20
net: dsa: propagate extack to port_lag_join
Vladimir Oltean
1
-0
/
+1
2022-09-20
net: dsa: allow the DSA master to be seen and changed through rtnetlink
Vladimir Oltean
1
-0
/
+10
2022-09-20
net: dsa: introduce dsa_port_get_master()
Vladimir Oltean
1
-1
/
+1
2022-08-23
net: dsa: all DSA masters must be down when changing the tagging protocol
Vladimir Oltean
1
-1
/
+0
2022-08-23
net: dsa: rename dsa_port_link_{,un}register_of
Vladimir Oltean
1
-2
/
+2
2022-05-13
net: dsa: felix: manage host flooding using a specific driver callback
Vladimir Oltean
1
-0
/
+1
2022-04-20
net: dsa: don't emit targeted cross-chip notifiers for MTU change
Vladimir Oltean
1
-3
/
+1
2022-04-20
net: dsa: make cross-chip notifiers more efficient for host events
Vladimir Oltean
1
-17
/
+7
2022-03-18
net: dsa: Handle MST state changes
Tobias Waldekranz
1
-0
/
+3
2022-03-18
net: dsa: Pass VLAN MSTI migration notifications to driver
Tobias Waldekranz
1
-0
/
+2
2022-03-18
net: dsa: Validate hardware support for MST
Tobias Waldekranz
1
-0
/
+2
2022-03-09
net: dsa: felix: avoid early deletion of host FDB entries
Vladimir Oltean
1
-0
/
+2
2022-03-03
net: dsa: install secondary unicast and multicast addresses as host FDB/MDB
Vladimir Oltean
1
-0
/
+37
2022-03-03
net: dsa: rename the host FDB and MDB methods to contain the "bridge" namespace
Vladimir Oltean
1
-8
/
+8
2022-02-27
net: dsa: pass extack to .port_bridge_join driver methods
Vladimir Oltean
1
-0
/
+1
2022-02-27
net: dsa: request drivers to perform FDB isolation
Vladimir Oltean
1
-0
/
+3
2022-02-27
net: dsa: tag_8021q: replace the SVL bridging with VLAN-unaware IVL bridging
Vladimir Oltean
1
-4
/
+0
2022-02-25
net: dsa: support FDB events on offloaded LAG interfaces
Vladimir Oltean
1
-0
/
+13
2022-02-25
net: dsa: call SWITCHDEV_FDB_OFFLOADED for the orig_dev
Vladimir Oltean
1
-0
/
+1
2022-02-25
net: dsa: remove "ds" and "port" from struct dsa_switchdev_event_work
Vladimir Oltean
1
-2
/
+0
2022-02-25
net: dsa: create a dsa_lag structure
Vladimir Oltean
1
-3
/
+5
2022-02-25
net: dsa: rename references to "lag" as "lag_dev"
Vladimir Oltean
1
-3
/
+3
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+0
2022-02-16
net: dsa: add explicit support for host bridge VLANs
Vladimir Oltean
1
-0
/
+7
2022-02-14
net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN
Vladimir Oltean
1
-1
/
+0
2022-02-02
net: dsa: provide switch operations for tracking the master state
Vladimir Oltean
1
-0
/
+13
2022-01-05
net: dsa: remove cross-chip support for HSR
Vladimir Oltean
1
-9
/
+0
[next]