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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-28
net: dsa: fall back to default tagger if we can't load the one from DT
Vladimir Oltean
1
-3
/
+10
2022-10-15
net: dsa: uninitialized variable in dsa_slave_netdevice_event()
Dan Carpenter
1
-1
/
+1
2022-10-09
net: dsa: fix wrong pointer passed to PTR_ERR() in dsa_port_phylink_create()
Yang Yingliang
1
-1
/
+1
2022-09-30
net: dsa: remove bool devlink_port_setup
Vladimir Oltean
1
-8
/
+6
2022-09-30
net: dsa: don't do devlink port setup early
Jiri Pirko
1
-94
/
+82
2022-09-30
net: dsa: don't leave dangling pointers in dp->pl when failing
Vladimir Oltean
3
-10
/
+19
2022-09-30
net: dsa: move port_setup/teardown to be called outside devlink port register...
Jiri Pirko
1
-42
/
+26
2022-09-26
net: dsa: make user ports return to init_net on netns deletion
Vladimir Oltean
1
-0
/
+1
2022-09-20
net: dsa: allow masters to join a LAG
Vladimir Oltean
5
-10
/
+298
2022-09-20
net: dsa: propagate extack to port_lag_join
Vladimir Oltean
3
-2
/
+4
2022-09-20
net: dsa: suppress device links to LAG DSA masters
Vladimir Oltean
1
-6
/
+8
2022-09-20
net: dsa: suppress appending ethtool stats to LAG DSA masters
Vladimir Oltean
1
-0
/
+9
2022-09-20
net: dsa: don't keep track of admin/oper state on LAG DSA masters
Vladimir Oltean
1
-0
/
+12
2022-09-20
net: dsa: allow the DSA master to be seen and changed through rtnetlink
Vladimir Oltean
7
-1
/
+354
2022-09-20
net: dsa: introduce dsa_port_get_master()
Vladimir Oltean
5
-27
/
+26
2022-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-08-31
net: dsa: hellcreek: Print warning only once
Kurt Kanzenbach
1
-1
/
+1
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-08-23
net: dsa: don't dereference NULL extack in dsa_slave_changeupper()
Vladimir Oltean
1
-1
/
+1
2022-08-23
net: dsa: use dsa_tree_for_each_cpu_port in dsa_tree_{setup,teardown}_master
Vladimir Oltean
1
-25
/
+21
2022-08-23
net: dsa: all DSA masters must be down when changing the tagging protocol
Vladimir Oltean
3
-9
/
+4
2022-08-23
net: dsa: only bring down user ports assigned to a given DSA master
Vladimir Oltean
1
-0
/
+3
2022-08-23
net: dsa: existing DSA masters cannot join upper interfaces
Vladimir Oltean
1
-0
/
+33
2022-08-23
net: bridge: move DSA master bridging restriction to DSA
Vladimir Oltean
1
-0
/
+44
2022-08-23
net: dsa: don't stop at NOTIFY_OK when calling ds->ops->port_prechangeupper
Vladimir Oltean
1
-1
/
+1
2022-08-23
net: dsa: walk through all changeupper notifier functions
Vladimir Oltean
1
-9
/
+28
2022-08-22
net: dsa: tag_8021q: remove old comment regarding dsa_8021q_netdev_ops
Vladimir Oltean
1
-3
/
+1
2022-08-22
dsa: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-4
/
+4
2022-08-22
net: dsa: make phylink-related OF properties mandatory on DSA and CPU ports
Vladimir Oltean
1
-5
/
+167
2022-08-22
net: dsa: rename dsa_port_link_{,un}register_of
Vladimir Oltean
3
-16
/
+16
2022-08-22
net: dsa: avoid dsa_port_link_{,un}register_of() calls with platform data
Vladimir Oltean
1
-10
/
+24
2022-08-17
net: dsa: don't warn in dsa_port_set_state_now() when driver doesn't support it
Vladimir Oltean
1
-2
/
+5
2022-08-01
net: dsa: Fix spelling mistakes and cleanup code
Xie Shaowen
1
-2
/
+2
2022-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2022-07-25
net: dsa: fix reference counting for LAG FDBs
Vladimir Oltean
1
-0
/
+1
2022-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+4
2022-07-18
net: dsa: fix NULL pointer dereference in dsa_port_reset_vlan_filtering
Vladimir Oltean
1
-2
/
+3
2022-07-18
net: dsa: fix dsa_port_vlan_filtering when global
Vladimir Oltean
1
-1
/
+1
2022-07-02
net: dsa: tag_ksz: add tag handling for Microchip LAN937x
Prasanna Vengateshan
2
-2
/
+61
2022-06-29
net: dsa: add get_pause_stats support
Oleksij Rempel
1
-0
/
+11
2022-06-27
net: dsa: add Renesas RZ/N1 switch tag driver
Clément Léger
3
-0
/
+121
2022-06-27
net: dsa: add support for ethtool get_rmon_stats()
Clément Léger
1
-0
/
+13
2022-06-27
net: dsa: allow port_bridge_join() to override extack message
Clément Léger
1
-2
/
+3
2022-06-09
net: adopt u64_stats_t in struct pcpu_sw_netstats
Eric Dumazet
1
-4
/
+4
2022-05-23
net: dsa: OF-ware slave_mii_bus
Luiz Angelo Daros de Luca
1
-1
/
+6
2022-05-12
net: dsa: remove port argument from ->change_tag_protocol()
Vladimir Oltean
2
-17
/
+11
2022-05-12
net: dsa: felix: manage host flooding using a specific driver callback
Vladimir Oltean
3
-30
/
+15
2022-05-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2022-05-09
net: dsa: flush switchdev workqueue on bridge join error path
Vladimir Oltean
1
-0
/
+1
2022-05-06
net: dsa: delete dsa_port_walk_{fdbs,mdbs}
Vladimir Oltean
1
-40
/
+0
[next]