summaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-09Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk1-3/+4
2008-12-07Update U-Boot's build timestamp on every compilePeter Tyser1-0/+3
2008-12-05net: Add additional IP fragmentation checkPeter Tyser1-1/+2
2008-12-05net: Define IP flag field valuesPeter Tyser1-3/+3
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-6/+6
2008-10-18net: express the first argument to NetSetTimeout() in millisecondsBartlomiej Sieka1-12/+7
2008-07-14Fix some more printf() format issues.Wolfgang Denk1-1/+1
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-07-11Fix some more print() format errors.Wolfgang Denk1-1/+2
2008-06-05Get rid of annoying/superfluous bad-checksum warning messageRemy Bohmer1-0/+4
2008-05-21Big white-space cleanup.Wolfgang Denk1-3/+3
2008-04-29net: make ARP timeout configurableGuennadi Liakhovetski1-6/+17
2008-01-04net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER optionMatthias Fuchs1-0/+2
2008-01-04Introduce new eth_receive routineRafal Jaworowski1-0/+10
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-14multicast tftp: RFC2090David Updegraff1-0/+8
2007-07-10net/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-4/+4
2007-07-10Finally retire cmd_confdefs.h and CONFIG_BOOTP_MASK!Jon Loeliger1-1/+1
2007-07-10net/: 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-08net - 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-29Add 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-13Minor 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-04Patch 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-12* Patch by Philippe Robin, 28 Sept 2004:wdenk1-0/+1
2004-10-10Patch by Andreas Engel, 16 Aug 2004:wdenk1-1/+1
2004-08-03Add 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-16Patches by Pantelis Antoniou, 30 Mar 2004:wdenk1-37/+555
2004-03-24* 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-16* Patches by Xianghua Xiao, 15 Oct 2003:wdenk1-2/+2
2003-10-09* 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