index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
renesas
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2022-12-06
ravb: Fix potential use-after-free in ravb_rx_gbeth()
YueHaibing
1
-1
/
+1
2022-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2022-11-29
net: ethernet: renesas: ravb: Fix promiscuous mode after system resumed
Yoshihiro Shimoda
1
-0
/
+1
2022-11-21
net: ethernet: renesas: rswitch: Fix MAC address info
Yoshihiro Shimoda
1
-1
/
+1
2022-11-17
net: ethernet: renesas: Fix return type in rswitch_etha_wait_link_verification()
Dan Carpenter
1
-1
/
+1
2022-11-14
net: ethernet: renesas: rswitch: Fix build error about ptp
Yoshihiro Shimoda
1
-0
/
+1
2022-11-08
net: ethernet: renesas: rswitch: Fix endless loop in error paths
Yoshihiro Shimoda
2
-11
/
+12
2022-11-07
net: remove explicit phylink_generic_validate() references
Russell King (Oracle)
1
-1
/
+0
2022-11-04
net: ethernet: renesas: Fix return type of rswitch_start_xmit()
Nathan Chancellor
1
-1
/
+1
2022-11-02
net: ethernet: renesas: rswitch: Add R-Car Gen4 gPTP support
Yoshihiro Shimoda
5
-2
/
+398
2022-11-02
net: ethernet: renesas: Add support for "Ethernet Switch"
Yoshihiro Shimoda
4
-0
/
+2686
2022-10-31
ptp: ravb: convert to .adjfine and adjust_by_scaled_ppm
Jacob Keller
1
-12
/
+5
2022-09-28
net: drop the weight argument from netif_napi_add
Jakub Kicinski
2
-3
/
+3
2022-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+4
2022-09-20
net: sh_eth: Fix PHY state warning splat during system resume
Geert Uytterhoeven
1
-0
/
+2
2022-09-20
net: ravb: Fix PHY state warning splat during system resume
Geert Uytterhoeven
1
-0
/
+2
2022-09-20
ravb: Add RZ/G2L MII interface support
Biju Das
2
-1
/
+15
2022-09-19
net: ravb: Add R-Car Gen4 support
Geert Uytterhoeven
1
-0
/
+1
2022-05-16
ravb: Add support for RZ/V2M
Phil Edworthy
1
-0
/
+26
2022-05-16
ravb: Use separate clock for gPTP
Phil Edworthy
2
-3
/
+21
2022-05-16
ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqs
Phil Edworthy
2
-6
/
+53
2022-05-16
ravb: Separate handling of irq enable/disable regs into feature
Phil Edworthy
3
-5
/
+7
2022-02-21
ravb: Use GFP_KERNEL instead of GFP_ATOMIC when possible
Christophe JAILLET
1
-1
/
+1
2022-01-31
sh_eth: kill useless initializers in sh_eth_{suspend|resume}()
Sergey Shtylyov
1
-2
/
+2
2022-01-31
sh_eth: sh_eth_close() always returns 0
Sergey Shtylyov
1
-3
/
+1
2022-01-31
ravb: ravb_close() always returns 0
Sergey Shtylyov
1
-4
/
+1
2022-01-31
phy: make phy_set_max_speed() *void*
Sergey Shtylyov
2
-15
/
+3
2021-12-14
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
1
-4
/
+0
2021-12-09
sh_eth: Use dev_err_probe() helper
Geert Uytterhoeven
1
-2
/
+1
2021-11-22
ethtool: extend ringparam setting/getting API with rx_buf_len
Hao Chen
2
-4
/
+12
2021-11-19
ethernet: renesas: Use div64_ul instead of do_div
Yang Li
1
-4
/
+2
2021-10-19
ethernet: renesas: use eth_hw_addr_set()
Jakub Kicinski
2
-14
/
+18
2021-10-13
ravb: Fix typo AVB->DMAC
Biju Das
1
-1
/
+1
2021-10-13
ravb: Update ravb_emac_init_gbeth()
Biju Das
2
-2
/
+9
2021-10-13
ravb: Document PFRI register bit
Biju Das
1
-1
/
+1
2021-10-13
ravb: Rename "nc_queue" feature bit
Biju Das
2
-19
/
+19
2021-10-13
ravb: Optimize ravb_emac_init_gbeth function
Biju Das
1
-2
/
+1
2021-10-13
ravb: Rename "tsrq" variable
Biju Das
2
-5
/
+5
2021-10-13
ravb: Add support to retrieve stats for GbEthernet
Biju Das
1
-0
/
+21
2021-10-13
ravb: Add carrier_counters to struct ravb_hw_info
Biju Das
2
-0
/
+11
2021-10-13
ravb: Fillup ravb_rx_gbeth() stub
Biju Das
2
-5
/
+142
2021-10-13
ravb: Fillup ravb_rx_ring_format_gbeth() stub
Biju Das
2
-4
/
+31
2021-10-13
ravb: Fillup ravb_rx_ring_free_gbeth() stub
Biju Das
1
-4
/
+24
2021-10-13
ravb: Fillup ravb_alloc_rx_desc_gbeth() stub
Biju Das
2
-7
/
+24
2021-10-13
ravb: Add rx_max_buf_size to struct ravb_hw_info
Biju Das
2
-1
/
+5
2021-10-13
ravb: Use ALIGN macro for max_rx_len
Biju Das
1
-1
/
+1
2021-10-07
ethernet: use of_get_ethdev_address()
Jakub Kicinski
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-10-02
ravb: Initialize GbEthernet E-MAC
Biju Das
2
-13
/
+62
[next]