aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-26/+2
2018-01-12ixgbe: Fix kernel-doc format warningsTony Nguyen1-4/+4
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-06-13ixgbe: check for Tx timestamp timeouts during watchdogJacob Keller1-0/+27
2017-06-13ixgbe: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller1-3/+12
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-01-03ixgbe: Fix incorrect bitwise operations of PTP Rx timestamp flagsYusuke Suzuki1-6/+6
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre1-1/+1
2016-04-25ixgbe: use BIT() macroJacob Keller1-2/+2
2016-04-07ixgbe: Add support for x550em_a 10G MAC typeMark Rustad1-1/+5
2015-12-03ixgbe: Update PTP to support X550EM_x devicesMark Rustad1-189/+531
2015-03-31ptp: ixgbe: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31ptp: ixgbe: convert to the 64 bit get/set time methods.Richard Cochran1-7/+7
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-01-02ixgbe: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-1/+1
2014-12-30net: ixgbe: convert to timecounter adjtime.Richard Cochran1-10/+1
2014-07-01ixgbe: change PTP NSECS_PER_SEC to IXGBE_PTP_PPS_HALF_SECONDJacob Keller1-7/+9
2014-06-03ixgbe: remove linux/export.h header from ixgbe_ptp.cJacob Keller1-1/+0
2014-05-26ixgbe: separate the PTP suspend and stop actionsJacob Keller1-7/+24
2014-05-26ixgbe: extract PTP clock device from ptp_initJacob Keller1-9/+47
2014-05-26ixgbe: allow ixgbe_ptp_reset to maintain current hwtstamp configJacob Keller1-5/+11
2014-05-26ixgbe: extract the hardware setup from the ixgbe_ptp_set_ts_configJacob Keller1-14/+36
2014-05-26ixgbe: rename ixgbe_ptp_enable to ixgbe_ptp_feature_enableJacob Keller1-5/+5
2014-04-18e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski1-2/+2
2014-04-18ixgbe: clean up Rx time stamping codeJakub Kicinski1-25/+11
2014-03-31ixgbe: fix race conditions on queuing skb for HW time stampJakub Kicinski1-0/+3
2014-03-31ixgbe: remove redundant if clause from PTP workJakub Kicinski1-4/+0
2014-03-12ixgbe: add Linux NICS mailing list to contact infoJacob Keller1-0/+1
2014-03-02ixgbe: implement SIOCGHWTSTAMP ioctlJacob Keller1-5/+18
2014-02-26ixgbe: don't use magic size number to assign ptp_caps.nameJacob Keller1-2/+6
2013-07-31ixgbe: fix lockdep annotation issue for ptp's work itemJacob Keller1-5/+7
2013-02-05ixgbe: update date to 2013Don Skidmore1-1/+1
2013-01-23ixgbe: Inline Rx PTP descriptor handlingAlexander Duyck1-16/+5
2013-01-23ixgbe: Fix overwriting of rx_mtrl in ixgbe_ptp_hwtstamp_ioctlJacob Keller1-2/+2
2013-01-23ixgbe: Add ptp work item to poll for the Tx timestampJacob Keller1-26/+52
2013-01-23ixgbe: Use watchdog check in favor of BPF for detecting latched timestampJacob Keller1-84/+42
2013-01-23ixgbe: Update ptp_overflow check comment and jiffiesJacob Keller1-7/+7
2012-11-22ixgbe: remove needless queuing for L4 ptp packetsJacob Keller1-32/+2
2012-11-22ixgbe: use ETQF filter name instead of magic numberJacob Keller1-3/+3
2012-11-01ixgbe: fix uninitialized event.type in ixgbe_ptp_check_pps_eventJacob Keller1-0/+9
2012-10-29ixgbe: reduce PTP rx path overheadJiri Benc1-2/+4
2012-10-22ixgbe: (PTP) refactor init, cyclecounter and resetJacob Keller1-62/+47
2012-10-03ixgbe: (PTP) Fix PPS interrupt codeJacob Keller1-59/+37
2012-10-03ixgbe: Fix PTP X540 SDP alignment code for PPS signalJacob Keller1-89/+99
2012-09-22ptp: link the phc device to its parent deviceRichard Cochran1-1/+2
2012-07-10drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-19/+19
2012-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+11
2012-06-17ixgbe: Fix PHC loophole allowing misconfiguration of increment registerJacob Keller1-2/+11
2012-06-14ixgbe: Check PTP Rx timestamps via BPF filterJacob Keller1-12/+101