summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net: ravb: Add R-Car Gen4 supportGeert Uytterhoeven2022-09-191-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-01-311-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
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
* sh_eth: Use dev_err_probe() helperGeert Uytterhoeven2021-12-091-2/+1
* ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-222-4/+12
* ethernet: renesas: Use div64_ul instead of do_divYang Li2021-11-191-4/+2