]> git.baikalelectronics.ru Git - kernel.git/commit
vlan: Pass ethtool get_ts_info queries to real device.
authorRichard Cochran <richardcochran@gmail.com>
Fri, 21 Nov 2014 13:16:20 +0000 (14:16 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 21 Nov 2014 20:35:53 +0000 (15:35 -0500)
commit97e6b91d209a3418913eecfe4c4418c2b6138b5a
tree71b49e261f7d86018cb638d29b14382b34935afb
parent2d8170abfc595a4e3d89742d86f6d91803000946
vlan: Pass ethtool get_ts_info queries to real device.

Commit 5ecca414 "vlan: Pass SIOC[SG]HWTSTAMP ioctls to real device"
intended to enable hardware time stamping on VLAN interfaces, but
passing SIOCSHWTSTAMP is only half of the story. This patch adds
the second half, by letting user space find out the time stamping
capabilities of the device backing a VLAN interface.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan_dev.c