summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-053-3/+3
* 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-242-1/+6
* net: ethernet: rtsn: Remove setting of RX software timestampGal Pressman2024-09-041-2/+0
* net: renesas: rswitch: Remove setting of RX software timestampGal Pressman2024-09-041-2/+0
* ravb: Remove setting of RX software timestampGal Pressman2024-09-041-2/+2
* Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-3/+1
|\
* | net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-153-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-041-2/+2
|\ \
| * | net: rswitch: Avoid use-after-free in rswitch_poll()Radu Rendec2024-07-041-2/+2
| |/
* | ravb: Add MII support for R-Car V4MGeert Uytterhoeven2024-06-262-1/+37
* | ravb: Improve ravb_hw_info instance orderGeert Uytterhoeven2024-06-261-9/+9
* | net: ethernet: rtsn: Add support for Renesas Ethernet-TSNNiklas Söderlund2024-06-214-0/+1867
* | ravb: RAVB should select PAGE_POOLGeert Uytterhoeven2024-06-121-0/+1
* | net: ravb: Allocate RX buffers via page poolPaul Barker2024-06-062-96/+175
* | 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-062-0/+5
* | 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-062-16/+13
|/
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-082-2/+2
* 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-052-11/+15
|\|
| * 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: Add support for an optional MDIO modeNiklas Söderlund2024-03-291-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-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