summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/ravb_main.c
AgeCommit message (Expand)Author
2024-02-15net: ravb: Count packets instead of descriptors in GbEth RX pathPaul Barker
2024-01-14net: ravb: Fix dma_addr_t truncation in error caseNikita Yushchenko
2024-01-04net: ravb: Wait for operating mode to be appliedClaudiu Beznea
2023-11-30net: ravb: Keep reverse order of operations in ravb_remove()Claudiu Beznea
2023-11-30net: ravb: Stop DMA in case of failures on ravb_open()Claudiu Beznea
2023-11-30net: ravb: Start TX queues after HW initialization succeededClaudiu Beznea
2023-11-30net: ravb: Make write access to CXR35 first before accessing other EMAC regis...Claudiu Beznea
2023-11-30net: ravb: Use pm_runtime_resume_and_get()Claudiu Beznea
2023-11-30net: ravb: Check return value of reset_control_deassert()Claudiu Beznea
2023-11-28ravb: Fix races between ravb_tx_timeout_work() and net related opsYoshihiro Shimoda
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-06ravb: Fix use-after-free issue in ravb_tx_timeout_work()Yoshihiro Shimoda
2023-10-06ravb: Fix up dma_free_coherent() call in ravb_remove()Yoshihiro Shimoda
2023-09-20net: ethernet: renesas: Convert to platform remove callback returning voidUwe Kleine-König
2023-07-27net: Explicitly include correct DT includesRob Herring
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-16ravb: avoid PHY being resumed when interface is not upWolfram Sang
2023-03-08ravb: remove R-Car H3 ES1.* handlingWolfram Sang
2023-01-25net: ravb: Fix possible hang if RIS2_QFF1 happenYoshihiro Shimoda
2023-01-25net: ravb: Fix lack of register setting after system resumed for Gen3Yoshihiro Shimoda
2022-12-15ravb: Fix "failed to switch device to config mode" message during unbindBiju Das
2022-12-06ravb: Fix potential use-after-free in ravb_rx_gbeth()YueHaibing
2022-11-29net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-20net: ravb: Fix PHY state warning splat during system resumeGeert Uytterhoeven
2022-09-20ravb: Add RZ/G2L MII interface supportBiju Das
2022-09-19net: ravb: Add R-Car Gen4 supportGeert Uytterhoeven
2022-05-16ravb: Add support for RZ/V2MPhil Edworthy
2022-05-16ravb: Use separate clock for gPTPPhil Edworthy
2022-05-16ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqsPhil Edworthy
2022-05-16ravb: Separate handling of irq enable/disable regs into featurePhil Edworthy
2022-02-21ravb: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET
2022-01-31ravb: ravb_close() always returns 0Sergey Shtylyov
2022-01-31phy: make phy_set_max_speed() *void*Sergey Shtylyov
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-19ethernet: renesas: Use div64_ul instead of do_divYang Li
2021-10-19ethernet: renesas: use eth_hw_addr_set()Jakub Kicinski
2021-10-13ravb: Fix typo AVB->DMACBiju Das
2021-10-13ravb: Update ravb_emac_init_gbeth()Biju Das
2021-10-13ravb: Rename "nc_queue" feature bitBiju Das
2021-10-13ravb: Optimize ravb_emac_init_gbeth functionBiju Das
2021-10-13ravb: Rename "tsrq" variableBiju Das
2021-10-13ravb: Add support to retrieve stats for GbEthernetBiju Das
2021-10-13ravb: Add carrier_counters to struct ravb_hw_infoBiju Das
2021-10-13ravb: Fillup ravb_rx_gbeth() stubBiju Das
2021-10-13ravb: Fillup ravb_rx_ring_format_gbeth() stubBiju Das
2021-10-13ravb: Fillup ravb_rx_ring_free_gbeth() stubBiju Das
2021-10-13ravb: Fillup ravb_alloc_rx_desc_gbeth() stubBiju Das