aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas
AgeCommit message (Expand)Author
2021-09-22net: renesas: sh_eth: Fix freeing wrong tx descriptorYoshihiro Shimoda
2021-06-30sh_eth: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook
2021-03-17sh_eth: fix TRSCER mask for R7S72100Sergey Shtylyov
2021-03-17sh_eth: fix TRSCER mask for R7S9210Sergey Shtylyov
2021-03-17sh_eth: fix TRSCER mask for SH771xSergey Shtylyov
2021-01-27sh_eth: Fix power down vs. is_opened flag orderingGeert Uytterhoeven
2020-11-05ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov
2020-10-14Revert "ravb: Fixed to be able to unload modules"Geert Uytterhoeven
2020-09-09ravb: Fixed to be able to unload modulesYuusuke Ashizuka
2020-08-05net: ethernet: ravb: exit if re-initialization fails in tx timeoutYoshihiro Shimoda
2020-01-27net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu
2020-01-23sh_eth: check sh_eth_cpu_data::dual_port when dumping registersSergei Shtylyov
2019-12-13ravb: Clean up duplex handlingMagnus Damm
2019-09-10ravb: Fix use-after-free ravb_tstamp_skbTho Vu
2019-06-22net: sh_eth: fix mdio access in sh_eth_close() for R-Car Gen2 and RZ/A1 SoCsYoshihiro Shimoda
2019-03-19ravb: Decrease TxFIFO depth of Q3 and Q2 to oneMasaru Nagai
2019-02-06ravb: expand rx descriptor data to accommodate hw checksumSimon Horman
2018-09-18ravb: do not write 1 to reserved bitsKazuya Mizuguchi
2018-09-10ethernet: renesas: convert to SPDX identifiersKuninori Morimoto
2018-08-29sh_eth: Add R7S9210 supportChris Brandt
2018-08-22net: ethernet: renesas: use SPDX identifier for Renesas driversWolfram Sang
2018-07-23sh_eth: make sh_eth_tsu_{read|write}_entry() prototypes symmetricSergei Shtylyov
2018-07-23sh_eth: make sh_eth_tsu_write_entry() take 'offset' parameterSergei Shtylyov
2018-07-23sh_eth: call sh_eth_tsu_get_offset() from TSU register accessorsSergei Shtylyov
2018-07-23sh_eth: make sh_eth_tsu_get_offset() match its nameSergei Shtylyov
2018-07-23sh_eth: uninline sh_eth_tsu_get_offset()Sergei Shtylyov
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18ravb: fix byte order for TX descriptor tag field lower bitsNiklas Söderlund
2018-07-18ravb: fix warning about memcpy lengthNiklas Söderlund
2018-07-18ravb: fix shadowing of symbol 'stats' in ravb_get_ethtool_stats()Niklas Söderlund
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-07-07ravb: remove custom .set_link_ksettings from ethtool opsVladimir Zapolskiy
2018-07-07ravb: remove custom .get_link_ksettings from ethtool opsVladimir Zapolskiy
2018-07-07ravb: remove useless serialization in ravb_get_link_ksettings()Vladimir Zapolskiy
2018-07-07ravb: remove custom .nway_reset from ethtool opsVladimir Zapolskiy
2018-07-07ravb: simplify link auto-negotiation by ethtoolVladimir Zapolskiy
2018-07-07ravb: fix invalid context bug while changing link options by ethtoolVladimir Zapolskiy
2018-07-07ravb: fix invalid context bug while calling auto-negotiation by ethtoolVladimir Zapolskiy
2018-07-07sh_eth: remove custom .set_link_ksettings from ethtool opsVladimir Zapolskiy
2018-07-07sh_eth: remove custom .get_link_ksettings from ethtool opsVladimir Zapolskiy
2018-07-07sh_eth: remove useless serialization in sh_eth_get_link_ksettings()Vladimir Zapolskiy
2018-07-07sh_eth: remove custom .nway_reset from ethtool opsVladimir Zapolskiy
2018-07-07sh_eth: simplify link auto-negotiation by ethtoolVladimir Zapolskiy
2018-07-07sh_eth: fix invalid context bug while changing link options by ethtoolVladimir Zapolskiy
2018-07-07sh_eth: fix invalid context bug while calling auto-negotiation by ethtoolVladimir Zapolskiy
2018-06-28sh_eth: fix *enum* {A|M}PR_BITSergei Shtylyov
2018-06-26sh_eth: remove sh_eth_cpu_data::rpadir_valueSergei Shtylyov
2018-06-26sh_eth: fix *enum* RPADIR_BITSergei Shtylyov
2018-06-23net: Remove depends on HAS_DMA in case of platform dependencyGeert Uytterhoeven
2018-06-04sh_eth: use DIV_ROUND_UP() in sh_eth_soft_swap()Sergei Shtylyov