aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-07net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda1-0/+1
2021-08-25ravb: Add reset supportBiju Das2-0/+12
2021-08-25ravb: Factorise ravb_emac_init functionBiju Das2-2/+13
2021-08-25ravb: Factorise ravb_dmac_init functionBiju Das2-21/+32
2021-08-25ravb: Factorise ravb_set_featuresBiju Das2-2/+14
2021-08-25ravb: Factorise ravb_adjust_link functionBiju Das2-1/+5
2021-08-25ravb: Factorise ravb_rx functionBiju Das2-2/+13
2021-08-25ravb: Factorise ravb_ring_init functionBiju Das2-5/+17
2021-08-25ravb: Factorise ravb_ring_format functionBiju Das2-12/+24
2021-08-25ravb: Factorise ravb_ring_free functionBiju Das2-17/+31
2021-08-25ravb: Add ptp_cfg_active to struct ravb_hw_infoBiju Das2-14/+6
2021-08-25ravb: Add no_ptp_cfg_active to struct ravb_hw_infoBiju Das2-8/+13
2021-08-25ravb: Add multi_irq to struct ravb_hw_infoBiju Das3-11/+20
2021-08-25ravb: Remove the macros NUM_TX_DESC_GEN[23]Biju Das2-6/+6
2021-08-19ravb: Add tx_counters to struct ravb_hw_infoBiju Das2-1/+4
2021-08-19ravb: Add internal delay hw feature to struct ravb_hw_infoBiju Das2-2/+7
2021-08-19ravb: Add net_features and net_hw_features to struct ravb_hw_infoBiju Das2-4/+10
2021-08-19ravb: Add gstrings_stats and gstrings_size to struct ravb_hw_infoBiju Das2-1/+10
2021-08-19ravb: Add stats_len to struct ravb_hw_infoBiju Das2-3/+7
2021-08-19ravb: Add max_rx_len to struct ravb_hw_infoBiju Das2-4/+7
2021-08-19ravb: Add aligned_tx to struct ravb_hw_infoBiju Das2-1/+3
2021-08-19ravb: Add struct ravb_hw_info to driver dataBiju Das2-13/+28
2021-08-19ravb: Use unsigned int for num_tx_desc variable in struct ravb_privateBiju Das2-15/+15
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-1/+1
2021-08-13ravb: Remove checks for unsupported internal delay modesGeert Uytterhoeven1-13/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2-3/+3
2021-07-21ravb: Remove extra TABBiju Das1-1/+1
2021-07-21ravb: Fix a typo in commentBiju Das1-1/+1
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-06-16sh_eth: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2021-06-09net: ethernet: ravb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-11/+4
2021-06-08sh_eth: Use devm_platform_get_and_ioremap_resource()Yang Yingliang1-4/+1
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-23/+12
2021-04-21net: ethernet: ravb: Fix release of refclkAdam Ford1-3/+4
2021-04-21net: renesas: ravb: Fix a stuck issue when a lot of frames are receivedYoshihiro Shimoda1-23/+12
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle2-9/+8
2021-04-12net: ethernet: ravb: Enable optional refclkAdam Ford2-0/+11
2021-03-12sh_eth: place RX/TX descriptor *enum*s after their *struct*sSergey Shtylyov1-36/+46
2021-03-12sh_eth: rename *enum*s still not matching register namesSergey Shtylyov1-6/+6
2021-03-12sh_eth: rename PSR bitsSergey Shtylyov2-2/+2
2021-03-12sh_eth: rename TRSCER bitsSergey Shtylyov2-12/+18
2021-03-01sh_eth: fix TRSCER mask for R7S9210Sergey Shtylyov1-0/+2
2021-03-01sh_eth: fix TRSCER mask for R7S72100Sergey Shtylyov1-0/+2
2021-03-01sh_eth: fix TRSCER mask for SH771xSergey Shtylyov1-0/+3
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+28
2021-01-19sh_eth: Fix power down vs. is_opened flag orderingGeert Uytterhoeven1-2/+2
2021-01-19sh_eth: Make PHY access aware of Runtime PM to fix reboot crashGeert Uytterhoeven1-0/+26
2021-01-08ravb: update "undocumented" annotationsSergey Shtylyov1-13/+13
2021-01-08ravb: remove APSR_DMSergey Shtylyov2-9/+8
2020-10-27ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov1-3/+7