summaryrefslogtreecommitdiff
path: root/net/net.c
Commit message (Expand)AuthorAgeLines
* net/net.c: Update ipaddr if the environment has changedEnric Balletbo i Serra2011-06-01-1/+2
* TFTP: add tftpsrv commandLuca Ceresoli2011-05-19-1/+6
* net/net.c: cosmetic: do not use assignment in if conditionLuca Ceresoli2011-05-12-1/+2
* net/net.c: cosmetic: fix indentationLuca Ceresoli2011-05-12-42/+41
* net/net.c: cosmetic: parentheses not required for returnLuca Ceresoli2011-05-12-15/+15
* net/net.c: cosmetic: fix pointer syntax issuesLuca Ceresoli2011-05-12-15/+15
* net/net.c: cosmetic: fix brace issuesLuca Ceresoli2011-05-12-25/+13
* net/net.c: cosmetic: fix whitespace issuesLuca Ceresoli2011-05-12-93/+93
* net/net.c: cosmetic: variable initializationsLuca Ceresoli2011-05-12-22/+18
* net/net.c: cosmetic: fix lines over 80 charactersLuca Ceresoli2011-05-12-77/+155
* NET: pass source IP address to packet handlersLuca Ceresoli2011-05-12-13/+17
* netconsole: remove `serverip' checkSimon Guinot2011-05-12-1/+2
* NET: Correct potential missing goto label in case statement.Gray Remlin2011-04-28-1/+2
* string_to_VLAN: constify "var" argMike Frysinger2010-11-28-1/+1
* copy_filename: constify "src" argMike Frysinger2010-11-28-1/+1
* rarp: Condtionally compile rarp supportPeter Tyser2010-10-11-2/+9
* ip/defrag: fix processing of last short fragmentFillod Stephane2010-06-20-1/+2
* ./net/net.c - make Microsoft dns servers happy with random_port() numbersRobin Getz2010-05-03-2/+4
* Make getenv_IPaddr() globalDirk Behme2010-01-17-26/+0
* net: pull CONFIG checks out of source and into makefileMike Frysinger2009-12-13-4/+0
* Repair the 'netretry=once' option.Remy Bohmer2009-11-24-8/+24
* net: defragment IP packetsAlessandro Rubini2009-08-25-5/+183
* minor debug cleanups in ./netRobin Getz2009-08-07-56/+24
* Save server's MAC address in environmentRobin Getz2009-07-22-0/+9
* DHCP regression on 2009-06Michael Zaidman2009-07-22-0/+3
* Add DNS supportRobin Getz2009-07-22-0/+29
* net: rename NetRxPkt to NetRxPacketMike Frysinger2009-07-22-4/+4
* netloop: updates for NetLoopHeiko Schocher2009-05-15-4/+3
* NetLoop initialization bugMichael Zaidman2009-04-19-59/+4
* net: get mac address from environment and use eth util funcsMike Frysinger2009-03-20-12/+5
* convert print_IPaddr() to %pI4Mike Frysinger2009-03-20-12/+1
* netloop: speed up NetLoopHeiko Schocher2009-02-22-59/+75
* Fix IP alignment problemOlav Morken2009-01-28-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2008-12-09-3/+4
|\
| * net: Add additional IP fragmentation checkPeter Tyser2008-12-04-1/+2
| * net: Define IP flag field valuesPeter Tyser2008-12-04-3/+3
* | Update U-Boot's build timestamp on every compilePeter Tyser2008-12-06-0/+3
|/
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-6/+6
* net: express the first argument to NetSetTimeout() in millisecondsBartlomiej Sieka2008-10-18-12/+7
* Fix some more printf() format issues.Wolfgang Denk2008-07-13-1/+1
* Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD2008-07-13-1/+1
* Fix some more print() format errors.Wolfgang Denk2008-07-11-1/+2
* Get rid of annoying/superfluous bad-checksum warning messageRemy Bohmer2008-06-04-0/+4
* Big white-space cleanup.Wolfgang Denk2008-05-21-3/+3
* net: make ARP timeout configurableGuennadi Liakhovetski2008-04-28-6/+17
* net: Add CONFIG_NET_DO_NOT_TRY_ANOTHER optionMatthias Fuchs2008-01-03-0/+2
* Introduce new eth_receive routineRafal Jaworowski2008-01-03-0/+10
* Fix warning differ in signedness in net/net.c and net/nfs.cJean-Christophe PLAGNIOL-VILLARD2007-11-18-4/+4
* Fix memory corruption problem on STX GP3 SSA Board.Wolfgang Denk2007-09-12-2/+2
* Coding style cleanup; rebuild CHANGELOGWolfgang Denk2007-08-14-1/+1