summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2024-09-09net: ethernet: fs_enet: only protect the .restart() call in .adjust_linkMaxime Chevallier
2024-09-09net: ethernet: fs_enet: drop the .adjust_link custom fs_opsMaxime Chevallier
2024-09-09net: ethernet: fs_enet: cosmetic cleanupsMaxime Chevallier
2024-09-09net: ethernet: fs_enet: convert to SPDXMaxime Chevallier
2024-09-09can: rockchip_canfd: rkcanfd_timestamp_init(): fix 64 bit division on 32 bit ...Marc Kleine-Budde
2024-09-09can: rockchip_canfd: fix return type of rkcanfd_start_xmit()Nathan Chancellor
2024-09-09net: can: cc770: Simplify parsing DT propertiesRob Herring (Arm)
2024-09-08ptp/ioctl: support MONOTONIC{,_RAW} timestamps for PTP_SYS_OFFSET_EXTENDEDMahesh Bandewar
2024-09-06ptp: ocp: Improve PCIe delay estimationVadim Fedorenko
2024-09-06octeontx2-pf: Make iplen __be16 in otx2_sqe_add_ext()Simon Horman
2024-09-06octeontx2-af: Pass string literal as format argument of alloc_workqueue()Simon Horman
2024-09-06net: phy: qca83xx: use PHY_ID_MATCH_EXACTRosen Penev
2024-09-06sfc: siena: rip out rss-context dead codeEdward Cree
2024-09-06net: smc91x: Make use of irq_get_trigger_type()Vasileios Amoiridis
2024-09-06net: dsa: realtek: rtl8366rb: Make use of irq_get_trigger_type()Vasileios Amoiridis
2024-09-06net: dsa: realtek: rtl8365mb: Make use of irq_get_trigger_type()Vasileios Amoiridis
2024-09-06sfc: convert comma to semicolonChen Ni
2024-09-06sfc/siena: Convert comma to semicolonChen Ni
2024-09-06ionic: Convert comma to semicolonChen Ni
2024-09-06net: atlantic: convert comma to semicolonChen Ni
2024-09-06bnx2x: Remove setting of RX software timestampGal Pressman
2024-09-06cxgb4: Remove setting of RX software timestampGal Pressman
2024-09-06ixgbe: Remove setting of RX software timestampGal Pressman
2024-09-06igc: Remove setting of RX software timestampGal Pressman
2024-09-06igb: Remove setting of RX software timestampGal Pressman
2024-09-06ice: Remove setting of RX software timestampGal Pressman
2024-09-06i40e: Remove setting of RX software timestampGal Pressman
2024-09-06net: netcp: Remove setting of RX software timestampGal Pressman
2024-09-06net: ti: icssg-prueth: Remove setting of RX software timestampGal Pressman
2024-09-06net: ethernet: ti: cpsw_ethtool: Remove setting of RX software timestampGal Pressman
2024-09-06net: ethernet: ti: am65-cpsw-ethtool: Remove setting of RX software timestampGal Pressman
2024-09-06mlxsw: spectrum: Remove setting of RX software timestampGal Pressman
2024-09-06net: sparx5: Remove setting of RX software timestampGal Pressman
2024-09-06net: lan966x: Remove setting of RX software timestampGal Pressman
2024-09-06lan743x: Remove setting of RX software timestampGal Pressman
2024-09-06net: dsa: microchip: replace unclear KSZ8830 stringsPieter Van Trappen
2024-09-06net: dsa: microchip: clean up ksz8_reg definition macrosPieter Van Trappen
2024-09-06net: dsa: microchip: rename ksz8 series filesPieter Van Trappen
2024-09-05realtek: Update the Makefile and Kconfig in the realtek folderJustin Lai
2024-09-05rtase: Add a Makefile in the rtase folderJustin Lai
2024-09-05rtase: Implement ethtool functionJustin Lai
2024-09-05rtase: Implement pci_driver suspend and resume functionJustin Lai
2024-09-05rtase: Implement net_device_opsJustin Lai
2024-09-05rtase: Implement a function to receive packetsJustin Lai
2024-09-05rtase: Implement .ndo_start_xmit functionJustin Lai
2024-09-05rtase: Implement hardware configuration functionJustin Lai
2024-09-05rtase: Implement the interrupt routine and rtase_pollJustin Lai
2024-09-05rtase: Implement the rtase_down functionJustin Lai
2024-09-05rtase: Implement the .ndo_open functionJustin Lai
2024-09-05rtase: Add support for a pci table in this moduleJustin Lai