summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas
AgeCommit message (Expand)Author
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann
2021-08-13ravb: Remove checks for unsupported internal delay modesGeert Uytterhoeven
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-21ravb: Remove extra TABBiju Das
2021-07-21ravb: Fix a typo in commentBiju Das
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-16sh_eth: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook
2021-06-09net: ethernet: ravb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-06-08sh_eth: 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-03-12sh_eth: place RX/TX descriptor *enum*s after their *struct*sSergey Shtylyov
2021-03-12sh_eth: rename *enum*s still not matching register namesSergey Shtylyov
2021-03-12sh_eth: rename PSR bitsSergey Shtylyov
2021-03-12sh_eth: rename TRSCER bitsSergey Shtylyov
2021-03-01sh_eth: fix TRSCER mask for R7S9210Sergey Shtylyov
2021-03-01sh_eth: fix TRSCER mask for R7S72100Sergey Shtylyov
2021-03-01sh_eth: fix TRSCER mask for SH771xSergey Shtylyov
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-19sh_eth: Fix power down vs. is_opened flag orderingGeert Uytterhoeven
2021-01-19sh_eth: Make PHY access aware of Runtime PM to fix reboot crashGeert Uytterhoeven
2021-01-08ravb: update "undocumented" annotationsSergey Shtylyov
2021-01-08ravb: remove APSR_DMSergey Shtylyov
2020-10-27ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-10-01ravb: Add support for explicit internal clock delay configurationGeert Uytterhoeven
2020-10-01ravb: Split delay handling in parsing and applyingGeert Uytterhoeven
2020-09-25drivers/net/ethernet: handle one warning explicitlyJesse Brandeburg
2020-09-23Revert "ravb: Fixed to be able to unload modules"Geert Uytterhoeven
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-26net: renesas: sh_eth: constify bb_opsRikard Falkeborn
2020-08-26net: ethernet: ravb: constify bb_opsRikard Falkeborn
2020-08-24ravb: Fixed to be able to unload modulesYuusuke Ashizuka
2020-07-21net: ethernet: ravb: exit if re-initialization fails in tx timeoutYoshihiro Shimoda
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-05-30ravb: Mask PHY mode to avoid inserting delays twiceGeert Uytterhoeven
2020-05-06net: renesas: Fix use correct return type for ndo_start_xmit()Yunjian Wang
2020-02-16sh_eth: use Gigabit register map for R7S72100Sergei Shtylyov
2020-02-16sh_eth: add sh_eth_cpu_data::gecmr flagSergei Shtylyov
2020-02-16sh_eth: check sh_eth_cpu_data::no_xdfar when dumping registersSergei Shtylyov
2020-02-16sh_eth: check sh_eth_cpu_data::cexcr when dumping registersSergei Shtylyov
2020-02-16sh_eth: check sh_eth_cpu_data::no_tx_cntrs when dumping registersSergei Shtylyov
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-09sh_eth: check sh_eth_cpu_data::dual_port when dumping registersSergei Shtylyov
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller