1. 53fa409 net: e1000: Remove non-DM_ETH code by Tom Rini · 1 year, 10 months ago
  2. 2635e3b pci: Add mask parameter to dm_pci_map_bar() by Andrew Scull · 2 years, 5 months ago
  3. 12507a2 pci: Map bars with offset and length by Andrew Scull · 2 years, 5 months ago
  4. c72231d WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years ago
  5. 0b1284e global: Convert simple_strtoul() with decimal to dectoul() by Simon Glass · 3 years, 2 months ago
  6. 7001863 net: e1000: do not attempt to set hwaddr for i210 without FLASH by Tim Harvey · 3 years, 5 months ago
  7. 1480744 net: e1000: Add missing address translations by Stefan Roese · 3 years, 10 months ago
  8. 919c8ed net: e1000: Use virt_to_phys() instead of pci_virt_to_mem() by Stefan Roese · 3 years, 10 months ago
  9. 55f0103 net: e1000: Remove unused bus_to_phys() macro by Stefan Roese · 3 years, 10 months ago
  10. 3f8905a net: e1000: implement eth_write_hwaddr for DM_ETH by Ian Ray · 3 years, 11 months ago
  11. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 10 months ago
  12. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 10 months ago
  13. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  14. c90778a net: e1000: add defaults for i210 TX/RX PBSIZE by Christian Gmeiner · 4 years ago
  15. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 3 months ago
  16. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  17. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  18. 0914011 command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 5 months ago
  19. 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 5 months ago
  20. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  21. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 10 months ago
  22. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  23. 8f5672e net: e1000: Fix e1000_igb semaphore handling by Bernhard Messerklinger · 7 years ago
  24. 8d9bde0 net: e1000: implement eth_write_hwaddr by Hannu Lounento · 7 years ago
  25. e0a75fe net: e1000: split e1000_read_mac_addr by Hannu Lounento · 7 years ago
  26. f1bcad2 net: e1000: add support for writing to EEPROM by Hannu Lounento · 7 years ago
  27. 063bb70 net: e1000: fix indentation by Andre Przywara · 8 years ago
  28. eb4e8ce net: e1000: Fix the build with driver model and SPI EEPROM by Alban Bedel · 8 years ago
  29. 57dc53a Merge branch 'agust@denx.de' of git://git.denx.de/u-boot-staging by Tom Rini · 9 years ago
  30. a187559 Use correct spelling of "U-Boot" by Bin Meng · 9 years ago
  31. 81dab9a net: e1000: Convert to use DM PCI API by Bin Meng · 9 years ago
  32. 774da4b Merge git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  33. 21ccce1 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · 9 years ago
  34. a40b2df net: e1000: use correct helper to do endianness conversion by Miao Yan · 9 years ago
  35. c65a5f4 net: e1000: Remove CONFIG_MVBC_1G by Bin Meng · 9 years ago
  36. e97f7fb net: e1000: Remove dead codes wrapped by #if 0 by Bin Meng · 9 years ago
  37. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  38. 1d8a078 net: e1000: Fix build warnings for 32-bit by Bin Meng · 9 years ago
  39. c294ac5 net: e1000: Add Kconfig options by Simon Glass · 9 years ago
  40. c6d80a1 net: e1000: Convert to driver model by Simon Glass · 9 years ago
  41. 5c5e707 net: e1000: Prepare for driver model conversion by Simon Glass · 9 years ago
  42. c752cd2 net: e1000: Move #include of common.h to the C files by Simon Glass · 9 years ago
  43. 6497e37 net: e1000: Support 64-bit physical address by Mingkai Hu · 9 years ago
  44. faa765d net: e1000: Increase autoneg timeout to 8 seconds by Stefan Roese · 9 years ago
  45. 48b168b e1000: remove unnecessary clearing of SWSM.SWSM_SMBI by Tim Harvey · 9 years ago
  46. 3c63dd5 Revert "e1000: fix sw fw sync on igb i210/i211" by Tim Harvey · 9 years ago
  47. 7e2d991 e1000: releasing semaphore once no longer needed by Tim Harvey · 9 years ago
  48. 5abf13e drivers/net/e1000.c: Cleanup whitespace by Minghuan Lian · 10 years ago
  49. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 9 years ago
  50. 0adb5b7 net: cosmetic: Name ethaddr variables consistently by Joe Hershberger · 9 years ago
  51. 06e07f6 drivers/net/e1000.c: fix compile warning under 64bit mode by Minghuan Lian · 10 years ago
  52. 6c499ab e1000: add i211 and unprogrammed i210/i211 support by Marcel Ziswiler · 10 years ago
  53. 17da712 e1000: fix sw fw sync on igb i210/i211 by Marcel Ziswiler · 10 years ago
  54. 76f8cdb net/e1000: Fix EEPROM access error by York Sun · 10 years ago
  55. a427720 e1000: fix no nvm build by Marcel Ziswiler · 10 years ago
  56. 9518606 e1000: add i210 support by Marek Vasut · 10 years ago
  57. 873e8e0 e1000: Implement dcache support by Marek Vasut · 10 years ago
  58. d2ff5e5 e1000: remove redundant assignment by David Müller (ELSOFT AG) · 10 years ago
  59. 8712adf drivers/net/e1000: Introduce CONFIG_E1000_NO_NVM by Rojhalat Ibrahim · 11 years ago
  60. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  61. 472d546 Consolidate bool type by York Sun · 11 years ago
  62. 776e66e e1000e : Correct Rx Threshold granularity by Ruchika Gupta · 12 years ago
  63. a821d08 ppc4xx: Remove AP1000 board support by Stefan Roese · 12 years ago
  64. 97796f7 drivers/net/e1000.c: Fix compile warning by Joe Hershberger · 12 years ago
  65. 40867a2 drivers/net/e1000.c: Fix GCC 4.6 build warnings by Anatolij Gustschin · 13 years ago
  66. 56b13b1 e1000: fix unused variable waring for e1000 driver by Zang Roy-R61911 · 13 years ago
  67. 7a34106 e1000: fix bugs from recent commits by Wolfgang Denk · 13 years ago
  68. ce5207e e1000: Allow direct access to the E1000 SPI EEPROM device by Kyle Moffett · 13 years ago
  69. 2326a94 e1000: Export core EEPROM access functions for SPI support by Kyle Moffett · 13 years ago
  70. 114d7fc e1000: Rewrite EEPROM checksum error to give more information by Kyle Moffett · 13 years ago
  71. d60626f8 e1000: Restructure and streamline PCI device probing by Kyle Moffett · 13 years ago
  72. 987b43a e1000: Clean up handling of dual-port NICs and support 82571 by Kyle Moffett · 14 years ago
  73. c4c9fbe consolidate mdelay by providing a common function for all users by Anatolij Gustschin · 13 years ago
  74. 2c2668f Net: Add Intel E1000 82574L PCIe card support by Roy Zang · 14 years ago
  75. 8aa858c e1000: fix compile warning by Wolfgang Denk · 14 years ago
  76. f7ac99f net: e1000: typo using wrong argument to sizeof by Matthew McClintock · 14 years ago
  77. 4b29bdb net: e1000: Add initialized eth_device & e1000_hw structure by Kumar Gala · 14 years ago
  78. 2ab4a4d net: e1000: Add support for the Intel 82546GB controller by Reinhard Arlt · 15 years ago
  79. 9ea005f Use different PBA value for E1000 PCI and PCIe cards by Roy Zang · 15 years ago
  80. f81ecb5 e1000: fix PCI memory addressing by Timur Tabi · 15 years ago
  81. ecbd207 Fix E1000 build warning on AP1000 board by Roy Zang · 15 years ago
  82. aa07078 Add Intel E1000 PCIE card support by Roy Zang · 15 years ago
  83. 1bc4343 drivers/net/e1000.c: missing terminator for supported devices by Stefan Althoefer · 16 years ago
  84. ad3381c Moved initialization of E1000 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  85. f2302d4 Fix merge problems by Stefan Roese · 16 years ago
  86. 8915f11 e1000: add support for 82545GM 64bit PCI-X copper variant by Paul Gortmaker · 16 years ago
  87. 3b904cc net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · 16 years ago
  88. aa3b8bf E1000: Add support for the 82541GI LF Intel Pro 1000 GT Desktop Adapter by Wolfgang Grandegger · 16 years ago
  89. 1aeed8d Coding Style cleanup; update CHANGELOG by Wolfgang Denk · 16 years ago
  90. ac3315c new PHY @ e1000 - 2nd try by Andre Schwarz · 17 years ago
  91. 2439e4b drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/e1000.c]
  92. 07d38a1 drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  93. d5be43d drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  94. 77ddac9 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  95. 7521af1 Add support for AP1000 board. Patch by James MacAulay, 07 Oct 2005 by Wolfgang Denk · 19 years ago
  96. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  97. 682011f * Patches by Udi Finkelstein, 2 June 2003: by wdenk · 21 years ago