summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
Commit message (Expand)AuthorAgeFilesLines
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-2/+2
* ixgbe: check for Tx timestamp timeouts during watchdogJacob Keller2017-06-141-0/+27
* ixgbe: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller2017-06-141-3/+12
* net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1
* ixgbe: Fix incorrect bitwise operations of PTP Rx timestamp flagsYusuke Suzuki2017-01-031-6/+6
* clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-2/+2
* ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre2016-09-221-1/+1
* ixgbe: use BIT() macroJacob Keller2016-04-251-2/+2
* ixgbe: Add support for x550em_a 10G MAC typeMark Rustad2016-04-081-1/+5
* ixgbe: Update PTP to support X550EM_x devicesMark Rustad2015-12-031-189/+531
* ptp: ixgbe: use helpers for converting ns to timespec.Richard Cochran2015-03-311-5/+2Star
* ptp: ixgbe: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-7/+7
* ethernet: codespell comment spelling fixesJoe Perches2015-03-091-1/+1
* ixgbe: convert to CYCLECOUNTER_MASK macro.Richard Cochran2015-01-021-1/+1
* net: ixgbe: convert to timecounter adjtime.Richard Cochran2014-12-311-10/+1Star
* ixgbe: change PTP NSECS_PER_SEC to IXGBE_PTP_PPS_HALF_SECONDJacob Keller2014-07-011-7/+9
* ixgbe: remove linux/export.h header from ixgbe_ptp.cJacob Keller2014-06-041-1/+0Star
* ixgbe: separate the PTP suspend and stop actionsJacob Keller2014-05-271-7/+24
* ixgbe: extract PTP clock device from ptp_initJacob Keller2014-05-271-9/+47
* ixgbe: allow ixgbe_ptp_reset to maintain current hwtstamp configJacob Keller2014-05-271-5/+11
* ixgbe: extract the hardware setup from the ixgbe_ptp_set_ts_configJacob Keller2014-05-271-14/+36
* ixgbe: rename ixgbe_ptp_enable to ixgbe_ptp_feature_enableJacob Keller2014-05-271-5/+5
* e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski2014-04-191-2/+2
* ixgbe: clean up Rx time stamping codeJakub Kicinski2014-04-191-25/+11Star
* ixgbe: fix race conditions on queuing skb for HW time stampJakub Kicinski2014-04-011-0/+3
* ixgbe: remove redundant if clause from PTP workJakub Kicinski2014-04-011-4/+0Star
* ixgbe: add Linux NICS mailing list to contact infoJacob Keller2014-03-131-0/+1
* ixgbe: implement SIOCGHWTSTAMP ioctlJacob Keller2014-03-031-5/+18
* ixgbe: don't use magic size number to assign ptp_caps.nameJacob Keller2014-02-261-2/+6
* ixgbe: fix lockdep annotation issue for ptp's work itemJacob Keller2013-07-311-5/+7
* ixgbe: update date to 2013Don Skidmore2013-02-051-1/+1
* ixgbe: Inline Rx PTP descriptor handlingAlexander Duyck2013-01-231-16/+5Star
* ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctlJacob Keller2013-01-231-2/+2
* ixgbe: Add ptp work item to poll for the Tx timestampJacob Keller2013-01-231-26/+52
* ixgbe: Use watchdog check in favor of BPF for detecting latched timestampJacob Keller2013-01-231-84/+42Star
* ixgbe: Update ptp_overflow check comment and jiffiesJacob Keller2013-01-231-7/+7
* ixgbe: remove needless queuing for L4 ptp packetsJacob Keller2012-11-221-32/+2Star
* ixgbe: use ETQF filter name instead of magic numberJacob Keller2012-11-221-3/+3
* ixgbe: fix uninitialized event.type in ixgbe_ptp_check_pps_eventJacob Keller2012-11-011-0/+9
* ixgbe: reduce PTP rx path overheadJiri Benc2012-10-301-2/+4
* ixgbe: (PTP) refactor init, cyclecounter and resetJacob Keller2012-10-231-62/+47Star
* ixgbe: (PTP) Fix PPS interrupt codeJacob Keller2012-10-031-59/+37Star
* ixgbe: Fix PTP X540 SDP alignment code for PPS signalJacob Keller2012-10-031-89/+99
* ptp: link the phc device to its parent deviceRichard Cochran2012-09-221-1/+2
* drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-19/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-261-2/+11
|\
| * ixgbe: Fix PHC loophole allowing misconfiguration of increment registerJacob Keller2012-06-181-2/+11
* | ixgbe: Check PTP Rx timestamps via BPF filterJacob Keller2012-06-141-12/+101
* | ixgbe: PTP Fix hwtstamp mode settingsJacob Keller2012-06-141-15/+8Star
* | ixgbe: ptp code cleanupJacob Keller2012-06-141-6/+7
|/