aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-15igb: Reject requests that fail to enable time stamping on both edges.Richard Cochran1-0/+6
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran1-1/+2
2019-11-15igb: reject unsupported external timestamp flagsJacob Keller1-0/+6
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller1-0/+4
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2018-11-09igb: extend PTP gettime function to read system clockMiroslav Lichvar1-10/+55
2018-11-06igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar1-5/+7
2018-10-31igb: shorten maximum PHC timecounter update intervalMiroslav Lichvar1-1/+7
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-17/+2
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-01-24igb: Clear TXSTMP when ptp_tx_work() is timeoutDaniel Hua1-0/+9
2017-06-06igb: check for Tx timestamp timeouts during watchdogJacob Keller1-0/+29
2017-06-06igb: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller1-2/+10
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
2017-03-17igb: Use page_address offset from page instead of masking virtual addressAlexander Duyck1-2/+1
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-11-09ptp: igb: Use the high resolution frequency method.Richard Cochran1-8/+8
2016-09-27igb: restore PPS signal on igb_ptp_resetJacob Keller1-1/+4
2016-09-22ptp_clock: future-proofing drivers against PTP subsystem becoming optionalNicolas Pitre1-1/+1
2016-08-18igb: support RX flow classification by ethertypeGangfeng Huang1-2/+2
2016-08-16igb: fix adjusting PTP timestamps for Tx/Rx latencyKshitiz Gupta1-3/+23
2016-06-29igb: implement igb_ptp_suspendJacob Keller1-5/+17
2016-06-29igb: re-use igb_ptp_reset in igb_ptp_initJacob Keller1-32/+16
2016-06-29igb: introduce IGB_PTP_OVERFLOW_CHECK flagJacob Keller1-13/+8
2016-06-29igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTPJacob Keller1-3/+4
2016-05-13igb: adjust PTP timestamps for Tx/Rx latencyNathan Sullivan1-0/+36
2016-05-13igb: use BIT() macro or unsigned prefixJacob Keller1-3/+3
2016-02-24igb: add conditions for I210 to generate periodic clock outputRoland Hii1-1/+2
2015-10-05net: igb: avoid using timespecArnd Bergmann1-4/+4
2015-08-18igb: implement high frequency periodic output signalsRichard Cochran1-20/+52
2015-06-11net: igb: fix the start time for periodic output signalsRichard Cochran1-2/+2
2015-03-31ptp: igb: use helpers for converting ns to timespec.Richard Cochran1-5/+2
2015-03-31Merge branch 'ptp-2038'David S. Miller1-20/+22
2015-03-31ptp: igb: convert to the 64 bit get/set time methods.Richard Cochran1-20/+21
2015-03-08ethernet: codespell comment spelling fixesJoe Perches1-1/+1
2015-03-06igb: Make arrays on stack static const to avoid reallocationAlexander Duyck1-12/+12
2015-03-06igb: Fix warning pin may be used uninitializedAlexander Duyck1-1/+1
2015-01-22igb: enable auxiliary PHC functions for the i210Richard Cochran1-5/+217
2015-01-22igb: enable internal PPS for the i210Richard Cochran1-2/+30
2015-01-22igb: serialize access to the time sync interrupt registersRichard Cochran1-3/+7
2015-01-02igb: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-3/+2
2014-12-31igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller1-0/+1
2014-12-30net: igb: convert to timecounter adjtime.Richard Cochran1-6/+1
2014-06-11igb: separate hardware setting from the set_ts_config ioctlJacob Keller1-12/+38
2014-06-03igb: rename igb_ptp_enable to igb_ptp_feature_enableJacob Keller1-5/+5
2014-04-18e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski1-2/+2
2014-04-11igb: fix last_rx_timestamp usageJakub Kicinski1-7/+7
2014-03-28igb: fix race conditions on queuing skb for HW time stampJakub Kicinski1-0/+3
2014-03-21igb: implement SIOCGHWTSTAMP ioctlJacob Keller1-14/+32
2014-03-19igb: Add register defines needed for time sync functionsCarolyn Wyborny1-2/+2