summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/net.c: Update ipaddr if the environment has changedEnric Balletbo i Serra2011-06-011-1/+2
* net/tftp.c: fix typoLuca Ceresoli2011-05-191-1/+1
* TFTP: add tftpsrv commandLuca Ceresoli2011-05-191-1/+6
* TFTP: net/tftp.c: add server mode receiveLuca Ceresoli2011-05-192-4/+64
* TFTP: rename STATE_RRQ to STATE_SEND_RRQLuca Ceresoli2011-05-191-6/+6
* TFTP: replace "server" with "remote" in local variable namesLuca Ceresoli2011-05-191-14/+14
* net/tftp.c: cosmetic: do not initialise statics to 0 or NULLLuca Ceresoli2011-05-191-2/+2
* net/tftp.c: cosmetic: fix indentationLuca Ceresoli2011-05-191-5/+6
* net/tftp.c: cosmetic: trailing statements should be on next lineLuca Ceresoli2011-05-191-3/+6
* net/tftp.c: cosmetic: fix brace issuesLuca Ceresoli2011-05-191-11/+6
* net/tftp.c: cosmetic: do not use assignment in if conditionLuca Ceresoli2011-05-191-6/+12
* net/tftp.c: cosmetic: fix pointer syntax issuesLuca Ceresoli2011-05-191-10/+10
* net/tftp.c: cosmetic: fix whitespace issuesLuca Ceresoli2011-05-191-95/+97
* net/tftp.c: cosmetic: fix lines over 80 charactersLuca Ceresoli2011-05-191-24/+42
* net/net.c: cosmetic: do not use assignment in if conditionLuca Ceresoli2011-05-121-1/+2
* net/net.c: cosmetic: fix indentationLuca Ceresoli2011-05-121-42/+41
* net/net.c: cosmetic: parentheses not required for returnLuca Ceresoli2011-05-121-15/+15
* net/net.c: cosmetic: fix pointer syntax issuesLuca Ceresoli2011-05-121-15/+15
* net/net.c: cosmetic: fix brace issuesLuca Ceresoli2011-05-121-25/+13
* net/net.c: cosmetic: fix whitespace issuesLuca Ceresoli2011-05-121-93/+93
* net/net.c: cosmetic: variable initializationsLuca Ceresoli2011-05-121-22/+18
* net/net.c: cosmetic: fix lines over 80 charactersLuca Ceresoli2011-05-121-77/+155
* NET: pass source IP address to packet handlersLuca Ceresoli2011-05-127-21/+31
* netconsole: remove `serverip' checkSimon Guinot2011-05-121-1/+2
* NET: Correct potential missing goto label in case statement.Gray Remlin2011-04-281-1/+2
* Create PHY Lib for U-BootAndy Fleming2011-04-201-0/+6
* Fix bad padding of bootp request packetSimon Glass2011-04-131-1/+1
* Fix compile warning in net/eth.cRemy Bohmer2011-02-191-1/+1
* Add USB host ethernet adapter supportSimon Glass2011-02-191-19/+22
* string_to_VLAN: constify "var" argMike Frysinger2010-11-281-1/+1
* copy_filename: constify "src" argMike Frysinger2010-11-281-1/+1
* Switch from archive libraries to partial linkingSebastien Carlier2010-11-171-2/+2
* Net: clarify board/cpu_eth_init callsBen Warren2010-11-151-4/+12
* net: Fix potential empty DHCP Parameter Request ListJason Liu2010-11-141-0/+4
* rarp: Condtionally compile rarp supportPeter Tyser2010-10-112-3/+10
* Net: Remove redundant CONFIG_NET_MULTI directivesBen Warren2010-10-111-12/+4
* Fix compile warnings for const correctnessBen Warren2010-08-091-1/+1
* net: warn about spaces in device namesMike Frysinger2010-07-121-0/+3
* net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is setWolfgang Denk2010-06-201-2/+2
* ip/defrag: fix processing of last short fragmentFillod Stephane2010-06-201-1/+2
* Program net device MAC addresses after initializingBen Warren2010-05-031-0/+13
* ./net/net.c - make Microsoft dns servers happy with random_port() numbersRobin Getz2010-05-031-2/+4
* net: Trivial coding style issue with empty for statementDetlev Zundel2010-05-031-2/+3
* TFTP: allow for adjustable retransmission timoutWolfgang Denk2010-03-211-5/+18
* Make getenv_IPaddr() globalDirk Behme2010-01-171-26/+0
* Add error codes/handling for TFTP-serverRemy Bohmer2009-12-131-3/+29
* net: pull CONFIG checks out of source and into makefileMike Frysinger2009-12-137-30/+9
* nfs: NfsTimeout() updatesEvan Samanas2009-12-071-5/+6
* fix nfs symlink name corruptionEd Swarthout2009-12-071-1/+1
* Repair the 'netretry=once' option.Remy Bohmer2009-11-241-8/+24
OpenPOWER on IntegriCloud