From: Jakub Kicinski Date: Tue, 21 Oct 2025 00:30:28 +0000 (-0700) Subject: Merge branch 'convert-net-drivers-to-ndo_hwtstamp-api-part-1' X-Git-Tag: v6.19-rc1~170^2~349 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ae022f8ac7ad581c31d3309afacdb8e33ef9c7f;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'convert-net-drivers-to-ndo_hwtstamp-api-part-1' Vadim Fedorenko says: ==================== convert net drivers to ndo_hwtstamp API part 1 This is part 1 of patchset to convert drivers which support HW timestamping to use .ndo_hwtstamp_get()/.ndo_hwtstamp_set() callbacks. The new API uses netlink to communicate with user-space and have some test coverage. Part 2 will contain another 6 patches from v1 of the series. There are some drivers left with old ioctl interface after this series: - mlx5 driver be shortly converted by nVidia folks - TI netcp ethss driver which needs separate series which I'll post after this one. ==================== Link: https://patch.msgid.link/20251016152515.3510991-1-vadim.fedorenko@linux.dev Signed-off-by: Jakub Kicinski --- 6ae022f8ac7ad581c31d3309afacdb8e33ef9c7f