summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: introduce per device indexMichael Walle2011-12-201-29/+12
* net: Make sure IPaddr_t is 32 bits in sizeMatthias Weisser2011-12-063-5/+5
* net/bootp.c: Fix GCC 4.6 warningAnatolij Gustschin2011-11-231-1/+2
* net/net.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-071-3/+1
* net: Export auto_load, use it in rarpSimon Glass2011-10-273-49/+33
* net: Change for loop to memset()Simon Glass2011-10-271-6/+2
* net: Add more #ifdefs for tftpput to reduce code sizeSimon Glass2011-10-271-1/+10
* net: Make net_transfer() a static functionSimon Glass2011-10-271-1/+1
* net: Hide more code behind CONFIG_CMD_TFTPPUTSimon Glass2011-10-272-2/+12
* net: tftpput: implement tftp logicSimon Glass2011-10-262-21/+117
* net: tftpput: Support selecting get/put for tftpSimon Glass2011-10-263-4/+3
* net: tftpput: Factor out start, restart and next block functionsSimon Glass2011-10-261-26/+51
* net: tftpput: move common code into separate functionsSimon Glass2011-10-261-30/+38
* net: tftpput: Rename TFTP to TFTPGETSimon Glass2011-10-261-10/+8
* net: tftpput: Add support for receiving ICMP packetsSimon Glass2011-10-261-3/+24
* net: tftpput: Move ICMP code into its own functionSimon Glass2011-10-261-43/+58
* net/dns.c: Fix endian conversion for big-endian in dns commandBernhard Kaindl2011-10-231-12/+8
* net: bootp: add PXE/RFC 4578 DHCP options supportJason Hobbs2011-10-171-0/+40
* net: drop !NET_MULTI codeMike Frysinger2011-10-054-74/+11
* net: drop !NET_MULTI ns7520 driverMike Frysinger2011-10-051-4/+0
* net: Add \n before warning message so it prints on a new line.Philip Balister2011-10-011-1/+1
* net: turn name len check into an assertMike Frysinger2011-09-211-6/+1
* net/bootp.c: fix tftp load if autoload environment var isn't setPeter Korsgaard2011-09-191-1/+1
* net/eth.c: throw BUG for eth_get_dev_by_name(NULL)Helmut Raiger2011-09-091-0/+2
* Correct call to eth_write_hwaddr()Simon Glass2011-09-051-1/+1
* net: Check network device driver nameMichal Simek2011-09-041-0/+8
* Put common autoload code into auto_load() functionSimon Glass2011-08-081-43/+33
* Add Ethernet hardware MAC address framework to usbnetSimon Glass2011-08-081-25/+39
* net/eth.c: drop obsolete at91rm9200 supportAndreas Bießmann2011-08-031-4/+0
* bootp: add ntpserver option to bootp requestLuuk Paulussen2011-07-271-0/+15
* 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
OpenPOWER on IntegriCloud