summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ptp.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* 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-111-5/+16
* i40e: defeature support for PTP L4 frame detection on XL710Jacob Keller2016-12-061-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/+7
* 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-131-3/+1
* i40e: PTP - avoid aggregate return warningsJesse Brandeburg2016-05-011-1/+2
* i40e: generate fewer startup messagesShannon Nelson2015-10-161-2/+2
* i40e/i40evf: clean up some codeJesse Brandeburg2015-10-081-2/+1
* i40e: use BIT and BIT_ULL macrosJesse Brandeburg2015-07-231-4/+3
* 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/+0
* 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/+0
* i40e: remove ptp_tx_work timestamp work itemJacob Keller2014-04-281-36/+0
* e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski2014-04-181-2/+2
* i40e: enable PTPJacob Keller2014-01-101-0/+662
OpenPOWER on IntegriCloud