aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-26i40e: fix incorrect function documentation commentJacob Keller1-2/+1
2019-04-16i40e: save PTP time before a device resetJacob Keller1-4/+54
2019-03-26i40e: 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 to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-08-25i40e: 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-11i40e: don't warn every time we clear an Rx timestamp registerJacob Keller1-5/+16
2016-12-06i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller1-6/+15
2016-10-31i40e: replace PTP Rx timestamp hang logicJacob Keller1-38/+79
2016-10-31i40e: 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-13i40e: change Rx hang message into a WARN_ONCEJacob Keller1-3/+1
2016-05-01i40e: PTP - avoid aggregate return warningsJesse Brandeburg1-1/+2
2015-10-16i40e: generate fewer startup messagesShannon Nelson1-2/+2
2015-10-08i40e/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
2015-01-16i40e: when Rx timestamps disabled set specific modeJacob Keller1-11/+17
2015-01-16i40e: use same check for Rx hang as for Rx timestampsJacob Keller1-1/+6
2015-01-16i40e: check I40E_FLAG_PTP before handling Tx or Rx timestampsJacob Keller1-1/+8
2014-12-06i40e: don't enable PTP support on more than one PF per portJacob Keller1-11/+21
2014-11-18i40e: only warn once of PTP nonsupport in 100Mbit speedShannon Nelson1-3/+9
2014-08-15i40e: fix PTP bugJesse Brandeburg1-1/+1
2014-07-16i40e: (ptp) warn when PF_ID does not match in PRTTSYN_CTL0Jacob Keller1-2/+6
2014-07-16i40e: fix race conditions on queuing skb for HW time stampJakub Kicinski1-0/+2
2014-07-01i40e: remove linux/export.h header from i40e_ptp.cJacob Keller1-1/+0
2014-06-26i40e: only create PTP device node onceJacob Keller1-12/+46
2014-06-26i40e: don't store user requested mode until we've validated itJacob Keller1-4/+7
2014-06-26i40e: break PTP hardware control from ioctl command for timestamp modeJacob Keller1-16/+43
2014-06-26i40e: rename i40e_ptp_enable to i40e_ptp_feature_enableJacob Keller1-4/+4
2014-05-21i40e: remove Tx work for ptpJesse Brandeburg1-1/+0
2014-04-28i40e: remove ptp_tx_work timestamp work itemJacob Keller1-36/+0
2014-04-18e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski1-2/+2
2014-01-10i40e: enable PTPJacob Keller1-0/+662