summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/sh_eth.c
Commit message (Expand)AuthorAgeFilesLines
* sh_eth: avoid PHY being resumed when interface is not upWolfram Sang2023-03-161-2/+10
* net: mdio: mdio-bitbang: Separate C22 and C45 transactionsAndrew Lunn2023-01-101-6/+31
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-281-1/+1
* net: sh_eth: Fix PHY state warning splat during system resumeGeert Uytterhoeven2022-09-201-0/+2
* sh_eth: kill useless initializers in sh_eth_{suspend|resume}()Sergey Shtylyov2022-01-311-2/+2
* sh_eth: sh_eth_close() always returns 0Sergey Shtylyov2022-01-311-3/+1
* phy: make phy_set_max_speed() *void*Sergey Shtylyov2022-01-311-8/+2
* sh_eth: Use dev_err_probe() helperGeert Uytterhoeven2021-12-091-2/+1
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+6
* ethernet: renesas: use eth_hw_addr_set()Jakub Kicinski2021-10-191-7/+9
* ethernet: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda2021-09-071-0/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-2/+2
* 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
* | sh_eth: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-081-4/+1
|/
* of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-131-4/+1
* sh_eth: rename PSR bitsSergey Shtylyov2021-03-121-1/+1
* sh_eth: rename TRSCER bitsSergey Shtylyov2021-03-121-4/+4
* sh_eth: fix TRSCER mask for R7S9210Sergey Shtylyov2021-03-011-0/+2
* sh_eth: fix TRSCER mask for R7S72100Sergey Shtylyov2021-03-011-0/+2
* sh_eth: fix TRSCER mask for SH771xSergey Shtylyov2021-03-011-0/+3
* sh_eth: Fix power down vs. is_opened flag orderingGeert Uytterhoeven2021-01-191-2/+2
* sh_eth: Make PHY access aware of Runtime PM to fix reboot crashGeert Uytterhoeven2021-01-191-0/+26
* drivers/net/ethernet: handle one warning explicitlyJesse Brandeburg2020-09-251-0/+10
* net: renesas: sh_eth: constify bb_opsRikard Falkeborn2020-08-261-1/+1
* net: renesas: Fix use correct return type for ndo_start_xmit()Yunjian Wang2020-05-061-1/+2
* sh_eth: use Gigabit register map for R7S72100Sergei Shtylyov2020-02-161-67/+1
* sh_eth: add sh_eth_cpu_data::gecmr flagSergei Shtylyov2020-02-161-1/+13
* sh_eth: check sh_eth_cpu_data::no_xdfar when dumping registersSergei Shtylyov2020-02-161-2/+4
* sh_eth: check sh_eth_cpu_data::cexcr when dumping registersSergei Shtylyov2020-02-161-2/+4
* sh_eth: check sh_eth_cpu_data::no_tx_cntrs when dumping registersSergei Shtylyov2020-02-161-4/+6
* net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-16/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-17/+21
|\
| * sh_eth: check sh_eth_cpu_data::dual_port when dumping registersSergei Shtylyov2020-01-091-17/+21
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
|/
* net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-3/+4
* net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCsYoshihiro Shimoda2019-05-291-0/+4
* net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar2019-05-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-071-1/+1
|\
| * net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-1/+0
|/
* net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu2019-03-121-1/+5
* sh_eth: offload RX checksum on SH7763Sergei Shtylyov2019-02-041-0/+1
* sh_eth: offload RX checksum on SH7734Sergei Shtylyov2019-02-041-0/+1
* sh_eth: offload RX checksum on R8A77980Sergei Shtylyov2019-02-041-0/+1
* sh_eth: offload RX checksum on R8A7740Sergei Shtylyov2019-02-041-0/+1
* sh_eth: offload RX checksum on R7S72100Sergei Shtylyov2019-02-041-0/+1
* sh_eth: RX checksum offload supportSergei Shtylyov2019-02-041-2/+58
* sh_eth: rename sh_eth_cpu_data::hw_checksumSergei Shtylyov2019-02-041-7/+7