aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_ptp.c
AgeCommit message (Expand)Author
2016-08-16igb: fix adjusting PTP timestamps for Tx/Rx latencyKshitiz Gupta
2016-06-29igb: implement igb_ptp_suspendJacob Keller
2016-06-29igb: re-use igb_ptp_reset in igb_ptp_initJacob Keller
2016-06-29igb: introduce IGB_PTP_OVERFLOW_CHECK flagJacob Keller
2016-06-29igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTPJacob Keller
2016-05-13igb: adjust PTP timestamps for Tx/Rx latencyNathan Sullivan
2016-05-13igb: use BIT() macro or unsigned prefixJacob Keller
2016-02-24igb: add conditions for I210 to generate periodic clock outputRoland Hii
2015-10-05net: igb: avoid using timespecArnd Bergmann
2015-08-18igb: implement high frequency periodic output signalsRichard Cochran
2015-06-11net: igb: fix the start time for periodic output signalsRichard Cochran
2015-03-31ptp: igb: use helpers for converting ns to timespec.Richard Cochran
2015-03-31Merge branch 'ptp-2038'David S. Miller
2015-03-31ptp: igb: convert to the 64 bit get/set time methods.Richard Cochran
2015-03-08ethernet: codespell comment spelling fixesJoe Perches
2015-03-06igb: Make arrays on stack static const to avoid reallocationAlexander Duyck
2015-03-06igb: Fix warning pin may be used uninitializedAlexander Duyck
2015-01-22igb: enable auxiliary PHC functions for the i210Richard Cochran
2015-01-22igb: enable internal PPS for the i210Richard Cochran
2015-01-22igb: serialize access to the time sync interrupt registersRichard Cochran
2015-01-02igb: convert to CYCLECOUNTER_MASK macro.Richard Cochran
2014-12-31igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK.David S. Miller
2014-12-30net: igb: convert to timecounter adjtime.Richard Cochran
2014-06-11igb: separate hardware setting from the set_ts_config ioctlJacob Keller
2014-06-03igb: rename igb_ptp_enable to igb_ptp_feature_enableJacob Keller
2014-04-18e1000e/igb/ixgbe/i40e: fix message terminationsJakub Kicinski
2014-04-11igb: fix last_rx_timestamp usageJakub Kicinski
2014-03-28igb: fix race conditions on queuing skb for HW time stampJakub Kicinski
2014-03-21igb: implement SIOCGHWTSTAMP ioctlJacob Keller
2014-03-19igb: Add register defines needed for time sync functionsCarolyn Wyborny
2014-02-26igb: Update license text to remove FSF address and update copyright.Carolyn Wyborny
2014-02-26igb: make local functions static and remove dead codeJeff Kirsher
2013-08-22igb: Read register for latch_on without return valueAkeem G Abodunrin
2013-04-18igb: Add support for i354 devicesCarolyn Wyborny
2013-04-18igb: Fix code comments and whitespaceJeff Kirsher
2013-03-26igb: fix PHC stopping on max freqJiri Benc
2013-01-18igb: Use in-kernel PTP_EV_PORT #defineMatthew Vick
2013-01-18igb: Free any held skb that should have been timestamped on removeMatthew Vick
2013-01-18igb: Add mechanism for detecting latched hardware Rx timestampMatthew Vick
2013-01-18igb: Add timeout for PTP Tx work itemMatthew Vick
2012-11-22igb: Update PTP Rx filtersMatthew Vick
2012-10-29igb: Fix sparse warning in igb_ptp_rx_pktstampAlexander Duyck
2012-10-19igb: Split Rx timestamping into two separate functionsAlexander Duyck
2012-09-22ptp: link the phc device to its parent deviceRichard Cochran
2012-09-17igb: Add 1588 support to I210/I211.Matthew Vick
2012-09-17igb: Prevent dropped Tx timestamps via work items and interrupts.Matthew Vick
2012-09-17igb: Store the MAC address in the name in the PTP struct.Matthew Vick
2012-09-17igb: Update PTP function names/variables and locations.Matthew Vick
2012-06-20igb: Add switch case for supported hardware to igb_ptp_remove.Carolyn Wyborny
2012-05-12igb: Add Support for new i210/i211 devices.Carolyn Wyborny