netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH rfc 0/4] timestamping updates
@ 2014-11-25 17:58 Willem de Bruijn
  2014-11-25 17:58 ` [PATCH rfc 1/4] net-timestamp: pull headers for SOCK_STREAM Willem de Bruijn
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Willem de Bruijn @ 2014-11-25 17:58 UTC (permalink / raw)
  To: netdev; +Cc: davem, luto, richardcochran, Willem de Bruijn

From: Willem de Bruijn <willemb@google.com>

The main goal for this patchset is to allow correlating timestamps
with the egress interface. That change requires a few others:

1/4: TCP sockets should not loop L2/L3/L4 headers
2/4: main feature
3/4: bugfix: TCP sockets should call the family specific .._recv_error
4/4: revise the test to verify these changes

Willem de Bruijn (4):
  net-timestamp: pull headers for SOCK_STREAM
  net-errqueue: add IP(V6)_PKTINFO support
  net-timestamp: tcp sockets return v6 errors on v6 sockets
  net-timestamp: expand txtimestamp test with payload and PKTINFO

 .../networking/timestamping/txtimestamp.c          | 89 +++++++++++++++++++---
 net/core/skbuff.c                                  |  6 +-
 net/ipv4/ip_sockglue.c                             | 15 ++++
 net/ipv4/tcp.c                                     |  8 +-
 net/ipv6/datagram.c                                | 22 ++++++
 5 files changed, 125 insertions(+), 15 deletions(-)

-- 
2.1.0.rc2.206.gedb03e5

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-11-27 12:30 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-25 17:58 [PATCH rfc 0/4] timestamping updates Willem de Bruijn
2014-11-25 17:58 ` [PATCH rfc 1/4] net-timestamp: pull headers for SOCK_STREAM Willem de Bruijn
2014-11-25 18:42   ` David Miller
2014-11-25 19:52     ` Willem de Bruijn
2014-11-25 19:54       ` David Miller
2014-11-25 21:39         ` Andy Lutomirski
2014-11-26 21:03           ` Willem de Bruijn
2014-11-27  0:36             ` Andy Lutomirski
2014-11-27 12:30               ` Richard Cochran
2014-11-25 17:58 ` [PATCH rfc 2/4] net-errqueue: add IP(V6)_PKTINFO support Willem de Bruijn
2014-11-25 18:04   ` Willem de Bruijn
2014-11-25 18:41   ` David Miller
2014-11-25 21:16   ` Willem de Bruijn
2014-11-25 17:58 ` [PATCH rfc 3/4] net-timestamp: tcp sockets return v6 errors on v6 sockets Willem de Bruijn
2014-11-25 18:41   ` David Miller
2014-11-25 19:53     ` Willem de Bruijn
2014-11-25 17:58 ` [PATCH rfc 4/4] net-timestamp: expand txtimestamp test with payload and PKTINFO Willem de Bruijn

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).