summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: cosmetic: Un-typedef IP_tJoe Hershberger2012-05-2313-45/+47
* net: Move RARP receive logic out of net.cJoe Hershberger2012-05-233-48/+37
* net: Move PING out of net.cJoe Hershberger2012-05-234-129/+179
* net: Move ARP out of net.cJoe Hershberger2012-05-234-196/+257
* net: Encapsulate CDP packet identificationJoe Hershberger2012-05-231-1/+1
* net: Move CDP out of net.cJoe Hershberger2012-05-234-365/+397
* net: Move MAC-seeded rand out of bootp.cJoe Hershberger2012-05-235-58/+107
* net: move bootfile init into eth_initializeMike Frysinger2012-05-151-0/+10
* net: punt bd->bi_ip_addrMike Frysinger2012-05-151-2/+0
* net: cosmetic: tftp.* checkpatch complianceJoe Hershberger2012-05-152-17/+15
* net: cosmetic: sntp.* checkpatch complianceJoe Hershberger2012-05-152-15/+18
* net: cosmetic: rarp.* checkpatch complianceJoe Hershberger2012-05-152-16/+16
* net: cosmetic: nfs.* checkpatch complianceJoe Hershberger2012-05-152-152/+150
* net: cosmetic: net.c checkpatch complianceJoe Hershberger2012-05-151-14/+8
* net: cosmetic: eth.c checkpatch complianceJoe Hershberger2012-05-151-35/+32
* net: cosmetic: bootp.* checkpatch complianceJoe Hershberger2012-05-152-193/+203
* net: Remove volatile from net APIJoe Hershberger2012-05-155-30/+28
* net/eth.c: fix eth_write_hwaddr() to use dev->enetaddr as fall backEric Miao2012-04-031-2/+1
* bootstage: Plumb in bootstage calls for basic operationsSimon Glass2012-03-182-0/+5
* bootstage: Replace show_boot_progress/error() with bootstage_...()Simon Glass2012-03-181-3/+3
* bootstage: Convert net progress numbers to enumsSimon Glass2012-03-181-3/+3
* bootstage: Use show_boot_error() for -ve progress numbersSimon Glass2012-03-181-1/+1
* net/miiphy/serial: drop duplicate "NAMESIZE" defineMike Frysinger2012-03-181-1/+1
* PPC: Drop mv6446x_eth_initialize() from net/eth.cMarek Vasut2012-03-061-5/+0
* PPC: Drop mv6436x_eth_initialize() from net/eth.cMarek Vasut2012-03-061-4/+0
* eth: remove usb-ethernet devices before re-enumerating themVincent Palatin2012-03-031-0/+29
* 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
OpenPOWER on IntegriCloud