| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Proof of concept: transmit a single DHCPDISCOVER and dump out any | Michael Brown | 2006-07-19 | 1 | -0/+3 |
| * | Added missing prototype | Michael Brown | 2006-07-19 | 1 | -0/+1 |
| * | Add some DHCP options that we are likely to use | Michael Brown | 2006-07-19 | 1 | -1/+33 |
| * | Correct typo | Michael Brown | 2006-07-19 | 1 | -1/+1 |
| * | The following edits were made: \ | Nikhil Chandru Rao | 2006-07-19 | 2 | -6/+18 |
| * | Added macros for generating static DHCP options | Michael Brown | 2006-07-19 | 1 | -0/+60 |
| * | Split DHCP packet creation into two parts: creating the basic packet | Michael Brown | 2006-07-19 | 1 | -82/+117 |
| * | Allow for calling find_dhcp_option() with "options" set to NULL, in order | Michael Brown | 2006-07-19 | 1 | -49/+6 |
| * | Fix creation of the htype field; the ll_proto field from which it is | Michael Brown | 2006-07-17 | 1 | -1/+11 |
| * | Add sketch code to reassemble a DHCP packet from our internal "everything | Michael Brown | 2006-07-17 | 2 | -0/+23 |
| * | Add (untested) code for parsing a received DHCP packet and constructing a | Michael Brown | 2006-07-15 | 1 | -3/+150 |
| * | Add code to modify DHCP option values within a block. | Michael Brown | 2006-07-13 | 1 | -5/+65 |
| * | Added fragment reassembly code | Nikhil Chandru Rao | 2006-06-30 | 1 | -0/+23 |
| * | Removing net/interface.c and include/gpxe/interface.h | Nikhil Chandru Rao | 2006-06-29 | 1 | -90/+0 |
| * | Provide a mechanism for returning the encapsulator as well as the | Michael Brown | 2006-06-28 | 1 | -0/+14 |
| * | Renamed net/interface.c and include/gpxe/interface.h to net/tcpip_if.c and in... | Nikhil Chandru Rao | 2006-06-28 | 3 | -1/+99 |
| * | Add priority mechanism | Michael Brown | 2006-06-28 | 1 | -0/+9 |
| * | typo in macro fixed | Dan Lynch | 2006-06-28 | 1 | -1/+1 |
| * | Added ipv4_pseudo_header structure | Nikhil Chandru Rao | 2006-06-28 | 1 | -10/+8 |
| * | IP6 specifications | Nikhil Chandru Rao | 2006-06-28 | 1 | -0/+37 |
| * | Fixed whitespaces; updated UDP code | Nikhil Chandru Rao | 2006-06-28 | 1 | -14/+13 |
| * | First stab at DHCP option handling in a way that will allow us to have | Michael Brown | 2006-06-27 | 1 | -0/+87 |
| * | - multiple static inline definitions added | Dan Lynch | 2006-06-27 | 1 | -103/+194 |
| * | added generalized sockaddr structure and ip6 sockaddr | Nikhil Chandru Rao | 2006-06-25 | 1 | -0/+60 |
| * | added support for processing and transmitting without uIP | Nikhil Chandru Rao | 2006-06-25 | 1 | -0/+26 |
| * | updated UDP interface | Nikhil Chandru Rao | 2006-06-25 | 1 | -7/+57 |
| * | created interface for transport-network interface | Nikhil Chandru Rao | 2006-06-25 | 1 | -0/+90 |
| * | Update ftp.c and hello.c to use the generic async_operations API. | Michael Brown | 2006-06-19 | 2 | -11/+12 |
| * | Placeholder | Michael Brown | 2006-06-18 | 1 | -0/+49 |
| * | Made the temporary buffer part of the TCP senddata() API, to ease the | Michael Brown | 2006-06-18 | 1 | -3/+11 |
| * | Simplify RX data path. | Michael Brown | 2006-06-18 | 5 | -181/+78 |
| * | Simplify TX datapath. | Michael Brown | 2006-06-16 | 3 | -75/+47 |
| * | Added iSCSI boot test code | Michael Brown | 2006-06-14 | 1 | -0/+3 |
| * | Generalise three-wire interface to generic SPI interface. | Michael Brown | 2006-06-14 | 3 | -102/+197 |
| * | Move per-transition delays from generic bit-bashing layer to i2c layer | Michael Brown | 2006-06-14 | 1 | -2/+0 |
| * | Change read_bit() to return 0 or -1UL, rather than 0 or 1. | Michael Brown | 2006-06-12 | 1 | -0/+2 |
| * | Added bit-bashing i2c interface code | Michael Brown | 2006-06-11 | 1 | -0/+109 |
| * | Added sketch of bit-bashing interface common code | Michael Brown | 2006-06-08 | 1 | -0/+44 |
| * | Added a very quick and dirty compatibility layer, to allow | Michael Brown | 2006-06-05 | 1 | -27/+37 |