summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas
AgeCommit message (Expand)AuthorFilesLines
2024-01-04net: ravb: Wait for operating mode to be appliedClaudiu Beznea1-23/+42
2023-11-30net: ravb: Keep reverse order of operations in ravb_remove()Claudiu Beznea1-9/+13
2023-11-30net: ravb: Stop DMA in case of failures on ravb_open()Claudiu Beznea1-0/+1
2023-11-30net: ravb: Start TX queues after HW initialization succeededClaudiu Beznea1-2/+2
2023-11-30net: ravb: Make write access to CXR35 first before accessing other EMAC regis...Claudiu Beznea1-8/+9
2023-11-30net: ravb: Use pm_runtime_resume_and_get()Claudiu Beznea1-1/+4
2023-11-30net: ravb: Check return value of reset_control_deassert()Claudiu Beznea1-3/+6
2023-11-29ravb: Fix races between ravb_tx_timeout_work() and net related opsYoshihiro Shimoda1-1/+10
2023-11-24net: rswitch: Fix missing dev_kfree_skb_any() in error pathYoshihiro Shimoda1-8/+12
2023-11-24net: rswitch: Fix return value in rswitch_start_xmit()Yoshihiro Shimoda1-1/+1
2023-11-24net: rswitch: Fix type of ret in rswitch_start_xmit()Yoshihiro Shimoda1-1/+1
2023-10-25net: ethernet: renesas: drop SoC names in KconfigWolfram Sang1-8/+1
2023-10-25net: ethernet: renesas: group entries in MakefileWolfram Sang1-3/+1
2023-10-19rswitch: Add PM opsYoshihiro Shimoda1-0/+43
2023-10-19rswitch: Use unsigned int for port related array indexYoshihiro Shimoda2-5/+7
2023-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+11
2023-10-12rswitch: Fix imbalance phy_power_off() callingYoshihiro Shimoda1-1/+1
2023-10-12rswitch: Fix renesas_eth_sw_remove() implementationYoshihiro Shimoda1-4/+6
2023-10-07ravb: Fix use-after-free issue in ravb_tx_timeout_work()Yoshihiro Shimoda1-0/+2
2023-10-07ravb: Fix up dma_free_coherent() call in ravb_remove()Yoshihiro Shimoda1-2/+2
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+14
2023-10-04rswitch: Fix PHY station management clock settingYoshihiro Shimoda2-1/+14
2023-09-20net: ethernet: renesas: Convert to platform remove callback returning voidUwe Kleine-König3-12/+6
2023-09-14net: renesas: rswitch: Add spin lock protection for irq {un}maskYoshihiro Shimoda2-0/+14
2023-09-14net: renesas: rswitch: Fix unmasking irq conditionYoshihiro Shimoda1-4/+4
2023-08-09net: renesas: rswitch: Add .[gs]et_link_ksettings supportYoshihiro Shimoda1-0/+2
2023-08-09net: renesas: rswitch: Add runtime speed change supportYoshihiro Shimoda2-3/+25
2023-07-28net: Explicitly include correct DT includesRob Herring3-6/+2
2023-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+22
2023-06-10net: renesas: rswitch: Use hardware pause featuresYoshihiro Shimoda2-22/+21
2023-06-10net: renesas: rswitch: Use napi_gro_receive() in RXYoshihiro Shimoda1-1/+1
2023-06-09net: renesas: rswitch: Fix timestamp feature after all descriptors are usedYoshihiro Shimoda1-14/+22
2023-06-01net: renesas: rswitch: Fix return value in error path of xmitYoshihiro Shimoda1-1/+1
2023-03-29Revert "sh_eth: remove open coded netif_running()"Wolfram Sang2-1/+6
2023-03-23ethernet: remove superfluous clearing of phydevWolfram Sang1-3/+1
2023-03-22sh_eth: remove open coded netif_running()Wolfram Sang2-6/+1
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-9/+35
2023-03-17net: renesas: rswitch: Fix GWTSDIE register handlingYoshihiro Shimoda2-2/+8
2023-03-17net: renesas: rswitch: Fix the output value of quote from rswitch_rx()Yoshihiro Shimoda1-3/+7
2023-03-17sh_eth: avoid PHY being resumed when interface is not upWolfram Sang1-2/+10
2023-03-17ravb: avoid PHY being resumed when interface is not upWolfram Sang1-2/+10
2023-03-09ravb: remove R-Car H3 ES1.* handlingWolfram Sang1-15/+0
2023-02-11net: renesas: rswitch: Improve TX timestamp accuracyYoshihiro Shimoda2-22/+179
2023-02-11net: renesas: rswitch: Remove gptp flag from rswitch_gwca_queueYoshihiro Shimoda2-16/+11
2023-02-11net: renesas: rswitch: Move linkfix variables to rswitch_gwcaYoshihiro Shimoda2-21/+24
2023-02-11net: renesas: rswitch: Rename rings in struct rswitch_gwca_queueYoshihiro Shimoda2-34/+34
2023-02-03net: renesas: rswitch: Add "max-speed" handlingYoshihiro Shimoda1-3/+12
2023-02-03net: renesas: rswitch: Add phy_power_{on,off}() callingYoshihiro Shimoda1-0/+5
2023-02-03net: renesas: rswitch: Add host_interfaces settingYoshihiro Shimoda1-3/+15
2023-02-03net: renesas: rswitch: Convert to phy_deviceYoshihiro Shimoda2-50/+62