aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/sh_eth.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+4
2019-05-29net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCsYoshihiro Shimoda1-0/+4
2019-05-10net: ethernet: fix similar warning reported by kbuild test robotPetr Štetiar1-1/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2019-05-07net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-1/+0
2019-03-12net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu1-1/+5
2019-02-04sh_eth: offload RX checksum on SH7763Sergei Shtylyov1-0/+1
2019-02-04sh_eth: offload RX checksum on SH7734Sergei Shtylyov1-0/+1
2019-02-04sh_eth: offload RX checksum on R8A77980Sergei Shtylyov1-0/+1
2019-02-04sh_eth: offload RX checksum on R8A7740Sergei Shtylyov1-0/+1
2019-02-04sh_eth: offload RX checksum on R7S72100Sergei Shtylyov1-0/+1
2019-02-04sh_eth: RX checksum offload supportSergei Shtylyov1-2/+58
2019-02-04sh_eth: rename sh_eth_cpu_data::hw_checksumSergei Shtylyov1-7/+7
2018-08-29sh_eth: Add R7S9210 supportChris Brandt1-0/+36
2018-08-22net: ethernet: renesas: use SPDX identifier for Renesas driversWolfram Sang1-12/+1
2018-07-23sh_eth: make sh_eth_tsu_{read|write}_entry() prototypes symmetricSergei Shtylyov1-5/+6
2018-07-23sh_eth: make sh_eth_tsu_write_entry() take 'offset' parameterSergei Shtylyov1-9/+6
2018-07-23sh_eth: call sh_eth_tsu_get_offset() from TSU register accessorsSergei Shtylyov1-2/+2
2018-07-23sh_eth: make sh_eth_tsu_get_offset() match its nameSergei Shtylyov1-10/+14
2018-07-23sh_eth: uninline sh_eth_tsu_get_offset()Sergei Shtylyov1-0/+5
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-77/+17
2018-07-07sh_eth: remove custom .set_link_ksettings from ethtool opsVladimir Zapolskiy1-10/+1
2018-07-07sh_eth: remove custom .get_link_ksettings from ethtool opsVladimir Zapolskiy1-12/+1
2018-07-07sh_eth: remove useless serialization in sh_eth_get_link_ksettings()Vladimir Zapolskiy1-5/+0
2018-07-07sh_eth: remove custom .nway_reset from ethtool opsVladimir Zapolskiy1-9/+1
2018-07-07sh_eth: simplify link auto-negotiation by ethtoolVladimir Zapolskiy1-1/+1
2018-07-07sh_eth: fix invalid context bug while changing link options by ethtoolVladimir Zapolskiy1-34/+15
2018-07-07sh_eth: fix invalid context bug while calling auto-negotiation by ethtoolVladimir Zapolskiy1-9/+1
2018-06-28sh_eth: fix *enum* {A|M}PR_BITSergei Shtylyov1-2/+2
2018-06-26sh_eth: remove sh_eth_cpu_data::rpadir_valueSergei Shtylyov1-7/+1
2018-06-04sh_eth: use DIV_ROUND_UP() in sh_eth_soft_swap()Sergei Shtylyov1-1/+1
2018-06-04sh_eth: uninline sh_eth_soft_swap()Sergei Shtylyov1-0/+11
2018-05-20sh_eth: fix typo in comment to BCULR writeSergei Shtylyov1-1/+2
2018-05-20sh_eth: fix typo in EESR.TRO bit nameSergei Shtylyov1-5/+5
2018-05-19sh_eth: add R8A77980 supportSergei Shtylyov1-0/+44
2018-05-19sh_eth: add EDMR.NBST supportSergei Shtylyov1-0/+4
2018-05-19sh_eth: add RGMII supportSergei Shtylyov1-0/+3
2018-05-16drivers: net: Remove device_node checks with of_mdiobus_register()Florian Fainelli1-8/+3
2018-05-04sh_eth: WARN_ON() access to unimplemented TSU registerSergei Shtylyov1-2/+12
2018-05-04sh_eth: use TSU register accessors for TSU_POST<n>Sergei Shtylyov1-14/+6
2018-04-01sh_eth: kill useless check in __sh_eth_get_regs()Sergei Shtylyov1-15/+10
2018-04-01sh_eth: add sh_eth_cpu_data::no_xdfar flagSergei Shtylyov1-2/+3
2018-03-26sh_eth: add sh_eth_cpu_data::cexcr flagSergei Shtylyov1-6/+5
2018-03-26sh_eth: add sh_eth_cpu_data::no_tx_cntrs flagSergei Shtylyov1-6/+2
2018-03-26sh_eth: add sh_eth_cpu_data::xdfar_rw flagSergei Shtylyov1-4/+7
2018-03-26sh_eth: add sh_eth_cpu_data::edtrr_trns valueSergei Shtylyov1-12/+15
2018-03-26sh_eth: add sh_eth_cpu_data::soft_reset() methodSergei Shtylyov1-55/+80
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+11
2018-02-27sh_eth: uninline TSU register accessorsSergei Shtylyov1-0/+11