summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/sh_eth.c
Commit message (Expand)AuthorAgeFilesLines
* 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-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-081-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/+0Star
|/
* 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-301-0/+36
* net: ethernet: renesas: use SPDX identifier for Renesas driversWolfram Sang2018-08-231-12/+1Star
* 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/+6Star
* 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-211-77/+17Star
|\
| * sh_eth: remove custom .set_link_ksettings from ethtool opsVladimir Zapolskiy2018-07-071-10/+1Star
| * sh_eth: remove custom .get_link_ksettings from ethtool opsVladimir Zapolskiy2018-07-071-12/+1Star
| * sh_eth: remove useless serialization in sh_eth_get_link_ksettings()Vladimir Zapolskiy2018-07-071-5/+0Star
| * sh_eth: remove custom .nway_reset from ethtool opsVladimir Zapolskiy2018-07-071-9/+1Star
| * 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/+15Star
| * sh_eth: fix invalid context bug while calling auto-negotiation by ethtoolVladimir Zapolskiy2018-07-071-9/+1Star
* | 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/+1Star
|/
* 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-211-1/+2
* sh_eth: fix typo in EESR.TRO bit nameSergei Shtylyov2018-05-211-5/+5
* sh_eth: add R8A77980 supportSergei Shtylyov2018-05-201-0/+44
* sh_eth: add EDMR.NBST supportSergei Shtylyov2018-05-201-0/+4
* sh_eth: add RGMII supportSergei Shtylyov2018-05-201-0/+3
* drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli2018-05-161-8/+3Star
* 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/+6Star
* sh_eth: kill useless check in __sh_eth_get_regs()Sergei Shtylyov2018-04-011-15/+10Star
* 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/+5Star
* sh_eth: add sh_eth_cpu_data::no_tx_cntrs flagSergei Shtylyov2018-03-261-6/+2Star
* sh_eth: add sh_eth_cpu_data::xdfar_rw flagSergei Shtylyov2018-03-261-4/+7
* sh_eth: add sh_eth_cpu_data::edtrr_trns valueSergei Shtylyov2018-03-261-12/+15
* sh_eth: add sh_eth_cpu_data::soft_reset() methodSergei Shtylyov2018-03-261-55/+80
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-0/+11
|\
| * sh_eth: uninline TSU register accessorsSergei Shtylyov2018-02-271-0/+11
* | sh_eth: fix TSU init on SH7734/R8A7740Sergei Shtylyov2018-02-261-1/+5