]> git.baikalelectronics.ru Git - kernel.git/commit
net: socket: support hardware timestamp conversion to PHC bound
authorYangbo Lu <yangbo.lu@nxp.com>
Wed, 30 Jun 2021 08:12:00 +0000 (16:12 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 1 Jul 2021 20:08:18 +0000 (13:08 -0700)
commitfe495d8097cd0f15672233aecfeadacfa414399f
tree7c6d68b3635ac6967988bb3891865b53f7161a16
parente9964564dc867fb850fc5389d1aba123a9682017
net: socket: support hardware timestamp conversion to PHC bound

This patch is to support hardware timestamp conversion to
PHC bound. This applies to both RX and TX since their skb
handling (for TX, it's skb clone in error queue) all goes
through __sock_recv_timestamp.

Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/socket.c