1. 3b2d63a net: pcnet: Wrap iobase into private data by Marek Vasut · 4 years, 4 months ago
  2. fdf6cbe net: pcnet: Pass private data through dev->priv by Marek Vasut · 4 years, 4 months ago
  3. 60074d9 net: pcnet: Wrap devbusfn into private data by Marek Vasut · 4 years, 4 months ago
  4. d20e857 net: pcnet: Drop useless forward declarations by Marek Vasut · 4 years, 4 months ago
  5. 69e08bd net: pcnet: Move initialize function at the end by Marek Vasut · 4 years, 4 months ago
  6. 246d2bf net: pcnet: Move private data allocation to initialize by Marek Vasut · 4 years, 4 months ago
  7. ae38e96 net: pcnet: Replace memset+malloc with calloc by Marek Vasut · 4 years, 4 months ago
  8. 1c38c36 net: pcnet: Simplify private data allocation by Marek Vasut · 4 years, 4 months ago
  9. e4797c3 net: pcnet: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 4 months ago
  10. 1524e40 net: pcnet: Drop PCNET_HAS_PROM by Marek Vasut · 4 years, 4 months ago
  11. 97d5c14 net: pcnet: Drop typedef struct pcnet_priv_t by Marek Vasut · 4 years, 4 months ago
  12. 6463b73 net: eepro100: Add Kconfig entries by Marek Vasut · 4 years, 4 months ago
  13. af8ecdf net: eepro100: Add DM support by Marek Vasut · 4 years, 4 months ago
  14. 8835103 net: eepro100: Split common parts of non-DM functions out by Marek Vasut · 4 years, 4 months ago
  15. 43b7383 net: eepro100: Drop bd_t pointer from read_hw_addr() by Marek Vasut · 4 years, 4 months ago
  16. fb8307e net: eepro100: Add RX/TX rings into the private data by Marek Vasut · 4 years, 4 months ago
  17. 39daab2 net: eepro100: Pass device private data into mdiobus by Marek Vasut · 4 years, 4 months ago
  18. 389da97 net: eepro100: Pass device private data around by Marek Vasut · 4 years, 4 months ago
  19. bd159c6 net: eepro100: Introduce device private data by Marek Vasut · 4 years, 4 months ago
  20. fa9e121 net: eepro100: Pass PCI BDF into bus_to_phys()/phys_to_bus() by Marek Vasut · 4 years, 4 months ago
  21. acdf5d8 net: eepro100: Drop inline keyword by Marek Vasut · 4 years, 4 months ago
  22. a6c06ec net: eepro100: Fix EE_*_CMD macros by Marek Vasut · 4 years, 4 months ago
  23. 66fed73 net: eepro100: Factor out MII registration by Marek Vasut · 4 years, 4 months ago
  24. 6c7d3f6 net: eepro100: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 4 months ago
  25. 3a15684 net: eepro100: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 4 months ago
  26. 047a800 net: eepro100: Reorder functions in the driver by Marek Vasut · 4 years, 4 months ago
  27. d47cf87 net: eepro100: Remove volatile misuse by Marek Vasut · 4 years, 4 months ago
  28. 5116aae net: eepro100: Add cache management by Marek Vasut · 4 years, 4 months ago
  29. 95655b9 net: eepro100: Factor out tx_ring command issuing by Marek Vasut · 4 years, 4 months ago
  30. 46df32e net: eepro100: Replace purge_tx_ring() with memset() by Marek Vasut · 4 years, 4 months ago
  31. 81bdeea net: eepro100: Use standard I/O accessors by Marek Vasut · 4 years, 4 months ago
  32. f3878f5 net: eepro100: Fix camelcase by Marek Vasut · 4 years, 4 months ago
  33. b013173 net: eepro100: Fix remaining checkpatch issues by Marek Vasut · 4 years, 4 months ago
  34. 614e951 net: eepro100: Fix indented label by Marek Vasut · 4 years, 4 months ago
  35. 7a30873 net: eepro100: Fix pointer location by Marek Vasut · 4 years, 4 months ago
  36. 773af83 net: eepro100: Fix parenthesis alignment by Marek Vasut · 4 years, 4 months ago
  37. 9b12ff9 net: eepro100: Fix braces by Marek Vasut · 4 years, 4 months ago
  38. db9f181 net: eepro100: Fix spacing by Marek Vasut · 4 years, 4 months ago
  39. e5352c6 net: eepro100: Use plain debug() by Marek Vasut · 4 years, 4 months ago
  40. aba283d net: eepro100: Clean up comments by Marek Vasut · 4 years, 4 months ago
  41. 0a5be6c net: eepro100: Remove EEPRO100_SROM_WRITE by Marek Vasut · 4 years, 4 months ago
  42. 46c8b18 net: rtl8139: Add DM support by Marek Vasut · 4 years, 5 months ago
  43. d8afb8b net: rtl8139: Read HW address from EEPROM only on probe by Marek Vasut · 4 years, 5 months ago
  44. 2df3a51 net: rtl8139: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 5 months ago
  45. 6a4a5c1 net: rtl8139: Split out common and non-DM functions by Marek Vasut · 4 years, 5 months ago
  46. 26f59c2 net: rtl8139: Pass private data into rtl8139_eeprom_delay() by Marek Vasut · 4 years, 5 months ago
  47. 3feb6f7 net: rtl8139: Introduce device private data by Marek Vasut · 4 years, 5 months ago
  48. 8ff1d4a net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros by Marek Vasut · 4 years, 5 months ago
  49. f438553 net: rtl8139: Use dev->iobase instead of custom ioaddr by Marek Vasut · 4 years, 5 months ago
  50. 1ba8d98 net: rtl8139: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 5 months ago
  51. 9962dd2 net: rtl8139: Factor out device name assignment by Marek Vasut · 4 years, 5 months ago
  52. 8882238 net: phy: Add DP8382x phy registration to TI PHY init by Dan Murphy · 4 years, 5 months ago
  53. bc0e578 net: phy: Add support for TI PHY init by Dan Murphy · 4 years, 5 months ago
  54. 9c6de50 net: phy: add phyid search in vendor specific space by Florin Chiculita · 4 years, 5 months ago
  55. a7a435e net: rt8169: WAR for DHCP not getting IP after kernel boot/reboot by Tom Warren · 4 years, 6 months ago
  56. baafd99 net: phy: micrel: ksz8061 implement errata 80000688A fix by Bryan O'Donoghue · 4 years, 6 months ago
  57. 08649c3 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx by Tom Rini · 4 years, 4 months ago
  58. a0f47e0 net: tsec: Access TBI PHY through the corresponding MII by Hou Zhiqiang · 4 years, 5 months ago
  59. bf67eb3 net: tsec: Access eTSEC registers using virtual address by Hou Zhiqiang · 4 years, 5 months ago
  60. 2932c5a net: tsec: fsl_mdio: add DM MDIO support by Madalin Bucur · 4 years, 5 months ago
  61. 9447222 drivers: net: e1000: with DM_ETH needs DM_PCI too by Madalin Bucur · 4 years, 5 months ago
  62. 99ac861 net: sun8i_emac: Add support for the H6 variant by Samuel Holland · 4 years, 5 months ago
  63. abdbefb net: sun8i_emac: Use consistent clock bitfield definitions by Samuel Holland · 4 years, 5 months ago
  64. df4c483 net: ks8851: Add Kconfig entries by Marek Vasut · 4 years, 6 months ago
  65. 1d476de net: ks8851: Add DM support by Marek Vasut · 4 years, 6 months ago
  66. 9c9f3fc net: ks8851: Receive one packet per recv call by Marek Vasut · 4 years, 6 months ago
  67. f725912 net: ks8851: Split non-DM specific bits from common code by Marek Vasut · 4 years, 6 months ago
  68. b7c6ae2 net: ks8851: Pass around driver private data by Marek Vasut · 4 years, 6 months ago
  69. 8ec27b0 net: ks8851: Checkpatch cleanup by Marek Vasut · 4 years, 6 months ago
  70. eb69d8b net: ks8851: Clean up chip ID readout by Marek Vasut · 4 years, 6 months ago
  71. 63f22f5 net: ks8851: Remove type_frame_head by Marek Vasut · 4 years, 6 months ago
  72. b043597 net: ks8851: Trim down struct ks_net by Marek Vasut · 4 years, 6 months ago
  73. 6a45731 net: ks8851: Use 16bit RXQCR access by Marek Vasut · 4 years, 6 months ago
  74. 8b41a16 net: ks8851: Remove RXQCR cache by Marek Vasut · 4 years, 6 months ago
  75. e3b54cd net: ks8851: Replace malloc()+memset() with calloc() by Marek Vasut · 4 years, 6 months ago
  76. b0b13f4 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq by Tom Rini · 4 years, 4 months ago
  77. d5b0af0 net: fsl-mc: fixup DPC: add /board/ports node if missing by Razvan Ionut Cirjan · 4 years, 5 months ago
  78. 21a00d1 drivers: net: fsl-mc: fixup msi-map property by Laurentiu Tudor · 4 years, 5 months ago
  79. 9b2e892 driver: net: fm: minor fix in DM ETH support by Madalin Bucur · 4 years, 5 months ago
  80. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago
  81. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  82. 07e1114 Fix some checkpatch warnings in calls to udelay() by Simon Glass · 4 years, 5 months ago
  83. eb41d8a common: Drop linux/bug.h from common header by Simon Glass · 4 years, 5 months ago
  84. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  85. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  86. 4d72caa common: Drop image.h from common header by Simon Glass · 4 years, 5 months ago
  87. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  88. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  89. bb0fb4c rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD by Trevor Woerner · 4 years, 5 months ago
  90. b16a331 rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X by Trevor Woerner · 4 years, 5 months ago
  91. 57805f2 net: bcmgenet: Don't set ID_MODE_DIS when not using RGMII by Nicolas Saenz Julienne · 4 years, 7 months ago
  92. bb488ac Merge tag 'ti-v2020.07-rc2' of https://gitlab.denx.de/u-boot/custodians/u-boot-ti by Tom Rini · 4 years, 5 months ago
  93. 580fab4 eQos: Implement the read_rom_hwaddr callback by Ye Li · 4 years, 5 months ago
  94. 9d4194f fec: Move imx_get_mac_from_fuse declare to imx file by Ye Li · 4 years, 5 months ago
  95. 0e9d239 net: eqos: implement callbaks to get interface and set txclk rate by Fugang Duan · 4 years, 5 months ago
  96. 3a97da1 net: dwc_eth_qos: add dwc eqos for imx support by Fugang Duan · 4 years, 5 months ago
  97. e32e4d0 net: phy: realtek: add rx delay support for RTL8211F by Fugang Duan · 4 years, 5 months ago
  98. 6a895d0 net: Update eQos driver and FEC driver to use eth phy interfaces by Ye Li · 4 years, 5 months ago
  99. 5fe419e net: Add eth phy generic driver for shared MDIO by Ye Li · 4 years, 5 months ago
  100. 3b26d52 net: fec: add fuse check by Peng Fan · 4 years, 5 months ago