summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-12-21net: introduce per device indexMichael Walle1-29/+12
2011-12-07net: Make sure IPaddr_t is 32 bits in sizeMatthias Weisser3-5/+5
2011-11-23net/bootp.c: Fix GCC 4.6 warningAnatolij Gustschin1-1/+2
2011-11-08net/net.c: Fix GCC 4.6 build warningWolfgang Denk1-3/+1
2011-10-28net: Export auto_load, use it in rarpSimon Glass3-49/+33
2011-10-28net: Change for loop to memset()Simon Glass1-6/+2
2011-10-28net: Add more #ifdefs for tftpput to reduce code sizeSimon Glass1-1/+10
2011-10-28net: Make net_transfer() a static functionSimon Glass1-1/+1
2011-10-28net: Hide more code behind CONFIG_CMD_TFTPPUTSimon Glass2-2/+12
2011-10-26net: tftpput: implement tftp logicSimon Glass2-21/+117
2011-10-26net: tftpput: Support selecting get/put for tftpSimon Glass3-4/+3
2011-10-26net: tftpput: Factor out start, restart and next block functionsSimon Glass1-26/+51
2011-10-26net: tftpput: move common code into separate functionsSimon Glass1-30/+38
2011-10-26net: tftpput: Rename TFTP to TFTPGETSimon Glass1-10/+8
2011-10-26net: tftpput: Add support for receiving ICMP packetsSimon Glass1-3/+24
2011-10-26net: tftpput: Move ICMP code into its own functionSimon Glass1-43/+58
2011-10-24net/dns.c: Fix endian conversion for big-endian in dns commandBernhard Kaindl1-12/+8
2011-10-18net: bootp: add PXE/RFC 4578 DHCP options supportJason Hobbs1-0/+40
2011-10-06net: drop !NET_MULTI codeMike Frysinger4-74/+11
2011-10-06net: drop !NET_MULTI ns7520 driverMike Frysinger1-4/+0
2011-10-01net: Add \n before warning message so it prints on a new line.Philip Balister1-1/+1
2011-09-22net: turn name len check into an assertMike Frysinger1-6/+1
2011-09-20net/bootp.c: fix tftp load if autoload environment var isn't setPeter Korsgaard1-1/+1
2011-09-10net/eth.c: throw BUG for eth_get_dev_by_name(NULL)Helmut Raiger1-0/+2
2011-09-05Correct call to eth_write_hwaddr()Simon Glass1-1/+1
2011-09-05net: Check network device driver nameMichal Simek1-0/+8
2011-08-08Put common autoload code into auto_load() functionSimon Glass1-43/+33
2011-08-08Add Ethernet hardware MAC address framework to usbnetSimon Glass1-25/+39
2011-08-03net/eth.c: drop obsolete at91rm9200 supportAndreas Bießmann1-4/+0
2011-07-28bootp: add ntpserver option to bootp requestLuuk Paulussen1-0/+15
2011-06-02net/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-13net/net.c: cosmetic: do not use assignment in if conditionLuca Ceresoli1-1/+2
2011-05-13net/net.c: cosmetic: fix indentationLuca Ceresoli1-42/+41
2011-05-13net/net.c: cosmetic: parentheses not required for returnLuca Ceresoli1-15/+15
2011-05-13net/net.c: cosmetic: fix pointer syntax issuesLuca Ceresoli1-15/+15
2011-05-13net/net.c: cosmetic: fix brace issuesLuca Ceresoli1-25/+13
2011-05-13net/net.c: cosmetic: fix whitespace issuesLuca Ceresoli1-93/+93