1. 329f0f5 ATMEL: fix related common atmel driver files by Reinhard Meyer · 14 years ago
  2. 95efa79 net: xilinx emaclite: Fix return values by Michal Simek · 14 years ago
  3. 03eb129 NET: pass source IP address to packet handlers by Luca Ceresoli · 13 years ago
  4. 063c126 tsec: Convert tsec to use PHY Lib by Andy Fleming · 13 years ago
  5. 9082eea phylib: Add a bunch of PHY drivers from tsec by Andy Fleming · 13 years ago
  6. 5f18471 Create PHY Lib for U-Boot by Andy Fleming · 13 years ago
  7. 09c04c2 Remove instances of phy_read/write by Andy Fleming · 14 years ago
  8. 9075191 tsec: arrange the code to avoid useless function declaration by Mingkai Hu · 14 years ago
  9. a32a6be tsec: use IO accessors for IO accesses by Mingkai Hu · 14 years ago
  10. 6052cba Fix misc spelling errors found by lintian by Loïc Minier · 14 years ago
  11. 2c2668f Net: Add Intel E1000 82574L PCIe card support by Roy Zang · 14 years ago
  12. 7d2fade ea20: fix undefined PHY_* errors by Ben Gardiner · 14 years ago
  13. 19d68d2 tsec: add AR8021 PHY support by Li Yang · 14 years ago
  14. 8d8fd5b net: ftmac100: update get_timer() usages by Po-Yu Chuang · 14 years ago
  15. 6f6e6e0 net: ftmac100: remove unnecessary volatiles by Po-Yu Chuang · 14 years ago
  16. 903de46 net: sh_eth: add support for SH7757's ETHER by Yoshihiro Shimoda · 14 years ago
  17. 327f55c net: ne2000: Add spport RTL-8019AS by Nobuhiro Iwamatsu · 14 years ago
  18. 4bfa18f Merge branch 'master' of git://git.denx.de/u-boot-sh by Wolfgang Denk · 14 years ago
  19. 68260aa net: sh_eth: add cache handling by Yoshihiro Shimoda · 14 years ago
  20. 840f892 DaVinci DM6467: Added ET1011C (LSI) PHY support by Sandeep Paulraj · 14 years ago
  21. 2a7d603 DaVinci EMAC: Add name to Ethernet device by Sandeep Paulraj · 14 years ago
  22. 4b9b9e7 DaVinci EMAC: Fix davinci_eth_gigabit_enable by Sandeep Paulraj · 14 years ago
  23. 9691245 fec_mxc: add support for MX53 processor by Liu Hui-R64343 · 14 years ago
  24. 1672171 NET: lan91c96: Correct chip detect logic by Yanjun Yang · 14 years ago
  25. 0e7790d LAN91C*: Change chip names to fit the eth_device struct size by Yanjun Yang · 14 years ago
  26. b3dbf4a5 ftgmac100: support of gigabit eth ftgmac100 by Macpaul Lin · 14 years ago
  27. 8ef583a miiphy: convert to linux/mii.h by Mike Frysinger · 14 years ago
  28. 006915f Merge branch 'master' of ../master into next by Wolfgang Denk · 14 years ago
  29. 72c96a6 tsec: Revert to setting TBICR_ANEG_ENABLE by default for SGMII by Kumar Gala · 14 years ago
  30. ac8983b Merge branch 'master' of git://git.denx.de/u-boot-imx by Wolfgang Denk · 14 years ago
  31. d260740 da850: Add RMII support for EMAC by Sudhakar Rajashekhara · 14 years ago
  32. de550d6 824x: Cleanup for partial linking and --gc-sections by Wolfgang Denk · 14 years ago
  33. 8aa858c e1000: fix compile warning by Wolfgang Denk · 14 years ago
  34. 565e39c imx: Get fec mac address from fuse by Liu Hui-R64343 · 14 years ago
  35. 6439466 GRETH: removed space in network driver device name. by Daniel Hellstrom · 14 years ago
  36. ed52d12 GRETH: fixed 2 decriptor table typos by Daniel Hellstrom · 14 years ago
  37. 533b67d GRETH: Added extra RESET, this is needed if GRETH was stopped during an ethernet frame reception. by Daniel Hellstrom · 14 years ago
  38. e780d82 GRETH: Added autodetection of PHY address, or let BSP hardcode it. by Daniel Hellstrom · 14 years ago
  39. 6644c19 GRETH: made debug printouts use common debug() macro. by Daniel Hellstrom · 14 years ago
  40. e3ce686 GRETH: removed unneccesary register write and one clean up. by Daniel Hellstrom · 14 years ago
  41. f7ac99f net: e1000: typo using wrong argument to sizeof by Matthew McClintock · 14 years ago
  42. 6d8962e Switch from archive libraries to partial linking by Sebastien Carlier · 14 years ago
  43. 4b29bdb net: e1000: Add initialized eth_device & e1000_hw structure by Kumar Gala · 14 years ago
  44. fe7f188 net: uli526x: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  45. 7faeb99 net: tsi108_eth: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  46. 5ed0eec net: pcnet: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  47. 9a07e80 net: ns8382x: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  48. a9bc6d7 net: natsemi: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  49. de0b957 net: fec_mxc: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  50. 72c4c33 net: eepro100: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  51. be44f75 net: dc2114x: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  52. 986f727 net: rtl8139: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  53. f4eaef7 net: rtl8169: Add initialized eth_device structure by Nobuhiro Iwamatsu · 14 years ago
  54. 2e5167c Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOC by Wolfgang Denk · 14 years ago
  55. 0ef9119 Fix compile warning in uli526x driver by Kumar Gala · 14 years ago
  56. e9319f1 drivers/net/fec_mxc.c: write mac address in init by John Rigby · 14 years ago
  57. e1b4c57 Merge branch 'master' of git://git.denx.de/u-boot-arm by Wolfgang Denk · 14 years ago
  58. 1ca6d0d smc91111: add write_hwaddr by Thomas Chou · 14 years ago
  59. 7b37a27 davinci_emac: davinci_eth_set_mac_addr to ->write_hwaddr by Ben Gardiner · 14 years ago
  60. 042272a net: Move Emaclite to NET_MULTI by Michal Simek · 14 years ago
  61. 3f91ec0 net: Fix emaclite driver to support little-endian microblaze by Michal Simek · 14 years ago
  62. f87a6f2 mpc5xxx_fec: add call to reset_phy() after PHY initialization by Ilya Yanok · 14 years ago
  63. 7717906 drivers/net/at91_emac.c: change return values by Andreas Bießmann · 14 years ago
  64. e63ac4c drivers/net/at91_emac.c: increase timeout for autonegotiation by Andreas Bießmann · 14 years ago
  65. a61a819 NET: add ENC28J60 driver using SPI framework by Reinhard Meyer · 14 years ago
  66. b7081d9 NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.c by Reinhard Meyer (-VC) · 14 years ago
  67. 38bda01 at91_emac.c: poll for IDLE when writing PHY by Andreas Bießmann · 14 years ago
  68. 4b8d77b at91_emac.c: fix 'Warning: eth device name has a space!' by Andreas Bießmann · 14 years ago
  69. 0c71481 Blackfin: bfin_mac: convert from old style MMR macros by Mike Frysinger · 14 years ago
  70. 5e7abce ppc4xx: Big header cleanup, mostly PPC440 related by Stefan Roese · 14 years ago
  71. b36df56 ppc4xx: Move ppc4xx headers to powerpc include directory by Stefan Roese · 14 years ago
  72. d7fb9bc Fix compile warnings for const correctness by Ben Warren · 14 years ago
  73. 5700bb6 miiphy: constify device name by Mike Frysinger · 14 years ago
  74. 48690d8 net ppc: fix ethernet device names with spaces by Heiko Schocher · 14 years ago
  75. f699fe1 net,fec: Shorten device name as done for other drivers by Stefano Babic · 14 years ago
  76. 82369c0 net 52xx: fix ethernet device names with spaces by Wolfgang Denk · 14 years ago
  77. 50298d3 Merge branch 'master' of git://git.denx.de/u-boot-net by Wolfgang Denk · 14 years ago
  78. 94060a1 Blackfin: bfin_mac: remove space from name by Mike Frysinger · 14 years ago
  79. 8339ad7 Blackfin: bfin_mac: convert to portmux framework by Mike Frysinger · 14 years ago
  80. d3c9ffd mvgbe: add support for orion5x GbE controller by Albert Aribaud · 14 years ago
  81. d44265a mvgbe: support SoCs other than kirkwood by Albert Aribaud · 14 years ago
  82. 9b6bcdc net: rename: kirkwood_egiga as mvgbe by Albert Aribaud · 14 years ago
  83. c67e2cc kirkwood_egiga: CONFIG_SKIP_LOCAL_MAC_RANDOMIZATION by Albert Aribaud · 14 years ago
  84. 836cd45 cpuat91: unbreak ethernet by Eric Bénard · 14 years ago
  85. 409943a at91_emac: Write MAC address automatically by Eric Bénard · 14 years ago
  86. cafb14f AX88180: use standard I/O accessors by Mike Frysinger · 14 years ago
  87. 14f637f AX88180: make OUTW handle 32bit/16bit defines too by Hoan Hoang · 14 years ago
  88. 2566706 AX88180: add support for the Marvell 88E1118 phy by Hoan Hoang · 14 years ago
  89. 6bb4679 Write MAC address automatically on MACB-based boards by Ben Warren · 14 years ago
  90. daa2ce6 tsec: fix the return value for tsec_eth_init() by Timur Tabi · 14 years ago
  91. ec0d879 uli526x: drop newlines from device name by Mike Frysinger · 14 years ago
  92. f9abdfe AX88180: switch to common mii.h header by Mike Frysinger · 14 years ago
  93. 141ab7a AX88180: improve phy searching by Mike Frysinger · 14 years ago
  94. bb7336a AX88180: fix media typos by Hoan Hoang · 14 years ago
  95. 49fa6ed kirkwood_egiga: updates: fix DRAM mapping and typo by Albert Aribaud · 14 years ago
  96. 5b1b188 SPEAr : Network driver support added by Vipin KUMAR · 14 years ago
  97. c19a20d kirkwood_egiga: bugfix: add DMA sequence points by Albert Aribaud · 14 years ago
  98. ca08054 net: Add option to disable fiber on M88E1111 PHY for PPC4xx by Stefan Roese · 14 years ago
  99. 67bee2f net: dm9000x: re-add casts to I/O pointers to fix gcc warnings by Mike Frysinger · 14 years ago
  100. 26918b7 tsec: add micrel ksz804 phy by Heiko Schocher · 14 years ago