summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/microchip/lan966x/lan966x_ptp.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-19net: lan966x: Fix return value check for vcap_get_rule()Ruan Jinjie1-2/+2
2023-08-03net: lan966x: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean1-20/+14
2023-03-19net: lan966x: Don't read RX timestamp if not neededHoratiu Vultur1-10/+10
2023-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-02-21net: lan966x: Fix possible deadlock inside PTPHoratiu Vultur1-2/+2
2023-02-20net: lan966x: Use automatic selection of VCAP rule actionsetHoratiu Vultur1-2/+1
2023-01-11net: lan966x: check for ptp to be enabled in lan966x_ptp_deinit()Clément Léger1-0/+3
2022-12-13net: lan966x: Remove a useless test in lan966x_ptp_add_trap()Christophe JAILLET1-2/+0
2022-12-06net: lan966x: Add ptp trap rulesHoratiu Vultur1-7/+229
2022-09-23net: lan966x: Add offload support for taprioHoratiu Vultur1-2/+7
2022-04-27net: lan966x: Add support for PTP_PF_EXTTSHoratiu Vultur1-1/+108
2022-04-27net: lan966x: Add support for PTP_PF_PEROUTHoratiu Vultur1-0/+167
2022-04-27net: lan966x: Change the PTP pin used to read/write the PHC.Horatiu Vultur1-1/+1
2022-04-12net: lan966x: Update lan966x_ptp_get_nominal_valueHoratiu Vultur1-4/+4
2022-02-01net: lan966x: Add support for ptp interruptsHoratiu Vultur1-0/+117
2022-02-01net: lan966x: Update extraction/injection for timestampingHoratiu Vultur1-0/+141
2022-02-01net: lan966x: Implement SIOCSHWTSTAMP and SIOCGHWTSTAMPHoratiu Vultur1-0/+73
2022-02-01net: lan966x: Add support for ptp clocksHoratiu Vultur1-0/+287