index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
renesas
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-05
3
-3
/
+3
*
net: ravb: Fix R-Car RX frame size limit
Paul Barker
2024-09-24
1
-2
/
+10
*
net: ravb: Fix maximum TX frame size for GbEth devices
Paul Barker
2024-09-24
2
-1
/
+6
*
net: ethernet: rtsn: Remove setting of RX software timestamp
Gal Pressman
2024-09-04
1
-2
/
+0
*
net: renesas: rswitch: Remove setting of RX software timestamp
Gal Pressman
2024-09-04
1
-2
/
+0
*
ravb: Remove setting of RX software timestamp
Gal Pressman
2024-09-04
1
-2
/
+2
*
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-25
1
-3
/
+1
|
\
*
|
net: Add struct kernel_ethtool_ts_info
Kory Maincent
2024-07-15
3
-3
/
+3
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-04
1
-2
/
+2
|
\
\
|
*
|
net: rswitch: Avoid use-after-free in rswitch_poll()
Radu Rendec
2024-07-04
1
-2
/
+2
|
|
/
*
|
ravb: Add MII support for R-Car V4M
Geert Uytterhoeven
2024-06-26
2
-1
/
+37
*
|
ravb: Improve ravb_hw_info instance order
Geert Uytterhoeven
2024-06-26
1
-9
/
+9
*
|
net: ethernet: rtsn: Add support for Renesas Ethernet-TSN
Niklas Söderlund
2024-06-21
4
-0
/
+1867
*
|
ravb: RAVB should select PAGE_POOL
Geert Uytterhoeven
2024-06-12
1
-0
/
+1
*
|
net: ravb: Allocate RX buffers via page pool
Paul Barker
2024-06-06
2
-96
/
+175
*
|
net: ravb: Use NAPI threaded mode on 1-core CPUs with GbEth IP
Paul Barker
2024-06-06
1
-1
/
+4
*
|
net: ravb: Enable SW IRQ Coalescing for GbEth
Paul Barker
2024-06-06
2
-0
/
+5
*
|
net: ravb: Refactor GbEth RX code path
Paul Barker
2024-06-06
1
-27
/
+32
*
|
net: ravb: Refactor RX ring refill
Paul Barker
2024-06-06
1
-93
/
+57
*
|
net: ravb: Align poll function with NAPI docs
Paul Barker
2024-06-06
1
-15
/
+11
*
|
net: ravb: Simplify poll & receive functions
Paul Barker
2024-06-06
2
-16
/
+13
|
/
*
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-08
2
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-25
1
-6
/
+5
|
\
|
*
net: ravb: Fix registered interrupt names
Geert Uytterhoeven
2024-04-25
1
-6
/
+5
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-18
1
-36
/
+32
|
\
|
|
*
net: ravb: Fix RX byte accounting for jumbo packets
Paul Barker
2024-04-18
1
-11
/
+11
|
*
net: ravb: Fix GbEth jumbo packet RX checksum handling
Paul Barker
2024-04-18
1
-1
/
+1
|
*
net: ravb: Allow RX loop to move past DMA mapping errors
Paul Barker
2024-04-18
1
-12
/
+13
|
*
net: ravb: Count packets instead of descriptors in R-Car RX path
Paul Barker
2024-04-18
1
-13
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-05
2
-11
/
+15
|
\
|
|
*
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2024-04-04
1
-10
/
+14
|
|
\
|
|
*
net: ravb: Always update error counters
Paul Barker
2024-04-04
1
-8
/
+9
|
|
*
net: ravb: Always process TX descriptor ring
Paul Barker
2024-04-04
1
-2
/
+5
|
*
|
kbuild: make -Woverride-init warnings more consistent
Arnd Bergmann
2024-03-31
1
-1
/
+1
|
|
/
*
/
ravb: Add support for an optional MDIO mode
Niklas Söderlund
2024-03-29
1
-1
/
+8
|
/
*
ravb: Correct buffer size to map for R-Car Rx
Niklas Söderlund
2024-03-11
1
-1
/
+1
*
ravb: Unify Rx ring maintenance code paths
Niklas Söderlund
2024-03-06
2
-106
/
+33
*
ravb: Move maximum Rx descriptor data usage to info struct
Niklas Söderlund
2024-03-06
2
-8
/
+9
*
ravb: Use the max frame size from hardware info for RZ/G2L
Niklas Söderlund
2024-03-06
2
-3
/
+3
*
ravb: Create helper to allocate skb and align it
Niklas Söderlund
2024-03-06
2
-20
/
+24
*
ravb: Make it clear the information relates to maximum frame size
Niklas Söderlund
2024-03-06
2
-6
/
+7
*
ravb: Group descriptor types used in Rx ring
Niklas Söderlund
2024-03-06
2
-30
/
+33
*
net: ravb: Add runtime PM support
Claudiu Beznea
2024-02-16
1
-4
/
+50
*
net: ravb: Do not apply features to hardware if the interface is down
Claudiu Beznea
2024-02-16
1
-1
/
+10
*
net: ravb: Move the update of ndev->features to ravb_set_features()
Claudiu Beznea
2024-02-16
1
-4
/
+8
*
net: ravb: Return cached statistics if the interface is down
Claudiu Beznea
2024-02-16
1
-0
/
+12
*
net: ravb: Keep the reverse order of operations in ravb_close()
Claudiu Beznea
2024-02-16
1
-8
/
+8
*
net: ravb: Get rid of the temporary variable irq
Claudiu Beznea
2024-02-16
1
-13
/
+16
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-16
1
-13
/
+9
|
\
|
*
net: ravb: Count packets instead of descriptors in GbEth RX path
Paul Barker
2024-02-15
1
-13
/
+9
[next]