summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas
Commit message (Expand)AuthorAgeFilesLines
* net: ravb: Fix registered interrupt namesGeert Uytterhoeven2024-04-251-6/+5
* net: ravb: Fix RX byte accounting for jumbo packetsPaul Barker2024-04-181-11/+11
* net: ravb: Fix GbEth jumbo packet RX checksum handlingPaul Barker2024-04-181-1/+1
* net: ravb: Allow RX loop to move past DMA mapping errorsPaul Barker2024-04-181-12/+13
* net: ravb: Count packets instead of descriptors in R-Car RX pathPaul Barker2024-04-181-13/+8
* Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-041-10/+14
|\
| * net: ravb: Always update error countersPaul Barker2024-04-041-8/+9
| * net: ravb: Always process TX descriptor ringPaul Barker2024-04-041-2/+5
* | kbuild: make -Woverride-init warnings more consistentArnd Bergmann2024-03-311-1/+1
|/
* 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-151-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-082-7/+79
* | ravb: Add Rx checksum offload support for GbEthBiju Das2024-02-082-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-041-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