| Commit message (Expand) | Author | Age | Files | Lines |
| * | Killed | Michael Brown | 2006-09-18 | 1 | -0/+0 |
| * | Made eth_ntoa() public for use in legacy drivers' DBG() statements. | Michael Brown | 2006-09-15 | 1 | -0/+2 |
| * | update DBG_DISCARD macro to allow the compiler to see the argument for compil... | Marty Connor | 2006-09-14 | 1 | -1/+3 |
| * | Added the "swap in place" macros | Michael Brown | 2006-09-11 | 2 | -0/+24 |
| * | Generalisation of a message digest algorithm | Michael Brown | 2006-09-11 | 1 | -0/+44 |
| * | Added generic function for calculating ACPI table checksum | Michael Brown | 2006-08-28 | 1 | -0/+2 |
| * | Correct option number for DHCP_DNS_SERVERS, and add it to the request | Michael Brown | 2006-08-27 | 1 | -1/+1 |
| * | Added basic profiling support | Michael Brown | 2006-08-24 | 1 | -0/+78 |
| * | IP6 support | Nikhil Chandru Rao | 2006-08-19 | 4 | -8/+125 |
| * | Added debug strings. | Michael Brown | 2006-08-16 | 1 | -1/+12 |
| * | Kill off poll_interruptions(); it is lethal when we're acting as a PXE | Michael Brown | 2006-08-15 | 1 | -1/+0 |
| * | Add string configuration type | Michael Brown | 2006-08-11 | 1 | -5/+8 |
| * | Added basic infrastructure for manipulating settings. | Michael Brown | 2006-08-11 | 1 | -0/+103 |
| * | New HTTP protocol and test code | Derek Pryor | 2006-08-11 | 1 | -0/+58 |
| * | Added missing packed attribute | Michael Brown | 2006-08-10 | 1 | -1/+1 |
| * | Added description for a basic ACPI table, taken from | Michael Brown | 2006-08-10 | 1 | -0/+39 |
| * | Towards an RFC2988-compliant timer. | Michael Brown | 2006-08-09 | 1 | -0/+2 |
| * | Remove _PROTOCOL macros for gcc 3.2 compatibility | Marty Connor | 2006-08-09 | 2 | -28/+8 |
| * | Added pxe_netdev; a slight hack for now, but will need to be done | Michael Brown | 2006-08-09 | 1 | -0/+2 |
| * | Derive xid dynamically from the netdev, so that we can call | Michael Brown | 2006-08-09 | 1 | -2/+6 |
| * | Merge of Fredrik Hultin command_line | Marty Connor | 2006-08-09 | 4 | -0/+138 |
| * | Clarified packet ownership transfer between a few functions. | Michael Brown | 2006-08-09 | 1 | -4/+6 |
| * | Added TFTP test code (currently just dumps file to console). | Michael Brown | 2006-08-09 | 1 | -0/+10 |
| * | Initial (untested) implementation of TFTP over the new UDP API. | Michael Brown | 2006-08-09 | 1 | -2/+20 |
| * | The prototype for strcasecmp() is apparently in strings.h. | Michael Brown | 2006-08-09 | 1 | -0/+2 |
| * | Added some TFTP definitions for use with the new UDP API. | Michael Brown | 2006-08-09 | 1 | -0/+125 |
| * | Update to match the daft capitalisation in the actual PXE spec | Michael Brown | 2006-08-08 | 1 | -2/+2 |
| * | gcc3 compatibility: removed ARP_NET_PROTOCOL(). | Michael Brown | 2006-08-08 | 1 | -7/+2 |
| * | Removed some bugs in TCP | Nikhil Chandru Rao | 2006-08-08 | 2 | -4/+4 |
| * | Added retransmissions to TCP | Nikhil Chandru Rao | 2006-08-07 | 1 | -0/+6 |
| * | Remove unused attribute from __table macros; the tables are no longer | Michael Brown | 2006-08-07 | 1 | -3/+3 |
| * | Convert some trivial functions to static inlines. | Michael Brown | 2006-08-04 | 1 | -3/+56 |
| * | Make the UDP senddata() methods return a status code. | Michael Brown | 2006-08-04 | 1 | -3/+3 |
| * | Updated PXE UDP implementation to use the new Etherboot UDP API. | Michael Brown | 2006-08-03 | 2 | -21/+14 |
| * | Moved the basic struct sockaddr out of in.h. | Michael Brown | 2006-08-02 | 1 | -0/+31 |
| * | Added features that will be required for PXE UDP support. | Michael Brown | 2006-08-02 | 7 | -94/+100 |
| * | TCP support | Nikhil Chandru Rao | 2006-08-01 | 1 | -0/+106 |
| * | Minor changes to the network layer rx() functions | Nikhil Chandru Rao | 2006-08-01 | 2 | -4/+15 |
| * | Remove unused functions. | Michael Brown | 2006-08-01 | 1 | -6/+3 |
| * | Renamed trans_{rx,tx}() to tcpip_{rx,tx}(), since they are specific to | Michael Brown | 2006-08-01 | 1 | -2/+2 |
| * | Renamed tcpip_if.[ch] to tcpip.[ch] | Michael Brown | 2006-08-01 | 1 | -0/+0 |
| * | Add dhcp_snprintf() for extracting DHCP string options. | Michael Brown | 2006-07-20 | 1 | -0/+10 |
| * | Print out the lease time, just to show how easy it is. | Michael Brown | 2006-07-20 | 1 | -0/+3 |
| * | Added dhcp_ipv4_option() and friends. | Michael Brown | 2006-07-20 | 1 | -0/+7 |
| * | Now successfully negotiates the whole DHCPDISCOVER/OFFER/REQUEST/ACK | Michael Brown | 2006-07-20 | 1 | -5/+11 |
| * | Correct TCP/IP checksum generation. | Michael Brown | 2006-07-20 | 1 | -1/+3 |
| * | Minor edits | Nikhil Chandru Rao | 2006-07-19 | 1 | -1/+1 |
| * | Now capable of sending what, to me, looks like a valid DHCPDISCOVER | Michael Brown | 2006-07-19 | 1 | -2/+10 |
| * | Add pkb_available() | Michael Brown | 2006-07-19 | 1 | -0/+10 |
| * | Added some debug messages and DHCP test code | Michael Brown | 2006-07-19 | 1 | -0/+2 |