summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas
AgeCommit message (Expand)Author
13 daysnet: 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
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
2024-02-06net: ravb: Switch to SYSTEM_SLEEP_PM_OPS()/RUNTIME_PM_OPS() and pm_ptr()Claudiu Beznea
2024-02-06net: ravb: Make reset controller support mandatoryClaudiu Beznea
2024-02-06net: ravb: Rely on PM domain to enable gptp_clkClaudiu Beznea
2024-02-06net: ravb: Let IP-specific receive function to interrogate descriptorsClaudiu Beznea
2024-01-14net: ravb: Fix dma_addr_t truncation in error caseNikita Yushchenko
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-04net: ravb: Wait for operating mode to be appliedClaudiu Beznea
2023-12-10net: rswitch: Allow jumbo framesYoshihiro Shimoda