summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: fix potential u32 overflow on shiftColin Ian King2019-06-291-10/+4Star
* 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-101-10/+44
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-26/+2Star
* 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-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