linux/drivers/net/dsa/microchip
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 net: dsa: microchip: add support for different DCB app configurations 2024-05-08 10:35:10 +01:00
ksz8.h net: dsa: microchip: dcb: add special handling for KSZ88X3 family 2024-05-08 10:35:10 +01:00
ksz8795.c net: dsa: microchip: let DCB code do PCP and DSCP policy configuration 2024-05-08 10:35:10 +01:00
ksz8795_reg.h net: dsa: microchip: add multi queue support for KSZ88X3 variants 2024-05-08 10:35:10 +01:00
ksz8863_smi.c net: dsa: Explicitly include correct DT includes 2023-07-26 21:54:16 -07:00
ksz9477.c net: dsa: microchip: monitor potential faults in half-duplex mode 2024-06-23 10:06:58 +01:00
ksz9477.h net: dsa: microchip: monitor potential faults in half-duplex mode 2024-06-23 10:06:58 +01:00
ksz9477_acl.c net: dsa: microchip: Fix uninitialized var in ksz9477_acl_move_entries() 2023-10-10 11:12:01 +02:00
ksz9477_i2c.c net: Drop explicit initialization of struct i2c_device_id::driver_data to 0 2024-06-26 07:28:08 -07:00
ksz9477_reg.h net: dsa: microchip: monitor potential faults in half-duplex mode 2024-06-23 10:06:58 +01:00
ksz9477_tc_flower.c net: dsa: microchip: ksz9477: flower: validate control flags 2024-04-15 10:33:14 +01:00
ksz_common.c net: dsa: microchip: lan937x: disable in-band status support for RGMII interfaces 2024-07-03 09:13:39 +01:00
ksz_common.h net: dsa: microchip: lan9371/2: update MAC capabilities for port 4 2024-07-08 13:41:56 +01:00
ksz_dcb.c net: dsa: microchip: Correct initialization order for KSZ88x3 ports 2024-05-17 12:25:22 -07:00
ksz_dcb.h net: dsa: microchip: add support DSCP priority mapping 2024-05-08 10:35:11 +01:00
ksz_ptp.c net: Add struct kernel_ethtool_ts_info 2024-07-15 08:02:26 -07:00
ksz_ptp.h net: Add struct kernel_ethtool_ts_info 2024-07-15 08:02:26 -07:00
ksz_ptp_reg.h net: dsa: microchip: ptp: lan937x: Enable periodic output in LED pins 2023-01-13 08:40:41 +00:00
ksz_spi.c net: dsa: microchip: drop unneeded MODULE_ALIAS 2024-04-16 17:13:15 -07:00
lan937x.h net: dsa: microchip: add support for credit based shaper 2023-01-23 22:12:35 -08:00
lan937x_main.c net: dsa: microchip: lan9371/2: update MAC capabilities for port 4 2024-07-08 13:41:56 +01:00
lan937x_reg.h net: dsa: microchip: lan937x: disable VPHY support 2024-07-03 09:13:39 +01:00
Makefile net: dsa: microchip: add support for different DCB app configurations 2024-05-08 10:35:10 +01:00