summaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-12rarp: Condtionally compile rarp supportPeter Tyser1-2/+9
2010-06-21ip/defrag: fix processing of last short fragmentFillod Stephane1-1/+2
2010-05-04./net/net.c - make Microsoft dns servers happy with random_port() numbersRobin Getz1-2/+4
2010-01-17Make getenv_IPaddr() globalDirk Behme1-26/+0
2009-12-14net: pull CONFIG checks out of source and into makefileMike Frysinger1-4/+0
2009-11-25Repair the 'netretry=once' option.Remy Bohmer1-8/+24
2009-08-26net: defragment IP packetsAlessandro Rubini1-5/+183
2009-08-08minor debug cleanups in ./netRobin Getz1-56/+24
2009-07-23Save server's MAC address in environmentRobin Getz1-0/+9
2009-07-23DHCP regression on 2009-06Michael Zaidman1-0/+3
2009-07-23Add DNS supportRobin Getz1-0/+29
2009-07-23net: rename NetRxPkt to NetRxPacketMike Frysinger1-4/+4
2009-05-15netloop: updates for NetLoopHeiko Schocher1-4/+3
2009-04-20NetLoop initialization bugMichael Zaidman1-59/+4
2009-03-21net: get mac address from environment and use eth util funcsMike Frysinger1-12/+5
2009-03-21convert print_IPaddr() to %pI4Mike Frysinger1-12/+1
2009-02-23netloop: speed up NetLoopHeiko Schocher1-59/+75
2009-01-29Fix IP alignment problemOlav Morken1-1/+1
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