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
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+1
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
3
-3
/
+3
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2024-07-03
net: rswitch: Avoid use-after-free in rswitch_poll()
Radu Rendec
1
-2
/
+2
2024-06-25
ravb: Add MII support for R-Car V4M
Geert Uytterhoeven
2
-1
/
+37
2024-06-25
ravb: Improve ravb_hw_info instance order
Geert Uytterhoeven
1
-9
/
+9
2024-06-21
net: ethernet: rtsn: Add support for Renesas Ethernet-TSN
Niklas Söderlund
4
-0
/
+1867
2024-06-12
ravb: RAVB should select PAGE_POOL
Geert Uytterhoeven
1
-0
/
+1
2024-06-06
net: ravb: Allocate RX buffers via page pool
Paul Barker
2
-96
/
+175
2024-06-06
net: ravb: Use NAPI threaded mode on 1-core CPUs with GbEth IP
Paul Barker
1
-1
/
+4
2024-06-06
net: ravb: Enable SW IRQ Coalescing for GbEth
Paul Barker
2
-0
/
+5
2024-06-06
net: ravb: Refactor GbEth RX code path
Paul Barker
1
-27
/
+32
2024-06-06
net: ravb: Refactor RX ring refill
Paul Barker
1
-93
/
+57
2024-06-06
net: ravb: Align poll function with NAPI docs
Paul Barker
1
-15
/
+11
2024-06-06
net: ravb: Simplify poll & receive functions
Paul Barker
2
-16
/
+13
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2
-2
/
+2
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+5
2024-04-25
net: ravb: Fix registered interrupt names
Geert Uytterhoeven
1
-6
/
+5
2024-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-36
/
+32
2024-04-18
net: ravb: Fix RX byte accounting for jumbo packets
Paul Barker
1
-11
/
+11
2024-04-18
net: ravb: Fix GbEth jumbo packet RX checksum handling
Paul Barker
1
-1
/
+1
2024-04-18
net: ravb: Allow RX loop to move past DMA mapping errors
Paul Barker
1
-12
/
+13
2024-04-18
net: ravb: Count packets instead of descriptors in R-Car RX path
Paul Barker
1
-13
/
+8
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-11
/
+15
2024-04-04
Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-10
/
+14
2024-04-04
net: ravb: Always update error counters
Paul Barker
1
-8
/
+9
2024-04-04
net: ravb: Always process TX descriptor ring
Paul Barker
1
-2
/
+5
2024-03-31
kbuild: make -Woverride-init warnings more consistent
Arnd Bergmann
1
-1
/
+1
2024-03-28
ravb: Add support for an optional MDIO mode
Niklas Söderlund
1
-1
/
+8
2024-03-11
ravb: Correct buffer size to map for R-Car Rx
Niklas Söderlund
1
-1
/
+1
2024-03-06
ravb: Unify Rx ring maintenance code paths
Niklas Söderlund
2
-106
/
+33
2024-03-06
ravb: Move maximum Rx descriptor data usage to info struct
Niklas Söderlund
2
-8
/
+9
2024-03-06
ravb: Use the max frame size from hardware info for RZ/G2L
Niklas Söderlund
2
-3
/
+3
2024-03-06
ravb: Create helper to allocate skb and align it
Niklas Söderlund
2
-20
/
+24
2024-03-06
ravb: Make it clear the information relates to maximum frame size
Niklas Söderlund
2
-6
/
+7
2024-03-06
ravb: Group descriptor types used in Rx ring
Niklas Söderlund
2
-30
/
+33
2024-02-16
net: ravb: Add runtime PM support
Claudiu Beznea
1
-4
/
+50
2024-02-16
net: ravb: Do not apply features to hardware if the interface is down
Claudiu Beznea
1
-1
/
+10
2024-02-16
net: ravb: Move the update of ndev->features to ravb_set_features()
Claudiu Beznea
1
-4
/
+8
2024-02-16
net: ravb: Return cached statistics if the interface is down
Claudiu Beznea
1
-0
/
+12
2024-02-16
net: ravb: Keep the reverse order of operations in ravb_close()
Claudiu Beznea
1
-8
/
+8
2024-02-16
net: ravb: Get rid of the temporary variable irq
Claudiu Beznea
1
-13
/
+16
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-13
/
+9
2024-02-15
net: ravb: Count packets instead of descriptors in GbEth RX path
Paul Barker
1
-13
/
+9
2024-02-08
ravb: Add Tx checksum offload support for GbEth
Biju Das
2
-7
/
+79
2024-02-08
ravb: Add Rx checksum offload support for GbEth
Biju Das
2
-4
/
+107
2024-02-06
net: ravb: Simplify ravb_resume()
Claudiu Beznea
1
-34
/
+24
2024-02-06
net: ravb: Simplify ravb_suspend()
Claudiu Beznea
1
-7
/
+6
2024-02-06
net: ravb: Set config mode in ndo_open and reset mode in ndo_close
Claudiu Beznea
1
-32
/
+46
2024-02-06
net: ravb: Move PTP initialization in the driver's ndo_open API for ccc_gac p...
Claudiu Beznea
1
-15
/
+3
[next]