summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas (follow)
Commit message (Expand)AuthorAgeFilesLines
* ravb: Correct buffer size to map for R-Car RxNiklas Söderlund2024-03-111-1/+1
* ravb: Unify Rx ring maintenance code pathsNiklas Söderlund2024-03-062-106/+33
* ravb: Move maximum Rx descriptor data usage to info structNiklas Söderlund2024-03-062-8/+9
* ravb: Use the max frame size from hardware info for RZ/G2LNiklas Söderlund2024-03-062-3/+3
* ravb: Create helper to allocate skb and align itNiklas Söderlund2024-03-062-20/+24
* ravb: Make it clear the information relates to maximum frame sizeNiklas Söderlund2024-03-062-6/+7
* ravb: Group descriptor types used in Rx ringNiklas Söderlund2024-03-062-30/+33
* net: ravb: Add runtime PM supportClaudiu Beznea2024-02-161-4/+50
* net: ravb: Do not apply features to hardware if the interface is downClaudiu Beznea2024-02-161-1/+10
* net: ravb: Move the update of ndev->features to ravb_set_features()Claudiu Beznea2024-02-161-4/+8
* net: ravb: Return cached statistics if the interface is downClaudiu Beznea2024-02-161-0/+12
* net: ravb: Keep the reverse order of operations in ravb_close()Claudiu Beznea2024-02-161-8/+8
* net: ravb: Get rid of the temporary variable irqClaudiu Beznea2024-02-161-13/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-161-13/+9
|\
| * net: ravb: Count packets instead of descriptors in GbEth RX pathPaul Barker2024-02-151-13/+9
* | ravb: Add Tx checksum offload support for GbEthBiju Das2024-02-092-7/+79
* | ravb: Add Rx checksum offload support for GbEthBiju Das2024-02-092-4/+107
* | net: ravb: Simplify ravb_resume()Claudiu Beznea2024-02-061-34/+24
* | net: ravb: Simplify ravb_suspend()Claudiu Beznea2024-02-061-7/+6
* | net: ravb: Set config mode in ndo_open and reset mode in ndo_closeClaudiu Beznea2024-02-061-32/+46
* | net: ravb: Move PTP initialization in the driver's ndo_open API for ccc_gac p...Claudiu Beznea2024-02-061-15/+3
* | net: ravb: Move DBAT configuration to the driver's ndo_open APIClaudiu Beznea2024-02-061-1/+1
* | net: ravb: Move delay mode set in the driver's ndo_open APIClaudiu Beznea2024-02-061-51/+56
* | net: ravb: Split GTI computation and set operationsClaudiu Beznea2024-02-062-46/+52
* | net: ravb: Move getting/requesting IRQs in the probe() methodClaudiu Beznea2024-02-062-173/+130
* | net: ravb: Move reference clock enable/disable on runtime PM APIsClaudiu Beznea2024-02-061-53/+57
* | net: ravb: Assert/de-assert reset on suspend/resumeClaudiu Beznea2024-02-061-3/+11
* | net: ravb: Use tabs instead of spacesClaudiu Beznea2024-02-061-3/+3
* | net: ravb: Switch to SYSTEM_SLEEP_PM_OPS()/RUNTIME_PM_OPS() and pm_ptr()Claudiu Beznea2024-02-061-6/+6
* | net: ravb: Make reset controller support mandatoryClaudiu Beznea2024-02-062-1/+2
* | net: ravb: Rely on PM domain to enable gptp_clkClaudiu Beznea2024-02-061-7/+3
* | net: ravb: Let IP-specific receive function to interrogate descriptorsClaudiu Beznea2024-02-061-11/+2
|/
* net: ravb: Fix dma_addr_t truncation in error caseNikita Yushchenko2024-01-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-051-23/+42
|\
| * net: ravb: Wait for operating mode to be appliedClaudiu Beznea2024-01-041-23/+42
* | net: rswitch: Allow jumbo framesYoshihiro Shimoda2023-12-102-1/+4
* | net: rswitch: Add jumbo frames handling for TXYoshihiro Shimoda2023-12-101-10/+46
* | net: rswitch: Add jumbo frames handling for RXYoshihiro Shimoda2023-12-102-10/+78
* | net: rswitch: Set GWMDNC registerYoshihiro Shimoda2023-12-102-0/+6
* | net: rswitch: Add a setting ext descriptor functionYoshihiro Shimoda2023-12-101-26/+47
* | net: rswitch: Add unmap_addrs instead of dma address in each descYoshihiro Shimoda2023-12-102-8/+12
* | net: rswitch: Use build_skb() for RXYoshihiro Shimoda2023-12-102-33/+59
* | net: rswitch: Use unsigned int for desc related array indexYoshihiro Shimoda2023-12-102-46/+56
* | net: rswitch: Drop unused argument/return valueYoshihiro Shimoda2023-12-101-7/+3
* | net: ethernet: renesas: rcar_gen4_ptp: Depend on PTP_1588_CLOCKNiklas Söderlund2023-12-021-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-12-012-33/+58
|\|
| * net: ravb: Keep reverse order of operations in ravb_remove()Claudiu Beznea2023-11-301-9/+13
| * net: ravb: Stop DMA in case of failures on ravb_open()Claudiu Beznea2023-11-301-0/+1
| * net: ravb: Start TX queues after HW initialization succeededClaudiu Beznea2023-11-301-2/+2
| * net: ravb: Make write access to CXR35 first before accessing other EMAC regis...Claudiu Beznea2023-11-301-8/+9