linux/drivers/net/ethernet/mscc
Kory Maincent 2111375b85 net: Add struct kernel_ethtool_ts_info
In prevision to add new UAPI for hwtstamp we will be limited to the struct
ethtool_ts_info that is currently passed in fixed binary format through the
ETHTOOL_GET_TS_INFO ethtool ioctl. It would be good if new kernel code
already started operating on an extensible kernel variant of that
structure, similar in concept to struct kernel_hwtstamp_config vs struct
hwtstamp_config.

Since struct ethtool_ts_info is in include/uapi/linux/ethtool.h, here
we introduce the kernel-only structure in include/linux/ethtool.h.
The manual copy is then made in the function called by ETHTOOL_GET_TS_INFO.

Acked-by: Shannon Nelson <shannon.nelson@amd.com>
Acked-by: Alexandra Winter <wintera@linux.ibm.com>
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Link: https://patch.msgid.link/20240709-feature_ptp_netnext-v17-6-b5317f50df2a@bootlin.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-07-15 08:02:26 -07:00
..
Kconfig
Makefile
ocelot.c net: ocelot: update the MODULE_DESCRIPTION() 2024-02-05 12:35:18 +00:00
ocelot.h net: mscc: ocelot: Remove unused declarations 2023-08-22 10:29:15 -07:00
ocelot_devlink.c
ocelot_fdma.c net: Explicitly include correct DT includes 2023-07-27 20:33:16 -07:00
ocelot_fdma.h
ocelot_flower.c net: mscc: ocelot: flower: validate control flags 2024-04-18 17:05:38 -07:00
ocelot_io.c
ocelot_mm.c net: mscc: ocelot: fix oversize frame dropping for preemptible TCs 2023-07-06 19:10:22 -07:00
ocelot_mrp.c
ocelot_net.c net: Add struct kernel_ethtool_ts_info 2024-07-15 08:02:26 -07:00
ocelot_police.c
ocelot_police.h
ocelot_ptp.c net: Add struct kernel_ethtool_ts_info 2024-07-15 08:02:26 -07:00
ocelot_qs.h
ocelot_rew.h
ocelot_stats.c net: mscc: ocelot: fix pMAC TX RMON stats for bucket 256-511 and above 2023-12-14 17:58:10 -08:00
ocelot_vcap.c
ocelot_vcap.h net: mscc: ocelot: Remove unused declarations 2023-08-22 10:29:15 -07:00
ocelot_vsc7514.c net: ethernet: mscc: Convert to platform remove callback returning void 2023-09-20 09:06:39 +01:00
vsc7514_regs.c