tmp_suning_uos_patched/net/ethtool
Michal Kubecek 5b071c59ed ethtool: provide timestamping information with TSINFO_GET request
Implement TSINFO_GET request to get timestamping information for a network
device. This is traditionally available via ETHTOOL_GET_TS_INFO ioctl
request.

Move part of ethtool_get_ts_info() into common.c so that ioctl and netlink
code use the same logic to get timestamping information from the device.

v3: use "TSINFO" rather than "TIMESTAMP", suggested by Richard Cochran

Signed-off-by: Michal Kubecek <mkubecek@suse.cz>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-03-29 22:32:37 -07:00
..
bitset.c
bitset.h
channels.c
coalesce.c ethtool: add COALESCE_NTF notification 2020-03-29 22:32:36 -07:00
common.c ethtool: provide timestamping information with TSINFO_GET request 2020-03-29 22:32:37 -07:00
common.h ethtool: provide timestamping information with TSINFO_GET request 2020-03-29 22:32:37 -07:00
debug.c
eee.c ethtool: add EEE_NTF notification 2020-03-29 22:32:36 -07:00
features.c
ioctl.c ethtool: provide timestamping information with TSINFO_GET request 2020-03-29 22:32:37 -07:00
linkinfo.c
linkmodes.c
linkstate.c
Makefile ethtool: provide timestamping information with TSINFO_GET request 2020-03-29 22:32:37 -07:00
netlink.c ethtool: provide timestamping information with TSINFO_GET request 2020-03-29 22:32:37 -07:00
netlink.h ethtool: provide timestamping information with TSINFO_GET request 2020-03-29 22:32:37 -07:00
pause.c ethtool: add PAUSE_NTF notification 2020-03-29 22:32:36 -07:00
privflags.c
rings.c
strset.c ethtool: add timestamping related string sets 2020-03-29 22:32:36 -07:00
tsinfo.c ethtool: provide timestamping information with TSINFO_GET request 2020-03-29 22:32:37 -07:00
wol.c