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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.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
/
drivers
/
net
/
dsa
/
realtek
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-16
net: Switch to irq_domain_create_*()
Jiri Slaby (SUSE)
2
-6
/
+4
2025-03-04
net: dsa: rtl8366rb: don't prompt users for LED control
Jakub Kicinski
1
-1
/
+1
2025-02-24
net: dsa: rtl8366rb: Fix compilation problem
Linus Walleij
5
-252
/
+299
2025-01-20
dsa: Use str_enable_disable-like helpers
Krzysztof Kozlowski
1
-3
/
+4
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
6
-27
/
+27
2024-10-05
net: dsa: Switch back to struct platform_driver::remove()
Uwe Kleine-König
4
-4
/
+4
2024-09-07
net: dsa: realtek: rtl8366rb: Make use of irq_get_trigger_type()
Vasileios Amoiridis
1
-1
/
+1
2024-09-07
net: dsa: realtek: rtl8365mb: Make use of irq_get_trigger_type()
Vasileios Amoiridis
1
-1
/
+1
2024-09-03
net: dsa: realtek: Use for_each_child_of_node_scoped()
Jinjie Ruan
1
-5
/
+3
2024-08-29
net: dsa: realtek: make use of dev_err_cast_probe()
Hongbo Li
1
-5
/
+3
2024-04-30
net: dsa: realtek: provide own phylink MAC operations
Russell King (Oracle)
4
-18
/
+46
2024-04-29
net: dsa: realtek: add LED drivers for rtl8366rb
Luiz Angelo Daros de Luca
1
-39
/
+265
2024-04-29
net: dsa: realtek: do not assert reset on remove
Luiz Angelo Daros de Luca
1
-5
/
+2
2024-04-29
net: dsa: realtek: keep default LED state in rtl8366rb
Luiz Angelo Daros de Luca
1
-67
/
+20
2024-02-28
net: dsa: realtek: support reset controller
Luiz Angelo Daros de Luca
3
-5
/
+41
2024-02-14
net: dsa: realtek: fix digital interface select macro for EXT0
Luiz Angelo Daros de Luca
1
-2
/
+2
2024-02-12
net: dsa: realtek: embed dsa_switch into realtek_priv
Luiz Angelo Daros de Luca
4
-16
/
+19
2024-02-12
net: dsa: realtek: use the same mii bus driver for both interfaces
Luiz Angelo Daros de Luca
6
-97
/
+14
2024-02-12
net: dsa: realtek: migrate user_mii_bus setup to realtek_dsa
Luiz Angelo Daros de Luca
3
-56
/
+70
2024-02-12
net: dsa: realtek: clean user_mii_bus setup
Luiz Angelo Daros de Luca
1
-10
/
+3
2024-02-12
net: dsa: realtek: get internal MDIO node by name
Luiz Angelo Daros de Luca
1
-1
/
+1
2024-02-12
net: dsa: realtek: merge rtl83xx and interface modules into realtek_dsa
Luiz Angelo Daros de Luca
5
-14
/
+12
2024-02-12
net: dsa: realtek: common rtl83xx module
Luiz Angelo Daros de Luca
8
-273
/
+322
2024-02-12
net: dsa: realtek: keep variant reference in realtek_priv
Luiz Angelo Daros de Luca
3
-12
/
+7
2024-02-12
net: dsa: realtek: convert variants into real drivers
Luiz Angelo Daros de Luca
7
-73
/
+292
2024-02-12
net: dsa: realtek: introduce REALTEK_DSA namespace
Luiz Angelo Daros de Luca
5
-11
/
+15
2024-02-12
net: dsa: realtek: drop cleanup from realtek_ops
Luiz Angelo Daros de Luca
1
-1
/
+0
2023-12-12
net: dsa: realtek: Rewrite RTL8366RB MTU handling
Linus Walleij
1
-18
/
+30
2023-12-12
net: dsa: realtek: Rename bogus RTL8368S variable
Linus Walleij
1
-5
/
+6
2023-12-08
net: Convert some ethtool_sprintf() to ethtool_puts()
justinstitt@google.com
2
-2
/
+2
2023-10-24
net: dsa: Use conduit and user terms
Florian Fainelli
3
-16
/
+16
2023-10-11
net: dsa: realtek: rtl8365mb: replace deprecated strncpy with ethtool_sprintf
Justin Stitt
1
-2
/
+1
2023-10-11
net: dsa: realtek: replace deprecated strncpy with ethtool_sprintf
Justin Stitt
1
-6
/
+2
2023-09-20
net: dsa: realtek: Convert to platform remove callback returning void
Uwe Kleine-König
1
-5
/
+3
2023-09-15
net: dsa: rtl8366rb: Implement setting up link on CPU port
Linus Walleij
1
-9
/
+35
2023-08-20
net: dsa: realtek: add phylink_get_caps implementation
Russell King (Oracle)
1
-0
/
+28
2023-08-16
net: dsa: realtek: Remove redundant of_match_ptr()
Ruan Jinjie
2
-2
/
+2
2023-07-27
net: dsa: Explicitly include correct DT includes
Rob Herring
2
-2
/
+1
2023-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+4
2023-03-25
net: dsa: realtek: fix out-of-bounds access
Ahmad Fatoum
1
-1
/
+4
2023-03-17
net: dsa: realtek: rtl8365mb: add change_mtu
Luiz Angelo Daros de Luca
1
-4
/
+36
2022-09-23
net: dsa: realtek: remove unnecessary set_drvdata()
Yang Yingliang
2
-4
/
+0
2022-06-17
net: dsa: realtek: rtl8365mb: handle PHY interface modes correctly
Alvin Šipraga
1
-107
/
+174
2022-06-17
net: dsa: realtek: rtl8365mb: remove learn_limit_max private data member
Alvin Šipraga
1
-6
/
+1
2022-06-17
net: dsa: realtek: rtl8365mb: correct the max number of ports
Alvin Šipraga
1
-2
/
+1
2022-06-17
net: dsa: realtek: rtl8365mb: remove port_mask private data member
Alvin Šipraga
1
-7
/
+1
2022-06-17
net: dsa: realtek: rtl8365mb: rename macro RTL8367RB -> RTL8367RB_VB
Alvin Šipraga
1
-3
/
+3
2022-06-09
net: dsa: realtek: rtl8365mb: fix GMII caps for ports with internal PHY
Alvin Šipraga
1
-29
/
+9
2022-05-16
net: dsa: realtek: rtl8366rb: Serialize indirect PHY register access
Alvin Šipraga
1
-12
/
+25
2022-05-13
net: dsa: remove port argument from ->change_tag_protocol()
Vladimir Oltean
1
-1
/
+1
[next]