| Commit message (Expand) | Author | Age | Files | Lines |
| * | Typo | Michael Brown | 2006-04-19 | 1 | -1/+1 |
| * | First version, based on include/linux/list.h, stripped down to just | Michael Brown | 2006-04-19 | 1 | -0/+155 |
| * | Update now that if_ether.h has moved. | Michael Brown | 2006-04-19 | 1 | -5/+1 |
| * | Added ENOENT and EAFNOSUPPORT | Michael Brown | 2006-04-19 | 1 | -0/+2 |
| * | Added pkb_unput() and pkb_len(). | Michael Brown | 2006-04-19 | 1 | -0/+21 |
| * | Make flags more efficient. | Michael Brown | 2006-04-19 | 1 | -8/+15 |
| * | Moved if_ether.h and if_arp.h to include/gpxe, for consistency with Linux | Michael Brown | 2006-04-19 | 4 | -32/+113 |
| * | Add missing prototype | Michael Brown | 2006-04-19 | 1 | -0/+3 |
| * | First version | Michael Brown | 2006-04-19 | 1 | -0/+20 |
| * | First sketch | Michael Brown | 2006-04-18 | 1 | -0/+126 |
| * | First version | Michael Brown | 2006-04-18 | 1 | -0/+56 |
| * | First version, based on the concepts in linux/skbuff.h | Michael Brown | 2006-04-18 | 1 | -0/+80 |
| * | First draft of iSCSI protocol support. Is capable of retrieving disk | Michael Brown | 2006-04-05 | 2 | -0/+494 |
| * | Added tcp_buffer, to give applications a zero-cost place to build data to | Michael Brown | 2006-04-05 | 1 | -0/+2 |
| * | Added set_netmask() and set_gateway() | Michael Brown | 2006-04-05 | 1 | -0/+2 |
| * | Split non-TCP portions of the stack out into ip.[ch]. | Michael Brown | 2006-03-24 | 2 | -2/+18 |
| * | Moved "hello world" protocol implementation out of prototester.c and into | Michael Brown | 2006-03-23 | 1 | -0/+46 |
| * | Added container_of(). This seems about the best place to put it, since | Michael Brown | 2006-03-23 | 1 | -2/+7 |
| * | Added prototype for inet_ntoa, even though we don't have the function | Michael Brown | 2006-03-23 | 1 | -0/+1 |
| * | Moved uIP wrapper out of prototester.c and into proto/tcp.c. | Michael Brown | 2006-03-23 | 1 | -0/+102 |
| * | Moved old tcp.h to old_tcp.h, to avoid name clash with new (uIP-based) | Michael Brown | 2006-03-23 | 2 | -1/+1 |
| * | Assertions are now handled via the POSIX-like <assert.h>. | Michael Brown | 2006-03-23 | 2 | -28/+6 |
| * | Added missing #endif | Michael Brown | 2006-03-23 | 1 | -0/+1 |
| * | Added assert.h, with assert() defined (almost) as per POSIX, and | Michael Brown | 2006-03-23 | 1 | -0/+51 |
| * | Moved include/in.h to include/gpxe/in.h, so that it can be included by | Michael Brown | 2006-03-23 | 10 | -9/+18 |
| * | Merge from Etherboot 5.4 | Michael Brown | 2006-03-16 | 1 | -1/+1 |
| |\ |
|
| * | | Merge from Etherboot 5.4 | Michael Brown | 2006-03-16 | 1 | -1/+3 |
| |\| |
|
| * | | Fix up building with gcc 4.0.1 / gas 2.16.91 | Michael Brown | 2006-01-17 | 1 | -1/+0 |
| * | | Allow data blocks to be less than sizeof ( struct buffer_free_block ) in | Michael Brown | 2005-06-06 | 1 | -1/+3 |
| * | | In multicast operation, the client still has a unicast local port. | Michael Brown | 2005-06-02 | 1 | -10/+9 |
| * | | IGMP protocol now uses the generic background protocol mechanism. | Michael Brown | 2005-06-02 | 2 | -20/+26 |
| * | | Add generic mechanism for background protocols (e.g. ARP, IGMP) | Michael Brown | 2005-06-02 | 1 | -0/+52 |
| * | | Make rfc2090 multicast option optional | Michael Brown | 2005-06-01 | 1 | -1/+1 |
| * | | Re-order functions for more logical documentation | Michael Brown | 2005-06-01 | 1 | -3/+3 |
| * | | Don't choke on duplicate OACK packets. | Michael Brown | 2005-06-01 | 1 | -3/+11 |
| * | | Remove prototypes for obsolete functions | Michael Brown | 2005-06-01 | 1 | -9/+0 |
| * | | TFTP upgraded to use a core function library (in tftpcore.c) which will be | Michael Brown | 2005-06-01 | 3 | -41/+124 |
| * | | Now have enough functions to implement a standard TFTP client in around 50 | Michael Brown | 2005-06-01 | 1 | -0/+25 |
| * | | Documented the purpose of the two timeout fields in | Michael Brown | 2005-05-27 | 1 | -2/+11 |
| * | | Added implementation note on IP routing. | Michael Brown | 2005-05-27 | 1 | -2/+33 |
| * | | Separate out the documentation of the PXE API from the documentation of | Michael Brown | 2005-05-24 | 1 | -0/+22 |
| * | | Some versions of doxygen seem to object to "@ret None" or similar. | Michael Brown | 2005-05-24 | 1 | -6/+6 |
| * | | Fixes for gcc >= 3.2 from Georg Baum | Michael Brown | 2005-05-24 | 2 | -3/+3 |
| * | | Split PXE code into preboot, udp, tftp, undi and loader units. | Michael Brown | 2005-05-24 | 4 | -153/+110 |
| * | | Rearranging PXE header files | Michael Brown | 2005-05-24 | 3 | -832/+49 |
| * | | Separated out the Etherboot-specific parts of the old pxe.h header. | Michael Brown | 2005-05-23 | 1 | -0/+88 |
| * | | Added PXENV+ and !PXE structures, and the loader API. | Michael Brown | 2005-05-23 | 1 | -0/+277 |
| * | | Finished documenting the UNDI API. | Michael Brown | 2005-05-23 | 1 | -12/+239 |
| * | | Documented up to PXENV_UNDI_CLOSE | Michael Brown | 2005-05-23 | 1 | -0/+60 |
| * | | Documented Preboot, TFTP and UDP data structures | Michael Brown | 2005-05-23 | 1 | -3/+96 |