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)
commitd7c08826558811e1bf88de3750a7051f27d0e25c
tree7c6d68b3635ac6967988bb3891865b53f7161a16
parentd463126e23f112629edb01594141ca437a92a108
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