summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/igb/igb_ptp.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-13/+10
2021-06-03igb: Fix XDP with PTP enabledKurt Kanzenbach1-13/+10
2021-05-26igb: override two checker warningsJesse Brandeburg1-2/+2
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+24
2021-03-23igb: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-19igb: check timestamp validityJesse Brandeburg1-7/+24
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-4/+4
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-1/+1
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-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+7
2018-11-10igb: 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-10ptp: igb: Use the high resolution frequency method.Richard Cochran1-8/+8
2016-09-28igb: 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-19igb: 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-14igb: adjust PTP timestamps for Tx/Rx latencyNathan Sullivan1-0/+36
2016-05-14igb: use BIT() macro or unsigned prefixJacob Keller1-3/+3
2016-02-25igb: add conditions for I210 to generate periodic clock outputRoland Hii1-1/+2
2015-10-05net: igb: avoid using timespecArnd Bergmann1-4/+4
2015-08-19igb: implement high frequency periodic output signalsRichard Cochran1-20/+52
2015-06-12net: igb: fix the start time for periodic output signalsRichard Cochran1-2/+2
2015-04-01ptp: 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-09ethernet: 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-23igb: enable auxiliary PHC functions for the i210Richard Cochran1-5/+217
2015-01-23igb: enable internal PPS for the i210Richard Cochran1-2/+30
2015-01-23igb: serialize access to the time sync interrupt registersRichard Cochran1-3/+7
2015-01-03igb: convert to CYCLECOUNTER_MASK macro.Richard Cochran1-3/+2
2015-01-01igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller1-0/+1