summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas
AgeCommit message (Expand)Author
2024-02-15net: ravb: Count packets instead of descriptors in GbEth RX pathPaul Barker
2024-01-14net: ravb: Fix dma_addr_t truncation in error caseNikita Yushchenko
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-01-04net: ravb: Wait for operating mode to be appliedClaudiu Beznea
2023-12-10net: rswitch: Allow jumbo framesYoshihiro Shimoda
2023-12-10net: rswitch: Add jumbo frames handling for TXYoshihiro Shimoda
2023-12-10net: rswitch: Add jumbo frames handling for RXYoshihiro Shimoda
2023-12-10net: rswitch: Set GWMDNC registerYoshihiro Shimoda
2023-12-10net: rswitch: Add a setting ext descriptor functionYoshihiro Shimoda
2023-12-10net: rswitch: Add unmap_addrs instead of dma address in each descYoshihiro Shimoda
2023-12-10net: rswitch: Use build_skb() for RXYoshihiro Shimoda
2023-12-10net: rswitch: Use unsigned int for desc related array indexYoshihiro Shimoda
2023-12-10net: rswitch: Drop unused argument/return valueYoshihiro Shimoda
2023-12-01net: ethernet: renesas: rcar_gen4_ptp: Depend on PTP_1588_CLOCKNiklas Söderlund
2023-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-11-30net: ravb: Keep reverse order of operations in ravb_remove()Claudiu Beznea
2023-11-30net: ravb: Stop DMA in case of failures on ravb_open()Claudiu Beznea
2023-11-30net: ravb: Start TX queues after HW initialization succeededClaudiu Beznea
2023-11-30net: ravb: Make write access to CXR35 first before accessing other EMAC regis...Claudiu Beznea
2023-11-30net: ravb: Use pm_runtime_resume_and_get()Claudiu Beznea
2023-11-30net: ravb: Check return value of reset_control_deassert()Claudiu Beznea
2023-11-28ravb: Fix races between ravb_tx_timeout_work() and net related opsYoshihiro Shimoda
2023-11-24net: rswitch: Fix missing dev_kfree_skb_any() in error pathYoshihiro Shimoda
2023-11-24net: rswitch: Fix return value in rswitch_start_xmit()Yoshihiro Shimoda
2023-11-24net: rswitch: Fix type of ret in rswitch_start_xmit()Yoshihiro Shimoda
2023-11-23net: ethernet: renesas: rcar_gen4_ptp: Break out to moduleNiklas Söderlund
2023-11-23net: ethernet: renesas: rcar_gen4_ptp: Get clock increment from clock rateNiklas Söderlund
2023-11-23net: ethernet: renesas: rcar_gen4_ptp: Prepare for shared register layoutNiklas Söderlund
2023-11-23net: ethernet: renesas: rcar_gen4_ptp: Fail on unknown register layoutNiklas Söderlund
2023-11-23net: ethernet: renesas: rcar_gen4_ptp: Remove incorrect commentNiklas Söderlund
2023-10-24net: ethernet: renesas: drop SoC names in KconfigWolfram Sang
2023-10-24net: ethernet: renesas: group entries in MakefileWolfram Sang
2023-10-19rswitch: Add PM opsYoshihiro Shimoda
2023-10-19rswitch: Use unsigned int for port related array indexYoshihiro Shimoda
2023-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-12rswitch: Fix imbalance phy_power_off() callingYoshihiro Shimoda
2023-10-12rswitch: Fix renesas_eth_sw_remove() implementationYoshihiro Shimoda
2023-10-06ravb: Fix use-after-free issue in ravb_tx_timeout_work()Yoshihiro Shimoda
2023-10-06ravb: Fix up dma_free_coherent() call in ravb_remove()Yoshihiro Shimoda
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-03rswitch: Fix PHY station management clock settingYoshihiro Shimoda
2023-09-20net: ethernet: renesas: Convert to platform remove callback returning voidUwe Kleine-König
2023-09-14net: renesas: rswitch: Add spin lock protection for irq {un}maskYoshihiro Shimoda
2023-09-14net: renesas: rswitch: Fix unmasking irq conditionYoshihiro Shimoda
2023-08-08net: renesas: rswitch: Add .[gs]et_link_ksettings supportYoshihiro Shimoda
2023-08-08net: renesas: rswitch: Add runtime speed change supportYoshihiro Shimoda
2023-07-27net: Explicitly include correct DT includesRob Herring
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-10net: renesas: rswitch: Use hardware pause featuresYoshihiro Shimoda
2023-06-10net: renesas: rswitch: Use napi_gro_receive() in RXYoshihiro Shimoda