aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-28igb: convert .adjfreq to .adjfineJacob Keller1-8/+7
2022-03-17igb: zero hwtstamp by defaultTom Rix1-4/+2
2021-12-29igb: support EXTTS on 82580/i354/i350Ruud Bos1-1/+35
2021-12-29igb: support PEROUT on 82580/i354/i350Ruud Bos1-2/+125
2021-12-29igb: move SDP config initialization to separate functionRuud Bos1-8/+19
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
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-25Merge 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-25intel-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-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