]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-SO_TIMESTAMPING-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 18 Dec 2018 07:27:01 +0000 (23:27 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 18 Dec 2018 07:27:01 +0000 (23:27 -0800)
commit668dc86c65cb1fcd965a41552bb96ec81a923723
treee40f35dc20a9d45d774b78b9d42e2f4b0e8b2a64
parent2efdb0617b10ba91d6f313b4b2d808d5169db557
parent5925c80f91739a04a77dc01b324d93a92a641b2a
Merge branch 'net-SO_TIMESTAMPING-fixes'

Willem de Bruijn says:

====================
net: SO_TIMESTAMPING fixes

Fix two omissions:

- tx timestamping is missing for AF_INET6/SOCK_RAW/IPPROTO_RAW
- SOF_TIMESTAMPING_OPT_ID is missing for IPPROTO_RAW, PF_PACKET, CAN

Discovered while expanding the selftest in

  tools/testing/selftests/networking/timestamping/txtimestamp.c

Will send the test patchset to net-next once the fixes make it to that
branch. For now, it is available at

  https://github.com/wdebruij/linux/commits/txtimestamp-test-1
====================

Signed-off-by: David S. Miller <davem@davemloft.net>