index
:
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.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
Greg Kroah-Hartman
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
*
net: ravb: Fix possible hang if RIS2_QFF1 happen
Yoshihiro Shimoda
2023-02-01
1
-2
/
+2
*
net: ravb: Fix lack of register setting after system resumed for Gen3
Yoshihiro Shimoda
2023-02-01
1
-0
/
+6
*
ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variables
Biju Das
2023-02-01
2
-15
/
+15
*
ravb: Fix "failed to switch device to config mode" message during unbind
Biju Das
2023-01-12
1
-1
/
+1
*
net: ethernet: renesas: ravb: Fix promiscuous mode after system resumed
Yoshihiro Shimoda
2022-12-08
1
-0
/
+1
*
net: sh_eth: Fix PHY state warning splat during system resume
Geert Uytterhoeven
2022-09-28
1
-0
/
+2
*
net: ravb: Fix PHY state warning splat during system resume
Geert Uytterhoeven
2022-09-28
1
-0
/
+2
*
ethernet: renesas: Use div64_ul instead of do_div
Yang Li
2022-01-27
1
-4
/
+2
*
net: renesas: sh_eth: Fix freeing wrong tx descriptor
Yoshihiro Shimoda
2021-09-07
1
-0
/
+1
*
ravb: Add reset support
Biju Das
2021-08-25
2
-0
/
+12
*
ravb: Factorise ravb_emac_init function
Biju Das
2021-08-25
2
-2
/
+13
*
ravb: Factorise ravb_dmac_init function
Biju Das
2021-08-25
2
-21
/
+32
*
ravb: Factorise ravb_set_features
Biju Das
2021-08-25
2
-2
/
+14
*
ravb: Factorise ravb_adjust_link function
Biju Das
2021-08-25
2
-1
/
+5
*
ravb: Factorise ravb_rx function
Biju Das
2021-08-25
2
-2
/
+13
*
ravb: Factorise ravb_ring_init function
Biju Das
2021-08-25
2
-5
/
+17
*
ravb: Factorise ravb_ring_format function
Biju Das
2021-08-25
2
-12
/
+24
*
ravb: Factorise ravb_ring_free function
Biju Das
2021-08-25
2
-17
/
+31
*
ravb: Add ptp_cfg_active to struct ravb_hw_info
Biju Das
2021-08-25
2
-14
/
+6
*
ravb: Add no_ptp_cfg_active to struct ravb_hw_info
Biju Das
2021-08-25
2
-8
/
+13
*
ravb: Add multi_irq to struct ravb_hw_info
Biju Das
2021-08-25
3
-11
/
+20
*
ravb: Remove the macros NUM_TX_DESC_GEN[23]
Biju Das
2021-08-25
2
-6
/
+6
*
ravb: Add tx_counters to struct ravb_hw_info
Biju Das
2021-08-19
2
-1
/
+4
*
ravb: Add internal delay hw feature to struct ravb_hw_info
Biju Das
2021-08-19
2
-2
/
+7
*
ravb: Add net_features and net_hw_features to struct ravb_hw_info
Biju Das
2021-08-19
2
-4
/
+10
*
ravb: Add gstrings_stats and gstrings_size to struct ravb_hw_info
Biju Das
2021-08-19
2
-1
/
+10
*
ravb: Add stats_len to struct ravb_hw_info
Biju Das
2021-08-19
2
-3
/
+7
*
ravb: Add max_rx_len to struct ravb_hw_info
Biju Das
2021-08-19
2
-4
/
+7
*
ravb: Add aligned_tx to struct ravb_hw_info
Biju Das
2021-08-19
2
-1
/
+3
*
ravb: Add struct ravb_hw_info to driver data
Biju Das
2021-08-19
2
-13
/
+28
*
ravb: Use unsigned int for num_tx_desc variable in struct ravb_private
Biju Das
2021-08-19
2
-15
/
+15
*
ethernet: fix PTP_1588_CLOCK dependencies
Arnd Bergmann
2021-08-13
1
-1
/
+1
*
ravb: Remove checks for unsupported internal delay modes
Geert Uytterhoeven
2021-08-13
1
-13
/
+2
*
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
2021-07-27
2
-3
/
+3
*
ravb: Remove extra TAB
Biju Das
2021-07-21
1
-1
/
+1
*
ravb: Fix a typo in comment
Biju Das
2021-07-21
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-06-18
1
-1
/
+1
|
\
|
*
sh_eth: Avoid memcpy() over-reading of ETH_SS_STATS
Kees Cook
2021-06-16
1
-1
/
+1
*
|
net: ethernet: ravb: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
2021-06-09
1
-11
/
+4
*
|
sh_eth: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
2021-06-08
1
-4
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-04-26
1
-23
/
+12
|
\
|
*
net: renesas: ravb: Fix a stuck issue when a lot of frames are received
Yoshihiro Shimoda
2021-04-21
1
-23
/
+12
*
|
net: ethernet: ravb: Fix release of refclk
Adam Ford
2021-04-21
1
-3
/
+4
*
|
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
2021-04-13
2
-9
/
+8
*
|
net: ethernet: ravb: Enable optional refclk
Adam Ford
2021-04-12
2
-0
/
+11
*
|
sh_eth: place RX/TX descriptor *enum*s after their *struct*s
Sergey Shtylyov
2021-03-12
1
-36
/
+46
*
|
sh_eth: rename *enum*s still not matching register names
Sergey Shtylyov
2021-03-12
1
-6
/
+6
*
|
sh_eth: rename PSR bits
Sergey Shtylyov
2021-03-12
2
-2
/
+2
*
|
sh_eth: rename TRSCER bits
Sergey Shtylyov
2021-03-12
2
-12
/
+18
|
/
*
sh_eth: fix TRSCER mask for R7S9210
Sergey Shtylyov
2021-03-01
1
-0
/
+2
[next]