summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/sh_eth.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* sh_eth: Add R7S9210 supportChris Brandt2018-08-291-0/+36
* net: ethernet: renesas: use SPDX identifier for Renesas driversWolfram Sang2018-08-221-12/+1
* sh_eth: make sh_eth_tsu_{read|write}_entry() prototypes symmetricSergei Shtylyov2018-07-231-5/+6
* sh_eth: make sh_eth_tsu_write_entry() take 'offset' parameterSergei Shtylyov2018-07-231-9/+6
* sh_eth: call sh_eth_tsu_get_offset() from TSU register accessorsSergei Shtylyov2018-07-231-2/+2
* sh_eth: make sh_eth_tsu_get_offset() match its nameSergei Shtylyov2018-07-231-10/+14
* sh_eth: uninline sh_eth_tsu_get_offset()Sergei Shtylyov2018-07-231-0/+5
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-77/+17
|\
| * sh_eth: remove custom .set_link_ksettings from ethtool opsVladimir Zapolskiy2018-07-071-10/+1