summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/sh_eth.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * sh_eth: remove custom .get_link_ksettings from ethtool opsVladimir Zapolskiy2018-07-071-12/+1
| * sh_eth: remove useless serialization in sh_eth_get_link_ksettings()Vladimir Zapolskiy2018-07-071-5/+0
| * sh_eth: remove custom .nway_reset from ethtool opsVladimir Zapolskiy2018-07-071-9/+1
| * sh_eth: simplify link auto-negotiation by ethtoolVladimir Zapolskiy2018-07-071-1/+1
| * sh_eth: fix invalid context bug while changing link options by ethtoolVladimir Zapolskiy2018-07-071-34/+15
| * sh_eth: fix invalid context bug while calling auto-negotiation by ethtoolVladimir Zapolskiy2018-07-071-9/+1
* | sh_eth: fix *enum* {A|M}PR_BITSergei Shtylyov2018-06-281-2/+2
* | sh_eth: remove sh_eth_cpu_data::rpadir_valueSergei Shtylyov2018-06-261-7/+1
|/
* sh_eth: use DIV_ROUND_UP() in sh_eth_soft_swap()Sergei Shtylyov2018-06-041-1/+1
* sh_eth: uninline sh_eth_soft_swap()Sergei Shtylyov2018-06-041-0/+11
* sh_eth: fix typo in comment to BCULR writeSergei Shtylyov2018-05-201-1/+2
* sh_eth: fix typo in EESR.TRO bit nameSergei Shtylyov2018-05-201-5/+5
* sh_eth: add R8A77980 supportSergei Shtylyov2018-05-191-0/+44
* sh_eth: add EDMR.NBST supportSergei Shtylyov2018-05-191-0/+4
* sh_eth: add RGMII supportSergei Shtylyov2018-05-191-0/+3
* drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli2018-05-161-8/+3
* sh_eth: WARN_ON() access to unimplemented TSU registerSergei Shtylyov2018-05-041-2/+12
* sh_eth: use TSU register accessors for TSU_POST<n>Sergei Shtylyov2018-05-041-14/+6
* sh_eth: kill useless check in __sh_eth_get_regs()Sergei Shtylyov2018-04-011-15/+10
* sh_eth: add sh_eth_cpu_data::no_xdfar flagSergei Shtylyov2018-04-011-2/+3
* sh_eth: add sh_eth_cpu_data::cexcr flagSergei Shtylyov2018-03-261-6/+5
* sh_eth: add sh_eth_cpu_data::no_tx_cntrs flagSergei Shtylyov2018-03-261-6/+2
* sh_eth: add sh_eth_cpu_data::xdfar_rw flagSergei Shtylyov2018-03-261-4/+7
OpenPOWER on IntegriCloud