index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
/
dsa2.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: fix panic when DSA master device unbinds on shutdown
Vladimir Oltean
2022-02-09
1
-19
/
+6
*
net: dsa: setup master before ports
Vladimir Oltean
2022-01-06
1
-10
/
+13
*
net: dsa: first set up shared ports, then non-shared ports
Vladimir Oltean
2022-01-06
1
-13
/
+37
*
net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}
Vladimir Oltean
2022-01-06
1
-0
/
+8
*
net: dsa: make dsa_switch :: num_ports an unsigned int
Vladimir Oltean
2022-01-05
1
-1
/
+1
*
net: dsa: make tagging protocols connect to individual switches from a tree
Vladimir Oltean
2021-12-14
1
-26
/
+18
*
net: dsa: introduce tagger-owned storage for private and shared data
Vladimir Oltean
2021-12-12
1
-4
/
+69
*
net: dsa: keep the bridge_dev and bridge_num as part of the same structure
Vladimir Oltean
2021-12-08
1
-14
/
+29
*
net: dsa: assign a bridge number even without TX forwarding offload
Vladimir Oltean
2021-12-08
1
-1
/
+3
*
net: dsa: make dp->bridge_num one-based
Vladimir Oltean
2021-12-08
1
-12
/
+12
*
net: dsa: introduce locking for the address lists on CPU and DSA ports
Vladimir Oltean
2021-10-25
1
-0
/
+1
*
Revert "Merge branch 'dsa-rtnl'"
David S. Miller
2021-10-25
1
-1
/
+0
*
net: dsa: introduce locking for the address lists on CPU and DSA ports
Vladimir Oltean
2021-10-24
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-10-22
1
-2
/
+7
|
\
|
*
net: dsa: Fix an error handling path in 'dsa_switch_parse_ports_of()'
Christophe JAILLET
2021-10-20
1
-2
/
+7
*
|
net: dsa: do not open-code dsa_switch_for_each_port
Vladimir Oltean
2021-10-21
1
-30
/
+14
*
|
net: dsa: remove the "dsa_to_port in a loop" antipattern from the core
Vladimir Oltean
2021-10-21
1
-7
/
+6
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-15
1
-1
/
+3
|
\
|
|
*
net: dsa: hold rtnl_lock in dsa_switch_setup_tag_protocol
Vladimir Oltean
2021-10-09
1
-0
/
+2
|
*
net: dsa: fix bridge_num not getting cleared after ports leaving the bridge
Vladimir Oltean
2021-10-09
1
-1
/
+1
*
|
net: dsa: unregister cross-chip notifier after ds->ops->teardown
Vladimir Oltean
2021-10-13
1
-2
/
+2
*
|
net: dsa: Move devlink registration to be last devlink command
Leon Romanovsky
2021-09-27
1
-6
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-09-23
1
-8
/
+106
|
\
|
|
*
net: dsa: don't allocate the slave_mii_bus using devres
Vladimir Oltean
2021-09-21
1
-3
/
+9
|
*
net: dsa: fix dsa_tree_setup error path
Vladimir Oltean
2021-09-21
1
-0
/
+1
|
*
net: dsa: tear down devlink port regions when tearing down the devlink port o...
Vladimir Oltean
2021-09-19
1
-5
/
+46
|
*
net: dsa: be compatible with masters which unregister on shutdown
Vladimir Oltean
2021-09-19
1
-0
/
+50
*
|
devlink: Make devlink_register to be void
Leon Romanovsky
2021-09-22
1
-6
/
+1
|
/
*
net: dsa: flush switchdev workqueue before tearing down CPU/DSA ports
Vladimir Oltean
2021-09-16
1
-15
/
+31
*
net: dsa: track unique bridge numbers across all DSA switch trees
Vladimir Oltean
2021-08-23
1
-0
/
+48
*
net: dsa: tag_8021q: don't broadcast during setup/teardown
Vladimir Oltean
2021-08-12
1
-0
/
+3
*
devlink: Set device as early as possible
Leon Romanovsky
2021-08-09
1
-2
/
+3
*
net: dsa: give preference to local CPU ports
Vladimir Oltean
2021-08-05
1
-3
/
+39
*
net: dsa: rename teardown_default_cpu to teardown_cpu_ports
Vladimir Oltean
2021-08-05
1
-5
/
+5
*
net: dsa: add support for bridge TX forwarding offload
Vladimir Oltean
2021-07-23
1
-0
/
+1
*
net: dsa: track the number of switches in a tree
Vladimir Oltean
2021-07-23
1
-0
/
+3
*
net: dsa: reference count the FDB addresses at the cross-chip notifier level
Vladimir Oltean
2021-06-29
1
-0
/
+6
*
net: dsa: reference count the MDB entries at the cross-chip notifier level
Vladimir Oltean
2021-06-29
1
-0
/
+8
*
net: dsa: export the dsa_port_is_{user,cpu,dsa} helpers
Vladimir Oltean
2021-06-21
1
-15
/
+0
*
net: dsa: assert uniqueness of dsa,member properties
Vladimir Oltean
2021-06-21
1
-0
/
+7
*
net: dsa: Allow default tag protocol to be overridden from DT
Tobias Waldekranz
2021-04-21
1
-17
/
+86
*
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-13
1
-1
/
+1
*
net: dsa: Fix type was not set for devlink port
Maxim Kochetkov
2021-03-29
1
-1
/
+7
*
net: dsa: don't assign an error value to tag_ops
George McCollister
2021-03-23
1
-4
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-02-10
1
-2
/
+5
|
\
|
*
net: dsa: call teardown method on probe failure
Vladimir Oltean
2021-02-05
1
-2
/
+5
*
|
net: dsa: allow changing the tag protocol via the "tagging" device attribute
Vladimir Oltean
2021-01-30
1
-3
/
+52
*
|
net: dsa: keep a copy of the tagging protocol in the DSA switch tree
Vladimir Oltean
2021-01-30
1
-12
/
+24
*
|
net: dsa: document the existing switch tree notifiers and add a new one
Vladimir Oltean
2021-01-30
1
-0
/
+43
*
|
net: dsa: add ops for devlink-sb
Vladimir Oltean
2021-01-16
1
-1
/
+158
[next]