aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-24ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounterJacob Keller1-13/+46
2022-07-28ixgbe: convert .adjfreq to .adjfineJacob Keller1-33/+40
2022-06-30intel: remove unused macrosJesse Brandeburg1-1/+0
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-03-23ixgbe: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-2/+2
2019-06-28ixgbe: fix potential u32 overflow on shiftColin Ian King1-10/+4
2019-06-05ixgbe: implement support for SDP/PPS output on X550 hardwareJacob Keller1-2/+97
2019-06-05ixgbe: add a kernel documentation comment for ixgbe_ptp_get_ts_configJacob Keller1-0/+9
2019-06-05ixgbe: use 'cc' instead of 'hw_cc' for local variableJacob Keller1-3/+3
2019-06-05ixgbe: fix PTP SDP pin setup on X540 hardwareJacob Keller1-29/+42
2019-06-05ixgbe: reduce PTP Tx timestamp timeout to 1 secondJacob Keller1-1/+1
2018-11-09ixgbe: extend PTP gettime function to read system clockMiroslav Lichvar1-10/+44
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