summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/ravb_main.c
AgeCommit message (Expand)Author
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-06-25ravb: Add MII support for R-Car V4MGeert Uytterhoeven
2024-06-25ravb: Improve ravb_hw_info instance orderGeert 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-04net: ravb: Always update error countersPaul Barker
2024-04-04net: ravb: Always process TX descriptor ringPaul Barker
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
2024-02-08ravb: Add Rx checksum offload support for GbEthBiju Das
2024-02-06net: ravb: Simplify ravb_resume()Claudiu Beznea
2024-02-06net: ravb: Simplify ravb_suspend()Claudiu Beznea
2024-02-06net: ravb: Set config mode in ndo_open and reset mode in ndo_closeClaudiu Beznea
2024-02-06net: ravb: Move PTP initialization in the driver's ndo_open API for ccc_gac p...Claudiu Beznea
2024-02-06net: ravb: Move DBAT configuration to the driver's ndo_open APIClaudiu Beznea
2024-02-06net: ravb: Move delay mode set in the driver's ndo_open APIClaudiu Beznea
2024-02-06net: ravb: Split GTI computation and set operationsClaudiu Beznea
2024-02-06net: ravb: Move getting/requesting IRQs in the probe() methodClaudiu Beznea
2024-02-06net: ravb: Move reference clock enable/disable on runtime PM APIsClaudiu Beznea
2024-02-06net: ravb: Assert/de-assert reset on suspend/resumeClaudiu Beznea
2024-02-06net: ravb: Use tabs instead of spacesClaudiu Beznea