From: David S. Miller Date: Thu, 24 Aug 2017 03:30:48 +0000 (-0700) Subject: Merge branch 'tcp-sw-rx-timestamps' X-Git-Tag: v4.14-rc1~130^2~155 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d260e9e6ad6fd89488da0fa9e34a1a646ce670e1;p=users%2Fhch%2Fblock.git 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 --- d260e9e6ad6fd89488da0fa9e34a1a646ce670e1