]> bbs.cooldavid.org Git - net-next-2.6.git/commit - net/ipv4/ip_output.c
ip: support for TX timestamps on UDP and RAW sockets
authorPatrick Ohly <patrick.ohly@intel.com>
Thu, 12 Feb 2009 05:03:39 +0000 (05:03 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Feb 2009 06:43:38 +0000 (22:43 -0800)
commit51f31cabe3ce5345b51e4a4f82138b38c4d5dc91
treef59504adbbe37e6e28ac78e6a49f045508daa78e
parent20d4947353be60e909e6b1a79d241457edd6833f
ip: support for TX timestamps on UDP and RAW sockets

Instructions for time stamping outgoing packets are take from the
socket layer and later copied into the new skb.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/timestamping.txt
include/net/ip.h
net/can/raw.c
net/ipv4/icmp.c
net/ipv4/ip_output.c
net/ipv4/raw.c
net/ipv4/udp.c