1. b75d8dc treewide: convert bd_t to struct bd_info by coccinelle by Masahiro Yamada · 4 years, 5 months ago
  2. 46c8b18 net: rtl8139: Add DM support by Marek Vasut · 4 years, 6 months ago
  3. d8afb8b net: rtl8139: Read HW address from EEPROM only on probe by Marek Vasut · 4 years, 6 months ago
  4. 2df3a51 net: rtl8139: Use PCI_DEVICE() to define PCI device compat list by Marek Vasut · 4 years, 6 months ago
  5. 6a4a5c1 net: rtl8139: Split out common and non-DM functions by Marek Vasut · 4 years, 6 months ago
  6. 26f59c2 net: rtl8139: Pass private data into rtl8139_eeprom_delay() by Marek Vasut · 4 years, 6 months ago
  7. 3feb6f7 net: rtl8139: Introduce device private data by Marek Vasut · 4 years, 6 months ago
  8. 8ff1d4a net: rtl8139: Clean up bus_to_phys()/phys_to_bus() macros by Marek Vasut · 4 years, 6 months ago
  9. f438553 net: rtl8139: Use dev->iobase instead of custom ioaddr by Marek Vasut · 4 years, 6 months ago
  10. 1ba8d98 net: rtl8139: Switch from malloc()+memset() to calloc() by Marek Vasut · 4 years, 6 months ago
  11. 9962dd2 net: rtl8139: Factor out device name assignment by Marek Vasut · 4 years, 6 months ago
  12. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 6 months ago
  13. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
  14. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
  15. e7ab86d net: rtl8139: Fill in SPDX tag by Marek Vasut · 4 years, 7 months ago
  16. 6ee6caa net: rtl8139: Move functions around by Marek Vasut · 4 years, 7 months ago
  17. 0e5a411 net: rtl8139: Finish cleanup by Marek Vasut · 4 years, 7 months ago
  18. 38b306d net: rtl8139: Factor out hardware reset by Marek Vasut · 4 years, 7 months ago
  19. 661479f net: rtl8139: Minor cleanup of rtl_disable() by Marek Vasut · 4 years, 7 months ago
  20. 468fd95 net: rtl8139: Minor cleanup of rtl_poll() by Marek Vasut · 4 years, 7 months ago
  21. 67fdbc0 net: rtl8139: Minor cleanup of rtl_transmit() by Marek Vasut · 4 years, 7 months ago
  22. c7a3e35d net: rtl8139: Minor cleanup of rtl_reset() by Marek Vasut · 4 years, 7 months ago
  23. 89f3fac net: rtl8139: Minor cleanup of set_rx_mode() by Marek Vasut · 4 years, 7 months ago
  24. 198e6b5 net: rtl8139: Consistently use rtl8139_rx_config by Marek Vasut · 4 years, 7 months ago
  25. 17dc95e net: rtl8139: Minor cleanup of read_eeprom() by Marek Vasut · 4 years, 7 months ago
  26. f80f4e4 net: rtl8139: Rework eeprom_delay() macro by Marek Vasut · 4 years, 7 months ago
  27. a5e66e5 net: rtl8139: Register macro cleanup by Marek Vasut · 4 years, 7 months ago
  28. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
  29. 67bb984 net: remove CONFIG_MCAST_TFTP by Chris Packham · 6 years ago
  30. dda5251 net.h: Include linux/if_ether.h to avoid duplication by Bin Meng · 6 years ago
  31. 1fd92db net: cosmetic: Fix var naming net <-> eth drivers by Joe Hershberger · 10 years ago
  32. 9c4cffa net: Fix mcast function pointer prototype by Claudiu Manoil · 11 years ago
  33. 86f3cde drivers/net/rtl8139.c: Fix compile warning by Joe Hershberger · 12 years ago
  34. ecc6aa8 drivers/net/rtl8139.c: Fix GCC 4.6 build warnings by Wolfgang Denk · 13 years ago
  35. 986f727 net: rtl8139: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  36. 8ed44d9 Cleanup: fix "MHz" spelling by Wolfgang Denk · 16 years ago
  37. 0b252f5 Moved initialization of RTL8139 Ethernet controller to board_eth_init() by Ben Warren · 16 years ago
  38. 3b904cc net: Conditional COBJS inclusion of network drivers by Shinya Kuribayashi · 16 years ago
  39. c2f896b drivers/net/rtl8139.c: rx_status should be le32_to_cpu(rx_status). by Shinya Kuribayashi · 17 years ago
  40. 96a2367 drivers/net/rtl8139.c: Fix cache coherency issues by Shinya Kuribayashi · 17 years ago
  41. d1276c7 drivers/net/rtl8139.c: Fix tx timeout by Shinya Kuribayashi · 17 years ago
  42. 422b1a0 Fix Ethernet init() return codes by Ben Warren · 17 years ago
  43. 2439e4b drivers/net : move net drivers to drivers/net by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/rtl8139.c]
  44. 85eb5ca Coding style cleanup; rebuild CHANGELOG by Wolfgang Denk · 17 years ago
  45. 53a5c42 multicast tftp: RFC2090 by David Updegraff · 17 years ago
  46. ddb5d86f drivers/: Remove lingering references to CFG_CMD_* symbols. by Jon Loeliger · 17 years ago
  47. cb51c0b drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  48. d5be43d drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  49. da012ab Change Id to symbolic name for RTL8139 by Jin Zhengxiong · 18 years ago
  50. bc09cf3 Fix RTL8139 in big endian by Jin Zhengxiong-R64188 · 18 years ago
  51. 756f586 * Patch by Yusdi Santoso, 22 Oct 2004: by wdenk · 20 years ago
  52. b6e4c40 * Patch by Denis Peter, 8 Dec 2003 by wdenk · 21 years ago
  53. 63f3491 * Patch by André Schwarz, 8 Dec 2003: by wdenk · 21 years ago