aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas/sh_eth.c
AgeCommit message (Expand)Author
2022-01-31sh_eth: kill useless initializers in sh_eth_{suspend|resume}()Sergey Shtylyov
2022-01-31sh_eth: sh_eth_close() always returns 0Sergey Shtylyov
2022-01-31phy: make phy_set_max_speed() *void*Sergey Shtylyov
2021-12-09sh_eth: Use dev_err_probe() helperGeert Uytterhoeven
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-10-19ethernet: renesas: use eth_hw_addr_set()Jakub Kicinski
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski
2021-09-07net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
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-08sh_eth: Use devm_platform_get_and_ioremap_resource()Yang Yingliang
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle
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-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
2020-09-25drivers/net/ethernet: handle one warning explicitlyJesse Brandeburg
2020-08-26net: renesas: sh_eth: constify bb_opsRikard Falkeborn
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-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-05-29net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCsYoshihiro Shimoda
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon
2019-03-12net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu
2019-02-04sh_eth: offload RX checksum on SH7763Sergei Shtylyov
2019-02-04sh_eth: offload RX checksum on SH7734Sergei Shtylyov
2019-02-04sh_eth: offload RX checksum on R8A77980Sergei Shtylyov
2019-02-04sh_eth: offload RX checksum on R8A7740Sergei Shtylyov
2019-02-04sh_eth: offload RX checksum on R7S72100Sergei Shtylyov
2019-02-04sh_eth: RX checksum offload supportSergei Shtylyov
2019-02-04sh_eth: rename sh_eth_cpu_data::hw_checksumSergei Shtylyov
2018-08-29sh_eth: Add R7S9210 supportChris Brandt
2018-08-22net: ethernet: renesas: use SPDX identifier for Renesas driversWolfram Sang
2018-07-23sh_eth: make sh_eth_tsu_{read|write}_entry() prototypes symmetricSergei Shtylyov
2018-07-23sh_eth: make sh_eth_tsu_write_entry() take 'offset' parameterSergei Shtylyov