1. c5729f0 fman/mEMAC: set SETSP bit in IF_MODE regisgter for RGMII speed by Zang Roy-R61911 · 12 years ago
  2. 472d546 Consolidate bool type by York Sun · 11 years ago
  3. 98f9200 am33xx: Add required includes to some omap/am33xx code by Tom Rini · 12 years ago
  4. 76b40ab Merge u-boot/master into u-boot-ti/master by Tom Rini · 12 years ago
  5. 48ec529 am335x: cpsw: optimize cpsw_send to increase network performance by Mugunthan V N · 12 years ago
  6. 978226d net: Use new numeric setenv functions by Simon Glass · 12 years ago
  7. 951c6ba Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  8. fefb098 ppc: Move mpc512x clocks to arch_global_data by Simon Glass · 12 years ago
  9. b287749 ppc: Move mpc5xxx clocks to arch_global_data by Simon Glass · 12 years ago
  10. e1dbdd8 powerpc/mpc85xx:Add support of B4420 SoC by Poonam Aggrwal · 12 years ago
  11. e394ceb powerpc/mpc85xx: Few updates for B4860 cpu changes by Poonam Aggrwal · 12 years ago
  12. fe428b9 net: fec_mxc: get phydev before fec_probe by Troy Kisky · 12 years ago
  13. 4dc27ee net: fec_mxc: only call phy_connect in fec_probe by Troy Kisky · 12 years ago
  14. ef8e3a3 net: fec_mxc: use fec_set_dev_name to set name by Troy Kisky · 12 years ago
  15. 1adb406 phy: add phy_find_by_mask/phy_connect_dev by Troy Kisky · 12 years ago
  16. eef2448 net: fec_mxc: have fecmxc_initialize call fecmxc_initialize_multi by Troy Kisky · 12 years ago
  17. 575c5cc net: fec_mxc: change fec_mii_setspeed parameter by Troy Kisky · 12 years ago
  18. 09439c3 net: fec_mxc: delete CONFIG_FEC_MXC_MULTI by Troy Kisky · 12 years ago
  19. 0a16ea5 mv88e61xx: refactor PHY and SWITCH level-code by Albert ARIBAUD · 12 years ago
  20. 79f3877 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  21. e3bb325 net: sh_eth: add support for SH7752 by Yoshihiro Shimoda · 12 years ago
  22. b4b81e8 phy: Add support for Marvell 88E1118R by Michal Simek · 12 years ago
  23. 776e66e e1000e : Correct Rx Threshold granularity by Ruchika Gupta · 12 years ago
  24. cdd0729 am335x: cpsw: make phy address configurable by Yegor Yefremov · 12 years ago
  25. d31e53b powerpc/85xx: add support for the Freescale P5040DS Superhydra reference board by Timur Tabi · 12 years ago
  26. 960d70c drivers/net/: sparse fixes by Kim Phillips · 12 years ago
  27. 0637059 net/: sparse fixes by Kim Phillips · 12 years ago
  28. eef1cf2 include/linux/byteorder: import latest endian definitions from linux by Kim Phillips · 12 years ago
  29. b411eb3 arm: Remove support for NETARM by Marek Vasut · 12 years ago
  30. 1f3bd3e powerpc/fm: fix TBI PHY address settings by shaohui xie · 12 years ago
  31. 111fd19 fm/mEMAC: add mEMAC frame work by Roy Zang · 12 years ago
  32. d240414 powerpc/mpc85xx: Add B4860 and variant SoCs by York Sun · 12 years ago
  33. 9e75875 powerpc/mpc85xx: Add T4240 SoC by York Sun · 12 years ago
  34. 2b758ca m68k: net: Fix unused variable in mcfmii.c by Marek Vasut · 12 years ago
  35. a821d08 ppc4xx: Remove AP1000 board support by Stefan Roese · 12 years ago
  36. de57550 da850/omap-l138: davinci_emac: Suppress auto negotiation if needed by Bastian Ruppert · 12 years ago
  37. cec2655 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 12 years ago
  38. c0b5a3b FEC: Replace magic contants by Marek Vasut · 12 years ago
  39. 6744909 FEC: Rework the TX wait mechanism by Marek Vasut · 12 years ago
  40. bc1ce15 FEC: Remove endless loop in the FEC driver by Marek Vasut · 12 years ago
  41. efe24d2 FEC: Properly align address over the buffers for cache ops by Marek Vasut · 12 years ago
  42. e2a66e6 FEC: Do not pass unaligned buffer to network stack by Marek Vasut · 12 years ago
  43. f91ba0e net: Add Vitesse VSC8662 PHY support by Priyanka Jain · 12 years ago
  44. b737337 net/phy: support the mv88e6352 switch by Valentin Longchamp · 12 years ago
  45. 185f7d9 net: Add driver for Zynq Gem IP by Michal Simek · 12 years ago
  46. 5675b50 Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx by Tom Rini · 12 years ago
  47. 8a0eccb net: Filter incoming netconsole packets by IP by Joe Hershberger · 12 years ago
  48. e827fec net: Allow netconsole settings to change after nc_start by Joe Hershberger · 12 years ago
  49. f8be7d6 net: Improve the speed of netconsole by Joe Hershberger · 12 years ago
  50. 2c8fe51 net: Make the netconsole buffer size configurable by Joe Hershberger · 12 years ago
  51. dcd5a59 net: sh_eth: Add support R8A7740 of rmobile (arm core) by Nobuhiro Iwamatsu · 12 years ago
  52. 905b3b0 dm: net: Fixup the armada100 FEC driver by Marek Vasut · 12 years ago
  53. 7fd7082 net: emaclite: Support OF initialization by Michal Simek · 12 years ago
  54. 61e1298 dm: net: Move IXP NPE to drivers/net/ by Marek Vasut · 12 years ago
  55. 7f51898 net: Make netconsole src and dest ports configurable by Joe Hershberger · 12 years ago
  56. fa2afe0 dm: sparc: net: Fixup greth compile warnings by Marek Vasut · 12 years ago
  57. a6f0c4f Merge branch 'master' of git://git.denx.de/u-boot-avr32 by Wolfgang Denk · 12 years ago
  58. 6ed0e94 net:macb: add line break by Andreas Bießmann · 12 years ago
  59. f7fa2f3 arm : Atmel : add at91sam9x5ek board support by Bo Shen · 12 years ago
  60. 2b62997 cpsw: add driver for cpsw ethernet device by Cyril Chemparathy · 12 years ago
  61. 3e978f5 powerpc/fsl-corenet: remove dead variant symbols by Scott Wood · 12 years ago
  62. 055ce08 powerpc/85xx: remove support for the Freescale P3060 by Timur Tabi · 12 years ago
  63. 4376b4c fm-eth: use fdt_status_disabled() function in ft_fixup_port() by Timur Tabi · 12 years ago
  64. ae2291f fm-eth: add function fm_info_get_phy_address() by Timur Tabi · 12 years ago
  65. 99abf7d powerpc/85xx: add support for FM2 DTSEC5 by Timur Tabi · 12 years ago
  66. b98b611 Merge branch 'next' of git://git.denx.de/u-boot by Wolfgang Denk · 12 years ago
  67. 631fea8 net: sh_eth: add support for SH7757's GETHER by Yoshihiro Shimoda · 12 years ago
  68. 49afb8c net: sh_eth: modify the definitions of regsiter by Yoshihiro Shimoda · 12 years ago
  69. 2623509 net: sh_eth: add SH_ETH_TYPE_ condition by Yoshihiro Shimoda · 12 years ago
  70. 58bef2a net: sh_eth: clean up for the SH7757's code by Yoshihiro Shimoda · 12 years ago
  71. f41471e net: fec_mxc: Fix MDC for xMII by benoit.thebaudeau@advans · 12 years ago
  72. 9d2d924 net: fec_mxc: Fix setting of RCR for xMII by benoit.thebaudeau@advans · 12 years ago
  73. 6705e03 Blackfin: bfin_mac: drop volatile markings on packet buffers by Mike Frysinger · 12 years ago
  74. 0878222 Merge branch 'next' of git://git.denx.de/u-boot-net into next by Wolfgang Denk · 12 years ago
  75. 66f119e net/designware: Consecutive writes to the same register to be avoided by Dinh Nguyen · 12 years ago
  76. cc5f552 net: phy: micrel: make ksz9021 phy accessible by Troy Kisky · 12 years ago
  77. 11af8d6 net: abort network initialization if the PHY driver fails by Timur Tabi · 12 years ago
  78. 6e5b9ac phylib: phy_startup() should return an error code on failure by Timur Tabi · 12 years ago
  79. a6616ef net/sh-ether: Fix build by removing ECSIPR_BRCRXIP and other by Nobuhiro Iwamatsu · 12 years ago
  80. ef76025 net: Multiple updates/enhancements to designware.c by Stefan Roese · 12 years ago
  81. 9afc1af SPEAr: Add interface information in initialization by Vipin Kumar · 12 years ago
  82. b78375a da850/omap-l138: Enable auto negotiation in RMII mode by Rajashekhara, Sudhakar · 12 years ago
  83. 4398d55 net: sh-eth: Add support Gigabit of SH7734 by Nobuhiro Iwamatsu · 12 years ago
  84. ee6ec5d net: sh_eth: Add support SH7734 Ethernet device by Nobuhiro Iwamatsu · 13 years ago
  85. 4ef8d53 net: Allow filtering on debug traces in the net subsystem by Joe Hershberger · 12 years ago
  86. d7310c7 net: Make sure NetLoop is initialized when using NetConsole by Joe Hershberger · 12 years ago
  87. ece223b net: Refactor to separate the UDP handler from the ARP handler by Joe Hershberger · 12 years ago
  88. 22f6e99 net: Refactor to protect access to the NetState variable by Joe Hershberger · 12 years ago
  89. 594c26f net: cosmetic: Un-typedef IP_t by Joe Hershberger · 12 years ago
  90. 10cbe3b net: Fix remaining API interface breakage by Joe Hershberger · 12 years ago
  91. d1527b5 drivers/net/rtl8169.c: Fix compile warning by Joe Hershberger · 12 years ago
  92. f92a151 drivers/net/pcnet.c: Fix compile warning by Joe Hershberger · 12 years ago
  93. 8d094e5 drivers/net/xilinx_axi_emac.c: Fix compile warning by Stephan Linz · 12 years ago
  94. 1ae6b9c drivers/net/xilinx_emaclite.c: Fix compile warning by Stephan Linz · 12 years ago
  95. f22ff1a drivers/net/xilinx_ll_temac.c: Fix compile warning by Stephan Linz · 12 years ago
  96. 4b94215 drivers/net/uli526x.c: Fix compile warning by Joe Hershberger · 12 years ago
  97. e5c83f3 drivers/net/tsi108_eth.c: Fix compile warning by Joe Hershberger · 12 years ago
  98. 86f3cde drivers/net/rtl8139.c: Fix compile warning by Joe Hershberger · 12 years ago
  99. 7c64a50 drivers/net/ns8382x.c: Fix compile warning by Joe Hershberger · 12 years ago
  100. bf254f6 drivers/net/natsemi.c: Fix compile warning by Joe Hershberger · 12 years ago