[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20181217172400.188193-1-willemdebruijn.kernel@gmail.com>
Date: Mon, 17 Dec 2018 12:23:58 -0500
From: Willem de Bruijn <willemdebruijn.kernel@...il.com>
To: netdev@...r.kernel.org
Cc: davem@...emloft.net, Willem de Bruijn <willemb@...gle.com>
Subject: [PATCH net 0/2] SO_TIMESTAMPING fixes
From: Willem de Bruijn <willemb@...gle.com>
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
Willem de Bruijn (2):
ipv6: add missing tx timestamping on IPPROTO_RAW
net: add missing SOF_TIMESTAMPING_OPT_ID support
include/net/sock.h | 25 +++++++++++++++++++++----
net/can/raw.c | 2 +-
net/ipv4/raw.c | 2 +-
net/ipv6/raw.c | 2 ++
net/packet/af_packet.c | 6 +++---
5 files changed, 28 insertions(+), 9 deletions(-)
--
2.20.0.405.gbc1bbc6f85-goog
Powered by blists - more mailing lists