1. 75f5db39 Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 9 years ago
  2. 4c84518 Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 9 years ago
  3. 73186df Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  4. a1f8723 dp83640: Only wait for timestamps for packets with timestamping enabled. by Stefan Sørensen · 9 years ago
  5. ccf6ee9 dp83640: Prune rx timestamp list before reading from it by Stefan Sørensen · 9 years ago
  6. 4b06325 dp83640: Delay scheduled work. by Stefan Sørensen · 9 years ago
  7. 539e44d dp83640: Include hash in timestamp/packet matching by Stefan Sørensen · 9 years ago
  8. 5f6c99e net: phy: fix a bug in get_phy_c45_ids by Shaohui Xie · 9 years ago
  9. b75ec3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  10. 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
  11. 0286234 net: phy: mdio: add missing of_node_put by Julia Lawall · 9 years ago
  12. 447ed73 netdev/phy: add missing of_node_put by Julia Lawall · 9 years ago
  13. ba3e208 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  14. 21dd19f net: phy: Add nested variants of mdiobus read/write by Neil Armstrong · 9 years ago
  15. d2fd719 net/phy: micrel: Add workaround for bad autoneg by Nathan Sullivan · 9 years ago
  16. 34e45ad net: phy: dp83848: Add TI DP83848 Ethernet PHY by Andrew F. Davis · 9 years ago
  17. e2aacd9 net: mdio-gpio: move platform data header by Vivien Didelot · 9 years ago
  18. d88ecb3 net: phy: smsc: disable energy detect mode by Heiko Schocher · 9 years ago
  19. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  20. b89eb1f net: phy: bcm-phy-lib: Fix module license issue by Arun Parameswaran · 9 years ago
  21. fb0801d net: phy: aquantia/teranetics: Convert to use module_phy_driver macro by Axel Lin · 9 years ago
  22. 9d3a638 net: mdio-octeon: Drop obsolete Kconfig advice by Jean Delvare · 9 years ago
  23. 9200c27 net: phy: bcm7xxx: Modified to use global core register defines by Arun Parameswaran · 9 years ago
  24. 8e185d6 net: phy: Broadcom Cygnus internal Etherent PHY driver by Arun Parameswaran · 9 years ago
  25. a1cba56 net: phy: Add Broadcom phy library for common interfaces by Arun Parameswaran · 9 years ago
  26. ddc24ae net: phy: Broadcom iProc MDIO bus driver by Arun Parameswaran · 9 years ago
  27. f3a6bd3 phylib: Add phy_set_max_speed helper by Simon Horman · 9 years ago
  28. 59f0697 net: update docbook comment for __mdiobus_register() by Russell King · 9 years ago
  29. 357cd64 phy: marvell: add link partner advertised modes by Russell King · 9 years ago
  30. 38737e4 phy: add phy_device_remove() by Russell King · 9 years ago
  31. d618bf2 phy: fixed-phy: properly validate phy in fixed_phy_update_state() by Russell King · 9 years ago
  32. 7322967 phy: add proper phy struct device refcounting by Russell King · 9 years ago
  33. 3e3aaf6 phy: fix mdiobus module safety by Russell King · 9 years ago
  34. a136442 phy: fix of_mdio_find_bus() device refcount leak by Russell King · 9 years ago
  35. 1ccb141 net: phy: mdio-gpio: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  36. 2f90a30 net: phy: mdio-bcm-unimac: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  37. aab0c0e Revert "net/phy: Add Vitesse 8641 phy ID" by Kevin Hao · 9 years ago
  38. 792aec4 add microchip LAN88xx phy driver by Woojung.Huh@microchip.com · 9 years ago
  39. bd1a05e fixed_phy: pass 'irq' to fixed_phy_add() by Sergei Shtylyov · 9 years ago
  40. b6c6aed phylib: fix device deletion order in mdiobus_unregister() by Mark Salter · 9 years ago
  41. bc0f4a8 net: phy: fixed_phy: Set phy capabilities even when link down. by Andrew Lunn · 9 years ago
  42. a559700 phy: fixed_phy: Add gpio to determine link up/down. by Andrew Lunn · 9 years ago
  43. 34b31da4 phy: fixed_phy: Set supported speed in phydev by Andrew Lunn · 9 years ago
  44. 5a11dd7 net: phy: Allow PHY devices to identify themselves as Ethernet switches, etc. by Florian Fainelli · 9 years ago
  45. ef899c0 phylib: simplify NULL checks by Sergei Shtylyov · 9 years ago
  46. d3765f0 phylib: simplify bogus phy_device_create() result by Sergei Shtylyov · 9 years ago
  47. 0d36938 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  48. 4b19536 net: phy: fixed: propagate fixed link values to struct by Madalin Bucur · 9 years ago
  49. 05a7f58 net: phy: add locking to phy_read_mmd_indirect()/phy_write_mmd_indirect() by Russell King · 9 years ago
  50. 8b63ec1 phylib: Make PHYs children of their MDIO bus, not the bus' parent. by David Daney · 9 years ago
  51. 54cf7be net: phy: add interrupt support for aquantia phy by Shaohui Xie · 9 years ago
  52. dc25b25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  53. ff94c74 net: phy: fix semicolon.cocci warnings by kbuild test robot · 9 years ago
  54. 776829d net: phy: workaround for buggy cable detection by LAN8700 after cable plugging by Igor Plyatov · 9 years ago
  55. 11e122c net: phy: fix PHY_RUNNING in phy_state_machine by Shaohui Xie · 9 years ago
  56. 07151bc net: phy: select copper mode when Marvel 88e1111 in SGMII by Madalin Bucur · 9 years ago
  57. 0024f89 net: phy: add RealTek RTL8211DN phy id by Shaohui Xie · 9 years ago
  58. bee8259 net: phy: add driver for aquantia phy by Shaohui Xie · 9 years ago
  59. 2f51a9b net: phy: spi_ks8995: clean up ks8995_registers_read/write by Vladimir Zapolskiy · 9 years ago
  60. de9e397 net: mdio-octeon: Fix octeon_mdiobus_probe function for return values by Radha Mohan Chintakuntla · 9 years ago
  61. a6d6786 net: mdio-octeon: Modify driver to work on both ThunderX and Octeon by Radha Mohan Chintakuntla · 9 years ago
  62. 94724d1 net: phy: fix auto negotiation checking for teranetics by Shaohui Xie · 9 years ago
  63. 9267135 net: phy: dp83867: fix simple_return.cocci warnings by Wu Fengguang · 9 years ago
  64. c5e40ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  65. a46fa26 net: phy: dp83867: Fix warning check for setting the internal delay by Dan Murphy · 9 years ago
  66. 868a421 net: phy: fixed_phy: handle link-down case by Stas Sergeev · 9 years ago
  67. e0536cd net/mdio: fix mdio_bus_match for c45 PHY by Shaohui Xie · 9 years ago
  68. f61687c phylib: add driver for Teranetics TN2020 by Shaohui Xie · 9 years ago
  69. 11b1544 dp83640: only report generic filters in ts_info by Jacob Keller · 9 years ago
  70. 638d3c6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  71. 239aa55 net: phy: Support setting polarity in marvell phy driver by David Thomson · 9 years ago
  72. 634ec36 net: phy: Pass mdix ethtool setting through to phy driver by David Thomson · 9 years ago
  73. cfa5200 net: phy: add dependency on HAS_IOMEM to MDIO_BUS_MUX_MMIOREG by Rob Herring · 9 years ago
  74. d8e704e net: phy: mdio-bcm-unimac: workaround initial read failures for integrated PHYs by Florian Fainelli · 9 years ago
  75. 8e346e1 net: phy: bcm7xxx: workaround MDIO management controller initial read by Florian Fainelli · 9 years ago
  76. da1da28 net/phy: tune get_phy_c45_ids to support more c45 phy by Shengzhou Liu · 9 years ago
  77. eb68623 net: phy: fix phy link up when limiting speed via device tree by Mugunthan V N · 9 years ago
  78. 1298267 net/phy: Add Vitesse 8641 phy ID by Shaohui Xie · 9 years ago
  79. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  80. 10b4b09 Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  81. 3447cf2 net/phy: Add support for Realtek RTL8211F by Shengzhou Liu · 9 years ago
  82. 1a3f4e8 net: phy: mdio-bcm-unimac: handle broken turn-around for specific PHYs by Florian Fainelli · 9 years ago
  83. 1059261 net: phy: davicom: add IDs for DM9161B and C variants by Gustavo Zacarias · 9 years ago
  84. ac7ba51 net: phy: dp83867: Fix device tree entries by Dan Murphy · 9 years ago
  85. 6da8253 net: phy: bcm7xxx: update workaround to fix 100BaseT corner cases by Florian Fainelli · 9 years ago
  86. 6270e1a net/phy: micrel: Center FLP timing at 16ms by Jaeden Amero · 9 years ago
  87. ae6c97b net/phy: micrel: Comment MMD address of extended registers by Jaeden Amero · 9 years ago
  88. 3c9a9f7 net/phy: micrel: Be more const correct by Jaeden Amero · 9 years ago
  89. 2a10154 net: phy: dp83867: Add TI dp83867 phy by Dan Murphy · 9 years ago
  90. dda922c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  91. 3fff99b gpiolib: rename gpiod_set_array to gpiod_set_array_value by Rojhalat Ibrahim · 9 years ago
  92. 32a6416 net: phy: Utilize phy_interface_is_rgmii by Florian Fainelli · 9 years ago
  93. 983942a amd-xgbe-phy: Fix initial mode when autoneg is disabled by Lendacky, Thomas · 9 years ago
  94. adbe088 net: dp83640: fix improper double spin locking. by Richard Cochran · 9 years ago
  95. a935865 net: dp83640: reinforce locking rules. by Richard Cochran · 9 years ago
  96. 397a253 net: dp83640: fix broken calibration routine. by Richard Cochran · 9 years ago
  97. cc4a84c net: phy: bcm7xxx: Fix 7425 PHY ID and flags by Florian Fainelli · 9 years ago
  98. 36583eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  99. c15e10e net: phy: Make sure phy_start() always re-enables the phy interrupts by Tim Beale · 9 years ago
  100. db9683fb4 net: phy: Make sure PHY_RESUMING state change is always processed by Tim Beale · 9 years ago