index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
renesas
/
rswitch.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-04
net: renesas: rswitch: rename rswitch.c to rswitch_main.c
Michael Dege
1
-2250
/
+0
2025-02-07
net: renesas: rswitch: Convert to for_each_available_child_of_node()
Geert Uytterhoeven
1
-5
/
+2
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-35
/
+39
2024-12-18
net: renesas: rswitch: add mdio C22 support
Nikita Yushchenko
1
-0
/
+19
2024-12-18
net: renesas: rswitch: use generic MPSM operation for mdio C45
Nikita Yushchenko
1
-22
/
+29
2024-12-18
net: renesas: rswitch: align mdio C45 operations with datasheet
Nikita Yushchenko
1
-9
/
+3
2024-12-18
net: renesas: rswitch: use FIELD_PREP for remaining MPIC register fields
Nikita Yushchenko
1
-2
/
+3
2024-12-18
net: renesas: rswitch: do not write to MPSM register at init time
Nikita Yushchenko
1
-1
/
+0
2024-12-15
net: renesas: rswitch: rework ts tags management
Nikita Yushchenko
1
-35
/
+39
2024-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-32
/
+53
2024-12-12
net: renesas: rswitch: fix initial MPIC register setting
Nikita Yushchenko
1
-6
/
+21
2024-12-11
net: renesas: rswitch: enable only used MFWD features
Nikita Yushchenko
1
-10
/
+20
2024-12-10
net: renesas: rswitch: handle stop vs interrupt race
Nikita Yushchenko
1
-15
/
+18
2024-12-10
net: renesas: rswitch: avoid use-after-put for a device tree node
Nikita Yushchenko
1
-1
/
+2
2024-12-10
net: renesas: rswitch: fix leaked pointer on error path
Nikita Yushchenko
1
-0
/
+1
2024-12-10
net: renesas: rswitch: fix race window between tx start and complete
Nikita Yushchenko
1
-8
/
+8
2024-12-10
net: renesas: rswitch: fix possible early skb release
Nikita Yushchenko
1
-2
/
+3
2024-12-09
net: renesas: rswitch: remove speed from gwca structure
Nikita Yushchenko
1
-3
/
+0
2024-12-09
net: renesas: rswitch: do not deinit disabled ports
Nikita Yushchenko
1
-1
/
+1
2024-10-04
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
1
-1
/
+1
2024-09-03
net: renesas: rswitch: Remove setting of RX software timestamp
Gal Pressman
1
-2
/
+0
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
1
-1
/
+1
2024-07-03
net: rswitch: Avoid use-after-free in rswitch_poll()
Radu Rendec
1
-2
/
+2
2023-12-10
net: rswitch: Allow jumbo frames
Yoshihiro Shimoda
1
-0
/
+2
2023-12-10
net: rswitch: Add jumbo frames handling for TX
Yoshihiro Shimoda
1
-10
/
+46
2023-12-10
net: rswitch: Add jumbo frames handling for RX
Yoshihiro Shimoda
1
-10
/
+76
2023-12-10
net: rswitch: Set GWMDNC register
Yoshihiro Shimoda
1
-0
/
+2
2023-12-10
net: rswitch: Add a setting ext descriptor function
Yoshihiro Shimoda
1
-26
/
+47
2023-12-10
net: rswitch: Add unmap_addrs instead of dma address in each desc
Yoshihiro Shimoda
1
-8
/
+11
2023-12-10
net: rswitch: Use build_skb() for RX
Yoshihiro Shimoda
1
-31
/
+42
2023-12-10
net: rswitch: Use unsigned int for desc related array index
Yoshihiro Shimoda
1
-39
/
+49
2023-12-10
net: rswitch: Drop unused argument/return value
Yoshihiro Shimoda
1
-7
/
+3
2023-11-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+13
2023-11-24
net: rswitch: Fix missing dev_kfree_skb_any() in error path
Yoshihiro Shimoda
1
-8
/
+12
2023-11-24
net: rswitch: Fix return value in rswitch_start_xmit()
Yoshihiro Shimoda
1
-1
/
+1
2023-11-24
net: rswitch: Fix type of ret in rswitch_start_xmit()
Yoshihiro Shimoda
1
-1
/
+1
2023-11-23
net: ethernet: renesas: rcar_gen4_ptp: Get clock increment from clock rate
Niklas Söderlund
1
-1
/
+1
2023-11-23
net: ethernet: renesas: rcar_gen4_ptp: Prepare for shared register layout
Niklas Söderlund
1
-1
/
+1
2023-10-19
rswitch: Add PM ops
Yoshihiro Shimoda
1
-0
/
+43
2023-10-19
rswitch: Use unsigned int for port related array index
Yoshihiro Shimoda
1
-4
/
+6
2023-10-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+7
2023-10-12
rswitch: Fix imbalance phy_power_off() calling
Yoshihiro Shimoda
1
-1
/
+1
2023-10-12
rswitch: Fix renesas_eth_sw_remove() implementation
Yoshihiro Shimoda
1
-4
/
+6
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+12
2023-10-03
rswitch: Fix PHY station management clock setting
Yoshihiro Shimoda
1
-1
/
+12
2023-09-20
net: ethernet: renesas: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2023-09-14
net: renesas: rswitch: Add spin lock protection for irq {un}mask
Yoshihiro Shimoda
1
-0
/
+12
2023-09-14
net: renesas: rswitch: Fix unmasking irq condition
Yoshihiro Shimoda
1
-4
/
+4
2023-08-08
net: renesas: rswitch: Add .[gs]et_link_ksettings support
Yoshihiro Shimoda
1
-0
/
+2
2023-08-08
net: renesas: rswitch: Add runtime speed change support
Yoshihiro Shimoda
1
-3
/
+24
[next]