aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/igb/igb_ptp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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