index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
net: dsa: suppress device links to LAG DSA masters
Vladimir Oltean
2022-09-20
1
-6
/
+8
*
net: dsa: suppress appending ethtool stats to LAG DSA masters
Vladimir Oltean
2022-09-20
1
-0
/
+9
*
net: dsa: don't keep track of admin/oper state on LAG DSA masters
Vladimir Oltean
2022-09-20
1
-0
/
+12
*
net: dsa: allow the DSA master to be seen and changed through rtnetlink
Vladimir Oltean
2022-09-20
7
-1
/
+354
*
net: dsa: introduce dsa_port_get_master()
Vladimir Oltean
2022-09-20
5
-27
/
+26
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-09-01
1
-1
/
+1
|
\
|
*
net: dsa: hellcreek: Print warning only once
Kurt Kanzenbach
2022-08-31
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-25
1
-1
/
+1
|
\
|
|
*
net: dsa: don't dereference NULL extack in dsa_slave_changeupper()
Vladimir Oltean
2022-08-23
1
-1
/
+1
*
|
net: dsa: use dsa_tree_for_each_cpu_port in dsa_tree_{setup,teardown}_master
Vladimir Oltean
2022-08-23
1
-25
/
+21
*
|
net: dsa: all DSA masters must be down when changing the tagging protocol
Vladimir Oltean
2022-08-23
3
-9
/
+4
*
|
net: dsa: only bring down user ports assigned to a given DSA master
Vladimir Oltean
2022-08-23
1
-0
/
+3
*
|
net: dsa: existing DSA masters cannot join upper interfaces
Vladimir Oltean
2022-08-23
1
-0
/
+33
*
|
net: bridge: move DSA master bridging restriction to DSA
Vladimir Oltean
2022-08-23
1
-0
/
+44
*
|
net: dsa: don't stop at NOTIFY_OK when calling ds->ops->port_prechangeupper
Vladimir Oltean
2022-08-23
1
-1
/
+1
*
|
net: dsa: walk through all changeupper notifier functions
Vladimir Oltean
2022-08-23
1
-9
/
+28
*
|
net: dsa: tag_8021q: remove old comment regarding dsa_8021q_netdev_ops
Vladimir Oltean
2022-08-22
1
-3
/
+1
*
|
dsa: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-22
2
-4
/
+4
*
|
net: dsa: make phylink-related OF properties mandatory on DSA and CPU ports
Vladimir Oltean
2022-08-22
1
-5
/
+167
*
|
net: dsa: rename dsa_port_link_{,un}register_of
Vladimir Oltean
2022-08-22
3
-16
/
+16
*
|
net: dsa: avoid dsa_port_link_{,un}register_of() calls with platform data
Vladimir Oltean
2022-08-22
1
-10
/
+24
|
/
*
net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support it
Vladimir Oltean
2022-08-17
1
-2
/
+5
*
net: dsa: Fix spelling mistakes and cleanup code
Xie Shaowen
2022-08-01
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-28
1
-0
/
+1
|
\
|
*
net: dsa: fix reference counting for LAG FDBs
Vladimir Oltean
2022-07-25
1
-0
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-07-21
1
-3
/
+4
|
\
|
|
*
net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filtering
Vladimir Oltean
2022-07-18
1
-2
/
+3
|
*
net: dsa: fix dsa_port_vlan_filtering when global
Vladimir Oltean
2022-07-18
1
-1
/
+1
*
|
net: dsa: tag_ksz: add tag handling for Microchip LAN937x
Prasanna Vengateshan
2022-07-02
2
-2
/
+61
*
|
net: dsa: add get_pause_stats support
Oleksij Rempel
2022-06-29
1
-0
/
+11
*
|
net: dsa: add Renesas RZ/N1 switch tag driver
Clément Léger
2022-06-27
3
-0
/
+121
*
|
net: dsa: add support for ethtool get_rmon_stats()
Clément Léger
2022-06-27
1
-0
/
+13
*
|
net: dsa: allow port_bridge_join() to override extack message
Clément Léger
2022-06-27
1
-2
/
+3
*
|
net: adopt u64_stats_t in struct pcpu_sw_netstats
Eric Dumazet
2022-06-09
1
-4
/
+4
|
/
*
net: dsa: OF-ware slave_mii_bus
Luiz Angelo Daros de Luca
2022-05-23
1
-1
/
+6
*
net: dsa: remove port argument from ->change_tag_protocol()
Vladimir Oltean
2022-05-12
2
-17
/
+11
*
net: dsa: felix: manage host flooding using a specific driver callback
Vladimir Oltean
2022-05-12
3
-30
/
+15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-05-12
1
-0
/
+1
|
\
|
*
net: dsa: flush switchdev workqueue on bridge join error path
Vladimir Oltean
2022-05-09
1
-0
/
+1
*
|
net: dsa: delete dsa_port_walk_{fdbs,mdbs}
Vladimir Oltean
2022-05-06
1
-40
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-04-28
2
-1
/
+3
|
\
|
|
*
net: dsa: flood multicast to CPU when slave has IFF_PROMISC
Vladimir Oltean
2022-04-25
1
-1
/
+1
|
*
net: dsa: Add missing of_node_put() in dsa_port_link_register_of
Miaoqian Lin
2022-04-22
1
-0
/
+2
*
|
net: dsa: remove unused headers
Marcin Wojtas
2022-04-25
1
-9
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-04-22
1
-0
/
+8
|
\
|
|
*
net: dsa: hellcreek: Calculate checksums in tagger
Kurt Kanzenbach
2022-04-19
1
-0
/
+8
*
|
net: dsa: don't emit targeted cross-chip notifiers for MTU change
Vladimir Oltean
2022-04-20
4
-25
/
+7
*
|
net: dsa: drop dsa_slave_priv from dsa_slave_change_mtu
Vladimir Oltean
2022-04-20
1
-2
/
+1
*
|
net: dsa: avoid one dsa_to_port() in dsa_slave_change_mtu
Vladimir Oltean
2022-04-20
1
-4
/
+1
*
|
net: dsa: use dsa_tree_for_each_user_port in dsa_slave_change_mtu
Vladimir Oltean
2022-04-20
1
-8
/
+5
[prev]
[next]