summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas
Commit message (Expand)AuthorAgeFilesLines
* net: ravb: Fix possible hang if RIS2_QFF1 happenYoshihiro Shimoda2023-02-011-2/+2
* net: ravb: Fix lack of register setting after system resumed for Gen3Yoshihiro Shimoda2023-02-011-0/+6
* ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variablesBiju Das2023-02-012-15/+15
* ravb: Fix "failed to switch device to config mode" message during unbindBiju Das2023-01-121-1/+1
* net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda2022-12-081-0/+1
* net: sh_eth: Fix PHY state warning splat during system resumeGeert Uytterhoeven2022-09-281-0/+2
* net: ravb: Fix PHY state warning splat during system resumeGeert Uytterhoeven2022-09-281-0/+2
* ethernet: renesas: Use div64_ul instead of do_divYang Li2022-01-271-4/+2
* net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda2021-09-071-0/+1
* ravb: Add reset supportBiju Das2021-08-252-0/+12
* ravb: Factorise ravb_emac_init functionBiju Das2021-08-252-2/+13
* ravb: Factorise ravb_dmac_init functionBiju Das2021-08-252-21/+32
* ravb: Factorise ravb_set_featuresBiju Das2021-08-252-2/+14
* ravb: Factorise ravb_adjust_link functionBiju Das2021-08-252-1/+5
* ravb: Factorise ravb_rx functionBiju Das2021-08-252-2/+13
* ravb: Factorise ravb_ring_init functionBiju Das2021-08-252-5/+17
* ravb: Factorise ravb_ring_format functionBiju Das2021-08-252-12/+24
* ravb: Factorise ravb_ring_free functionBiju Das2021-08-252-17/+31
* ravb: Add ptp_cfg_active to struct ravb_hw_infoBiju Das2021-08-252-14/+6
* ravb: Add no_ptp_cfg_active to struct ravb_hw_infoBiju Das2021-08-252-8/+13
* ravb: Add multi_irq to struct ravb_hw_infoBiju Das2021-08-253-11/+20
* ravb: Remove the macros NUM_TX_DESC_GEN[23]Biju Das2021-08-252-6/+6
* ravb: Add tx_counters to struct ravb_hw_infoBiju Das2021-08-192-1/+4
* ravb: Add internal delay hw feature to struct ravb_hw_infoBiju Das2021-08-192-2/+7
* ravb: Add net_features and net_hw_features to struct ravb_hw_infoBiju Das2021-08-192-4/+10
* ravb: Add gstrings_stats and gstrings_size to struct ravb_hw_infoBiju Das2021-08-192-1/+10
* ravb: Add stats_len to struct ravb_hw_infoBiju Das2021-08-192-3/+7
* ravb: Add max_rx_len to struct ravb_hw_infoBiju Das2021-08-192-4/+7
* ravb: Add aligned_tx to struct ravb_hw_infoBiju Das2021-08-192-1/+3
* ravb: Add struct ravb_hw_info to driver dataBiju Das2021-08-192-13/+28
* ravb: Use unsigned int for num_tx_desc variable in struct ravb_privateBiju Das2021-08-192-15/+15
* ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-131-1/+1
* ravb: Remove checks for unsupported internal delay modesGeert Uytterhoeven2021-08-131-13/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-3/+3
* ravb: Remove extra TABBiju Das2021-07-211-1/+1
* ravb: Fix a typo in commentBiju Das2021-07-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-1/+1
|\
| * sh_eth: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-06-161-1/+1
* | net: ethernet: ravb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-091-11/+4
* | sh_eth: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-081-4/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-261-23/+12
|\
| * net: renesas: ravb: Fix a stuck issue when a lot of frames are receivedYoshihiro Shimoda2021-04-211-23/+12
* | net: ethernet: ravb: Fix release of refclkAdam Ford2021-04-211-3/+4
* | of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-132-9/+8
* | net: ethernet: ravb: Enable optional refclkAdam Ford2021-04-122-0/+11
* | sh_eth: place RX/TX descriptor *enum*s after their *struct*sSergey Shtylyov2021-03-121-36/+46
* | sh_eth: rename *enum*s still not matching register namesSergey Shtylyov2021-03-121-6/+6
* | sh_eth: rename PSR bitsSergey Shtylyov2021-03-122-2/+2
* | sh_eth: rename TRSCER bitsSergey Shtylyov2021-03-122-12/+18
|/
* sh_eth: fix TRSCER mask for R7S9210Sergey Shtylyov2021-03-011-0/+2