]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: mvneta: add support for hardware timestamps
authorRussell King <rmk+kernel@armlinux.org.uk>
Wed, 10 Sep 2025 12:50:46 +0000 (13:50 +0100)
committerJakub Kicinski <kuba@kernel.org>
Sat, 13 Sep 2025 00:03:36 +0000 (17:03 -0700)
commit903e6d05876f5b79df64468580b76622d372c167
tree980f0d41ad8c4f5fff0b33b5ba26c60dbe18332d
parentdc2f650f7e6857bf384069c1a56b2937a1ee370d
net: mvneta: add support for hardware timestamps

Add support for hardware timestamps in (e.g.) the PHY by calling
skb_tx_timestamp() as close as reasonably possible to the point that
the hardware is instructed to send the queued packets.

Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Link: https://patch.msgid.link/E1uwKHe-00000004glk-3nkJ@rmk-PC.armlinux.org.uk
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/marvell/mvneta.c