index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
renesas
/
ravb_main.c
Age
Commit message (
Expand
)
Author
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
2024-06-25
ravb: Add MII support for R-Car V4M
Geert Uytterhoeven
2024-06-25
ravb: Improve ravb_hw_info instance order
Geert Uytterhoeven
2024-06-06
net: ravb: Allocate RX buffers via page pool
Paul Barker
2024-06-06
net: ravb: Use NAPI threaded mode on 1-core CPUs with GbEth IP
Paul Barker
2024-06-06
net: ravb: Enable SW IRQ Coalescing for GbEth
Paul Barker
2024-06-06
net: ravb: Refactor GbEth RX code path
Paul Barker
2024-06-06
net: ravb: Refactor RX ring refill
Paul Barker
2024-06-06
net: ravb: Align poll function with NAPI docs
Paul Barker
2024-06-06
net: ravb: Simplify poll & receive functions
Paul Barker
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-25
net: ravb: Fix registered interrupt names
Geert Uytterhoeven
2024-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-18
net: ravb: Fix RX byte accounting for jumbo packets
Paul Barker
2024-04-18
net: ravb: Fix GbEth jumbo packet RX checksum handling
Paul Barker
2024-04-18
net: ravb: Allow RX loop to move past DMA mapping errors
Paul Barker
2024-04-18
net: ravb: Count packets instead of descriptors in R-Car RX path
Paul Barker
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-04
net: ravb: Always update error counters
Paul Barker
2024-04-04
net: ravb: Always process TX descriptor ring
Paul Barker
2024-03-28
ravb: Add support for an optional MDIO mode
Niklas Söderlund
2024-03-11
ravb: Correct buffer size to map for R-Car Rx
Niklas Söderlund
2024-03-06
ravb: Unify Rx ring maintenance code paths
Niklas Söderlund
2024-03-06
ravb: Move maximum Rx descriptor data usage to info struct
Niklas Söderlund
2024-03-06
ravb: Use the max frame size from hardware info for RZ/G2L
Niklas Söderlund
2024-03-06
ravb: Create helper to allocate skb and align it
Niklas Söderlund
2024-03-06
ravb: Make it clear the information relates to maximum frame size
Niklas Söderlund
2024-03-06
ravb: Group descriptor types used in Rx ring
Niklas Söderlund
2024-02-16
net: ravb: Add runtime PM support
Claudiu Beznea
2024-02-16
net: ravb: Do not apply features to hardware if the interface is down
Claudiu Beznea
2024-02-16
net: ravb: Move the update of ndev->features to ravb_set_features()
Claudiu Beznea
2024-02-16
net: ravb: Return cached statistics if the interface is down
Claudiu Beznea
2024-02-16
net: ravb: Keep the reverse order of operations in ravb_close()
Claudiu Beznea
2024-02-16
net: ravb: Get rid of the temporary variable irq
Claudiu Beznea
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-15
net: ravb: Count packets instead of descriptors in GbEth RX path
Paul Barker
2024-02-08
ravb: Add Tx checksum offload support for GbEth
Biju Das
2024-02-08
ravb: Add Rx checksum offload support for GbEth
Biju Das
2024-02-06
net: ravb: Simplify ravb_resume()
Claudiu Beznea
2024-02-06
net: ravb: Simplify ravb_suspend()
Claudiu Beznea
2024-02-06
net: ravb: Set config mode in ndo_open and reset mode in ndo_close
Claudiu Beznea
2024-02-06
net: ravb: Move PTP initialization in the driver's ndo_open API for ccc_gac p...
Claudiu Beznea
2024-02-06
net: ravb: Move DBAT configuration to the driver's ndo_open API
Claudiu Beznea
2024-02-06
net: ravb: Move delay mode set in the driver's ndo_open API
Claudiu Beznea
2024-02-06
net: ravb: Split GTI computation and set operations
Claudiu Beznea
2024-02-06
net: ravb: Move getting/requesting IRQs in the probe() method
Claudiu Beznea
2024-02-06
net: ravb: Move reference clock enable/disable on runtime PM APIs
Claudiu Beznea
2024-02-06
net: ravb: Assert/de-assert reset on suspend/resume
Claudiu Beznea
2024-02-06
net: ravb: Use tabs instead of spaces
Claudiu Beznea
[next]