summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/renesas
AgeCommit message (Expand)AuthorFilesLines
2024-02-09ravb: Add Rx checksum offload support for GbEthBiju Das2-4/+107
2024-02-06net: ravb: Simplify ravb_resume()Claudiu Beznea1-34/+24
2024-02-06net: ravb: Simplify ravb_suspend()Claudiu Beznea1-7/+6
2024-02-06net: ravb: Set config mode in ndo_open and reset mode in ndo_closeClaudiu Beznea1-32/+46
2024-02-06net: ravb: Move PTP initialization in the driver's ndo_open API for ccc_gac p...Claudiu Beznea1-15/+3
2024-02-06net: ravb: Move DBAT configuration to the driver's ndo_open APIClaudiu Beznea1-1/+1
2024-02-06net: ravb: Move delay mode set in the driver's ndo_open APIClaudiu Beznea1-51/+56
2024-02-06net: ravb: Split GTI computation and set operationsClaudiu Beznea2-46/+52
2024-02-06net: ravb: Move getting/requesting IRQs in the probe() methodClaudiu Beznea2-173/+130
2024-02-06net: ravb: Move reference clock enable/disable on runtime PM APIsClaudiu Beznea1-53/+57
2024-02-06net: ravb: Assert/de-assert reset on suspend/resumeClaudiu Beznea1-3/+11
2024-02-06net: ravb: Use tabs instead of spacesClaudiu Beznea1-3/+3
2024-02-06net: ravb: Switch to SYSTEM_SLEEP_PM_OPS()/RUNTIME_PM_OPS() and pm_ptr()Claudiu Beznea1-6/+6
2024-02-06net: ravb: Make reset controller support mandatoryClaudiu Beznea2-1/+2
2024-02-06net: ravb: Rely on PM domain to enable gptp_clkClaudiu Beznea1-7/+3
2024-02-06net: ravb: Let IP-specific receive function to interrogate descriptorsClaudiu Beznea1-11/+2
2024-01-14net: ravb: Fix dma_addr_t truncation in error caseNikita Yushchenko1-1/+1
2024-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-23/+42
2024-01-04net: ravb: Wait for operating mode to be appliedClaudiu Beznea1-23/+42
2023-12-10net: rswitch: Allow jumbo framesYoshihiro Shimoda2-1/+4
2023-12-10net: rswitch: Add jumbo frames handling for TXYoshihiro Shimoda1-10/+46
2023-12-10net: rswitch: Add jumbo frames handling for RXYoshihiro Shimoda2-10/+78
2023-12-10net: rswitch: Set GWMDNC registerYoshihiro Shimoda2-0/+6
2023-12-10net: rswitch: Add a setting ext descriptor functionYoshihiro Shimoda1-26/+47
2023-12-10net: rswitch: Add unmap_addrs instead of dma address in each descYoshihiro Shimoda2-8/+12
2023-12-10net: rswitch: Use build_skb() for RXYoshihiro Shimoda2-33/+59
2023-12-10net: rswitch: Use unsigned int for desc related array indexYoshihiro Shimoda2-46/+56
2023-12-10net: rswitch: Drop unused argument/return valueYoshihiro Shimoda1-7/+3
2023-12-02net: ethernet: renesas: rcar_gen4_ptp: Depend on PTP_1588_CLOCKNiklas Söderlund1-1/+2
2023-12-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-33/+58
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-11-23net: ethernet: renesas: rcar_gen4_ptp: Break out to moduleNiklas Söderlund3-2/+19
2023-11-23net: ethernet: renesas: rcar_gen4_ptp: Get clock increment from clock rateNiklas Söderlund3-6/+14
2023-11-23net: ethernet: renesas: rcar_gen4_ptp: Prepare for shared register layoutNiklas Söderlund3-6/+6
2023-11-23net: ethernet: renesas: rcar_gen4_ptp: Fail on unknown register layoutNiklas Söderlund1-4/+11
2023-11-23net: ethernet: renesas: rcar_gen4_ptp: Remove incorrect commentNiklas Söderlund1-1/+0
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