| Commit message (Expand) | Author | Age | Files | Lines |
| * | [DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFO | Michael Brown | 2008-03-23 | 1 | -7/+5 |
| * | [Settings] Migrate DHCP and NVO code to the new settings API (untested) | Michael Brown | 2008-03-21 | 1 | -106/+17 |
| * | [DHCP] Kill off some no-longer-used DHCP functions | Michael Brown | 2008-03-21 | 1 | -10/+0 |
| * | [Settings] Use a settings applicator to set the default TFTP URI. | Michael Brown | 2008-03-21 | 1 | -3/+0 |
| * | [Settings] Use a settings applicator to configure IPv4 routes. | Michael Brown | 2008-03-21 | 1 | -3/+0 |
| * | [Settings] Introduce settings applicators. | Michael Brown | 2008-03-21 | 1 | -17/+0 |
| * | [Settings] Add per-netdevice settings block | Michael Brown | 2008-03-20 | 1 | -0/+9 |
| * | Modify gPXE core and drivers to work with the new timer subsystem | Alexey Zaytsev | 2008-03-02 | 1 | -1/+0 |
| * | Allow DHCP server to instruct gPXE to ignore ProxyDHCP (which will | Michael Brown | 2007-11-21 | 1 | -1/+8 |
| * | Add ProxyDHCP support. | Michael Brown | 2007-11-21 | 1 | -1/+5 |
| * | Remove some assumptions about DHCP obtaining only a single options block. | Michael Brown | 2007-11-21 | 1 | -0/+2 |
| * | Add PXE-required DHCP options to DHCPDISCOVER and DHCPREQUEST packets. | Michael Brown | 2007-11-21 | 1 | -0/+6 |
| * | Add UUID to DHCP request as option 97 (if available). | Michael Brown | 2007-11-21 | 1 | -0/+3 |
| * | Use RFC4390 whenever hardware address exceeds 16 bytes; this allows us | Michael Brown | 2007-09-21 | 1 | -0/+7 |
| * | Merge commit 'holger/strings' | Michael Brown | 2007-08-23 | 1 | -1/+1 |
| |\ |
|
| | * | use malloc attribute | Holger Lubitz | 2007-08-20 | 1 | -1/+1 |
| * | | Add FEATURE() macro, plus code to display features at startup time, | Michael Brown | 2007-08-02 | 1 | -0/+5 |
| |/ |
|
| * | Add identifier for the network device into the DHCP request. | Michael Brown | 2007-07-31 | 1 | -0/+13 |
| * | Centralise construction of the DHCP request and response packets. | Michael Brown | 2007-07-31 | 1 | -6/+10 |
| * | Fix typo that was preventing any DHCP option applicators from being | Michael Brown | 2007-07-08 | 1 | -1/+1 |
| * | Apply global DHCP options when register_dhcp_options() is called. Do | Michael Brown | 2007-07-06 | 1 | -0/+1 |
| * | Add concept of DHCP option applicators. | Michael Brown | 2007-07-05 | 1 | -0/+19 |
| * | Don't build option-overloaded packets; they just confuse people (ISC | Michael Brown | 2007-06-30 | 1 | -24/+4 |
| * | Add dhcp_configure_netdev() | Michael Brown | 2007-06-28 | 1 | -1/+4 |
| * | Update DHCP to use data-xfer interface (not yet tested). | Michael Brown | 2007-06-28 | 1 | -28/+35 |
| * | Kill off hotplug.h and just make net devices normal reference-counted | Michael Brown | 2007-06-27 | 1 | -3/+2 |
| * | hoffmeis: Preparations for syslog support (LOGSERVER in DHCP, linewise | Anselm Martin Hoffmeister | 2007-04-09 | 1 | -0/+3 |
| * | Gave asynchronous operations approximate POSIX signal semantics. This | Michael Brown | 2007-01-15 | 1 | -2/+2 |
| * | A DHCP session holds a persistent reference to a network device | Michael Brown | 2007-01-04 | 1 | -0/+3 |
| * | Added options listed in | Michael Brown | 2006-12-05 | 1 | -0/+12 |
| * | Create "username" and "password" DHCP options, ready for placing this | Michael Brown | 2006-11-28 | 1 | -0/+18 |
| * | Correct option number for DHCP_DNS_SERVERS, and add it to the request | Michael Brown | 2006-08-27 | 1 | -1/+1 |
| * | Derive xid dynamically from the netdev, so that we can call | Michael Brown | 2006-08-09 | 1 | -2/+6 |
| * | 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 |
| * | Now capable of sending what, to me, looks like a valid DHCPDISCOVER | Michael Brown | 2006-07-19 | 1 | -2/+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 |
| * | Add some DHCP options that we are likely to use | Michael Brown | 2006-07-19 | 1 | -1/+33 |
| * | 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 | 1 | -0/+22 |
| * | 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 |
| * | Provide a mechanism for returning the encapsulator as well as the | Michael Brown | 2006-06-28 | 1 | -0/+14 |
| * | Add priority mechanism | Michael Brown | 2006-06-28 | 1 | -0/+9 |