aboutsummaryrefslogtreecommitdiff
path: root/net/net.c
AgeCommit message (Expand)Author
2011-06-01net/net.c: Update ipaddr if the environment has changedEnric Balletbo i Serra
2011-05-19TFTP: add tftpsrv commandLuca Ceresoli
2011-05-12net/net.c: cosmetic: do not use assignment in if conditionLuca Ceresoli
2011-05-12net/net.c: cosmetic: fix indentationLuca Ceresoli
2011-05-12net/net.c: cosmetic: parentheses not required for returnLuca Ceresoli
2011-05-12net/net.c: cosmetic: fix pointer syntax issuesLuca Ceresoli
2011-05-12net/net.c: cosmetic: fix brace issuesLuca Ceresoli
2011-05-12net/net.c: cosmetic: fix whitespace issuesLuca Ceresoli
2011-05-12net/net.c: cosmetic: variable initializationsLuca Ceresoli
2011-05-12net/net.c: cosmetic: fix lines over 80 charactersLuca Ceresoli
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli
2011-05-12netconsole: remove `serverip' checkSimon Guinot
2011-04-28NET: Correct potential missing goto label in case statement.Gray Remlin
2010-11-28string_to_VLAN: constify "var" argMike Frysinger
2010-11-28copy_filename: constify "src" argMike Frysinger
2010-10-11rarp: Condtionally compile rarp supportPeter Tyser
2010-06-20ip/defrag: fix processing of last short fragmentFillod Stephane
2010-05-03./net/net.c - make Microsoft dns servers happy with random_port() numbersRobin Getz
2010-01-17Make getenv_IPaddr() globalDirk Behme
2009-12-13net: pull CONFIG checks out of source and into makefileMike Frysinger
2009-11-24Repair the 'netretry=once' option.Remy Bohmer
2009-08-25net: defragment IP packetsAlessandro Rubini
2009-08-07minor debug cleanups in ./netRobin Getz
2009-07-22Save server's MAC address in environmentRobin Getz
2009-07-22DHCP regression on 2009-06Michael Zaidman
2009-07-22Add DNS supportRobin Getz
2009-07-22net: rename NetRxPkt to NetRxPacketMike Frysinger
2009-05-15netloop: updates for NetLoopHeiko Schocher
2009-04-19NetLoop initialization bugMichael Zaidman
2009-03-20net: get mac address from environment and use eth util funcsMike Frysinger
2009-03-20convert print_IPaddr() to %pI4Mike Frysinger
2009-02-22netloop: speed up NetLoopHeiko Schocher
2009-01-28Fix IP alignment problemOlav Morken
2008-12-09Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk
2008-12-06Update U-Boot's build timestamp on every compilePeter Tyser
2008-12-04net: Add additional IP fragmentation checkPeter Tyser
2008-12-04net: Define IP flag field valuesPeter Tyser
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD
2008-10-18net: express the first argument to NetSetTimeout() in millisecondsBartlomiej Sieka
2008-07-13Fix some more printf() format issues.Wolfgang Denk
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD
2008-07-11Fix some more print() format errors.Wolfgang Denk
2008-06-04Get rid of annoying/superfluous bad-checksum warning messageRemy Bohmer
2008-05-21Big white-space cleanup.Wolfgang Denk
2008-04-28net: make ARP timeout configurableGuennadi Liakhovetski
2008-01-03net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER optionMatthias Fuchs
2008-01-03Introduce new eth_receive routineRafal Jaworowski
2007-11-18Fix warning differ in signedness in net/net.c and net/nfs.cJean-Christophe PLAGNIOL-VILLARD
2007-09-12Fix memory corruption problem on STX GP3 SSA Board.Wolfgang Denk
2007-08-14Coding style cleanup; rebuild CHANGELOGWolfgang Denk