summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas
AgeCommit message (Expand)Author
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann
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
2023-12-10net: rswitch: Add jumbo frames handling for TXYoshihiro Shimoda
2023-12-10net: rswitch: Add jumbo frames handling for RXYoshihiro Shimoda
2023-12-10net: rswitch: Set GWMDNC registerYoshihiro Shimoda
2023-12-10net: rswitch: Add a setting ext descriptor functionYoshihiro Shimoda
2023-12-10net: rswitch: Add unmap_addrs instead of dma address in each descYoshihiro Shimoda
2023-12-10net: rswitch: Use build_skb() for RXYoshihiro Shimoda
2023-12-10net: rswitch: Use unsigned int for desc related array indexYoshihiro Shimoda
2023-12-10net: rswitch: Drop unused argument/return valueYoshihiro Shimoda
2023-12-01net: ethernet: renesas: rcar_gen4_ptp: Depend on PTP_1588_CLOCKNiklas Söderlund
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-11-30net: ravb: Keep reverse order of operations in ravb_remove()Claudiu Beznea
2023-11-30net: ravb: Stop DMA in case of failures on ravb_open()Claudiu Beznea
2023-11-30net: ravb: Start TX queues after HW initialization succeededClaudiu Beznea