linux/arch/sh
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
..
boards sh: ap325rxa: Add ov772x support. 2009-01-29 11:56:02 +09:00
boot
cchips
configs sh: ap325rxa: Enable ov772x in defconfig. 2009-01-29 11:56:02 +09:00
drivers PCI: sh: use generic INTx swizzle from PCI core 2009-01-07 11:13:15 -08:00
include net: new user space API for time stamping of incoming and outgoing packets 2009-02-15 22:43:33 -08:00
kernel sh: Fix up spurious syscall restarting. 2009-01-29 11:56:03 +09:00
lib sh: Handle calling csum_partial with misaligned data 2009-01-29 11:56:02 +09:00
lib64
math-emu
mm arch/sh/mm: Move a dereference below a NULL test 2009-01-21 17:41:14 +09:00
oprofile
tools
Kconfig sh: Kill off obsolete busses from arch/sh/Kconfig. 2009-01-21 17:44:01 +09:00
Kconfig.cpu
Kconfig.debug
Makefile