From: Willem de Bruijn Date: Fri, 30 Jan 2015 18:29:31 +0000 (-0500) Subject: net-timestamp: no-payload option X-Git-Tag: fixes-v4.0-rc1~150^2~86^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49ca0d8bfaf3bc46d5eef60ce67b00eb195bd392;p=pandora-kernel.git net-timestamp: no-payload option Add timestamping option SOF_TIMESTAMPING_OPT_TSONLY. For transmit timestamps, this loops timestamps on top of empty packets. Doing so reduces the pressure on SO_RCVBUF. Payload inspection and cmsg reception (aside from timestamps) are no longer possible. This works together with a follow on patch that allows administrators to only allow tx timestamping if it does not loop payload or metadata. Signed-off-by: Willem de Bruijn ---- Changes (rfc -> v1) - add documentation - remove unnecessary skb->len test (thanks to Richard Cochran) Signed-off-by: David S. Miller --- Reading git-diff-tree failed