summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas
Commit message (Expand)AuthorAgeFilesLines
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
* ravb: Mask PHY mode to avoid inserting delays twiceGeert Uytterhoeven2020-05-301-2/+8
* net: renesas: Fix use correct return type for ndo_start_xmit()Yunjian Wang2020-05-061-1/+2
* sh_eth: use Gigabit register map for R7S72100Sergei Shtylyov2020-02-162-68/+1
* sh_eth: add sh_eth_cpu_data::gecmr flagSergei Shtylyov2020-02-162-1/+14
* sh_eth: check sh_eth_cpu_data::no_xdfar when dumping registersSergei Shtylyov2020-02-161-2/+4
* sh_eth: check sh_eth_cpu_data::cexcr when dumping registersSergei Shtylyov2020-02-161-2/+4
* sh_eth: check sh_eth_cpu_data::no_tx_cntrs when dumping registersSergei Shtylyov2020-02-161-4/+6
* net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-16/+2
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-17/+21
|\
| * sh_eth: check sh_eth_cpu_data::dual_port when dumping registersSergei Shtylyov2020-01-091-17/+21
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-122-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-163-13/+27
|\
| * ptp: Introduce strict checking of external time stamp options.Richard Cochran2019-11-151-1/+2
| * renesas: reject unsupported external timestamp flagsJacob Keller2019-11-151-0/+6
| * net: reject PTP periodic output requests with unsupported flagsJacob Keller2019-11-151-0/+4
| * ravb: implement MTU change while device is upUlrich Hecht2019-11-142-13/+16
* | net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-042-4/+7
|/
* ravb: TROCR register is only present on R-Car Gen3Simon Horman2019-09-062-3/+5
* ravb: remove undocumented endianness selectionSimon Horman2019-09-062-7/+0
* ravb: remove undocumented counter processingSimon Horman2019-09-062-13/+0
* ravb: correct typo in FBP field of SFO registerSimon Horman2019-09-061-1/+1
* ravb: Fix use-after-free ravb_tstamp_skbTho Vu2019-08-181-2/+6
* 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-101-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-072-6/+16
|\
| * net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-072-2/+2
| * ravb: Avoid unsupported internal delay mode for R-Car E3/D3Simon Horman2019-04-231-2/+13
| * net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-2/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-083-13/+0
|/
* net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu2019-03-121-1/+5
* ravb: Decrease TxFIFO depth of Q3 and Q2 to oneMasaru Nagai2019-03-071-1/+1
* 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-042-2/+59
* sh_eth: rename sh_eth_cpu_data::hw_checksumSergei Shtylyov2019-02-042-8/+8
* ravb: expand rx descriptor data to accommodate hw checksumSimon Horman2019-01-231-5/+7
* ravb: Clean up duplex handlingMagnus Damm2018-11-232-19/+1
* ravb: Do not announce HDX as supportedMagnus Damm2018-11-231-0/+4
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-253-6/+12
|\
| * ravb: do not write 1 to reserved bitsKazuya Mizuguchi2018-09-183-6/+12
* | ravb: Disable Pause AdvertisementAndrew Lunn2018-09-211-1/+3
* | ravb: remove tx buffer addr 4byte alilgnment restriction for R-Car Gen3Kazuya Mizuguchi2018-09-192-57/+92
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-123-5/+3
|\|
| * ethernet: renesas: convert to SPDX identifiersKuninori Morimoto2018-09-103-5/+3
* | net: ethernet: Add helper to remove a supported link modeAndrew Lunn2018-09-121-1/+2
|/
* sh_eth: Add R7S9210 supportChris Brandt2018-08-291-0/+36