index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
renesas
/
rswitch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
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-04
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-12-01
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-13
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-04
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-09
net: renesas: rswitch: Add .[gs]et_link_ksettings support
Yoshihiro Shimoda
1
-0
/
+2
2023-08-09
net: renesas: rswitch: Add runtime speed change support
Yoshihiro Shimoda
1
-3
/
+24
2023-07-28
net: Explicitly include correct DT includes
Rob Herring
1
-2
/
+1
2023-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-14
/
+22
2023-06-10
net: renesas: rswitch: Use hardware pause features
Yoshihiro Shimoda
1
-22
/
+14
2023-06-10
net: renesas: rswitch: Use napi_gro_receive() in RX
Yoshihiro Shimoda
1
-1
/
+1
2023-06-09
net: renesas: rswitch: Fix timestamp feature after all descriptors are used
Yoshihiro Shimoda
1
-14
/
+22
2023-06-01
net: renesas: rswitch: Fix return value in error path of xmit
Yoshihiro Shimoda
1
-1
/
+1
2023-03-23
ethernet: remove superfluous clearing of phydev
Wolfram Sang
1
-3
/
+1
2023-03-17
net: renesas: rswitch: Fix GWTSDIE register handling
Yoshihiro Shimoda
1
-2
/
+7
2023-03-17
net: renesas: rswitch: Fix the output value of quote from rswitch_rx()
Yoshihiro Shimoda
1
-3
/
+7
2023-02-11
net: renesas: rswitch: Improve TX timestamp accuracy
Yoshihiro Shimoda
1
-17
/
+149
2023-02-11
net: renesas: rswitch: Remove gptp flag from rswitch_gwca_queue
Yoshihiro Shimoda
1
-15
/
+11
2023-02-11
net: renesas: rswitch: Move linkfix variables to rswitch_gwca
Yoshihiro Shimoda
1
-18
/
+21
2023-02-11
net: renesas: rswitch: Rename rings in struct rswitch_gwca_queue
Yoshihiro Shimoda
1
-32
/
+32
2023-02-03
net: renesas: rswitch: Add "max-speed" handling
Yoshihiro Shimoda
1
-3
/
+12
2023-02-03
net: renesas: rswitch: Add phy_power_{on,off}() calling
Yoshihiro Shimoda
1
-0
/
+5
2023-02-03
net: renesas: rswitch: Add host_interfaces setting
Yoshihiro Shimoda
1
-3
/
+15
2023-02-03
net: renesas: rswitch: Convert to phy_device
Yoshihiro Shimoda
1
-48
/
+62
2023-02-03
net: renesas: rswitch: Simplify struct phy * handling
Yoshihiro Shimoda
1
-78
/
+25
2023-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+13
2023-01-21
net: ethernet: renesas: rswitch: Fix ethernet-ports handling
Yoshihiro Shimoda
1
-9
/
+13
[next]