aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-20sh_eth: fix typo in comment to BCULR writeSergei Shtylyov1-1/+2
2018-05-20sh_eth: fix comment grammar in 'struct sh_eth_cpu_data'Sergei Shtylyov1-11/+11
2018-05-20sh_eth: fix typo in EESR.TRO bit nameSergei Shtylyov2-7/+7
2018-05-19sh_eth: add R8A77980 supportSergei Shtylyov1-0/+44
2018-05-19sh_eth: add EDMR.NBST supportSergei Shtylyov2-0/+6
2018-05-19sh_eth: add RGMII supportSergei Shtylyov1-0/+3
2018-05-18sh_eth: Change platform check to CONFIG_ARCH_RENESASGeert Uytterhoeven1-1/+1
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 Shtylyov2-2/+4
2018-03-26sh_eth: add sh_eth_cpu_data::cexcr flagSergei Shtylyov2-6/+6
2018-03-26sh_eth: add sh_eth_cpu_data::no_tx_cntrs flagSergei Shtylyov2-6/+3
2018-03-26sh_eth: add sh_eth_cpu_data::xdfar_rw flagSergei Shtylyov2-4/+8
2018-03-26sh_eth: add sh_eth_cpu_data::edtrr_trns valueSergei Shtylyov2-12/+16
2018-03-26sh_eth: add sh_eth_cpu_data::soft_reset() methodSergei Shtylyov2-55/+83
2018-03-07ravb: remove erroneous commentNiklas Söderlund1-1/+0
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-11/+11
2018-02-27sh_eth: uninline TSU register accessorsSergei Shtylyov2-11/+11
2018-02-26sh_eth: fix TSU init on SH7734/R8A7740Sergei Shtylyov2-1/+6
2018-02-26sh_eth: TSU_QTAG0/1 registers the same as TSU_QTAGM0/1Sergei Shtylyov2-13/+6
2018-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-21/+3
2018-02-19sh_eth: simplify sh_eth_check_reset()Sergei Shtylyov1-10/+6
2018-02-16ravb: add support for changing MTUNiklas Söderlund2-7/+28
2018-02-12sh_eth: Remove obsolete explicit clock handling for WoLGeert Uytterhoeven1-15/+3
2018-02-12ravb: Remove obsolete explicit clock handling for WoLGeert Uytterhoeven1-6/+0
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-01-15sh_eth: get Ether port # only when neededSergei Shtylyov1-8/+5
2018-01-15sh_eth: gather all TSU init code in one placeSergei Shtylyov1-7/+5
2018-01-15sh_eth: fix dumping ARSTRSergei Shtylyov1-1/+1
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+26
2018-01-08sh_eth: fix TXALCR1 offsetsSergei Shtylyov1-2/+2
2018-01-05sh_eth: fix SH7757 GEther initializationSergei Shtylyov1-2/+2
2018-01-04sh_eth: fix TSU resource handlingSergei Shtylyov1-3/+22
2018-01-03sh_eth: kill redundant check in the probe() methodSergei Shtylyov1-2/+1
2018-01-03ravb: kill redundant check in the probe() methodSergei Shtylyov1-2/+1
2017-12-13Revert "ravb: add workaround for clock when resuming with WoL enabled"Geert Uytterhoeven1-25/+2
2017-12-11net: sh_eth: do not advertise Gigabit capabilities when not availableThomas Petazzoni1-0/+10
2017-12-05net: sh_eth: don't use NULL as "struct device" for the DMA mapping APIThomas Petazzoni1-6/+6
2017-12-05net: sh_eth: use correct "struct device" when calling DMA mapping functionsThomas Petazzoni1-9/+10
2017-10-20net: sh_eth: implement R-Car Gen[12] fallback compatibility stringsSimon Horman1-0/+2
2017-10-20net: sh_eth: rename name structures as rcar_gen[12]_*Simon Horman1-15/+15
2017-10-12ravb: Consolidate clock handlingGeert Uytterhoeven1-25/+10
2017-10-04ravb: RX checksum offloadSimon Horman1-1/+54
2017-08-13net: sh_eth: constify platform_device_idArvind Yadav1-1/+1
2017-08-01ravb: add workaround for clock when resuming with WoL enabledNiklas Söderlund1-2/+25
2017-08-01ravb: add wake-on-lan support via magic packetNiklas Söderlund2-4/+106
2017-06-13net: phy: Make phy_ethtool_ksettings_get return voidyuval.shaia@oracle.com2-10/+9