1. 02505e9 net: phy: implement fallback mechanism for negative phy adresses by Hannes Schmelzer · 6 years ago
  2. 6e434b9 net: mv88e61xx: fix autonegotiation on ports by Tim Harvey · 6 years ago
  3. c3cd5e6 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 6 years ago
  4. 7811919 net: phy: aquantia: Print information on config by Valentin-catalin Neacsu · 6 years ago
  5. 123b24f net: phy: aquantia: Enable autoneg when on USXGMII by Valentin-catalin Neacsu · 6 years ago
  6. b8d167e net: phy: realtek: Add functions to read PHY's extended registers by Carlo Caione · 6 years ago
  7. f7c689d net: phy: micrel: fix KSZ9031 clock skew for values greater 0ps by Andreas Pretzsch · 6 years ago
  8. 3c43a48 net: phy: Add clause 45 identifier to phy_device by Pankaj Bansal · 6 years ago
  9. 03f937a net: phy: Move fixed link code to separate routine by Siva Durga Prasad Paladugu · 6 years ago
  10. 02a99d7 phy: Fix u-boot coruption when fixed-phy is used by Michal Simek · 6 years ago
  11. 36b26d1 lib: merge CRC16-CCITT into u-boot/crc.h by Philipp Tomsich · 6 years ago
  12. 8234639 net: phy: mscc: add support for VSC8574 PHY by Quentin Schulz · 6 years ago
  13. ac98da1 net: phy: mscc: factorize part of config function for VSC8584 by Quentin Schulz · 6 years ago
  14. 88767f3 net: phy: mscc: add support for VSC8584 PHY by Quentin Schulz · 6 years ago
  15. 6ce0dd8 net: phy: aquantia: autodetect if firmware needs to be loaded by Jeremy Gebben · 6 years ago
  16. e662c0d net: phy: aquantia: add firmware loading support by Jeremy Gebben · 6 years ago
  17. abe3edf configs: migrate CONFIG_PHY_AQUANTIA to Kconfig by Jeremy Gebben · 6 years ago
  18. 1c2ba09 net: phy: ti: Add binding for the CLK_OUT pin muxing by Janine Hagemann · 6 years ago
  19. b3dd2ed net: phy: ti: Recover from "port mirroring" N/A MODE4 by Janine Hagemann · 6 years ago
  20. ed51bfc net: phy: ti: Add lane swapping support in the DP83867 TI's PHY driver by Janine Hagemann · 6 years ago
  21. c7cc65e net: phy: xilinx: switch to use phy_get_ofnode() by Grygorii Strashko · 6 years ago
  22. 00e2c24 net: phy: dp83867: switch to use phy_get_ofnode() by Grygorii Strashko · 6 years ago
  23. 6189c06 net: phy: add ofnode node to struct phy_device by Grygorii Strashko · 6 years ago
  24. 14b4812 net: phy: Clean up includes of common.h by Joe Hershberger · 6 years ago
  25. 9df3505 net: phy: dp83867: switch to use ofnode api by Grygorii Strashko · 6 years ago
  26. 9b05076 net: phy: dp83867: add workaround for incorrect RX_CTRL pin strap by Murali Karicheri · 6 years ago
  27. 2178861 net: phy: mv88e61xx: Force CPU port link up by Chris Packham · 6 years ago
  28. 33f68aa net/phy/cortina: Add support for CS4223 PHY by Vicentiu Galanopulo · 7 years ago
  29. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  30. bdfb5c4 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
  31. 46b7bd1 net: phy: Don't limit phy addresses by default by Joe Hershberger · 7 years ago
  32. 008d738 net: phy: xilinx_phy: Read phytype using property xlnx,phy-type by Siva Durga Prasad Paladugu · 7 years ago
  33. 18993c2 net/phy/cortina: Add No firmware upload option by Priyanka Jain · 7 years ago
  34. b3b3b08 net/phy/cortina.c: Update get_phy_id implementation by Priyanka Jain · 7 years ago
  35. d76b9b7 drivers: net: phy: Fix aquantia compilation with DM by Calvin Johnson · 7 years ago
  36. 7c82401 net: phy: Add PHY_RTL8211E_PINE64_GIGABIT_FIX for realtek phys by kevans@FreeBSD.org · 7 years ago
  37. e3ee5f5 Move CONFIG_PHY_ADDR to Kconfig by Stefan Mavrodiev · 7 years ago
  38. 003e437 net: phy: smsc: Add SMSC LAN8741 support by Arno Steffens · 7 years ago
  39. 7757743 phy: Fix style violations by Mario Six · 7 years ago
  40. c1de131 net: phy: marvell 88e151x: Fix handling of bare RGMII interface type by Mario Six · 7 years ago
  41. 618d42b net: phy: marvell: Fix style violations by Mario Six · 7 years ago
  42. 5647da0 Kconfig: net: phylib: Phylib should depends on NET by Michal Simek · 7 years ago
  43. ffdc858 phy: atheros: set auto-negotiation for AR8021 by Zhao Qiang · 7 years ago
  44. 82aa8d1 net: phy: b53: Add b53_reg read/write commands by Florian Fainelli · 7 years ago
  45. 01b4ade net: phy: Add Broadcom BCM53xx switch driver by Florian Fainelli · 7 years ago
  46. 7e4d4d1 net: miiphybb: fix casting error by Chris Brandt · 7 years ago
  47. 3857a16 net: phy: marvell: Add functions to read PHY's extended registers by Lukasz Majewski · 7 years ago
  48. 97be817 net: phy: meson-gxl: detect LPA corruption by Jerome Brunet · 7 years ago
  49. 7a4c90d net: phy: Add Amlogic Meson GXL Internal PHY support by Neil Armstrong · 7 years ago
  50. 2e1ba7d net: phy: micrel: Convert to livetree by Philipp Tomsich · 7 years ago
  51. 629e799 blk: Remove various places that do flush cache after read by Bin Meng · 7 years ago
  52. 83ba7aa net: phy: realtek: fix enabling of the TX-delay for RTL8211F by Madalin Bucur · 7 years ago
  53. 64b723f env: Rename getenv/_f() to env_get() by Simon Glass · 7 years ago
  54. 3a6e033 net: phy: micrel: add an option to disable gigabit for the KSZ9031 by Sebastien Bourdelin · 7 years ago
  55. 84248b2 net: phy: Add AFE settings to the Broadcom Cygnus phy by Arun Parameswaran · 7 years ago
  56. 4c69ccb net: phy: Hide Micrel KSZ9021 and KSZ9031 Kconfig options by Alexandru Gagniuc · 7 years ago
  57. 6098a39 net: phy: micrel: Remove ksz90x1 drivers from micrel_ksz8xxx by Alexandru Gagniuc · 7 years ago
  58. 757bb67 net: phy: micrel: Separate KSZ9000 drivers from KSZ8000 drivers by Alexandru Gagniuc · 7 years ago
  59. 694501a net: phy: Remove duplicate Kconfig selection for Micrel KSZ9021 by Alexandru Gagniuc · 7 years ago
  60. c6a663a drivers/net/phy/fixed: do not overwrite addr by Christian Gmeiner · 7 years ago
  61. d1e68ec net: phy: cortina: use get_nand_dev_by_index() by Grygorii Strashko · 7 years ago
  62. edd59b6 Merge git://www.denx.de/git/u-boot-imx by Tom Rini · 7 years ago
  63. bf94cfb net: phy: marvell: Fix init function for m88e1145 by York Sun · 7 years ago
  64. 19d03be net: phy: marvell 88e151x: Fix handling of RGMII interface types by Phil Edworthy · 8 years ago
  65. 00c3361 net: Kconfig:make PHY_GIGE and individual Micrel PHYs selectable by Philipp Tomsich · 8 years ago
  66. 7a49443 dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 8 years ago
  67. f6b32a7 drivers: net: Kconfig: Add PHY_MICREL_KSZ9021 entry by Jagan Teki · 8 years ago
  68. 0941865 net: phy: mv88e61xx: Fix uninitialized variable warning by Tom Rini · 8 years ago
  69. 66d01b2 Merge branch 'master' of git://www.denx.de/git/u-boot-imx by Tom Rini · 8 years ago
  70. da49460 drivers/net/phy: add fixed-phy / fixed-link support by Hannes Schmelzer · 8 years ago
  71. c2cc9d4 drivers: net: phy: add MV88E6xx options to Kconfig by Tim Harvey · 8 years ago
  72. ff7951e Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 8 years ago
  73. ee253f9 net: phy: MSCC Add Support for VSC8530-VSC8531-VSC8540-VSC8541 by John Haechten · 8 years ago
  74. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  75. 89e50d9 drivers: net: Provide Kconfig menu for PHYLIB by Alex · 8 years ago
  76. 27a8e03 net: phy: Improve the Marvell 151x constants by Joe Hershberger · 8 years ago
  77. 5b6b18e net: phy: dp83867: Add support for MAC impedance configuration by Mugunthan V N · 8 years ago
  78. b83da16 net: phy: vitesse: Fix cis8204 RGMII_ID code by Phil Edworthy · 8 years ago
  79. e4c26ee net: phy: Marvell: Use phy_interface_is_rgmii helper function by Phil Edworthy · 8 years ago
  80. 3483614 net: phy: Add support for Marvell M88E1512 by Phil Edworthy · 8 years ago
  81. a19a376 net: phy: Fix mask so that we can identify Marvell 88E1518 by Phil Edworthy · 8 years ago
  82. c611980 net: phy: ti: Fix dp83867 RGMII_TXID interface path by Phil Edworthy · 8 years ago
  83. 4f96f3f net: phy: Support Marvell 88E1680 by Dirk Eibach · 8 years ago
  84. 30c37f6 net: phy: add SMSC LAN8742 phy by Michael Kurz · 8 years ago
  85. 6fe282a xilinx_phy: Pass correct pointer to fdtdec_get_int() by Kamensky Ivan · 8 years ago
  86. a827418 net/phy/vitesse: Rework RGMII skew configuration for VSC8601 by Alex · 8 years ago
  87. 6a25090 net: phy: realtek: Only force master mode on rtl8211b/c by oliver@schinagl.nl · 8 years ago
  88. 1beb735 net: phy: realtek: make define more consistent by oliver@schinagl.nl · 8 years ago
  89. ec1b26f net: phy: realtek: Use the BIT() macro by oliver@schinagl.nl · 8 years ago
  90. 0c76630 net: phy: micrel: Fix error handling by Marek Vasut · 8 years ago
  91. 3f55bb6 net: phy: micrel: center FLP burst timing at 16ms by Ash Charles · 8 years ago
  92. 3da645f net: mv88e61xx: Add support for fixed links by Chris Packham · 8 years ago
  93. edc42a1 net: Add support for mv88e609x switches by Chris Packham · 8 years ago
  94. 3e4537d drivers: net: phy: atheros: add separate config for AR8031 by Mugunthan V N · 8 years ago
  95. 1e3e19f phy: atheros: add support for RGMII_ID, RGMII_TXID and RGMII_RXID by Andrea Merello · 9 years ago
  96. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  97. 0c33319 net: mii: Changes not made by spatch by Joe Hershberger · 8 years ago
  98. b3d61dd net: phy: marvell: Add a missing errno.h header by Simon Glass · 8 years ago
  99. 602e9b5 driver: net: phylib: add support for aquantia AQR106/107 PHY by Mingkai Hu · 8 years ago
  100. fcdcc55 net: phy: marvell: Do not reset 88e1310 after autoneg by Nathan Rossi · 8 years ago