summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas
AgeCommit message (Expand)AuthorFilesLines
2019-09-10ravb: Fix use-after-free ravb_tstamp_skbTho Vu1-2/+6
2019-06-22net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCsYoshihiro Shimoda1-0/+4
2019-03-19ravb: Decrease TxFIFO depth of Q3 and Q2 to oneMasaru Nagai1-1/+1
2018-10-20ravb: do not write 1 to reserved bitsKazuya Mizuguchi3-6/+12
2018-08-24ravb: fix invalid context bug while changing link options by ethtoolVladimir Zapolskiy1-34/+15
2018-08-24ravb: fix invalid context bug while calling auto-negotiation by ethtoolVladimir Zapolskiy1-6/+1
2018-08-24sh_eth: fix invalid context bug while changing link options by ethtoolVladimir Zapolskiy1-34/+15
2018-08-24sh_eth: fix invalid context bug while calling auto-negotiation by ethtoolVladimir Zapolskiy1-9/+1
2018-04-13sh_eth: Use platform device for printing before register_netdev()Geert Uytterhoeven1-1/+1
2018-01-17sh_eth: fix SH7757 GEther initializationSergei Shtylyov1-2/+2
2018-01-17sh_eth: fix TSU resource handlingSergei Shtylyov1-3/+22
2017-12-10ravb: Remove Rx overflow log messagesKazuya Mizuguchi1-6/+2
2017-10-08sh_eth: use correct name for ECMR_MPDE bitNiklas Söderlund1-1/+1
2017-08-11sh_eth: R8A7740 supports packet shecksummingSergei Shtylyov1-0/+1
2017-08-11sh_eth: fix EESIPR values for SH77{34|63}Sergei Shtylyov1-2/+2
2017-08-07sh_eth: enable RX descriptor word 0 shift on SH7734Sergei Shtylyov1-0/+1
2017-07-05ravb: Fix use-after-free on `ifconfig eth0 down`Eugeniu Rosca1-12/+12
2017-06-17ravb: unmap descriptors when freeing ringsKazuya Mizuguchi1-48/+64
2017-05-03sh_eth: unmap DMA buffers when freeing ringsSergei Shtylyov1-55/+67
2017-02-04ravb: do not use zero-length alignment DMA descriptorMasaru Nagai1-0/+13
2016-12-02net: renesas: ravb: unintialized return valueDan Carpenter1-2/+0
2016-12-02sh_eth: remove unchecked interrupts for RZ/A1Chris Brandt1-1/+1
2016-11-30net: ethernet: renesas: ravb: fix fixed-link phydev leaksJohan Hovold1-3/+14
2016-09-28sh_eth: add R8A7743/5 supportSergei Shtylyov2-1/+3
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+7
2016-09-11net: ethernet: renesas: sh_eth: add POST registers for rzChris Brandt1-0/+7
2016-08-31ravb: avoid unused function warningsArnd Bergmann1-10/+4
2016-08-21net: ethernet: renesas: ravb: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-7/+9
2016-08-21net: ethernet: renesas: ravb: use phydev from struct net_devicePhilippe Reynes2-18/+12
2016-08-11net: ethernet: renesas: sh_eth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-9/+9
2016-08-11net: ethernet: renesas: sh_eth: use phydev from struct net_devicePhilippe Reynes2-18/+12
2016-08-11ravb: use proper names for suspend/resume functionsNiklas Söderlund1-3/+3
2016-08-10ravb: add sleep PM suspend/resume supportNiklas Söderlund1-8/+64
2016-08-02ethernet: renesas: sh_eth: add missing of_node_put after calling of_parse_pha...Peter Chen1-0/+1
2016-08-02ethernet: renesas: ravb_main: add missing of_node_put after calling of_parse_...Peter Chen1-0/+1
2016-07-20sh_eth: fix DMA channel misreportingSergei Shtylyov1-1/+0
2016-07-20ravb: fix DMA channel misreportingSergei Shtylyov1-1/+0
2016-06-02ravb: Remove manual pause frame transmitMasaru Nagai1-2/+0
2016-06-02ravb: Add SET_RUNTIME_PM_OPS macroKazuya Mizuguchi1-2/+1
2016-06-02ravb: Add ESF in RCR for enabling separation filterMasaru Nagai1-1/+2
2016-05-17ravb: Add missing free_irq() calls to ravb_close()Geert Uytterhoeven1-1/+6
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-05-10ravb: Add missing free_irq() call to ravb_close()Geert Uytterhoeven1-0/+2
2016-05-09sh_eth: reuse sh_eth_chip_reset()Sergei Shtylyov1-9/+2
2016-05-09sh_eth: call sh_eth_tsu_write() from sh_eth_chip_reset_giga()Sergei Shtylyov1-2/+3
2016-05-03ravb: Remove rx buffer ALIGNKazuya Mizuguchi1-6/+4
2016-04-26sh_eth: rename ARSTR register bitSergei Shtylyov2-4/+4
2016-04-26sh_eth: use EDMR_SRST_GETHER in sh_eth_check_reset()Sergei Shtylyov1-1/+1
2016-04-26sh_eth: get rid of the 2nd parameter to sh_eth_dev_init()Sergei Shtylyov1-14/+9
2016-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+4