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
/
ravb_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-13
ravb: Fillup ravb_rx_ring_format_gbeth() stub
Biju Das
1
-4
/
+30
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
1
-7
/
+23
2021-10-13
ravb: Add rx_max_buf_size to struct ravb_hw_info
Biju Das
1
-1
/
+4
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
ravb: Initialize GbEthernet E-MAC
Biju Das
1
-9
/
+46
2021-10-02
ravb: Add half_duplex to struct ravb_hw_info
Biju Das
1
-8
/
+28
2021-10-02
ravb: Add magic_pkt to struct ravb_hw_info
Biju Das
1
-1
/
+4
2021-10-02
ravb: Add tsrq to struct ravb_hw_info
Biju Das
1
-2
/
+7
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
1
-1
/
+29
2021-10-02
ravb: Add support for RZ/G2L SoC
Biju Das
1
-0
/
+62
2021-10-02
ravb: Add nc_queue to struct ravb_hw_info
Biju Das
1
-48
/
+92
2021-10-02
ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variables
Biju Das
1
-13
/
+13
2021-10-02
ravb: Rename "ravb_set_features_rx_csum" function to "ravb_set_features_rcar"
Biju Das
1
-5
/
+5
2021-08-25
ravb: Add reset support
Biju Das
1
-0
/
+11
2021-08-25
ravb: Factorise ravb_emac_init function
Biju Das
1
-2
/
+12
2021-08-25
ravb: Factorise ravb_dmac_init function
Biju Das
1
-21
/
+31
2021-08-25
ravb: Factorise ravb_set_features
Biju Das
1
-2
/
+13
2021-08-25
ravb: Factorise ravb_adjust_link function
Biju Das
1
-1
/
+4
2021-08-25
ravb: Factorise ravb_rx function
Biju Das
1
-2
/
+12
2021-08-25
ravb: Factorise ravb_ring_init function
Biju Das
1
-5
/
+16
2021-08-25
ravb: Factorise ravb_ring_format function
Biju Das
1
-12
/
+23
2021-08-25
ravb: Factorise ravb_ring_free function
Biju Das
1
-17
/
+30
2021-08-25
ravb: Add ptp_cfg_active to struct ravb_hw_info
Biju Das
1
-7
/
+5
2021-08-25
ravb: Add no_ptp_cfg_active to struct ravb_hw_info
Biju Das
1
-8
/
+12
2021-08-25
ravb: Add multi_irq to struct ravb_hw_info
Biju Das
1
-8
/
+14
2021-08-25
ravb: Remove the macros NUM_TX_DESC_GEN[23]
Biju Das
1
-2
/
+6
2021-08-19
ravb: Add tx_counters to struct ravb_hw_info
Biju Das
1
-1
/
+3
2021-08-19
ravb: Add internal delay hw feature to struct ravb_hw_info
Biju Das
1
-2
/
+4
2021-08-19
ravb: Add net_features and net_hw_features to struct ravb_hw_info
Biju Das
1
-4
/
+8
2021-08-19
ravb: Add gstrings_stats and gstrings_size to struct ravb_hw_info
Biju Das
1
-1
/
+8
2021-08-19
ravb: Add stats_len to struct ravb_hw_info
Biju Das
1
-3
/
+6
2021-08-19
ravb: Add max_rx_len to struct ravb_hw_info
Biju Das
1
-4
/
+6
2021-08-19
ravb: Add aligned_tx to struct ravb_hw_info
Biju Das
1
-1
/
+2
2021-08-19
ravb: Add struct ravb_hw_info to driver data
Biju Das
1
-13
/
+22
2021-08-19
ravb: Use unsigned int for num_tx_desc variable in struct ravb_private
Biju Das
1
-14
/
+14
2021-08-14
ravb: Remove checks for unsupported internal delay modes
Geert Uytterhoeven
1
-13
/
+2
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-07-22
ravb: Fix a typo in comment
Biju Das
1
-1
/
+1
2021-06-09
net: ethernet: ravb: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-11
/
+4
2021-04-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-23
/
+12
2021-04-21
net: ethernet: ravb: Fix release of refclk
Adam Ford
1
-3
/
+4
2021-04-21
net: renesas: ravb: Fix a stuck issue when a lot of frames are received
Yoshihiro Shimoda
1
-23
/
+12
2021-04-14
of: net: pass the dst buffer to of_get_mac_address()
Michael Walle
1
-5
/
+7
2021-04-13
net: ethernet: ravb: Enable optional refclk
Adam Ford
1
-0
/
+10
2021-01-09
ravb: remove APSR_DM
Sergey Shtylyov
1
-3
/
+3
2020-10-28
ravb: Fix bit fields checking in ravb_hwtstamp_get()
Andrew Gabbasov
1
-3
/
+7
2020-10-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-55
/
+55
[next]