]> git.itanic.dy.fi Git - linux-stable/commit
macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real device
authorHangbin Liu <liuhangbin@gmail.com>
Wed, 20 Mar 2019 02:23:33 +0000 (10:23 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 20 Mar 2019 18:04:41 +0000 (11:04 -0700)
commit254c0a2bfedb9e1baf38bd82ca86494d4bc1e0cb
treeec307e1e39ade071f3f1b3d14c46da6d1fcaad68
parent1bfe45f4ae81dc961b4bcb2ce6860c4ee1af621a
macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real device

Similiar to commit a6111d3c93d0 ("vlan: Pass SIOC[SG]HWTSTAMP ioctls to
real device") and commit 37dd9255b2f6 ("vlan: Pass ethtool get_ts_info
queries to real device."), add MACVlan HW ptp support.

Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/macvlan.c