]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tcp-sw-rx-timestamps'
authorDavid S. Miller <davem@davemloft.net>
Thu, 24 Aug 2017 03:30:48 +0000 (20:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 24 Aug 2017 03:30:48 +0000 (20:30 -0700)
commit060c799f2b9e51382252b17414626b26a7a56798
tree528bfca0dfecd19eade87b02a1208b3e268f4e59
parent655b0506147b1bbfa72e8317b4a9e23fdbe1952f
parentae2612a1dbdcb1ce067dd01dbc325308946c0f0c
Merge branch 'tcp-sw-rx-timestamps'

Mike Maloney says:

====================
net: Add software rx timestamp for TCP.

Add software rx timestamps for TCP, and a test to ensure consistency of
behavior between IP, UDP, and TCP implementation.

Changes since v1:
  -Initialize tss->ts[1] to 0 if caller requested any timestamps.
  -Fix test case to validate that tss->ts[1] is zero.
  -Fix tests to actually use a raw socket.
  -Fix --tcp flag to work on the test.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>