index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
renesas
Commit message (
Expand
)
Author
Age
Files
Lines
*
rswitch: Fix imbalance phy_power_off() calling
Yoshihiro Shimoda
2023-10-12
1
-1
/
+1
*
rswitch: Fix renesas_eth_sw_remove() implementation
Yoshihiro Shimoda
2023-10-12
1
-4
/
+6
*
ravb: Fix use-after-free issue in ravb_tx_timeout_work()
Yoshihiro Shimoda
2023-10-06
1
-0
/
+2
*
ravb: Fix up dma_free_coherent() call in ravb_remove()
Yoshihiro Shimoda
2023-10-06
1
-2
/
+2
*
rswitch: Fix PHY station management clock setting
Yoshihiro Shimoda
2023-10-03
2
-1
/
+14
*
net: renesas: rswitch: Add spin lock protection for irq {un}mask
Yoshihiro Shimoda
2023-09-14
2
-0
/
+14
*
net: renesas: rswitch: Fix unmasking irq condition
Yoshihiro Shimoda
2023-09-14
1
-4
/
+4
*
net: renesas: rswitch: Add .[gs]et_link_ksettings support
Yoshihiro Shimoda
2023-08-08
1
-0
/
+2
*
net: renesas: rswitch: Add runtime speed change support
Yoshihiro Shimoda
2023-08-08
2
-3
/
+25
*
net: Explicitly include correct DT includes
Rob Herring
2023-07-27
3
-6
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-15
1
-14
/
+22
|
\
|
*
net: renesas: rswitch: Fix timestamp feature after all descriptors are used
Yoshihiro Shimoda
2023-06-09
1
-14
/
+22
*
|
net: renesas: rswitch: Use hardware pause features
Yoshihiro Shimoda
2023-06-10
2
-22
/
+21
*
|
net: renesas: rswitch: Use napi_gro_receive() in RX
Yoshihiro Shimoda
2023-06-10
1
-1
/
+1
|
/
*
net: renesas: rswitch: Fix return value in error path of xmit
Yoshihiro Shimoda
2023-06-01
1
-1
/
+1
*
Revert "sh_eth: remove open coded netif_running()"
Wolfram Sang
2023-03-28
2
-1
/
+6
*
ethernet: remove superfluous clearing of phydev
Wolfram Sang
2023-03-22
1
-3
/
+1
*
sh_eth: remove open coded netif_running()
Wolfram Sang
2023-03-22
2
-6
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-03-17
4
-9
/
+35
|
\
|
*
net: renesas: rswitch: Fix GWTSDIE register handling
Yoshihiro Shimoda
2023-03-17
2
-2
/
+8
|
*
net: renesas: rswitch: Fix the output value of quote from rswitch_rx()
Yoshihiro Shimoda
2023-03-17
1
-3
/
+7
|
*
sh_eth: avoid PHY being resumed when interface is not up
Wolfram Sang
2023-03-16
1
-2
/
+10
|
*
ravb: avoid PHY being resumed when interface is not up
Wolfram Sang
2023-03-16
1
-2
/
+10
*
|
ravb: remove R-Car H3 ES1.* handling
Wolfram Sang
2023-03-08
1
-15
/
+0
|
/
*
net: renesas: rswitch: Improve TX timestamp accuracy
Yoshihiro Shimoda
2023-02-10
2
-22
/
+179
*
net: renesas: rswitch: Remove gptp flag from rswitch_gwca_queue
Yoshihiro Shimoda
2023-02-10
2
-16
/
+11
*
net: renesas: rswitch: Move linkfix variables to rswitch_gwca
Yoshihiro Shimoda
2023-02-10
2
-21
/
+24
*
net: renesas: rswitch: Rename rings in struct rswitch_gwca_queue
Yoshihiro Shimoda
2023-02-10
2
-34
/
+34
*
net: renesas: rswitch: Add "max-speed" handling
Yoshihiro Shimoda
2023-02-03
1
-3
/
+12
*
net: renesas: rswitch: Add phy_power_{on,off}() calling
Yoshihiro Shimoda
2023-02-03
1
-0
/
+5
*
net: renesas: rswitch: Add host_interfaces setting
Yoshihiro Shimoda
2023-02-03
1
-3
/
+15
*
net: renesas: rswitch: Convert to phy_device
Yoshihiro Shimoda
2023-02-03
2
-50
/
+62
*
net: renesas: rswitch: Simplify struct phy * handling
Yoshihiro Shimoda
2023-02-03
2
-78
/
+27
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-01-27
3
-11
/
+33
|
\
|
*
net: ravb: Fix possible hang if RIS2_QFF1 happen
Yoshihiro Shimoda
2023-01-25
1
-2
/
+2
|
*
net: ravb: Fix lack of register setting after system resumed for Gen3
Yoshihiro Shimoda
2023-01-25
1
-0
/
+6
|
*
net: ethernet: renesas: rswitch: Fix ethernet-ports handling
Yoshihiro Shimoda
2023-01-20
2
-9
/
+25
*
|
net: ethernet: renesas: rswitch: C45 only transactions
Michael Walle
2023-01-17
1
-22
/
+6
*
|
net: mdio: mdio-bitbang: Separate C22 and C45 transactions
Andrew Lunn
2023-01-10
1
-6
/
+31
|
/
*
net: ethernet: renesas: rswitch: Fix getting mac address from device tree
Yoshihiro Shimoda
2022-12-28
1
-1
/
+4
*
net: ethernet: renesas: rswitch: Fix error path in renesas_eth_sw_probe()
Yoshihiro Shimoda
2022-12-28
1
-0
/
+5
*
ravb: Fix "failed to switch device to config mode" message during unbind
Biju Das
2022-12-15
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-12-08
1
-1
/
+1
|
\
|
*
ravb: Fix potential use-after-free in ravb_rx_gbeth()
YueHaibing
2022-12-06
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-29
1
-0
/
+1
|
\
|
|
*
net: ethernet: renesas: ravb: Fix promiscuous mode after system resumed
Yoshihiro Shimoda
2022-11-29
1
-0
/
+1
*
|
net: ethernet: renesas: rswitch: Fix MAC address info
Yoshihiro Shimoda
2022-11-21
1
-1
/
+1
*
|
net: ethernet: renesas: Fix return type in rswitch_etha_wait_link_verification()
Dan Carpenter
2022-11-17
1
-1
/
+1
*
|
net: ethernet: renesas: rswitch: Fix build error about ptp
Yoshihiro Shimoda
2022-11-14
1
-0
/
+1
*
|
net: ethernet: renesas: rswitch: Fix endless loop in error paths
Yoshihiro Shimoda
2022-11-08
2
-11
/
+12
[next]