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