summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-151-14/+22
|\
| * net: renesas: rswitch: Fix timestamp feature after all descriptors are usedYoshihiro Shimoda2023-06-091-14/+22
* | net: renesas: rswitch: Use hardware pause featuresYoshihiro Shimoda2023-06-102-22/+21
* | net: renesas: rswitch: Use napi_gro_receive() in RXYoshihiro Shimoda2023-06-101-1/+1
|/
* net: renesas: rswitch: Fix return value in error path of xmitYoshihiro Shimoda2023-06-011-1/+1
* Revert "sh_eth: remove open coded netif_running()"Wolfram Sang2023-03-282-1/+6
* ethernet: remove superfluous clearing of phydevWolfram Sang2023-03-221-3/+1
* sh_eth: remove open coded netif_running()Wolfram Sang2023-03-222-6/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-174-9/+35
|\
| * net: renesas: rswitch: Fix GWTSDIE register handlingYoshihiro Shimoda2023-03-172-2/+8
| * net: renesas: rswitch: Fix the output value of quote from rswitch_rx()Yoshihiro Shimoda2023-03-171-3/+7
| * sh_eth: avoid PHY being resumed when interface is not upWolfram Sang2023-03-161-2/+10
| * ravb: avoid PHY being resumed when interface is not upWolfram Sang2023-03-161-2/+10
* | ravb: remove R-Car H3 ES1.* handlingWolfram Sang2023-03-081-15/+0
|/
* net: renesas: rswitch: Improve TX timestamp accuracyYoshihiro Shimoda2023-02-102-22/+179
* net: renesas: rswitch: Remove gptp flag from rswitch_gwca_queueYoshihiro Shimoda2023-02-102-16/+11
* net: renesas: rswitch: Move linkfix variables to rswitch_gwcaYoshihiro Shimoda2023-02-102-21/+24
* net: renesas: rswitch: Rename rings in struct rswitch_gwca_queueYoshihiro Shimoda2023-02-102-34/+34
* net: renesas: rswitch: Add "max-speed" handlingYoshihiro Shimoda2023-02-031-3/+12
* net: renesas: rswitch: Add phy_power_{on,off}() callingYoshihiro Shimoda2023-02-031-0/+5
* net: renesas: rswitch: Add host_interfaces settingYoshihiro Shimoda2023-02-031-3/+15
* net: renesas: rswitch: Convert to phy_deviceYoshihiro Shimoda2023-02-032-50/+62
* net: renesas: rswitch: Simplify struct phy * handlingYoshihiro Shimoda2023-02-032-78/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-273-11/+33
|\
| * net: ravb: Fix possible hang if RIS2_QFF1 happenYoshihiro Shimoda2023-01-251-2/+2
| * net: ravb: Fix lack of register setting after system resumed for Gen3Yoshihiro Shimoda2023-01-251-0/+6
| * net: ethernet: renesas: rswitch: Fix ethernet-ports handlingYoshihiro Shimoda2023-01-202-9/+25
* | net: ethernet: renesas: rswitch: C45 only transactionsMichael Walle2023-01-171-22/+6
* | net: mdio: mdio-bitbang: Separate C22 and C45 transactionsAndrew Lunn2023-01-101-6/+31
|/
* net: ethernet: renesas: rswitch: Fix getting mac address from device treeYoshihiro Shimoda2022-12-281-1/+4
* net: ethernet: renesas: rswitch: Fix error path in renesas_eth_sw_probe()Yoshihiro Shimoda2022-12-281-0/+5
* ravb: Fix "failed to switch device to config mode" message during unbindBiju Das2022-12-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-081-1/+1
|\
| * ravb: Fix potential use-after-free in ravb_rx_gbeth()YueHaibing2022-12-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-0/+1
|\|
| * net: ethernet: renesas: ravb: Fix promiscuous mode after system resumedYoshihiro Shimoda2022-11-291-0/+1
* | net: ethernet: renesas: rswitch: Fix MAC address infoYoshihiro Shimoda2022-11-211-1/+1
* | net: ethernet: renesas: Fix return type in rswitch_etha_wait_link_verification()Dan Carpenter2022-11-171-1/+1
* | net: ethernet: renesas: rswitch: Fix build error about ptpYoshihiro Shimoda2022-11-141-0/+1
* | net: ethernet: renesas: rswitch: Fix endless loop in error pathsYoshihiro Shimoda2022-11-082-11/+12
* | net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+0
* | net: ethernet: renesas: Fix return type of rswitch_start_xmit()Nathan Chancellor2022-11-041-1/+1
* | net: ethernet: renesas: rswitch: Add R-Car Gen4 gPTP supportYoshihiro Shimoda2022-11-025-2/+398
* | net: ethernet: renesas: Add support for "Ethernet Switch"Yoshihiro Shimoda2022-11-024-0/+2686
* | ptp: ravb: convert to .adjfine and adjust_by_scaled_ppmJacob Keller2022-10-311-12/+5
|/
* net: drop the weight argument from netif_napi_addJakub Kicinski2022-09-282-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-222-0/+4
|\
| * net: sh_eth: Fix PHY state warning splat during system resumeGeert Uytterhoeven2022-09-201-0/+2
| * net: ravb: Fix PHY state warning splat during system resumeGeert Uytterhoeven2022-09-201-0/+2
* | ravb: Add RZ/G2L MII interface supportBiju Das2022-09-202-1/+15