]> 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)
commitd9f210ca1b516721866094d56e010a4ae7b2494d
treee40f35dc20a9d45d774b78b9d42e2f4b0e8b2a64
parent5dde442cee149f0c02190d75c5b26bf490377717
parente5fe6d19541096e3332cb4fb2e6370c6ea97977b
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>