summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas
Commit message (Expand)AuthorAgeFilesLines
* ravb: do not write 1 to reserved bitsKazuya Mizuguchi2018-10-203-6/+12
* sh_eth: Add R7S9210 supportChris Brandt2018-10-101-0/+36
* ravb: remove custom .set_link_ksettings from ethtool opsVladimir Zapolskiy2018-07-071-10/+1
* ravb: remove custom .get_link_ksettings from ethtool opsVladimir Zapolskiy2018-07-071-12/+1
* ravb: remove useless serialization in ravb_get_link_ksettings()Vladimir Zapolskiy2018-07-071-5/+0
* ravb: remove custom .nway_reset from ethtool opsVladimir Zapolskiy2018-07-071-11/+1
* ravb: simplify link auto-negotiation by ethtoolVladimir Zapolskiy2018-07-071-1/+1
* ravb: fix invalid context bug while changing link options by ethtoolVladimir Zapolskiy2018-07-071-34/+15
* ravb: fix invalid context bug while calling auto-negotiation by ethtoolVladimir Zapolskiy2018-07-071-6/+1
* 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
* net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven2018-06-231-2/+0
* 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/+11
* 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-201-1/+2
* | sh_eth: fix comment grammar in 'struct sh_eth_cpu_data'Sergei Shtylyov2018-05-201-11/+11
* | sh_eth: fix typo in EESR.TRO bit nameSergei Shtylyov2018-05-202-7/+7
* | sh_eth: add R8A77980 supportSergei Shtylyov2018-05-191-0/+44
* | sh_eth: add EDMR.NBST supportSergei Shtylyov2018-05-192-0/+6
* | 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-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/+3
* 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/+0
* 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/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-192-21/+3
|\|
| * sh_eth: Remove obsolete explicit clock handling for WoLGeert Uytterhoeven2018-02-121-15/+3
| * ravb: Remove obsolete explicit clock handling for WoLGeert Uytterhoeven2018-02-121-6/+0
* | sh_eth: simplify sh_eth_check_reset()Sergei Shtylyov2018-02-191-10/+6
* | 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