summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/ravb_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-10-15net: ravb: Only advertise Rx/Tx timestamps if hardware supports itNiklas Söderlund1-13/+12
2024-09-24net: ravb: Fix R-Car RX frame size limitPaul Barker1-2/+10
2024-09-24net: ravb: Fix maximum TX frame size for GbEth devicesPaul Barker1-1/+5
2024-09-03ravb: Remove setting of RX software timestampGal Pressman1-2/+2
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent1-1/+1
2024-06-25ravb: Add MII support for R-Car V4MGeert Uytterhoeven1-1/+36
2024-06-25ravb: Improve ravb_hw_info instance orderGeert Uytterhoeven1-9/+9
2024-06-06net: ravb: Allocate RX buffers via page poolPaul Barker1-94/+166
2024-06-06net: ravb: Use NAPI threaded mode on 1-core CPUs with GbEth IPPaul Barker1-1/+4
2024-06-06net: ravb: Enable SW IRQ Coalescing for GbEthPaul Barker1-0/+4
2024-06-06net: ravb: Refactor GbEth RX code pathPaul Barker1-27/+32
2024-06-06net: ravb: Refactor RX ring refillPaul Barker1-93/+57
2024-06-06net: ravb: Align poll function with NAPI docsPaul Barker1-15/+11
2024-06-06net: ravb: Simplify poll & receive functionsPaul Barker1-15/+12
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+5
2024-04-25net: ravb: Fix registered interrupt namesGeert Uytterhoeven1-6/+5
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-36/+32
2024-04-18net: ravb: Fix RX byte accounting for jumbo packetsPaul Barker1-11/+11
2024-04-18net: ravb: Fix GbEth jumbo packet RX checksum handlingPaul Barker1-1/+1
2024-04-18net: ravb: Allow RX loop to move past DMA mapping errorsPaul Barker1-12/+13
2024-04-18net: ravb: Count packets instead of descriptors in R-Car RX pathPaul Barker1-13/+8
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-10/+14
2024-04-04net: ravb: Always update error countersPaul Barker1-8/+9
2024-04-04net: ravb: Always process TX descriptor ringPaul Barker1-2/+5
2024-03-28ravb: Add support for an optional MDIO modeNiklas Söderlund1-1/+8
2024-03-11ravb: Correct buffer size to map for R-Car RxNiklas Söderlund1-1/+1
2024-03-06ravb: Unify Rx ring maintenance code pathsNiklas Söderlund1-103/+31
2024-03-06ravb: Move maximum Rx descriptor data usage to info structNiklas Söderlund1-4/+8
2024-03-06ravb: Use the max frame size from hardware info for RZ/G2LNiklas Söderlund1-2/+3
2024-03-06ravb: Create helper to allocate skb and align itNiklas Söderlund1-19/+24
2024-03-06ravb: Make it clear the information relates to maximum frame sizeNiklas Söderlund1-5/+6
2024-03-06ravb: Group descriptor types used in Rx ringNiklas Söderlund1-28/+29
2024-02-16net: ravb: Add runtime PM supportClaudiu Beznea1-4/+50
2024-02-16net: ravb: Do not apply features to hardware if the interface is downClaudiu Beznea1-1/+10
2024-02-16net: ravb: Move the update of ndev->features to ravb_set_features()Claudiu Beznea1-4/+8
2024-02-16net: ravb: Return cached statistics if the interface is downClaudiu Beznea1-0/+12
2024-02-16net: ravb: Keep the reverse order of operations in ravb_close()Claudiu Beznea1-8/+8
2024-02-16net: ravb: Get rid of the temporary variable irqClaudiu Beznea1-13/+16
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-13/+9
2024-02-15net: ravb: Count packets instead of descriptors in GbEth RX pathPaul Barker1-13/+9
2024-02-08ravb: Add Tx checksum offload support for GbEthBiju Das1-7/+64
2024-02-08ravb: Add Rx checksum offload support for GbEthBiju Das1-3/+89
2024-02-06net: ravb: Simplify ravb_resume()Claudiu Beznea1-34/+24
2024-02-06net: ravb: Simplify ravb_suspend()Claudiu Beznea1-7/+6
2024-02-06net: ravb: Set config mode in ndo_open and reset mode in ndo_closeClaudiu Beznea1-32/+46
2024-02-06net: ravb: Move PTP initialization in the driver's ndo_open API for ccc_gac p...Claudiu Beznea1-15/+3
2024-02-06net: ravb: Move DBAT configuration to the driver's ndo_open APIClaudiu Beznea1-1/+1
2024-02-06net: ravb: Move delay mode set in the driver's ndo_open APIClaudiu Beznea1-51/+56
2024-02-06net: ravb: Split GTI computation and set operationsClaudiu Beznea1-46/+50