summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ptp.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: save PTP time before a device resetJacob Keller2019-04-171-4/+54
* i40e: fix i40e_ptp_adjtime when given a negative deltaJacob Keller2019-03-261-2/+3
* i40e: extend PTP gettime function to read system clockMiroslav Lichvar2018-12-201-6/+12
* i40e: Replace strncpy with strlcpy to ensure null terminationPatryk Małek2018-11-141-1/+1
* i40e: use correct length for strncpyMitch Williams2018-08-301-1/+2
* i40e: free skb after clearing lock in ptp_stopJacob Keller2018-05-221-1/+3
* i40e: free the skb after clearing the bitlockJacob Keller2018-05-141-1/+6
* i40e: cleanup wording in a header commentJacob Keller2018-05-141-1/+1
* i40e: avoid overflow in i40e_ptp_adjfreq()Jacob Keller2018-04-301-14/+27
* i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller2018-04-301-2/+2
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+1Star
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
* i40e: separate hw_features from runtime changing flagsJacob Keller2017-08-251-3/+3
* i40e: fix up 32 bit timespec referencesJesse Brandeburg2017-07-261-3/+2Star
* i40e: check for Tx timestamp timeouts during watchdogJacob Keller2017-05-311-0/+30
* i40e: use pf data structure directly in i40e_ptp_rx_hangJacob Keller2017-05-311-2/+2
* i40e: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller2017-05-311-3/+11
* net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1
* i40e: use DECLARE_BITMAP for state fieldsJacob Keller2017-04-301-2/+2
* i40e: don't warn every time we clear an Rx timestamp registerJacob Keller2017-02-121-5/+16
* i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller2016-12-071-6/+15
* i40e: replace PTP Rx timestamp hang logicJacob Keller2016-10-311-38/+79
* i40e: use a mutex instead of spinlock in PTP user entry pointsJacob Keller2016-10-311-13/+7Star
* ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre2016-09-221-1/+1
* i40e: change Rx hang message into a WARN_ONCEJacob Keller2016-05-141-3/+1Star
* i40e: PTP - avoid aggregate return warningsJesse Brandeburg2016-05-021-1/+2
* i40e: generate fewer startup messagesShannon Nelson2015-10-161-2/+2
* i40e/i40evf: clean up some codeJesse Brandeburg2015-10-091-2/+1Star
* i40e: use BIT and BIT_ULL macrosJesse Brandeburg2015-07-231-4/+3Star
* ptp: i40e: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-13/+13
* i40e: when Rx timestamps disabled set specific modeJacob Keller2015-01-161-11/+17
* i40e: use same check for Rx hang as for Rx timestampsJacob Keller2015-01-161-1/+6
* i40e: check I40E_FLAG_PTP before handling Tx or Rx timestampsJacob Keller2015-01-161-1/+8
* i40e: don't enable PTP support on more than one PF per portJacob Keller2014-12-061-11/+21
* i40e: only warn once of PTP nonsupport in 100Mbit speedShannon Nelson2014-11-181-3/+9
* i40e: fix PTP bugJesse Brandeburg2014-08-151-1/+1
* i40e: (ptp) warn when PF_ID does not match in PRTTSYN_CTL0Jacob Keller2014-07-161-2/+6
* i40e: fix race conditions on queuing skb for HW time stampJakub Kicinski2014-07-161-0/+2
* i40e: remove linux/export.h header from i40e_ptp.cJacob Keller2014-07-011-1/+0Star
* i40e: only create PTP device node onceJacob Keller2014-06-261-12/+46
* i40e: don't store user requested mode until we've validated itJacob Keller2014-06-261-4/+7
* i40e: break PTP hardware control from ioctl command for timestamp modeJacob Keller2014-06-261-16/+43
* i40e: rename i40e_ptp_enable to i40e_ptp_feature_enableJacob Keller2014-06-261-4/+4
* i40e: remove Tx work for ptpJesse Brandeburg2014-05-211-1/+0Star
* i40e: remove ptp_tx_work timestamp work itemJacob Keller2014-04-281-36/+0Star
* e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski2014-04-191-2/+2
* i40e: enable PTPJacob Keller2014-01-111-0/+662