]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0dee218403c43e3baefe0f013b2e382cdb7b7d41
treef59504adbbe37e6e28ac78e6a49f045508daa78e
parentb637e179227b02fef2af0a7a99df7362af1b1845
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