summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_ptp.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-18i40e: field get conversionJesse Brandeburg1-2/+2
2023-11-15i40e: Consolidate hardware capabilitiesIvan Vecera1-3/+3
2023-11-15i40e: Use DECLARE_BITMAP for flags and hw_features fields in i40e_pfIvan Vecera1-13/+13
2023-11-15i40e: Remove _t suffix from enum type namesIvan Vecera1-3/+3
2023-10-05i40e: Remove circular header dependencies and fix headersIvan Vecera1-1/+2
2023-08-01i40e: remove i40e_statusJan Sokolowski1-1/+1
2022-10-31ptp: introduce helpers to adjust by scaled parts per millionJacob Keller1-14/+3
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-28i40e: convert .adjfreq to .adjfineJacob Keller1-10/+12
2022-07-28i40e: use mul_u64_u64_div_u64 for PTP frequency calculationJacob Keller1-13/+4
2022-06-30intel: remove unused macrosJesse Brandeburg1-1/+0
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-07-21i40e: add support for PTP external synchronization clockPiotr Kwapulinski1-16/+740
2021-06-24i40e: fix PTP on 5Gb linksJesse Brandeburg1-2/+6
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-1/+1
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-1/+0
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-1/+1
2019-09-11i40e: use ktime_get_real_ts64 instead of ktime_to_timespec64Jacob Keller1-1/+1
2019-06-26i40e: fix incorrect function documentation commentJacob Keller1-2/+1
2019-04-17i40e: save PTP time before a device resetJacob Keller1-4/+54
2019-03-27i40e: fix i40e_ptp_adjtime when given a negative deltaJacob Keller1-2/+3
2018-12-20i40e: extend PTP gettime function to read system clockMiroslav Lichvar1-6/+12
2018-11-14i40e: Replace strncpy with strlcpy to ensure null terminationPatryk Małek1-1/+1
2018-08-30i40e: use correct length for strncpyMitch Williams1-1/+2
2018-05-22i40e: free skb after clearing lock in ptp_stopJacob Keller1-1/+3
2018-05-14i40e: free the skb after clearing the bitlockJacob Keller1-1/+6
2018-05-14i40e: cleanup wording in a header commentJacob Keller1-1/+1
2018-04-30i40e: avoid overflow in i40e_ptp_adjfreq()Jacob Keller1-14/+27
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller1-2/+2
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-2/+2
2017-08-26i40e: separate hw_features from runtime changing flagsJacob Keller1-3/+3
2017-07-26i40e: fix up 32 bit timespec referencesJesse Brandeburg1-3/+2
2017-05-31i40e: check for Tx timestamp timeouts during watchdogJacob Keller1-0/+30
2017-05-31i40e: use pf data structure directly in i40e_ptp_rx_hangJacob Keller1-2/+2
2017-05-31i40e: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller1-3/+11
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller1-2/+2
2017-02-12i40e: don't warn every time we clear an Rx timestamp registerJacob Keller1-5/+16
2016-12-07i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller1-6/+15
2016-11-01i40e: replace PTP Rx timestamp hang logicJacob Keller1-38/+79
2016-11-01i40e: use a mutex instead of spinlock in PTP user entry pointsJacob Keller1-13/+7
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre1-1/+1
2016-05-14i40e: change Rx hang message into a WARN_ONCEJacob Keller1-3/+1
2016-05-02i40e: PTP - avoid aggregate return warningsJesse Brandeburg1-1/+2
2015-10-16i40e: generate fewer startup messagesShannon Nelson1-2/+2
2015-10-09i40e/i40evf: clean up some codeJesse Brandeburg1-2/+1
2015-07-23i40e: use BIT and BIT_ULL macrosJesse Brandeburg1-4/+3
2015-03-31ptp: i40e: convert to the 64 bit get/set time methods.Richard Cochran1-13/+13