aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-06-01net/net.c: Update ipaddr if the environment has changedEnric Balletbo i Serra1-1/+2
2011-05-19net/tftp.c: fix typoLuca Ceresoli1-1/+1
2011-05-19TFTP: add tftpsrv commandLuca Ceresoli1-1/+6
2011-05-19TFTP: net/tftp.c: add server mode receiveLuca Ceresoli2-4/+64
2011-05-19TFTP: rename STATE_RRQ to STATE_SEND_RRQLuca Ceresoli1-6/+6
2011-05-19TFTP: replace "server" with "remote" in local variable namesLuca Ceresoli1-14/+14
2011-05-19net/tftp.c: cosmetic: do not initialise statics to 0 or NULLLuca Ceresoli1-2/+2
2011-05-19net/tftp.c: cosmetic: fix indentationLuca Ceresoli1-5/+6
2011-05-19net/tftp.c: cosmetic: trailing statements should be on next lineLuca Ceresoli1-3/+6
2011-05-19net/tftp.c: cosmetic: fix brace issuesLuca Ceresoli1-11/+6
2011-05-19net/tftp.c: cosmetic: do not use assignment in if conditionLuca Ceresoli1-6/+12
2011-05-19net/tftp.c: cosmetic: fix pointer syntax issuesLuca Ceresoli1-10/+10
2011-05-19net/tftp.c: cosmetic: fix whitespace issuesLuca Ceresoli1-95/+97
2011-05-19net/tftp.c: cosmetic: fix lines over 80 charactersLuca Ceresoli1-24/+42
2011-05-12net/net.c: cosmetic: do not use assignment in if conditionLuca Ceresoli1-1/+2
2011-05-12net/net.c: cosmetic: fix indentationLuca Ceresoli1-42/+41
2011-05-12net/net.c: cosmetic: parentheses not required for returnLuca Ceresoli1-15/+15
2011-05-12net/net.c: cosmetic: fix pointer syntax issuesLuca Ceresoli1-15/+15
2011-05-12net/net.c: cosmetic: fix brace issuesLuca Ceresoli1-25/+13
2011-05-12net/net.c: cosmetic: fix whitespace issuesLuca Ceresoli1-93/+93
2011-05-12net/net.c: cosmetic: variable initializationsLuca Ceresoli1-22/+18
2011-05-12net/net.c: cosmetic: fix lines over 80 charactersLuca Ceresoli1-77/+155
2011-05-12NET: pass source IP address to packet handlersLuca Ceresoli7-21/+31
2011-05-12netconsole: remove `serverip' checkSimon Guinot1-1/+2
2011-04-28NET: Correct potential missing goto label in case statement.Gray Remlin1-1/+2
2011-04-20Create PHY Lib for U-BootAndy Fleming1-0/+6
2011-04-13Fix bad padding of bootp request packetSimon Glass1-1/+1
2011-02-19Fix compile warning in net/eth.cRemy Bohmer1-1/+1
2011-02-19Add USB host ethernet adapter supportSimon Glass1-19/+22
2010-11-28string_to_VLAN: constify "var" argMike Frysinger1-1/+1
2010-11-28copy_filename: constify "src" argMike Frysinger1-1/+1
2010-11-17Switch from archive libraries to partial linkingSebastien Carlier1-2/+2
2010-11-15Net: clarify board/cpu_eth_init callsBen Warren1-4/+12
2010-11-14net: Fix potential empty DHCP Parameter Request ListJason Liu1-0/+4
2010-10-11rarp: Condtionally compile rarp supportPeter Tyser2-3/+10
2010-10-11Net: Remove redundant CONFIG_NET_MULTI directivesBen Warren1-12/+4
2010-08-09Fix compile warnings for const correctnessBen Warren1-1/+1
2010-07-12net: warn about spaces in device namesMike Frysinger1-0/+3
2010-06-20net/eth.c: eth_mac_skip() is only needed when CONFIG_NET_MULTI is setWolfgang Denk1-2/+2
2010-06-20ip/defrag: fix processing of last short fragmentFillod Stephane1-1/+2
2010-05-03Program net device MAC addresses after initializingBen Warren1-0/+13
2010-05-03./net/net.c - make Microsoft dns servers happy with random_port() numbersRobin Getz1-2/+4
2010-05-03net: Trivial coding style issue with empty for statementDetlev Zundel1-2/+3
2010-03-21TFTP: allow for adjustable retransmission timoutWolfgang Denk1-5/+18
2010-01-17Make getenv_IPaddr() globalDirk Behme1-26/+0
2009-12-13Add error codes/handling for TFTP-serverRemy Bohmer1-3/+29
2009-12-13net: pull CONFIG checks out of source and into makefileMike Frysinger7-30/+9
2009-12-07nfs: NfsTimeout() updatesEvan Samanas1-5/+6
2009-12-07fix nfs symlink name corruptionEd Swarthout1-1/+1
2009-11-24Repair the 'netretry=once' option.Remy Bohmer1-8/+24