| Commit message (Expand) | Author | Age | Files | Lines |
* | netloop: updates for NetLoop | Heiko Schocher | 2009-05-15 | 1 | -4/+3 |
* | NetLoop initialization bug | Michael Zaidman | 2009-04-19 | 1 | -59/+4 |
* | net: get mac address from environment and use eth util funcs | Mike Frysinger | 2009-03-20 | 1 | -12/+5 |
* | convert print_IPaddr() to %pI4 | Mike Frysinger | 2009-03-20 | 1 | -12/+1 |
* | netloop: speed up NetLoop | Heiko Schocher | 2009-02-22 | 1 | -59/+75 |
* | Fix IP alignment problem | Olav Morken | 2009-01-28 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2008-12-09 | 1 | -3/+4 |
|\ |
|
| * | net: Add additional IP fragmentation check | Peter Tyser | 2008-12-04 | 1 | -1/+2 |
| * | net: Define IP flag field values | Peter Tyser | 2008-12-04 | 1 | -3/+3 |
* | | Update U-Boot's build timestamp on every compile | Peter Tyser | 2008-12-06 | 1 | -0/+3 |
|/ |
|
* | rename CFG_ macros to CONFIG_SYS | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-18 | 1 | -6/+6 |
* | net: express the first argument to NetSetTimeout() in milliseconds | Bartlomiej Sieka | 2008-10-18 | 1 | -12/+7 |
* | Fix some more printf() format issues. | Wolfgang Denk | 2008-07-13 | 1 | -1/+1 |
* | Fix some more printf() format issues. | Jean-Christophe PLAGNIOL-VILLARD | 2008-07-13 | 1 | -1/+1 |
* | Fix some more print() format errors. | Wolfgang Denk | 2008-07-11 | 1 | -1/+2 |
* | Get rid of annoying/superfluous bad-checksum warning message | Remy Bohmer | 2008-06-04 | 1 | -0/+4 |
* | Big white-space cleanup. | Wolfgang Denk | 2008-05-21 | 1 | -3/+3 |
* | net: make ARP timeout configurable | Guennadi Liakhovetski | 2008-04-28 | 1 | -6/+17 |
* | net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER option | Matthias Fuchs | 2008-01-03 | 1 | -0/+2 |
* | Introduce new eth_receive routine | Rafal Jaworowski | 2008-01-03 | 1 | -0/+10 |
* | Fix warning differ in signedness in net/net.c and net/nfs.c | Jean-Christophe PLAGNIOL-VILLARD | 2007-11-18 | 1 | -4/+4 |
* | Fix memory corruption problem on STX GP3 SSA Board. | Wolfgang Denk | 2007-09-12 | 1 | -2/+2 |
* | Coding style cleanup; rebuild CHANGELOG | Wolfgang Denk | 2007-08-14 | 1 | -1/+1 |
* | multicast tftp: RFC2090 | David Updegraff | 2007-08-13 | 1 | -0/+8 |
* | net/: Remove lingering references to CFG_CMD_* symbols. | Jon Loeliger | 2007-07-10 | 1 | -4/+4 |
* | Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK! | Jon Loeliger | 2007-07-09 | 1 | -1/+1 |
* | net/: Remove obsolete references to CONFIG_COMMANDS | Jon Loeliger | 2007-07-09 | 1 | -30/+30 |
* | net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). | Jon Loeliger | 2007-07-04 | 1 | -30/+30 |
* | net - Support ping reply when processing net-loop | Ed Swarthout | 2007-03-07 | 1 | -0/+20 |
* | GCC-4.x fixes: clean up global data pointer initialization for all boards. | Wolfgang Denk | 2006-03-31 | 1 | -5/+2 |
* | Fix behaviour if gatewayip is not set | Wolfgang Denk | 2006-03-12 | 1 | -1/+3 |
* | Add explanation for CDP checksum algorithm | Wolfgang Denk | 2005-11-10 | 1 | -1/+4 |
* | Add support for multiple PHYs. | Marian Balakowicz | 2005-10-28 | 1 | -2/+2 |
* | Cleanup for GCC-4.x | Wolfgang Denk | 2005-10-13 | 1 | -2/+5 |
* | Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT). | Stefan Roese | 2005-08-31 | 1 | -1/+1 |
* | Prepare U-Boot for gcc-4.x | Wolfgang Denk | 2005-08-26 | 1 | -1/+2 |
* | Minor code cleanup | Wolfgang Denk | 2005-08-12 | 1 | -20/+20 |
* | Add UPD-Checksum code, fix problem in net.c (return instead of break) | Stefan Roese | 2005-08-12 | 1 | -2/+42 |
* | README: add explanation about patch policy | wdenk | 2005-05-03 | 1 | -5/+5 |
* | Patch by David Adair, 27 Oct 2004: | wdenk | 2005-04-03 | 1 | -2/+2 |
* | * Patch by Richard Klingler, 03 Apr 2005: | wdenk | 2005-04-03 | 1 | -1/+4 |
* | Minor cleanup | wdenk | 2005-04-03 | 1 | -3/+5 |
* | * Patch by Masami Komiya, 30 Mar 2005: | wdenk | 2005-04-01 | 1 | -1/+37 |
* | * Some Cleanup. | wdenk | 2005-01-12 | 1 | -0/+1 |
* | * Patch by Philippe Robin, 28 Sept 2004: | wdenk | 2004-10-11 | 1 | -0/+1 |
* | Patch by Andreas Engel, 16 Aug 2004: | wdenk | 2004-10-09 | 1 | -1/+1 |
* | Add support for console over UDP (compatible to Ingo Molnar's | wdenk | 2004-08-02 | 1 | -0/+22 |
* | * Patch by John Kerl, 19 Apr 2004: | wdenk | 2004-04-25 | 1 | -2/+2 |
* | * Cleanup, minor fixes | wdenk | 2004-04-18 | 1 | -98/+99 |
* | Patches by Pantelis Antoniou, 30 Mar 2004: | wdenk | 2004-04-15 | 1 | -37/+555 |