summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-171-2/+10
* ravb: avoid PHY being resumed when interface is not upWolfram Sang2023-03-171-2/+10
* net: renesas: rswitch: Improve TX timestamp accuracyYoshihiro Shimoda2023-02-112-22/+179
* net: renesas: rswitch: Remove gptp flag from rswitch_gwca_queueYoshihiro Shimoda2023-02-112-16/+11
* net: renesas: rswitch: Move linkfix variables to rswitch_gwcaYoshihiro Shimoda2023-02-112-21/+24
* net: renesas: rswitch: Rename rings in struct rswitch_gwca_queueYoshihiro Shimoda2023-02-112-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-283-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-212-9/+25
* | net: ethernet: renesas: rswitch: C45 only transactionsMichael Walle2023-01-181-22/+6
* | net: mdio: mdio-bitbang: Separate C22 and C45 transactionsAndrew Lunn2023-01-111-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-091-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-151-0/+1
* | net: ethernet: renesas: rswitch: Fix endless loop in error pathsYoshihiro Shimoda2022-11-092-11/+12
* | net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-081-1/+0
* | net: ethernet: renesas: Fix return type of rswitch_start_xmit()Nathan Chancellor2022-11-051-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-292-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-211-0/+2
| * net: ravb: Fix PHY state warning splat during system resumeGeert Uytterhoeven2022-09-211-0/+2
* | ravb: Add RZ/G2L MII interface supportBiju Das2022-09-202-1/+15
* | net: ravb: Add R-Car Gen4 supportGeert Uytterhoeven2022-09-201-0/+1
|/
* ravb: Add support for RZ/V2MPhil Edworthy2022-05-161-0/+26
* ravb: Use separate clock for gPTPPhil Edworthy2022-05-162-3/+21
* ravb: Support separate Line0 (Desc), Line1 (Err) and Line2 (Mgmt) irqsPhil Edworthy2022-05-162-6/+53
* ravb: Separate handling of irq enable/disable regs into featurePhil Edworthy2022-05-163-5/+7
* ravb: Use GFP_KERNEL instead of GFP_ATOMIC when possibleChristophe JAILLET2022-02-211-1/+1
* sh_eth: kill useless initializers in sh_eth_{suspend|resume}()Sergey Shtylyov2022-02-011-2/+2
* sh_eth: sh_eth_close() always returns 0Sergey Shtylyov2022-01-311-3/+1
* ravb: ravb_close() always returns 0Sergey Shtylyov2022-01-311-4/+1
* phy: make phy_set_max_speed() *void*Sergey Shtylyov2022-01-312-15/+3