summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas
Commit message (Expand)AuthorAgeFilesLines
...
* ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann2021-08-131-1/+1
* ravb: Remove checks for unsupported internal delay modesGeert Uytterhoeven2021-08-131-13/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-272-3/+3
* ravb: Remove extra TABBiju Das2021-07-211-1/+1
* ravb: Fix a typo in commentBiju Das2021-07-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-1/+1
|\
| * sh_eth: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook2021-06-161-1/+1
* | net: ethernet: ravb: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-091-11/+4
* | sh_eth: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-081-4/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-04-261-23/+12
|\
| * net: renesas: ravb: Fix a stuck issue when a lot of frames are receivedYoshihiro Shimoda2021-04-211-23/+12
* | net: ethernet: ravb: Fix release of refclkAdam Ford2021-04-211-3/+4
* | of: net: pass the dst buffer to of_get_mac_address()Michael Walle2021-04-132-9/+8
* | net: ethernet: ravb: Enable optional refclkAdam Ford2021-04-122-0/+11
* | sh_eth: place RX/TX descriptor *enum*s after their *struct*sSergey Shtylyov2021-03-121-36/+46
* | sh_eth: rename *enum*s still not matching register namesSergey Shtylyov2021-03-121-6/+6
* | sh_eth: rename PSR bitsSergey Shtylyov2021-03-122-2/+2
* | sh_eth: rename TRSCER bitsSergey Shtylyov2021-03-122-12/+18
|/
* sh_eth: fix TRSCER mask for R7S9210Sergey Shtylyov2021-03-011-0/+2
* sh_eth: fix TRSCER mask for R7S72100Sergey Shtylyov2021-03-011-0/+2
* sh_eth: fix TRSCER mask for SH771xSergey Shtylyov2021-03-011-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-2/+28
|\
| * sh_eth: Fix power down vs. is_opened flag orderingGeert Uytterhoeven2021-01-191-2/+2
| * sh_eth: Make PHY access aware of Runtime PM to fix reboot crashGeert Uytterhoeven2021-01-191-0/+26
* | ravb: update "undocumented" annotationsSergey Shtylyov2021-01-081-13/+13
* | ravb: remove APSR_DMSergey Shtylyov2021-01-082-9/+8
|/
* ravb: Fix bit fields checking in ravb_hwtstamp_get()Andrew Gabbasov2020-10-271-3/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-55/+55
|\
| * Revert "ravb: Fixed to be able to unload modules"Geert Uytterhoeven2020-09-231-55/+55
* | ravb: Add support for explicit internal clock delay configurationGeert Uytterhoeven2020-10-012-9/+28
* | ravb: Split delay handling in parsing and applyingGeert Uytterhoeven2020-10-012-6/+19
* | drivers/net/ethernet: handle one warning explicitlyJesse Brandeburg2020-09-251-0/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-55/+55
|\|
| * ravb: Fixed to be able to unload modulesYuusuke Ashizuka2020-08-241-55/+55
* | net: renesas: sh_eth: constify bb_opsRikard Falkeborn2020-08-261-1/+1
* | net: ethernet: ravb: constify bb_opsRikard Falkeborn2020-08-261-1/+1
|/
* net: ethernet: ravb: exit if re-initialization fails in tx timeoutYoshihiro Shimoda2020-07-211-2/+24
* 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
|\