index
:
kernel/linux.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.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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-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
2020-10-01
ravb: Add support for explicit internal clock delay configuration
Geert Uytterhoeven
1
-9
/
+27
2020-10-01
ravb: Split delay handling in parsing and applying
Geert Uytterhoeven
1
-5
/
+16
2020-09-24
Revert "ravb: Fixed to be able to unload modules"
Geert Uytterhoeven
1
-55
/
+55
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-55
/
+55
2020-08-27
net: ethernet: ravb: constify bb_ops
Rikard Falkeborn
1
-1
/
+1
2020-08-25
ravb: Fixed to be able to unload modules
Yuusuke Ashizuka
1
-55
/
+55
2020-07-22
net: ethernet: ravb: exit if re-initialization fails in tx timeout
Yoshihiro Shimoda
1
-2
/
+24
2020-05-31
ravb: Mask PHY mode to avoid inserting delays twice
Geert Uytterhoeven
1
-2
/
+8
2019-12-13
netdev: pass the stuck queue to the timeout handler
Michael S. Tsirkin
1
-1
/
+1
2019-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-12
/
+14
2019-11-15
ravb: implement MTU change while device is up
Ulrich Hecht
1
-12
/
+14
2019-11-04
net: of_get_phy_mode: Change API to solve int/unit warnings
Andrew Lunn
1
-1
/
+3
2019-09-06
ravb: TROCR register is only present on R-Car Gen3
Simon Horman
1
-2
/
+4
2019-09-06
ravb: remove undocumented endianness selection
Simon Horman
1
-6
/
+0
2019-09-06
ravb: remove undocumented counter processing
Simon Horman
1
-9
/
+0
2019-08-19
ravb: Fix use-after-free ravb_tstamp_skb
Tho Vu
1
-2
/
+6
[next]