summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas
AgeCommit message (Expand)AuthorFilesLines
2024-10-04net: ravb: Fix R-Car RX frame size limitPaul Barker1-2/+10
2024-10-04net: ravb: Fix maximum TX frame size for GbEth devicesPaul Barker2-1/+6
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent3-3/+3
2024-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-07-04net: rswitch: Avoid use-after-free in rswitch_poll()Radu Rendec1-2/+2
2024-06-26ravb: Add MII support for R-Car V4MGeert Uytterhoeven2-1/+37
2024-06-26ravb: Improve ravb_hw_info instance orderGeert Uytterhoeven1-9/+9
2024-06-21net: ethernet: rtsn: Add support for Renesas Ethernet-TSNNiklas Söderlund4-0/+1867
2024-06-13ravb: RAVB should select PAGE_POOLGeert Uytterhoeven1-0/+1
2024-06-06net: ravb: Allocate RX buffers via page poolPaul Barker2-96/+175
2024-06-06net: ravb: Use NAPI threaded mode on 1-core CPUs with GbEth IPPaul Barker1-1/+4
2024-06-06net: ravb: Enable SW IRQ Coalescing for GbEthPaul Barker2-0/+5
2024-06-06net: ravb: Refactor GbEth RX code pathPaul Barker1-27/+32
2024-06-06net: ravb: Refactor RX ring refillPaul Barker1-93/+57
2024-06-06net: ravb: Align poll function with NAPI docsPaul Barker1-15/+11
2024-06-06net: ravb: Simplify poll & receive functionsPaul Barker2-16/+13
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2-2/+2
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+5
2024-04-25net: ravb: Fix registered interrupt namesGeert Uytterhoeven1-6/+5
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-36/+32
2024-04-18net: ravb: Fix RX byte accounting for jumbo packetsPaul Barker1-11/+11
2024-04-18net: ravb: Fix GbEth jumbo packet RX checksum handlingPaul Barker1-1/+1
2024-04-18net: ravb: Allow RX loop to move past DMA mapping errorsPaul Barker1-12/+13
2024-04-18net: ravb: Count packets instead of descriptors in R-Car RX pathPaul Barker1-13/+8
2024-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-11/+15
2024-04-05Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-10/+14
2024-04-04net: ravb: Always update error countersPaul Barker1-8/+9
2024-04-04net: ravb: Always process TX descriptor ringPaul Barker1-2/+5
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann1-1/+1
2024-03-29ravb: Add support for an optional MDIO modeNiklas Söderlund1-1/+8
2024-03-12ravb: Correct buffer size to map for R-Car RxNiklas Söderlund1-1/+1
2024-03-06ravb: Unify Rx ring maintenance code pathsNiklas Söderlund2-106/+33
2024-03-06ravb: Move maximum Rx descriptor data usage to info structNiklas Söderlund2-8/+9
2024-03-06ravb: Use the max frame size from hardware info for RZ/G2LNiklas Söderlund2-3/+3
2024-03-06ravb: Create helper to allocate skb and align itNiklas Söderlund2-20/+24
2024-03-06ravb: Make it clear the information relates to maximum frame sizeNiklas Söderlund2-6/+7
2024-03-06ravb: Group descriptor types used in Rx ringNiklas Söderlund2-30/+33
2024-02-16net: ravb: Add runtime PM supportClaudiu Beznea1-4/+50
2024-02-16net: ravb: Do not apply features to hardware if the interface is downClaudiu Beznea1-1/+10
2024-02-16net: ravb: Move the update of ndev->features to ravb_set_features()Claudiu Beznea1-4/+8
2024-02-16net: ravb: Return cached statistics if the interface is downClaudiu Beznea1-0/+12
2024-02-16net: ravb: Keep the reverse order of operations in ravb_close()Claudiu Beznea1-8/+8
2024-02-16net: ravb: Get rid of the temporary variable irqClaudiu Beznea1-13/+16
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+9
2024-02-15net: ravb: Count packets instead of descriptors in GbEth RX pathPaul Barker1-13/+9
2024-02-09ravb: Add Tx checksum offload support for GbEthBiju Das2-7/+79
2024-02-09ravb: Add Rx checksum offload support for GbEthBiju Das2-4/+107
2024-02-06net: ravb: Simplify ravb_resume()Claudiu Beznea1-34/+24
2024-02-06net: ravb: Simplify ravb_suspend()Claudiu Beznea1-7/+6