summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Towards making KEEP_IT_REAL work again.Michael Brown2006-08-247-33/+261
* Quick utility to pad floppy disk images for vmware/qemuMichael Brown2006-08-231-0/+12
* 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-197-22/+743
* Added RX tracing as well.Michael Brown2006-08-161-0/+5
* Added debug strings.Michael Brown2006-08-161-1/+12
* Remove old-style debug messageMichael Brown2006-08-161-2/+0Star
* Added some minimal debugging for transmitted PDUs.Michael Brown2006-08-161-0/+7
* Take out unused cleanup() function so that we can remove the linkMichael Brown2006-08-151-1/+2
* Removed TAGGED_IMAGE from the default build; NBI has been broken for ages.Michael Brown2006-08-151-1/+1
* Removed obsolete print_config()Michael Brown2006-08-151-61/+0Star
* Removed DNS from the default configuration; it hasn't been updated toMichael Brown2006-08-151-1/+1
* Kill off poll_interruptions(); it is lethal when we're acting as a PXEMichael Brown2006-08-157-26/+0Star
* Bug fixes to the HTTP protocol codeDerek Pryor2006-08-121-1/+1
* Bug fixes to the HTTP protocol codeDerek Pryor2006-08-121-4/+3Star
* Print net device name when making request.Michael Brown2006-08-111-1/+2
* Added cmdl_show proof-of-conceptMichael Brown2006-08-111-0/+20
* Added "hostname" and "ip" as sample settingsMichael Brown2006-08-111-0/+13
* Added ipv4 configuration typeMichael Brown2006-08-111-0/+56
* Add string configuration typeMichael Brown2006-08-112-10/+62
* Fail gracefully when set_dhcp_option() is called with options==NULL.Michael Brown2006-08-111-1/+6
* Added basic infrastructure for manipulating settings.Michael Brown2006-08-112-0/+251
* Removing because of conflict with new HTTP protocolDerek Pryor2006-08-111-173/+0Star
* New HTTP protocol and test codeDerek Pryor2006-08-114-0/+318
* 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
* Added missing packed attributeMichael Brown2006-08-101-1/+1
* Added description for a basic ACPI table, taken fromMichael Brown2006-08-101-0/+39
* Both the !PXE and PXENV+ structures must be paragraph-alignedMichael Brown2006-08-091-0/+2
* Towards an RFC2988-compliant timer.Michael Brown2006-08-092-18/+41
* 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
* Remove _PROTOCOL macros for gcc 3.2 compatibilityMarty Connor2006-08-099-55/+17Star
* Make VERSION_MAJOR for gPXE be 0Marty Connor2006-08-091-1/+1
* Removed obsolete line merged in with the cmdline stuffMichael Brown2006-08-091-1/+0Star
* Do no evil. :)Michael Brown2006-08-091-1/+0Star
* Attempt a PXE NBP boot as the TFTP test.Michael Brown2006-08-092-19/+21
* Implement enough of PXENV_GET_CACHED_INFO to support pxelinux.Michael Brown2006-08-091-59/+58Star
* Added pxe_netdev; a slight hack for now, but will need to be doneMichael Brown2006-08-092-0/+4
* Derive xid dynamically from the netdev, so that we can callMichael Brown2006-08-092-20/+38
* AbortedMichael Brown2006-08-092-303/+0Star
* Merge of Fredrik Hultin command_lineMarty Connor2006-08-0913-0/+1184
* Add a couple of small but vital parts to PXENV_UDP_WRITE.Michael Brown2006-08-091-1/+12
* Clarified packet ownership transfer between a few functions.Michael Brown2006-08-096-31/+63