aboutsummaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-18Fix warning differ in signedness in net/net.c and net/nfs.cJean-Christophe PLAGNIOL-VILLARD1-4/+4
2007-09-12Fix memory corruption problem on STX GP3 SSA Board.Wolfgang Denk1-2/+2
2007-08-14Coding style cleanup; rebuild CHANGELOGWolfgang Denk1-1/+1
2007-08-13multicast tftp: RFC2090David Updegraff1-0/+8
2007-07-10net/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-4/+4
2007-07-09Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!Jon Loeliger1-1/+1
2007-07-09net/: Remove obsolete references to CONFIG_COMMANDSJon Loeliger1-30/+30
2007-07-04net/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-30/+30
2007-03-07net - Support ping reply when processing net-loopEd Swarthout1-0/+20
2006-03-31GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk1-5/+2
2006-03-12Fix behaviour if gatewayip is not setWolfgang Denk1-1/+3
2005-11-10Add explanation for CDP checksum algorithmWolfgang Denk1-1/+4
2005-10-28Add support for multiple PHYs.Marian Balakowicz1-2/+2
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-2/+5
2005-08-31Add I2C support to TQM8540 and TQM8560 boards (EEPROM, RTC, LM75-DTT).Stefan Roese1-1/+1
2005-08-26Prepare U-Boot for gcc-4.xWolfgang Denk1-1/+2
2005-08-12Minor code cleanupWolfgang Denk1-20/+20
2005-08-12Add UPD-Checksum code, fix problem in net.c (return instead of break)Stefan Roese1-2/+42
2005-05-03README: add explanation about patch policywdenk1-5/+5
2005-04-03Patch by David Adair, 27 Oct 2004:wdenk1-2/+2
2005-04-03* Patch by Richard Klingler, 03 Apr 2005:wdenk1-1/+4
2005-04-03Minor cleanupwdenk1-3/+5
2005-04-01* Patch by Masami Komiya, 30 Mar 2005:wdenk1-1/+37
2005-01-12* Some Cleanup.wdenk1-0/+1
2004-10-11* Patch by Philippe Robin, 28 Sept 2004:wdenk1-0/+1
2004-10-09Patch by Andreas Engel, 16 Aug 2004:wdenk1-1/+1
2004-08-02Add support for console over UDP (compatible to Ingo Molnar'swdenk1-0/+22
2004-04-25* Patch by John Kerl, 19 Apr 2004:wdenk1-2/+2
2004-04-18* Cleanup, minor fixeswdenk1-98/+99
2004-04-15Patches by Pantelis Antoniou, 30 Mar 2004:wdenk1-37/+555
2004-03-23* Patches by Thomas Viehweger, 16 Mar 2004:wdenk1-8/+8
2004-03-14* Patch by Philippe Robin, 09 Mar 2004:wdenk1-3/+4
2004-02-24* Patch by Masami Komiy, 22 Feb 2004:wdenk1-0/+24
2003-10-15* Patches by Xianghua Xiao, 15 Oct 2003:LABEL_2003_10_16_0200wdenk1-2/+2
2003-10-08* Patch by Sangmoon Kim, 23 Sep 2003:wdenk1-0/+28
2003-08-28- Added CONFIG_BOOTP_DNS2 and CONFIG_BOOTP_SEND_HOSTNAME to CONFIG_BOOTP_MASK.stroese1-0/+3
2003-08-17* Make Ethernet autonegotiation on INCA-IP work for all clock rates;U-Boot-0_4_6wdenk1-3/+5
2003-06-27* Code cleanup:LABEL_2003_06_27_2340wdenk1-25/+25
2003-06-19* Patch by Richard Woodruff, 19 June 03:wdenk1-1/+2
2003-06-05* Add support for RMU boardwdenk1-28/+340
2002-11-11* Patch by Jim Sandoz, 07 Nov 2002:LABEL_2002_11_11_2211wdenk1-3/+3
2002-10-31Initial revisionwdenk1-0/+753