]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
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)
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>

Trivial merge