summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas
AgeCommit message (Expand)AuthorFilesLines
2021-09-22net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda1-0/+1
2021-06-30sh_eth: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2021-03-17sh_eth: fix TRSCER mask for R7S72100Sergey Shtylyov1-0/+2
2021-01-30sh_eth: Fix power down vs. is_opened flag orderingGeert Uytterhoeven1-2/+2
2020-11-10ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov1-3/+7
2020-10-14Revert "ravb: Fixed to be able to unload modules"Geert Uytterhoeven1-55/+55
2020-09-12ravb: Fixed to be able to unload modulesYuusuke Ashizuka1-55/+55
2020-08-21net: ethernet: ravb: exit if re-initialization fails in tx timeoutYoshihiro Shimoda1-2/+24
2020-01-29net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu1-1/+5
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