summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/ravb_main.c
Commit message (Expand)AuthorAgeFilesLines
* net: ravb: Only advertise Rx/Tx timestamps if hardware supports itNiklas Söderlund2024-10-151-13/+12
* net: ravb: Fix R-Car RX frame size limitPaul Barker2024-09-241-2/+10
* net: ravb: Fix maximum TX frame size for GbEth devicesPaul Barker2024-09-241-1/+5
* ravb: Remove setting of RX software timestampGal Pressman2024-09-031-2/+2
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-151-1/+1
* ravb: Add MII support for R-Car V4MGeert Uytterhoeven2024-06-251-1/+36
* ravb: Improve ravb_hw_info instance orderGeert Uytterhoeven2024-06-251-9/+9
* net: ravb: Allocate RX buffers via page poolPaul Barker2024-06-061-94/+166
* net: ravb: Use NAPI threaded mode on 1-core CPUs with GbEth IPPaul Barker2024-06-061-1/+4
* net: ravb: Enable SW IRQ Coalescing for GbEthPaul Barker2024-06-061-0/+4
* net: ravb: Refactor GbEth RX code pathPaul Barker2024-06-061-27/+32
* net: ravb: Refactor RX ring refillPaul Barker2024-06-061-93/+57
* net: ravb: Align poll function with NAPI docsPaul Barker2024-06-061-15/+11
* net: ravb: Simplify poll & receive functionsPaul Barker2024-06-061-15/+12
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-6/+5
|\
| * net: ravb: Fix registered interrupt namesGeert Uytterhoeven2024-04-251-6/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-181-36/+32
|\|
| * 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 git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-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
* | ravb: Add support for an optional MDIO modeNiklas Söderlund2024-03-281-1/+8
|/
* 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-061-103/+31
* ravb: Move maximum Rx descriptor data usage to info structNiklas Söderlund2024-03-061-4/+8
* ravb: Use the max frame size from hardware info for RZ/G2LNiklas Söderlund2024-03-061-2/+3
* ravb: Create helper to allocate skb and align itNiklas Söderlund2024-03-061-19/+24
* ravb: Make it clear the information relates to maximum frame sizeNiklas Söderlund2024-03-061-5/+6
* ravb: Group descriptor types used in Rx ringNiklas Söderlund2024-03-061-28/+29
* 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-081-7/+64
* | ravb: Add Rx checksum offload support for GbEthBiju Das2024-02-081-3/+89
* | 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-061-46/+50