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