summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas
Commit message (Expand)AuthorAgeFilesLines
...
* | ravb: fix shadowing of symbol 'stats' in ravb_get_ethtool_stats()Niklas Söderlund2018-07-181-1/+1
* | net: allow ndo_select_queue to pass netdevAlexander Duyck2018-07-091-1/+2
* | sh_eth: fix *enum* {A|M}PR_BITSergei Shtylyov2018-06-282-4/+4
* | sh_eth: remove sh_eth_cpu_data::rpadir_valueSergei Shtylyov2018-06-262-8/+1Star
* | sh_eth: fix *enum* RPADIR_BITSergei Shtylyov2018-06-261-2/+1Star
|/
* net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-06-231-2/+0Star
* 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-042-12/+11Star
* sh_eth: make sh_eth_soft_swap() work on ARMSergei Shtylyov2018-06-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-1/+1
|\
| * sh_eth: Change platform check to CONFIG_ARCH_RENESASGeert Uytterhoeven2018-05-181-1/+1
* | sh_eth: fix typo in comment to BCULR writeSergei Shtylyov2018-05-211-1/+2
* | sh_eth: fix comment grammar in 'struct sh_eth_cpu_data'Sergei Shtylyov2018-05-211-11/+11
* | sh_eth: fix typo in EESR.TRO bit nameSergei Shtylyov2018-05-212-7/+7
* | sh_eth: add R8A77980 supportSergei Shtylyov2018-05-201-0/+44
* | sh_eth: add EDMR.NBST supportSergei Shtylyov2018-05-202-0/+6
* | 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-012-2/+4
* sh_eth: add sh_eth_cpu_data::cexcr flagSergei Shtylyov2018-03-262-6/+6
* sh_eth: add sh_eth_cpu_data::no_tx_cntrs flagSergei Shtylyov2018-03-262-6/+3Star
* sh_eth: add sh_eth_cpu_data::xdfar_rw flagSergei Shtylyov2018-03-262-4/+8
* sh_eth: add sh_eth_cpu_data::edtrr_trns valueSergei Shtylyov2018-03-262-12/+16
* sh_eth: add sh_eth_cpu_data::soft_reset() methodSergei Shtylyov2018-03-262-55/+83
* ravb: remove erroneous commentNiklas Söderlund2018-03-071-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-062-11/+11
|\
| * sh_eth: uninline TSU register accessorsSergei Shtylyov2018-02-272-11/+11
* | sh_eth: fix TSU init on SH7734/R8A7740Sergei Shtylyov2018-02-262-1/+6
* | sh_eth: TSU_QTAG0/1 registers the same as TSU_QTAGM0/1Sergei Shtylyov2018-02-262-13/+6Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-202-21/+3Star
|\|
| * sh_eth: Remove obsolete explicit clock handling for WoLGeert Uytterhoeven2018-02-121-15/+3Star
| * ravb: Remove obsolete explicit clock handling for WoLGeert Uytterhoeven2018-02-121-6/+0Star
* | sh_eth: simplify sh_eth_check_reset()Sergei Shtylyov2018-02-191-10/+6Star
* | ravb: add support for changing MTUNiklas Söderlund2018-02-162-7/+28
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-1/+1
|\
| * sh_eth: fix dumping ARSTRSergei Shtylyov2018-01-151-1/+1
* | sh_eth: get Ether port # only when neededSergei Shtylyov2018-01-151-8/+5Star
* | sh_eth: gather all TSU init code in one placeSergei Shtylyov2018-01-151-7/+5Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-7/+26
|\|
| * sh_eth: fix TXALCR1 offsetsSergei Shtylyov2018-01-081-2/+2
| * sh_eth: fix SH7757 GEther initializationSergei Shtylyov2018-01-051-2/+2
| * sh_eth: fix TSU resource handlingSergei Shtylyov2018-01-041-3/+22
* | sh_eth: kill redundant check in the probe() methodSergei Shtylyov2018-01-031-2/+1Star
* | ravb: kill redundant check in the probe() methodSergei Shtylyov2018-01-031-2/+1Star
|/
* Revert "ravb: add workaround for clock when resuming with WoL enabled"Geert Uytterhoeven2017-12-131-25/+2Star
* net: sh_eth: do not advertise Gigabit capabilities when not availableThomas Petazzoni2017-12-111-0/+10
* net: sh_eth: don't use NULL as "struct device" for the DMA mapping APIThomas Petazzoni2017-12-051-6/+6