summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* Added times to start/stop log messagesMichael Brown2006-12-271-8/+12
* Ensure that old TCP connection state is destroyed before attempting toMichael Brown2006-12-221-0/+5
* Cannot immediately overwrite the peer address when we parseMichael Brown2006-12-221-3/+8
* Make start_timer() and stop_timer() robust against incorrect usage.Michael Brown2006-12-221-1/+8
* Avoid null pointer dereferences when no username/password specified.Michael Brown2006-12-211-3/+6
* When login fails, leave the session open but not in full featureMichael Brown2006-12-211-4/+15
* Add ability to shut down iSCSI connectionMichael Brown2006-12-211-22/+25
* Close UDP connection when DHCP completes.Michael Brown2006-12-201-0/+3
* Use stdlib.h for malloc() instead of malloc.h.Michael Brown2006-12-202-2/+2
* Request all the options that we're prepared to do anything with.Michael Brown2006-12-121-3/+5
* Also request root-path.Michael Brown2006-12-081-1/+2
* A cleaner method of handling login redirection; just use the existingMichael Brown2006-12-061-2/+5
* Work around another confused-by-RST bugMichael Brown2006-12-061-0/+8
* Work around another instance of the port re-use bug.Michael Brown2006-12-061-0/+8
* Tweaked retry messagesMichael Brown2006-12-061-1/+2
* Added debug messagesMichael Brown2006-12-051-0/+34
* Call closed() method only when the connection is genuinely in theMichael Brown2006-12-051-14/+19
* Ensure that tcp_rx() always frees its received packet buffer.Michael Brown2006-12-051-1/+2
* Killed off spurious <stdio.h> inclusionMichael Brown2006-12-051-1/+0Star
* Avoid calling NULL methods!Michael Brown2006-12-051-12/+22
* Update ftp.c to work with Nikhil's TCP stack.Michael Brown2006-12-051-18/+43
* Handle TargetAddressMichael Brown2006-12-051-0/+30
* Handle strings as complete units, instead of a byte at a time.Michael Brown2006-12-051-137/+74Star
* Add iscsi_rx_buffered_data() and supporting infrastructure.Michael Brown2006-12-051-24/+81
* Updated to use asynchronous operation model for iSCSI requestsMichael Brown2006-11-281-77/+413
* Split login into security negotation and operational parameterMichael Brown2006-10-031-25/+50
* We don't actually have a stdio.h header file. Our printf() functions areMichael Brown2006-09-279-9/+0Star
* added stdio.h to includes for DBG compilationMarty Connor2006-09-279-4/+13
* Made eth_ntoa() public for use in legacy drivers' DBG() statements.Michael Brown2006-09-151-1/+1
* Added extra debuggingMichael Brown2006-08-301-3/+6
* Correct option number for DHCP_DNS_SERVERS, and add it to the requestMichael Brown2006-08-271-1/+1
* Fixed a bug in the TCP state machine. Added a transition from ESTABLISHED to ...Nikhil Chandru Rao2006-08-191-57/+46Star
* IP6 supportNikhil Chandru Rao2006-08-193-14/+618
* Added RX tracing as well.Michael Brown2006-08-161-0/+5
* Added some minimal debugging for transmitted PDUs.Michael Brown2006-08-161-0/+7
* Bug fixes to the HTTP protocol codeDerek Pryor2006-08-121-1/+1
* Bug fixes to the HTTP protocol codeDerek Pryor2006-08-121-4/+3Star
* Fail gracefully when set_dhcp_option() is called with options==NULL.Michael Brown2006-08-111-1/+6
* New HTTP protocol and test codeDerek Pryor2006-08-111-0/+201
* command->data_{in,out} are now userptr_t, so it is invalid to compareMichael Brown2006-08-101-2/+2
* Fixed variable name in assertionMichael Brown2006-08-101-1/+1
* Towards an RFC2988-compliant timer.Michael Brown2006-08-091-18/+39
* Don't call stop_timer() from within the timer expiry callback; it'sMichael Brown2006-08-091-11/+10Star
* Changed the TCP state machines behaviour in the ESTABLISHED stateNikhil Chandru Rao2006-08-091-5/+15
* Temporarily work around the bug when port numbers are reused betweenMichael Brown2006-08-091-0/+7
* Correct some packet ownership and freeing bugs.Michael Brown2006-08-091-15/+36
* out_flags was being set but never used.Michael Brown2006-08-091-16/+14Star
* Port the UDP port allocation code to TCPMichael Brown2006-08-091-21/+45
* Remove some of the confusion surrounding the amount to strip off fromMichael Brown2006-08-091-6/+5Star
* iphdr->hlen includes the IP header, so truncate packet *before*Michael Brown2006-08-091-1/+1