]> git.baikalelectronics.ru Git - kernel.git/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)
commita0eea306ae7b38f0ee3e2b9e358a01dbd3ce6227
treeec307e1e39ade071f3f1b3d14c46da6d1fcaad68
parent203eaf0f6debbab0ec393bcd4d8fc9ddd7546d9e
macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real device

Similiar to commit 5ecca4145c24 ("vlan: Pass SIOC[SG]HWTSTAMP ioctls to
real device") and commit 97e6b91d209a ("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