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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-30
net: ravb: Keep reverse order of operations in ravb_remove()
Claudiu Beznea
1
-9
/
+13
2023-11-30
net: ravb: Stop DMA in case of failures on ravb_open()
Claudiu Beznea
1
-0
/
+1
2023-11-30
net: ravb: Start TX queues after HW initialization succeeded
Claudiu Beznea
1
-2
/
+2
2023-11-30
net: ravb: Make write access to CXR35 first before accessing other EMAC regis...
Claudiu Beznea
1
-8
/
+9
2023-11-30
net: ravb: Use pm_runtime_resume_and_get()
Claudiu Beznea
1
-1
/
+4
2023-11-30
net: ravb: Check return value of reset_control_deassert()
Claudiu Beznea
1
-3
/
+6
2023-11-29
ravb: Fix races between ravb_tx_timeout_work() and net related ops
Yoshihiro Shimoda
1
-1
/
+10
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-10-25
net: ethernet: renesas: drop SoC names in Kconfig
Wolfram Sang
1
-8
/
+1
2023-10-25
net: ethernet: renesas: group entries in Makefile
Wolfram Sang
1
-3
/
+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
2
-5
/
+7
2023-10-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+11
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-07
ravb: Fix use-after-free issue in ravb_tx_timeout_work()
Yoshihiro Shimoda
1
-0
/
+2
2023-10-07
ravb: Fix up dma_free_coherent() call in ravb_remove()
Yoshihiro Shimoda
1
-2
/
+2
2023-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+14
2023-10-04
rswitch: Fix PHY station management clock setting
Yoshihiro Shimoda
2
-1
/
+14
2023-09-20
net: ethernet: renesas: Convert to platform remove callback returning void
Uwe Kleine-König
3
-12
/
+6
2023-09-14
net: renesas: rswitch: Add spin lock protection for irq {un}mask
Yoshihiro Shimoda
2
-0
/
+14
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
2
-3
/
+25
2023-07-28
net: Explicitly include correct DT includes
Rob Herring
3
-6
/
+2
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
2
-22
/
+21
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-29
Revert "sh_eth: remove open coded netif_running()"
Wolfram Sang
2
-1
/
+6
2023-03-23
ethernet: remove superfluous clearing of phydev
Wolfram Sang
1
-3
/
+1
2023-03-22
sh_eth: remove open coded netif_running()
Wolfram Sang
2
-6
/
+1
2023-03-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-9
/
+35
2023-03-17
net: renesas: rswitch: Fix GWTSDIE register handling
Yoshihiro Shimoda
2
-2
/
+8
2023-03-17
net: renesas: rswitch: Fix the output value of quote from rswitch_rx()
Yoshihiro Shimoda
1
-3
/
+7
2023-03-17
sh_eth: avoid PHY being resumed when interface is not up
Wolfram Sang
1
-2
/
+10
2023-03-17
ravb: avoid PHY being resumed when interface is not up
Wolfram Sang
1
-2
/
+10
2023-03-09
ravb: remove R-Car H3 ES1.* handling
Wolfram Sang
1
-15
/
+0
2023-02-11
net: renesas: rswitch: Improve TX timestamp accuracy
Yoshihiro Shimoda
2
-22
/
+179
2023-02-11
net: renesas: rswitch: Remove gptp flag from rswitch_gwca_queue
Yoshihiro Shimoda
2
-16
/
+11
2023-02-11
net: renesas: rswitch: Move linkfix variables to rswitch_gwca
Yoshihiro Shimoda
2
-21
/
+24
2023-02-11
net: renesas: rswitch: Rename rings in struct rswitch_gwca_queue
Yoshihiro Shimoda
2
-34
/
+34
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
2
-50
/
+62
2023-02-03
net: renesas: rswitch: Simplify struct phy * handling
Yoshihiro Shimoda
2
-78
/
+27
[next]