summaryrefslogtreecommitdiff
path: root/drivers/net/phy/mscc/mscc_ptp.c
AgeCommit message (Expand)AuthorFilesLines
2025-09-09phy: mscc: Stop taking ts_lock for tx_queue and use its own lockHoratiu Vultur1-10/+8
2025-09-04phy: mscc: Fix when PTP clock is register and unregisterHoratiu Vultur1-13/+21
2025-08-28phy: mscc: Fix timestamping for vsc8584Horatiu Vultur1-12/+37
2025-08-15phy: mscc: Fix parsing of unicast framesHoratiu Vultur1-0/+1
2025-06-19net: phy: mscc: Stop clearing the the UDPv4 checksum for L2 framesHoratiu Vultur1-1/+3
2025-06-19net: phy: mscc: Fix memory leak when using one step timestampingHoratiu Vultur1-5/+11
2022-03-06net: phy: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-3/+0
2021-08-02net: phy: mscc: make some arrays static const, makes object smallerColin Ian King1-4/+4
2020-11-25net: phy: mscc: use new PTP_MSGTYPE_* definesChristian Eggers1-7/+7
2020-11-17net: phy: mscc: fix excluded_middle.cocci warningskernel test robot1-1/+1
2020-11-14net: phy: mscc: Add PTP support for 2 more VSC PHYsSteen Hegelund1-0/+2
2020-07-09net: phy: mscc: fix ptr_ret.cocci warningskernel test robot1-4/+1
2020-06-26net: phy: mscc: do not access the MDIO bus lock directlyAntoine Tenart1-6/+6
2020-06-26net: phy: mscc: ptp: fix a typo in a commentAntoine Tenart1-1/+1
2020-06-26net: phy: mscc: ptp: fix a smatch errorAntoine Tenart1-0/+1
2020-06-25net: phy: mscc: timestamping and PHC supportAntoine Tenart1-0/+582
2020-06-25net: phy: mscc: 1588 block initializationQuentin Schulz1-0/+1010