summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix timestamp configuration codeVadim Fedorenko2023-09-131-13/+15
* ixgbe: Remove unneeded semicolonYang Li2022-11-041-1/+1
* ptp: introduce helpers to adjust by scaled parts per millionJacob Keller2022-10-311-20/+4
* ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounterJacob Keller2022-08-241-13/+46
* ixgbe: convert .adjfreq to .adjfineJacob Keller2022-07-281-33/+40
* intel: remove unused macrosJesse Brandeburg2022-06-301-1/+0
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
* ixgbe: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-231-0/+1
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-2/+2
* ixgbe: fix potential u32 overflow on shiftColin Ian King2019-06-281-10/+4
* ixgbe: implement support for SDP/PPS output on X550 hardwareJacob Keller2019-06-051-2/+97
* ixgbe: add a kernel documentation comment for ixgbe_ptp_get_ts_configJacob Keller2019-06-051-0/+9
* ixgbe: use 'cc' instead of 'hw_cc' for local variableJacob Keller2019-06-051-3/+3
* ixgbe: fix PTP SDP pin setup on X540 hardwareJacob Keller2019-06-051-29/+42
* ixgbe: reduce PTP Tx timestamp timeout to 1 secondJacob Keller2019-06-051-1/+1
* ixgbe: extend PTP gettime function to read system clockMiroslav Lichvar2018-11-091-10/+44
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-26/+2
* ixgbe: Fix kernel-doc format warningsTony Nguyen2018-01-121-4/+4
* 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-131-0/+27
* ixgbe: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller2017-06-131-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-071-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/+2
* ptp: ixgbe: convert to the 64 bit get/set time methods.Richard Cochran2015-03-311-7/+7
* ethernet: codespell comment spelling fixesJoe Perches2015-03-081-1/+1
* ixgbe: convert to CYCLECOUNTER_MASK macro.Richard Cochran2015-01-021-1/+1
* net: ixgbe: convert to timecounter adjtime.Richard Cochran2014-12-301-10/+1
* 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-031-1/+0
* ixgbe: separate the PTP suspend and stop actionsJacob Keller2014-05-261-7/+24
* ixgbe: extract PTP clock device from ptp_initJacob Keller2014-05-261-9/+47
* ixgbe: allow ixgbe_ptp_reset to maintain current hwtstamp configJacob Keller2014-05-261-5/+11
* ixgbe: extract the hardware setup from the ixgbe_ptp_set_ts_configJacob Keller2014-05-261-14/+36
* ixgbe: rename ixgbe_ptp_enable to ixgbe_ptp_feature_enableJacob Keller2014-05-261-5/+5
* e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski2014-04-181-2/+2
* ixgbe: clean up Rx time stamping codeJakub Kicinski2014-04-181-25/+11
* ixgbe: fix race conditions on queuing skb for HW time stampJakub Kicinski2014-03-311-0/+3
* ixgbe: remove redundant if clause from PTP workJakub Kicinski2014-03-311-4/+0
* ixgbe: add Linux NICS mailing list to contact infoJacob Keller2014-03-121-0/+1
* ixgbe: implement SIOCGHWTSTAMP ioctlJacob Keller2014-03-021-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/+5