summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/renesas/rswitch.c
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-101-22/+14
* | 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
* ethernet: remove superfluous clearing of phydevWolfram Sang2023-03-221-3/+1
* net: renesas: rswitch: Fix GWTSDIE register handlingYoshihiro Shimoda2023-03-171-2/+7
* net: renesas: rswitch: Fix the output value of quote from rswitch_rx()Yoshihiro Shimoda2023-03-171-3/+7
* net: renesas: rswitch: Improve TX timestamp accuracyYoshihiro Shimoda2023-02-101-17/+149
* net: renesas: rswitch: Remove gptp flag from rswitch_gwca_queueYoshihiro Shimoda2023-02-101-15/+11
* net: renesas: rswitch: Move linkfix variables to rswitch_gwcaYoshihiro Shimoda2023-02-101-18/+21
* net: renesas: rswitch: Rename rings in struct rswitch_gwca_queueYoshihiro Shimoda2023-02-101-32/+32
* 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-031-48/+62
* net: renesas: rswitch: Simplify struct phy * handlingYoshihiro Shimoda2023-02-031-78/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-271-9/+13
|\
| * net: ethernet: renesas: rswitch: Fix ethernet-ports handlingYoshihiro Shimoda2023-01-201-9/+13
* | net: ethernet: renesas: rswitch: C45 only transactionsMichael Walle2023-01-171-22/+6
|/
* 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
* 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 endless loop in error pathsYoshihiro Shimoda2022-11-081-8/+9
* 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-021-1/+143
* net: ethernet: renesas: Add support for "Ethernet Switch"Yoshihiro Shimoda2022-11-021-0/+1699