1. ac28b41 igb: restore PPS signal on igb_ptp_reset by Jacob Keller · 8 years ago
  2. efee95f ptp_clock: future-proofing drivers against PTP subsystem becoming optional by Nicolas Pitre · 8 years ago
  3. 64c75d4 igb: support RX flow classification by ethertype by Gangfeng Huang · 8 years ago
  4. 0066c8b igb: fix adjusting PTP timestamps for Tx/Rx latency by Kshitiz Gupta · 8 years ago
  5. e3f2350 igb: implement igb_ptp_suspend by Jacob Keller · 8 years ago
  6. 4f3ce71 igb: re-use igb_ptp_reset in igb_ptp_init by Jacob Keller · 8 years ago
  7. 6373716 igb: introduce IGB_PTP_OVERFLOW_CHECK flag by Jacob Keller · 8 years ago
  8. 462f118 igb: introduce ptp_flags variable and use it to replace IGB_FLAG_PTP by Jacob Keller · 8 years ago
  9. 3f544d2 igb: adjust PTP timestamps for Tx/Rx latency by Nathan Sullivan · 8 years ago
  10. a51d8c2 igb: use BIT() macro or unsigned prefix by Jacob Keller · 8 years ago
  11. 569f3b3 igb: add conditions for I210 to generate periodic clock output by Roland Hii · 9 years ago
  12. 40c9b07 net: igb: avoid using timespec by Arnd Bergmann · 9 years ago
  13. 30c7291 igb: implement high frequency periodic output signals by Richard Cochran · 9 years ago
  14. 58c98be net: igb: fix the start time for periodic output signals by Richard Cochran · 9 years ago
  15. 350f66d ptp: igb: use helpers for converting ns to timespec. by Richard Cochran · 9 years ago
  16. 32eaf12 Merge branch 'ptp-2038' by David S. Miller · 9 years ago
  17. d4c496f ptp: igb: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago
  18. dbedd44 ethernet: codespell comment spelling fixes by Joe Perches · 10 years ago
  19. b23c0cc igb: Make arrays on stack static const to avoid reallocation by Alexander Duyck · 10 years ago
  20. e357f0a igb: Fix warning pin may be used uninitialized by Alexander Duyck · 10 years ago
  21. 720db4f igb: enable auxiliary PHC functions for the i210 by Richard Cochran · 10 years ago
  22. 00c6557 igb: enable internal PPS for the i210 by Richard Cochran · 10 years ago
  23. 8298c1e igb: serialize access to the time sync interrupt registers by Richard Cochran · 10 years ago
  24. b57c894 igb: convert to CYCLECOUNTER_MASK macro. by Richard Cochran · 10 years ago
  25. 9aacfb2 igb_ptp: Include clocksource.h to get CLOCKSOURCE_MASK. by David S. Miller · 10 years ago
  26. 5ee698e net: igb: convert to timecounter adjtime. by Richard Cochran · 10 years ago
  27. 9f62ecf igb: separate hardware setting from the set_ts_config ioctl by Jacob Keller · 10 years ago
  28. 102be52 igb: rename igb_ptp_enable to igb_ptp_feature_enable by Jacob Keller · 10 years ago
  29. c5ffe7e e1000e/igb/ixgbe/i40e: fix message terminations by Jakub Kicinski · 10 years ago
  30. 5499a96 igb: fix last_rx_timestamp usage by Jakub Kicinski · 10 years ago
  31. ed4420a igb: fix race conditions on queuing skb for HW time stamp by Jakub Kicinski · 11 years ago
  32. 6ab5f7b igb: implement SIOCGHWTSTAMP ioctl by Jacob Keller · 11 years ago
  33. 0c375ac igb: Add register defines needed for time sync functions by Carolyn Wyborny · 11 years ago
  34. 74cfb2e igb: Update license text to remove FSF address and update copyright. by Carolyn Wyborny · 11 years ago
  35. 167f3f7 igb: make local functions static and remove dead code by Jeff Kirsher · 11 years ago
  36. e5c3370 igb: Read register for latch_on without return value by Akeem G Abodunrin · 11 years ago
  37. ceb5f13 igb: Add support for i354 devices by Carolyn Wyborny · 11 years ago
  38. b980ac1 igb: Fix code comments and whitespace by Jeff Kirsher · 12 years ago
  39. 75517d9 igb: fix PHC stopping on max freq by Jiri Benc · 12 years ago
  40. ba59814 igb: Use in-kernel PTP_EV_PORT #define by Matthew Vick · 12 years ago
  41. badc26d igb: Free any held skb that should have been timestamped on remove by Matthew Vick · 12 years ago
  42. fc58075 igb: Add mechanism for detecting latched hardware Rx timestamp by Matthew Vick · 12 years ago
  43. 428f1f7 igb: Add timeout for PTP Tx work item by Matthew Vick · 12 years ago
  44. 3e961a0 igb: Update PTP Rx filters by Matthew Vick · 12 years ago
  45. ac61d51 igb: Fix sparse warning in igb_ptp_rx_pktstamp by Alexander Duyck · 12 years ago
  46. b534550 igb: Split Rx timestamping into two separate functions by Alexander Duyck · 12 years ago
  47. 1ef7615 ptp: link the phc device to its parent device by Richard Cochran · 12 years ago
  48. e57b8bd igb: Add 1588 support to I210/I211. by Matthew Vick · 12 years ago
  49. 1f6e817 igb: Prevent dropped Tx timestamps via work items and interrupts. by Matthew Vick · 12 years ago
  50. 201987e igb: Store the MAC address in the name in the PTP struct. by Matthew Vick · 12 years ago
  51. a79f4f8 igb: Update PTP function names/variables and locations. by Matthew Vick · 12 years ago
  52. d3eef8c igb: Add switch case for supported hardware to igb_ptp_remove. by Carolyn Wyborny · 12 years ago
  53. f96a8a0 igb: Add Support for new i210/i211 devices. by Carolyn Wyborny · 12 years ago
  54. 7ebae81 igb: offer a PTP Hardware Clock instead of the timecompare method by Richard Cochran · 13 years ago
  55. d339b13 igb: add PTP Hardware Clock code by Richard Cochran · 13 years ago