index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
renesas
Age
Commit message (
Expand
)
Author
Files
Lines
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
2021-10-02
ravb: Add half_duplex to struct ravb_hw_info
Biju Das
2
-8
/
+31
2021-10-02
ravb: Add magic_pkt to struct ravb_hw_info
Biju Das
2
-1
/
+5
2021-10-02
ravb: Add tsrq to struct ravb_hw_info
Biju Das
2
-2
/
+8
2021-10-02
ravb: Exclude gPTP feature support for RZ/G2L
Biju Das
1
-36
/
+49
2021-10-02
ravb: Initialize GbEthernet DMAC
Biju Das
2
-2
/
+31
2021-10-02
ravb: Add support for RZ/G2L SoC
Biju Das
2
-0
/
+64
2021-10-02
ravb: Add nc_queue to struct ravb_hw_info
Biju Das
2
-49
/
+94
2021-10-02
ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variables
Biju Das
2
-15
/
+15
2021-10-02
ravb: Rename "ravb_set_features_rx_csum" function to "ravb_set_features_rcar"
Biju Das
2
-6
/
+6
2021-09-07
net: renesas: sh_eth: Fix freeing wrong tx descriptor
Yoshihiro Shimoda
1
-0
/
+1
2021-08-25
ravb: Add reset support
Biju Das
2
-0
/
+12
2021-08-25
ravb: Factorise ravb_emac_init function
Biju Das
2
-2
/
+13
2021-08-25
ravb: Factorise ravb_dmac_init function
Biju Das
2
-21
/
+32
2021-08-25
ravb: Factorise ravb_set_features
Biju Das
2
-2
/
+14
2021-08-25
ravb: Factorise ravb_adjust_link function
Biju Das
2
-1
/
+5
2021-08-25
ravb: Factorise ravb_rx function
Biju Das
2
-2
/
+13
2021-08-25
ravb: Factorise ravb_ring_init function
Biju Das
2
-5
/
+17
2021-08-25
ravb: Factorise ravb_ring_format function
Biju Das
2
-12
/
+24
2021-08-25
ravb: Factorise ravb_ring_free function
Biju Das
2
-17
/
+31
[next]