1. 33ab463 net: phy: remove unnecessary line continuation by Wenpeng Liang · 3 years, 7 months ago
  2. 775f254 net: phy: change format of some declarations by Wenpeng Liang · 3 years, 7 months ago
  3. 651c814 net: phy: dp83640: use new PTP_MSGTYPE_SYNC define by Christian Eggers · 4 years, 2 months ago
  4. aa2d603 net: phy: ti: remove the use of .ack_interrupt() by Ioana Ciornei · 4 years, 2 months ago
  5. 1d1ae3c net: phy: ti: implement generic .handle_interrupt() callback by Ioana Ciornei · 4 years, 2 months ago
  6. 44a8c4f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 4 months ago
  7. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  8. 38fa7d0 net: phy: dp83640: Use generic helper function by Kurt Kanzenbach · 4 years, 5 months ago
  9. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  10. 473309f net: dp83640: fix SIOCSHWTSTAMP to update the struct with actual configuration by Sergey Organov · 4 years, 6 months ago
  11. 82e7627 net: phy: dp83640: Fixup cast to restricted __be16 warning by Andrew Lunn · 4 years, 6 months ago
  12. 86530837 dp83640: reverse arguments to list_add_tail by Julia Lawall · 4 years, 9 months ago
  13. 62582a7 ptp: Avoid deadlocks in the programmable pin code. by Richard Cochran · 4 years, 10 months ago
  14. 4715f65 net: Introduce a new MII time stamping interface. by Richard Cochran · 5 years ago
  15. 12d0efb9 net: phy: dp83640: Move the probe and remove methods around. by Richard Cochran · 5 years ago
  16. 9289252 dp83640: Reject requests to enable time stamping on both edges. by Richard Cochran · 5 years ago
  17. 6138e68 ptp: Introduce strict checking of external time stamp options. by Richard Cochran · 5 years ago
  18. e8e9c98 dp83640: reject unsupported external timestamp flags by Jacob Keller · 5 years ago
  19. 7f9048f net: reject PTP periodic output requests with unsupported flags by Jacob Keller · 5 years ago
  20. dcdecdc net: phy: switch drivers to use dynamic feature detection by Heiner Kallweit · 6 years ago
  21. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  22. 53bc8d2 net: dp83640: expire old TX-skb by Sebastian Andrzej Siewior · 6 years ago
  23. a2443fd net: phy: Convert some PHY and MDIO driver files to SPDX headers by Andrew Lunn · 6 years ago
  24. a4307c0 net: phy: remove flag PHY_HAS_INTERRUPT from driver configs by Heiner Kallweit · 6 years ago
  25. c4fabb8 net: phy: Add phydev_info() by Andrew Lunn · 6 years ago
  26. ab2a605 net: phy: Add phydev_warn() by Andrew Lunn · 6 years ago
  27. d331e75 net: dp83640: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  28. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  29. 76327a3 dp83640: Ensure against premature access to PHY registers after reset by Esben Haabendal · 7 years ago
  30. 80274ab net: phy: remove generic settings for callbacks config_aneg and read_status from drivers by Heiner Kallweit · 7 years ago
  31. d36b82b dp83640: don't hold spinlock while calling netif_rx_ni by Stefan Sørensen · 7 years ago
  32. db9d8b2 net: dp83640: Avoid NULL pointer dereference. by Richard Cochran · 8 years ago
  33. 9d386cd dp83640: don't recieve time stamps twice by Dan Carpenter · 8 years ago
  34. e4788b8 ptp: dp83640: Use the high resolution frequency method. by Richard Cochran · 8 years ago
  35. 81e8f2e net: dp83640: Fix tx timestamp overflow handling. by Manfred Rudigier · 9 years ago
  36. be01da7 phy: Centralize setting driver module owner by Andrew Lunn · 9 years ago
  37. e5a03bf phy: Add an mdio_device structure by Andrew Lunn · 9 years ago
  38. a1f8723 dp83640: Only wait for timestamps for packets with timestamping enabled. by Stefan Sørensen · 9 years ago
  39. ccf6ee9 dp83640: Prune rx timestamp list before reading from it by Stefan Sørensen · 9 years ago
  40. 4b06325 dp83640: Delay scheduled work. by Stefan Sørensen · 9 years ago
  41. 539e44d dp83640: Include hash in timestamp/packet matching by Stefan Sørensen · 9 years ago
  42. 11b1544 dp83640: only report generic filters in ts_info by Jacob Keller · 10 years ago
  43. adbe088 net: dp83640: fix improper double spin locking. by Richard Cochran · 10 years ago
  44. a935865 net: dp83640: reinforce locking rules. by Richard Cochran · 10 years ago
  45. 397a253a net: dp83640: fix broken calibration routine. by Richard Cochran · 10 years ago
  46. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  47. 41c2c18 ptp: dp83640: convert to the 64 bit get/set time methods. by Richard Cochran · 10 years ago
  48. f42cf8d treewide: Fix typo in printk messages by Masanari Iida · 10 years ago
  49. cca04b2 net: ptp: fix time stamp matching logic for VLAN packets. by Richard Cochran · 10 years ago
  50. db91b72 dp83640: Make use of skb_queue_purge instead of reimplementing the code by Alexander Duyck · 10 years ago
  51. 62bccb8 net-timestamp: Make the clone operation stand-alone from phy timestamping by Alexander Duyck · 10 years ago
  52. 13322f2 dp83640: Fix length check for event timestamp status messages by Christian Riesch · 10 years ago
  53. 63502b8 dp83640: Fix receive timestamp race condition by Stefan Sørensen · 10 years ago
  54. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  55. a0077a9 dp83640: Adjust ptp event timestamps by Stefan Sørensen · 11 years ago
  56. a12f78c dp83640: Always decode received status frames by Stefan Sørensen · 11 years ago
  57. ae5c6c6 ptp: Classify ptp over ip over vlan packets by Stefan Sørensen · 11 years ago
  58. e015595 dp83640: Get calibration pin with ptp_find_pin by Stefan Sørensen · 11 years ago
  59. 6f39eb8 dp83640: Verify calibration pin assignment by Stefan Sørensen · 11 years ago
  60. ad01577 dp83640: Increase supported perout pins to 7 by Stefan Sørensen · 11 years ago
  61. 35e872a dp83640: Program pulsewidth2 values of perout triggers 0 and 1 by Stefan Sørensen · 11 years ago
  62. 408eccc net: ptp: move PTP classifier in its own file by Daniel Borkmann · 11 years ago
  63. 621bdec dp83640: let the periodic pin from the module parameter be a default. by Richard Cochran · 11 years ago
  64. faa8971 dp83640: let external input pins from the module parameters be defaults. by Richard Cochran · 11 years ago
  65. 86dd361 dp83640: implement programmable pin functions. by Richard Cochran · 11 years ago
  66. 564ca56 dp83640: correct the periodic output frequency by Richard Cochran · 11 years ago
  67. fbf4b93 dp83640: trivial fixes by Richard Cochran · 11 years ago
  68. 602b109 net:phy:dp83640: Move all HW initialization to dp83640_config_init by Stefan Sørensen · 11 years ago
  69. 62ad968 net:phy:dp83640: Initialize PTP clocks at device init. by Stefan Sørensen · 11 years ago
  70. 80671bd net:phy:dp83640: Do not hardcode timestamping event edge by Stefan Sørensen · 11 years ago
  71. e2e2f51 net:phy:dp83640: Declare that TX timestamping possible by Stefan Sørensen · 11 years ago
  72. dd61d96 net: phy: dp83640: fix checkpath error by Florian Fainelli · 11 years ago
  73. 1642182 net/phy: Add interrupt support for dp83640 phy. by Stephan Gatzka · 12 years ago
  74. 1ef7615 ptp: link the phc device to its parent device by Richard Cochran · 12 years ago
  75. 8d24248 phy: Use pr_<level> by Joe Perches · 13 years ago
  76. 7dff349 dp83640: Support the get_ts_info ethtool method. by Richard Cochran · 13 years ago
  77. c2ec3ff phc: Update author's email address. by Richard Cochran · 13 years ago
  78. 72092cc dp83640: Fix NOHZ local_softirq_pending 08 warning by Manfred Rudigier · 13 years ago
  79. 8b3408f dp83640: free packet queues on remove by Richard Cochran · 13 years ago
  80. f5ff7cd dp83640: use proper function to free transmit time stamping packets by Richard Cochran · 13 years ago
  81. 88c5100 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  82. 02715ed dp83640: reduce driver noise by Richard Cochran · 13 years ago
  83. dccaa9e dp83640: add time stamp insertion for sync messages by Richard Cochran · 13 years ago
  84. 49b3fd4 dp83640: enable six external events and one periodic output by Richard Cochran · 13 years ago
  85. 8028837 dp83640: increase receive time stamp buffer size by Richard Cochran · 13 years ago
  86. ae6e86b dp83640: drop PHY status frames in the driver. by Richard Cochran · 14 years ago
  87. 2331038 dp83640: fix phy status frame event parsing by Richard Cochran · 14 years ago
  88. 86ff9baa ptp: Fix dp83640 build warning when building statically by John Stultz · 14 years ago
  89. cb646e2 ptp: Added a clock driver for the National Semiconductor PHYTER. by Richard Cochran · 14 years ago