summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice/ice_ptp.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-06ice: Use bitmap_free() to free bitmapChristophe JAILLET1-1/+1
2021-12-21ice: support crosstimestamping on E822 devices if supportedJacob Keller1-0/+117
2021-12-21ice: exit bypass mode once hardware finishes timestamp calibrationJacob Keller1-2/+200
2021-12-21ice: implement basic E822 PTP supportJacob Keller1-12/+280
2021-12-21ice: introduce ice_ptp_init_phc functionJacob Keller1-33/+20
2021-12-21ice: PTP: move setting of tstamp_configJacob Keller1-11/+7
2021-12-21ice: introduce ice_base_incval functionJacob Keller1-3/+17
2021-12-21ice: Fix E810 PTP reset flowKarol Kolacinski1-33/+159
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+5
2021-12-14ice: Don't put stale timestamps in the skbKarol Kolacinski1-7/+4
2021-12-14ice: Use div64_u64 instead of div_u64 in adjfineKarol Kolacinski1-1/+1
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-10-25ice: check whether PTP is initialized in ice_ptp_release()Yongxin Liu1-0/+3
2021-10-15ice: split ice_ring onto Tx/Rx separate structsMaciej Fijalkowski1-1/+1
2021-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+7
2021-10-14ice: Implement support for SMA and U.FL on E810-TMaciej Machnikowski1-6/+364
2021-10-12ice: fix locking for Tx timestamp tracking flushJacob Keller1-8/+7
2021-08-27ice: restart periodic outputs around time changesJacob Keller1-0/+49
2021-08-27ice: add lock around Tx timestamp tracker flushJacob Keller1-0/+4
2021-08-27ice: remove dead code for allocating pin_configJacob Keller1-11/+0
2021-08-27ice: fix Tx queue iteration for Tx timestamp enablementJacob Keller1-1/+1
2021-08-14ice: Fix perout start time roundingMaciej Machnikowski1-1/+1
2021-06-25ice: add support for auxiliary input/output pinsMaciej Machnikowski1-0/+293
2021-06-17ice: remove unnecessary NULL checks before ptp_read_system_*Jacob Keller1-8/+4
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller1-2/+367
2021-06-11ice: enable receive hardware timestampingJacob Keller1-0/+337
2021-06-11ice: report the PTP clock index in ethtool .get_ts_infoJacob Keller1-0/+129
2021-06-11ice: register 1588 PTP clock device object for E810 devicesJacob Keller1-0/+438