aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-26igb: Update license text to remove FSF address and update copyright.Carolyn Wyborny1-3/+2
2014-02-26igb: make local functions static and remove dead codeJeff Kirsher1-2/+4
2013-08-22igb: Read register for latch_on without return valueAkeem G Abodunrin1-4/+4
2013-04-18igb: Add support for i354 devicesCarolyn Wyborny1-0/+4
2013-04-18igb: Fix code comments and whitespaceJeff Kirsher1-39/+18
2013-03-26igb: fix PHC stopping on max freqJiri Benc1-1/+1
2013-01-18igb: Use in-kernel PTP_EV_PORT #defineMatthew Vick1-3/+3
2013-01-18igb: Free any held skb that should have been timestamped on removeMatthew Vick1-0/+4
2013-01-18igb: Add mechanism for detecting latched hardware Rx timestampMatthew Vick1-0/+45
2013-01-18igb: Add timeout for PTP Tx work itemMatthew Vick1-0/+10
2012-11-22igb: Update PTP Rx filtersMatthew Vick1-27/+20
2012-10-29igb: Fix sparse warning in igb_ptp_rx_pktstampAlexander Duyck1-1/+1
2012-10-19igb: Split Rx timestamping into two separate functionsAlexander Duyck1-17/+38
2012-09-22ptp: link the phc device to its parent deviceRichard Cochran1-1/+2
2012-09-17igb: Add 1588 support to I210/I211.Matthew Vick1-45/+171
2012-09-17igb: Prevent dropped Tx timestamps via work items and interrupts.Matthew Vick1-16/+86
2012-09-17igb: Store the MAC address in the name in the PTP struct.Matthew Vick1-4/+3
2012-09-17igb: Update PTP function names/variables and locations.Matthew Vick1-118/+367
2012-06-20igb: Add switch case for supported hardware to igb_ptp_remove.Carolyn Wyborny1-1/+11
2012-05-12igb: Add Support for new i210/i211 devices.Carolyn Wyborny1-0/+4
2012-04-04igb: offer a PTP Hardware Clock instead of the timecompare methodRichard Cochran1-0/+59
2012-04-04igb: add PTP Hardware Clock codeRichard Cochran1-0/+322