1. d068b02 net: phy: add BCM7425 and BCM7429 PHYs by Petri Gynther · 10 years ago
  2. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  3. d8ebfed net: phy: bcm7xxx: utilize PHY revision in config_init by Florian Fainelli · 10 years ago
  4. e18556e net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WAR by Florian Fainelli · 10 years ago
  5. 95e8b10 net/phy: micrel: Disable asymmetric pause for KSZ9031 by Mike Looijmans · 10 years ago
  6. db91b72 dp83640: Make use of skb_queue_purge instead of reimplementing the code by Alexander Duyck · 10 years ago
  7. eb84d6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  8. 97a13e5 net: phy: mdio-sun4i: don't select REGULATOR by Beniamino Galvani · 10 years ago
  9. a42f5c1 amd-xgbe-phy: Fix build break for missing declaration by Tom Lendacky · 10 years ago
  10. 62bccb8 net-timestamp: Make the clone operation stand-alone from phy timestamping by Alexander Duyck · 10 years ago
  11. b73c798 amd-xgbe-phy: Checkpatch driver fixes by Lendacky, Thomas · 10 years ago
  12. e6f0562 amd-xgbe-phy: Enhance parallel detection to support KR speed by Lendacky, Thomas · 10 years ago
  13. e3eec4e amd-xgbe-phy: Check device for current speed mode (KR/KX) by Lendacky, Thomas · 10 years ago
  14. 4559154 net: phy: mdio-bcm-unimac: NULL-terminate unimac_mdio_ids by Florian Fainelli · 10 years ago
  15. 574746d net: phy: properly report internal PHYs through sysfs by Florian Fainelli · 10 years ago
  16. 430ad68 net: phy: bcm7xxx: add BCM7250 and BCM7364 PHY entries by Florian Fainelli · 10 years ago
  17. 153df3c net: phy: bcm7xxx: introduce helper macro by Florian Fainelli · 10 years ago
  18. 2ba1b16 net: phy: add generic UniMAC MDIO bus driver by Florian Fainelli · 10 years ago
  19. 7a4cecf phy: fix EEE checks inside the phy_init_eee. by Giuseppe CAVALLARO · 10 years ago
  20. b8f9a02 net: phy: bcm7xxx: enable EEE at the PHY level by Florian Fainelli · 10 years ago
  21. a9f6309 net: phy: allow phy_init_eee() to work with internal PHYs by Florian Fainelli · 10 years ago
  22. 66ce7fb net: phy: export phy_{read,write}_mmd_indirect by Florian Fainelli · 10 years ago
  23. a2dbba7 net: phy: fixed: return an error for Clause 45 over 22 reads by Florian Fainelli · 10 years ago
  24. 9df54dd net: phy: bcm7xxx: enable auto power down by Florian Fainelli · 10 years ago
  25. 7053147 net: phy: broadcom: move shadow 0x1C register accessors to brcmphy.h by Florian Fainelli · 10 years ago
  26. 3af20ef net: phy: broadcom: extract all registers to brcmphy.h by Florian Fainelli · 10 years ago
  27. f9474dd Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  28. a7d5f58 phylib: use MDIO_DEVS[12] by Sergei Shtylyov · 10 years ago
  29. 13322f2 dp83640: Fix length check for event timestamp status messages by Christian Riesch · 10 years ago
  30. 2100968 net: phy: smsc: move smsc_phy_config_init reset part in a soft_reset function by Gwenhael Goavec-Merou · 10 years ago
  31. 82c084f net: phy: bcm7xxx: remove suspend callback for 28nm PHYs by Florian Fainelli · 10 years ago
  32. 4fd14e0 net: phy: bcm7xxx: re-advertise all supported modes out of suspend by Florian Fainelli · 10 years ago
  33. 16466f4 net: phy: bcm7xxx: remove 28nm wildcard entry by Florian Fainelli · 10 years ago
  34. d247b6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  35. ce7991e Revert "net: phy: Set the driver when registering an MDIO bus device" by Fabio Estevam · 10 years ago
  36. b32a8b6 net: phy: spi_ks8995: Introduce the use of devm_kzalloc by Himangi Saraogi · 10 years ago
  37. 1fa1f2e amd-xgbe-phy: Allow more time for Rx/Tx to become ready by Lendacky, Thomas · 10 years ago
  38. 1993694 net: libphy: Add stubs to hook IEEE MMD Register reads and writes by Vince Bridgers · 10 years ago
  39. 0c1d77d net: libphy: Add phy specific function to access mmd phy registers by Vince Bridgers · 10 years ago
  40. b668a3a amd-xgbe-phy: Print out the auto-negotiation method used by Lendacky, Thomas · 10 years ago
  41. 5c10e5c amd-xgbe-phy: Updates to KR training initiation by Lendacky, Thomas · 10 years ago
  42. 169a630 amd-xgbe-phy: Updates to rate change complete check by Lendacky, Thomas · 10 years ago
  43. f047604 amd-xgbe: Update/fix 2.5GbE support by Lendacky, Thomas · 10 years ago
  44. f139c74 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  45. d92f5de net: phy: re-apply PHY fixups during phy_register_device by Florian Fainelli · 10 years ago
  46. b3565f2 net: phy: Ensure the MDIO bus module is held by Ezequiel Garcia · 10 years ago
  47. a71e3c3 net: phy: Set the driver when registering an MDIO bus device by Ezequiel Garcia · 10 years ago
  48. 63502b8 dp83640: Fix receive timestamp race condition by Stefan Sørensen · 10 years ago
  49. 1a98c69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  50. 3e70770 phy: Expand phy speed/duplex settings array by Lendacky, Thomas · 10 years ago
  51. a0077a9 dp83640: Adjust ptp event timestamps by Stefan Sørensen · 10 years ago
  52. a12f78c dp83640: Always decode received status frames by Stefan Sørensen · 10 years ago
  53. ca12769 net: phy: export phy_suspend and phy_resume by Florian Fainelli · 10 years ago
  54. ae5c6c6 ptp: Classify ptp over ip over vlan packets by Stefan Sørensen · 10 years ago
  55. d9daa24 net: fix circular dependency in of_mdio code by Daniel Mack · 10 years ago
  56. e015595 dp83640: Get calibration pin with ptp_find_pin by Stefan Sørensen · 10 years ago
  57. 6f39eb8 dp83640: Verify calibration pin assignment by Stefan Sørensen · 10 years ago
  58. ad01577 dp83640: Increase supported perout pins to 7 by Stefan Sørensen · 10 years ago
  59. 35e872a dp83640: Program pulsewidth2 values of perout triggers 0 and 1 by Stefan Sørensen · 10 years ago
  60. 8f2877c net: phy: at803x: fix coccinelle warnings by Fengguang Wu · 10 years ago
  61. 13a56b4 net: phy: at803x: Add support for hardware reset by Daniel Mack · 10 years ago
  62. bd8ca17 net: phy: at803x: use #defines for supported PHY ids by Daniel Mack · 10 years ago
  63. 2b8f2a2 net: phylib: add link_change_notify callback to phy device by Daniel Mack · 10 years ago
  64. 71b9c4a net: phy: realtek: register/unregister multiple drivers properly by Jongsung Kim · 10 years ago
  65. a25aafa amd-xgbe: fix unused variable compilation warning in phylib driver by françois romieu · 10 years ago
  66. 1ebe98d amd-xgbe: Configuration and build support by Lendacky, Thomas · 10 years ago
  67. 4d874b3 amd-xgbe: Initial AMD 10GbE phylib driver by Lendacky, Thomas · 10 years ago
  68. 86f6cf4 net: of_mdio: add of_mdiobus_link_phydev() by Daniel Mack · 10 years ago
  69. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  70. de906af net: phy: make of_set_phy_supported work with genphy driver by Sascha Hauer · 10 years ago
  71. c242a47 net: phy: genphy: Allow overwriting features by Sascha Hauer · 10 years ago
  72. a759512 net: phy: extend fixed driver with fixed_phy_register() by Thomas Petazzoni · 10 years ago
  73. 9b74494 net: phy: decouple PHY id and PHY address in fixed PHY driver by Thomas Petazzoni · 10 years ago
  74. 6e14a5ee net: phy: resume phydev when going to RESUMING by Zhangfei Gao · 10 years ago
  75. b394745 net: phy: Don't call phy_resume if phy_init_hw failed by Guenter Roeck · 10 years ago
  76. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  77. 93dccc5 mdio_bus: fix devm_mdiobus_alloc_size export by Arnd Bergmann · 10 years ago
  78. 7f52da5 net: mdio-gpio: warn about missing bus alias id by Johan Hovold · 10 years ago
  79. 6e4b827 ARM: i.MX6: Add OF configuration support for ksz9031 by Hubert Chaumette · 10 years ago
  80. 6d48f44 mdio_bus: implement devm_mdiobus_alloc/devm_mdiobus_free by Grygorii Strashko · 10 years ago
  81. e46e08b net phy: Check for aneg completion before setting state to PHY_RUNNING by Balakumaran Kannan · 10 years ago
  82. 4366004 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  83. 2ebb158 net/phy: Remove return value for void function by Shruti Kanetkar · 10 years ago
  84. 6a11974 net/phy: micrel: fix bugged test on device tree loading for ksz9021 by Hubert Chaumette · 10 years ago
  85. 6ff01db net: phy: at803x: use genphy_config_init() by Daniel Mack · 10 years ago
  86. af6b696 net: phy: export genphy_config_init() by Daniel Mack · 10 years ago
  87. f1d54c4 net: mdio-gpio: Add support for separate MDI and MDO gpio pins by Guenter Roeck · 10 years ago
  88. 1d25148 net: mdio-gpio: Add support for active low gpio pins by Guenter Roeck · 10 years ago
  89. 78cdb07 net: mdio-gpio: Use devm_ functions where possible by Guenter Roeck · 10 years ago
  90. fa8cdda net phylib: Remove unnecessary condition check in phy by Balakumaran Kannan · 10 years ago
  91. 240a12d net: Micrel KSZ8864RMN 4-port managed switch support by Philipp Zabel · 10 years ago
  92. 408eccc net: ptp: move PTP classifier in its own file by Daniel Borkmann · 10 years ago
  93. 77a9939 phy/at8031: enable at8031 to work on interrupt mode by Zhao Qiang · 10 years ago
  94. fe1ee45 net: sun4i: remove empty MDIO bus reset function by Florian Fainelli · 10 years ago
  95. a62ea5a net: phy: bcm7xxx: properly clear AFE_RX_LP_COUNTER by Florian Fainelli · 10 years ago
  96. 9918542 net: phy: bcm7xxx: fix spurious MDIO failures during workaround by Florian Fainelli · 10 years ago
  97. a3622f2 net: phy: bcm7xxx: define constants for our registers by Florian Fainelli · 10 years ago
  98. 04f58c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  99. 621bdec dp83640: let the periodic pin from the module parameter be a default. by Richard Cochran · 10 years ago
  100. faa8971 dp83640: let external input pins from the module parameters be defaults. by Richard Cochran · 10 years ago