dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch
Patrick Ohly cb9eff0978 net: new user space API for time stamping of incoming and outgoing packets
User space can request hardware and/or software time stamping.
Reporting of the result(s) via a new control message is enabled
separately for each field in the message because some of the
fields may require additional computation and thus cause overhead.
User space can tell the different kinds of time stamps apart
and choose what suits its needs.

When a TX timestamp operation is requested, the TX skb will be cloned
and the clone will be time stamped (in hardware or software) and added
to the socket error queue of the skb, if the skb has a socket
associated with it.

The actual TX timestamp will reach userspace as a RX timestamp on the
cloned packet. If timestamping is requested and no timestamping is
done in the device driver (potentially this may use hardware
timestamping), it will be done in software after the device's
start_hard_xmit routine.

Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-02-15 22:43:33 -08:00
..
alpha net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
arm net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
avr32 net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
blackfin net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
cris net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
frv FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h now 2009-02-09 08:51:35 -08:00
h8300 net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
ia64 net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
m32r eeprom: More consistent symbol names 2009-01-26 21:19:57 +01:00
m68k net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
m68knommu m68knommu: fix 5329 ColdFire periphal addressing 2009-01-27 16:42:03 +10:00
mips net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
mn10300 [CVE-2009-0029] Rename old_readdir to sys_old_readdir 2009-01-14 14:15:15 +01:00
parisc net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
powerpc net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
s390 net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
sh net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
sparc net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
um mm: invoke oom-killer from page fault 2009-01-06 15:58:58 -08:00
x86 net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
xtensa net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
.gitignore
Kconfig [CVE-2009-0029] System call wrapper infrastructure 2009-01-14 14:15:16 +01:00