summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/ravb_main.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-10net: ravb: Always update error countersPaul Barker1-8/+9
2024-04-10net: ravb: Always process TX descriptor ringPaul Barker1-2/+5
2024-04-10net: ravb: Let IP-specific receive function to interrogate descriptorsClaudiu Beznea1-11/+2
2024-01-26net: ravb: Fix dma_addr_t truncation in error caseNikita Yushchenko1-1/+1
2024-01-10net: ravb: Wait for operating mode to be appliedClaudiu Beznea1-23/+42
2023-12-08net: ravb: Keep reverse order of operations in ravb_remove()Claudiu Beznea1-9/+13
2023-12-08net: ravb: Stop DMA in case of failures on ravb_open()Claudiu Beznea1-0/+1
2023-12-08net: ravb: Start TX queues after HW initialization succeededClaudiu Beznea1-2/+2
2023-12-08net: ravb: Make write access to CXR35 first before accessing other EMAC regis...Claudiu Beznea1-8/+9
2023-12-08net: ravb: Use pm_runtime_resume_and_get()Claudiu Beznea1-1/+4
2023-12-08net: ravb: Check return value of reset_control_deassert()Claudiu Beznea1-3/+6
2023-12-08ravb: Fix races between ravb_tx_timeout_work() and net related opsYoshihiro Shimoda1-1/+10
2023-10-07ravb: Fix use-after-free issue in ravb_tx_timeout_work()Yoshihiro Shimoda1-0/+2
2023-10-07ravb: Fix up dma_free_coherent() call in ravb_remove()Yoshihiro Shimoda1-2/+2
2023-07-28net: Explicitly include correct DT includesRob Herring1-2/+1
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+10
2023-03-17ravb: avoid PHY being resumed when interface is not upWolfram Sang1-2/+10
2023-03-09ravb: remove R-Car H3 ES1.* handlingWolfram Sang1-15/+0
2023-01-25net: ravb: Fix possible hang if RIS2_QFF1 happenYoshihiro Shimoda1-2/+2
2023-01-25net: ravb: Fix lack of register setting after system resumed for Gen3Yoshihiro Shimoda1-0/+6
2022-12-15ravb: Fix "failed to switch device to config mode" message during unbindBiju Das1-1/+1
2022-12-06ravb: Fix potential use-after-free in ravb_rx_gbeth()YueHaibing1-1/+1
2022-11-29net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda1-0/+1
2022-09-29net: drop the weight argument from netif_napi_addJakub Kicinski1-2/+2
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-09-21net: ravb: Fix PHY state warning splat during system resumeGeert Uytterhoeven1-0/+2
2022-09-20ravb: Add RZ/G2L MII interface supportBiju Das1-1/+7
2022-09-20net: ravb: Add R-Car Gen4 supportGeert Uytterhoeven1-0/+1
2022-05-16ravb: Add support for RZ/V2MPhil Edworthy1-0/+26
2022-05-16ravb: Use separate clock for gPTPPhil Edworthy1-3/+19
2022-05-16ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqsPhil Edworthy1-6/+50
2022-05-16ravb: Separate handling of irq enable/disable regs into featurePhil Edworthy1-2/+3
2022-02-21ravb: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET1-1/+1
2022-01-31ravb: ravb_close() always returns 0Sergey Shtylyov1-4/+1
2022-01-31phy: make phy_set_max_speed() *void*Sergey Shtylyov1-7/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-11-20ethernet: renesas: Use div64_ul instead of do_divYang Li1-4/+2
2021-10-19ethernet: renesas: use eth_hw_addr_set()Jakub Kicinski1-7/+9
2021-10-13ravb: Fix typo AVB->DMACBiju Das1-1/+1
2021-10-13ravb: Update ravb_emac_init_gbeth()Biju Das1-2/+3
2021-10-13ravb: Rename "nc_queue" feature bitBiju Das1-18/+18
2021-10-13ravb: Optimize ravb_emac_init_gbeth functionBiju Das1-2/+1
2021-10-13ravb: Rename "tsrq" variableBiju Das1-4/+4
2021-10-13ravb: Add support to retrieve stats for GbEthernetBiju Das1-0/+21
2021-10-13ravb: Add carrier_counters to struct ravb_hw_infoBiju Das1-0/+8
2021-10-13ravb: Fillup ravb_rx_gbeth() stubBiju Das1-5/+141
2021-10-13ravb: Fillup ravb_rx_ring_format_gbeth() stubBiju Das1-4/+30
2021-10-13ravb: Fillup ravb_rx_ring_free_gbeth() stubBiju Das1-4/+24
2021-10-13ravb: Fillup ravb_alloc_rx_desc_gbeth() stubBiju Das1-7/+23