summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/ravb_main.c
AgeCommit message (Expand)Author
2024-01-25net: ravb: Fix dma_addr_t truncation in error caseNikita Yushchenko
2023-12-08net: ravb: Stop DMA in case of failures on ravb_open()Claudiu Beznea
2023-12-08net: ravb: Start TX queues after HW initialization succeededClaudiu Beznea
2023-12-08net: ravb: Use pm_runtime_resume_and_get()Claudiu Beznea
2023-12-08net: ravb: Check return value of reset_control_deassert()Claudiu Beznea
2023-12-08ravb: Fix races between ravb_tx_timeout_work() and net related opsYoshihiro Shimoda
2023-10-19ravb: Fix use-after-free issue in ravb_tx_timeout_work()Yoshihiro Shimoda
2023-10-19ravb: Fix up dma_free_coherent() call in ravb_remove()Yoshihiro Shimoda
2023-07-27ethernet: use of_get_ethdev_address()Jakub Kicinski
2023-03-22ravb: avoid PHY being resumed when interface is not upWolfram Sang
2023-02-01net: ravb: Fix possible hang if RIS2_QFF1 happenYoshihiro Shimoda
2023-02-01net: ravb: Fix lack of register setting after system resumed for Gen3Yoshihiro Shimoda
2023-02-01ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variablesBiju Das
2023-01-12ravb: Fix "failed to switch device to config mode" message during unbindBiju Das
2022-12-08net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda
2022-09-28net: ravb: Fix PHY state warning splat during system resumeGeert Uytterhoeven
2022-01-27ethernet: renesas: Use div64_ul instead of do_divYang Li
2021-08-25ravb: Add reset supportBiju Das
2021-08-25ravb: Factorise ravb_emac_init functionBiju Das
2021-08-25ravb: Factorise ravb_dmac_init functionBiju Das
2021-08-25ravb: Factorise ravb_set_featuresBiju Das
2021-08-25ravb: Factorise ravb_adjust_link functionBiju Das
2021-08-25ravb: Factorise ravb_rx functionBiju Das
2021-08-25ravb: Factorise ravb_ring_init functionBiju Das
2021-08-25ravb: Factorise ravb_ring_format functionBiju Das
2021-08-25ravb: Factorise ravb_ring_free functionBiju Das
2021-08-25ravb: Add ptp_cfg_active to struct ravb_hw_infoBiju Das
2021-08-25ravb: Add no_ptp_cfg_active to struct ravb_hw_infoBiju Das
2021-08-25ravb: Add multi_irq to struct ravb_hw_infoBiju Das
2021-08-25ravb: Remove the macros NUM_TX_DESC_GEN[23]Biju Das
2021-08-19ravb: Add tx_counters to struct ravb_hw_infoBiju Das
2021-08-19ravb: Add internal delay hw feature to struct ravb_hw_infoBiju Das
2021-08-19ravb: Add net_features and net_hw_features to struct ravb_hw_infoBiju Das
2021-08-19ravb: Add gstrings_stats and gstrings_size to struct ravb_hw_infoBiju Das
2021-08-19ravb: Add stats_len to struct ravb_hw_infoBiju Das
2021-08-19ravb: Add max_rx_len to struct ravb_hw_infoBiju Das
2021-08-19ravb: Add aligned_tx to struct ravb_hw_infoBiju Das
2021-08-19ravb: Add struct ravb_hw_info to driver dataBiju Das
2021-08-19ravb: Use unsigned int for num_tx_desc variable in struct ravb_privateBiju Das
2021-08-13ravb: Remove checks for unsupported internal delay modesGeert Uytterhoeven
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-21ravb: Fix a typo in commentBiju Das
2021-06-09net: ethernet: ravb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-04-21net: ethernet: ravb: Fix release of refclkAdam Ford
2021-04-21net: renesas: ravb: Fix a stuck issue when a lot of frames are receivedYoshihiro Shimoda
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
2021-04-12net: ethernet: ravb: Enable optional refclkAdam Ford
2021-01-08ravb: remove APSR_DMSergey Shtylyov
2020-10-27ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov