]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net: remove legacy way to get/set HW timestamp config
authorVadim Fedorenko <vadim.fedorenko@linux.dev>
Fri, 16 Jan 2026 06:21:20 +0000 (06:21 +0000)
committerJakub Kicinski <kuba@kernel.org>
Wed, 21 Jan 2026 02:21:27 +0000 (18:21 -0800)
commit5062245a5a7f78e801329fc1047d1ce734ec52f5
treece89b9fbbe7836ca37ae3d159c913635dae72521
parent3fbb5395c7303582757d5090ab8f7ec70dbe2c10
net: remove legacy way to get/set HW timestamp config

With all drivers converted to use ndo_hwstamp callbacks the legacy way
can be removed, marking ioctl interface as deprecated.

Signed-off-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
Reviewed-by: Kory Maincent <kory.maincent@bootlin.com>
Link: https://patch.msgid.link/20260116062121.1230184-1-vadim.fedorenko@linux.dev
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/networking/timestamping.rst
drivers/infiniband/ulp/ipoib/ipoib_main.c
net/core/dev_ioctl.c