]> git.baikalelectronics.ru Git - kernel.git/commit
AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix sockets
authorAlban Crequy <alban.crequy@collabora.co.uk>
Mon, 4 Oct 2010 08:48:28 +0000 (08:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 5 Oct 2010 21:54:36 +0000 (14:54 -0700)
commite4bef0cf150ebd934ace226c49dbd15e4a99b66e
tree865ff7eed2724cc0ae141341fe17c612aa414c89
parent0c59e14d7f17c5d48f33ff3e650bb69d21939a78
AF_UNIX: Implement SO_TIMESTAMP and SO_TIMETAMPNS on Unix sockets

Userspace applications can already request to receive timestamps with:
setsockopt(sockfd, SOL_SOCKET, SO_TIMESTAMP, ...)

Although setsockopt() returns zero (success), timestamps are not added to the
ancillary data. This patch fixes that on SOCK_DGRAM and SOCK_SEQPACKET Unix
sockets.

Signed-off-by: Alban Crequy <alban.crequy@collabora.co.uk>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/unix/af_unix.c