summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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