]> rtime.felk.cvut.cz Git - linux-imx.git/commit
net : enable tx time stamping in the vde driver.
authorPaul Chavent <Paul.Chavent@onera.fr>
Thu, 6 Dec 2012 15:25:05 +0000 (16:25 +0100)
committerRichard Weinberger <richard@nod.at>
Mon, 11 Mar 2013 09:08:02 +0000 (10:08 +0100)
commit55ea1cfab24e37a347f1beae9f0b6724cad18f6b
treefceb7b8b631c112aa31fe099fa438ce958be5c47
parentbc077320f8f6449197f4010d6774afab7bb998b2
net : enable tx time stamping in the vde driver.

This new version moves the skb_tx_timestamp in the main uml
driver. This should avoid the need to call this function in each
transport (vde, slirp, tuntap, ...). It also add support for ethtool
get_ts_info.

Signed-off-by: Paul Chavent <paul.chavent@onera.fr>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/drivers/net_kern.c