summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas
AgeCommit message (Expand)Author
2024-09-24net: ravb: Fix R-Car RX frame size limitPaul Barker
2024-09-24net: ravb: Fix maximum TX frame size for GbEth devicesPaul Barker
2024-09-03net: ethernet: rtsn: Remove setting of RX software timestampGal Pressman
2024-09-03net: renesas: rswitch: Remove setting of RX software timestampGal Pressman
2024-09-03ravb: Remove setting of RX software timestampGal Pressman
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-03net: rswitch: Avoid use-after-free in rswitch_poll()Radu Rendec
2024-06-25ravb: Add MII support for R-Car V4MGeert Uytterhoeven
2024-06-25ravb: Improve ravb_hw_info instance orderGeert Uytterhoeven
2024-06-21net: ethernet: rtsn: Add support for Renesas Ethernet-TSNNiklas Söderlund
2024-06-12ravb: RAVB should select PAGE_POOLGeert Uytterhoeven
2024-06-06net: ravb: Allocate RX buffers via page poolPaul Barker
2024-06-06net: ravb: Use NAPI threaded mode on 1-core CPUs with GbEth IPPaul Barker
2024-06-06net: ravb: Enable SW IRQ Coalescing for GbEthPaul Barker
2024-06-06net: ravb: Refactor GbEth RX code pathPaul Barker
2024-06-06net: ravb: Refactor RX ring refillPaul Barker
2024-06-06net: ravb: Align poll function with NAPI docsPaul Barker
2024-06-06net: ravb: Simplify poll & receive functionsPaul Barker
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-25net: ravb: Fix registered interrupt namesGeert Uytterhoeven
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-18net: ravb: Fix RX byte accounting for jumbo packetsPaul Barker
2024-04-18net: ravb: Fix GbEth jumbo packet RX checksum handlingPaul Barker
2024-04-18net: ravb: Allow RX loop to move past DMA mapping errorsPaul Barker
2024-04-18net: ravb: Count packets instead of descriptors in R-Car RX pathPaul Barker
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-04-04net: ravb: Always update error countersPaul Barker
2024-04-04net: ravb: Always process TX descriptor ringPaul Barker
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann
2024-03-28ravb: Add support for an optional MDIO modeNiklas Söderlund
2024-03-11ravb: Correct buffer size to map for R-Car RxNiklas Söderlund
2024-03-06ravb: Unify Rx ring maintenance code pathsNiklas Söderlund
2024-03-06ravb: Move maximum Rx descriptor data usage to info structNiklas Söderlund
2024-03-06ravb: Use the max frame size from hardware info for RZ/G2LNiklas Söderlund
2024-03-06ravb: Create helper to allocate skb and align itNiklas Söderlund
2024-03-06ravb: Make it clear the information relates to maximum frame sizeNiklas Söderlund
2024-03-06ravb: Group descriptor types used in Rx ringNiklas Söderlund
2024-02-16net: ravb: Add runtime PM supportClaudiu Beznea
2024-02-16net: ravb: Do not apply features to hardware if the interface is downClaudiu Beznea
2024-02-16net: ravb: Move the update of ndev->features to ravb_set_features()Claudiu Beznea
2024-02-16net: ravb: Return cached statistics if the interface is downClaudiu Beznea
2024-02-16net: ravb: Keep the reverse order of operations in ravb_close()Claudiu Beznea
2024-02-16net: ravb: Get rid of the temporary variable irqClaudiu Beznea
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-15net: ravb: Count packets instead of descriptors in GbEth RX pathPaul Barker
2024-02-08ravb: Add Tx checksum offload support for GbEthBiju Das