summaryrefslogtreecommitdiff
path: root/net/net.c
Commit message (Expand)AuthorAgeLines
* net: cosmetic: Un-typedef Ethernet_tJoe Hershberger2012-05-23-5/+6
* net: cosmetic: Split struct ip_udp_hdr into ip_hdrJoe Hershberger2012-05-23-8/+8
* net: cosmetic: Un-typedef IP_tJoe Hershberger2012-05-23-30/+32
* net: Move RARP receive logic out of net.cJoe Hershberger2012-05-23-26/+1
* net: Move PING out of net.cJoe Hershberger2012-05-23-129/+4
* net: Move ARP out of net.cJoe Hershberger2012-05-23-196/+13
* net: Encapsulate CDP packet identificationJoe Hershberger2012-05-23-1/+1
* net: Move CDP out of net.cJoe Hershberger2012-05-23-365/+1
* net: punt bd->bi_ip_addrMike Frysinger2012-05-15-2/+0
* net: cosmetic: net.c checkpatch complianceJoe Hershberger2012-05-15-14/+8
* net: Remove volatile from net APIJoe Hershberger2012-05-15-17/+17
* bootstage: Plumb in bootstage calls for basic operationsSimon Glass2012-03-18-0/+1
* net: Make sure IPaddr_t is 32 bits in sizeMatthias Weisser2011-12-06-3/+3
* net/net.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-07-3/+1
* net: Export auto_load, use it in rarpSimon Glass2011-10-27-0/+30
* net: Change for loop to memset()Simon Glass2011-10-27-6/+2
* net: Hide more code behind CONFIG_CMD_TFTPPUTSimon Glass2011-10-27-0/+8
* net: tftpput: implement tftp logicSimon Glass2011-10-26-0/+4
* net: tftpput: Rename TFTP to TFTPGETSimon Glass2011-10-26-10/+8
* net: tftpput: Add support for receiving ICMP packetsSimon Glass2011-10-26-3/+24
* net: tftpput: Move ICMP code into its own functionSimon Glass2011-10-26-43/+58
* net: drop !NET_MULTI codeMike Frysinger2011-10-05-30/+0
* net/net.c: Update ipaddr if the environment has changedEnric Balletbo i Serra2011-06-01-1/+2
* TFTP: add tftpsrv commandLuca Ceresoli2011-05-19-1/+6
* net/net.c: cosmetic: do not use assignment in if conditionLuca Ceresoli2011-05-12-1/+2
* net/net.c: cosmetic: fix indentationLuca Ceresoli2011-05-12-42/+41
* net/net.c: cosmetic: parentheses not required for returnLuca Ceresoli2011-05-12-15/+15
* net/net.c: cosmetic: fix pointer syntax issuesLuca Ceresoli2011-05-12-15/+15
* net/net.c: cosmetic: fix brace issuesLuca Ceresoli2011-05-12-25/+13
* net/net.c: cosmetic: fix whitespace issuesLuca Ceresoli2011-05-12-93/+93
* net/net.c: cosmetic: variable initializationsLuca Ceresoli2011-05-12-22/+18
* net/net.c: cosmetic: fix lines over 80 charactersLuca Ceresoli2011-05-12-77/+155
* NET: pass source IP address to packet handlersLuca Ceresoli2011-05-12-13/+17
* netconsole: remove `serverip' checkSimon Guinot2011-05-12-1/+2
* NET: Correct potential missing goto label in case statement.Gray Remlin2011-04-28-1/+2
* string_to_VLAN: constify "var" argMike Frysinger2010-11-28-1/+1
* copy_filename: constify "src" argMike Frysinger2010-11-28-1/+1
* rarp: Condtionally compile rarp supportPeter Tyser2010-10-11-2/+9
* ip/defrag: fix processing of last short fragmentFillod Stephane2010-06-20-1/+2
* ./net/net.c - make Microsoft dns servers happy with random_port() numbersRobin Getz2010-05-03-2/+4
* Make getenv_IPaddr() globalDirk Behme2010-01-17-26/+0
* net: pull CONFIG checks out of source and into makefileMike Frysinger2009-12-13-4/+0
* Repair the 'netretry=once' option.Remy Bohmer2009-11-24-8/+24
* net: defragment IP packetsAlessandro Rubini2009-08-25-5/+183
* minor debug cleanups in ./netRobin Getz2009-08-07-56/+24
* Save server's MAC address in environmentRobin Getz2009-07-22-0/+9
* DHCP regression on 2009-06Michael Zaidman2009-07-22-0/+3
* Add DNS supportRobin Getz2009-07-22-0/+29
* net: rename NetRxPkt to NetRxPacketMike Frysinger2009-07-22-4/+4
* netloop: updates for NetLoopHeiko Schocher2009-05-15-4/+3