| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Update TFTP to use a struct buffer rather than a callback. | Michael Brown | 2007-01-11 | 1 | -28/+22 |
| * | Remove osloader.c and replace with a prep_segment() that uses userptr_t | Michael Brown | 2007-01-11 | 1 | -0/+15 |
| * | Move memmap.h out of arch/i386; it no longer contains anything | Michael Brown | 2007-01-11 | 1 | -0/+34 |
| * | buffer.c should be using copy_{to,from}_user, rather than | Michael Brown | 2007-01-11 | 1 | -5/+5 |
| * | Extract packet-padding login from rtl8139.c to a separate pkbpad.c file. | Michael Brown | 2007-01-11 | 1 | -0/+1 |
| * | Change FTP to use a data buffer rather than a callback function. | Michael Brown | 2007-01-11 | 1 | -9/+6 |
| * | Update buffer-handling code to enable expandable buffers. | Michael Brown | 2007-01-11 | 1 | -45/+52 |
| * | Move include/buffer.h to include/gpxe/buffer.h | Michael Brown | 2007-01-11 | 1 | -0/+97 |
| * | Add route() function to display routing table. | Michael Brown | 2007-01-10 | 1 | -0/+21 |
| * | Add find_pci_netdev() | Michael Brown | 2007-01-10 | 1 | -0/+2 |
| * | Add device description fields to struct device. | Michael Brown | 2007-01-10 | 2 | -3/+52 |
| * | Add "name" field to struct device to allow human-readable hardware device | Michael Brown | 2007-01-10 | 10 | -28/+35 |
| * | Add udp_sendto_via() to allow e.g. DHCP to transmit without first having | Michael Brown | 2007-01-10 | 1 | -0/+5 |
| * | Allow an explicit network device to be specified for IP-layer | Michael Brown | 2007-01-10 | 1 | -2/+8 |
| * | Move header file for usr/autoboot.c to include/usr | Michael Brown | 2007-01-10 | 1 | -12/+0 |
| * | Added network interface management commands | Michael Brown | 2007-01-10 | 1 | -1/+14 |
| * | Add "name" field to network device, to facilitate netdev commands. | Michael Brown | 2007-01-10 | 1 | -6/+6 |
| * | Add RX quotas to the net device poll() method. This avoids the problem | Michael Brown | 2007-01-09 | 1 | -3/+4 |
| * | Rename pkb_available() to pkb_tailroom() for consistency with Linux's | Michael Brown | 2007-01-09 | 1 | -3/+13 |
| * | Added net device TX queue; this will be needed to support the PXE UNDI API | Michael Brown | 2007-01-09 | 1 | -8/+14 |
| * | Clean up connection closing and permanent failure logic. | Michael Brown | 2007-01-09 | 1 | -0/+7 |
| * | Added PCI_BASE_CLASS() macro | Michael Brown | 2007-01-08 | 1 | -0/+2 |
| * | Added support for wildcard device/vendor ID matches | Michael Brown | 2007-01-08 | 1 | -0/+3 |
| * | Make open() and close() an official part of the netdevice API. | Michael Brown | 2007-01-04 | 1 | -0/+33 |
| * | A DHCP session holds a persistent reference to a network device | Michael Brown | 2007-01-04 | 1 | -0/+3 |
| * | Added missing #include | Michael Brown | 2007-01-04 | 1 | -0/+1 |
| * | IPv6 minirouting table entries hold persistent references to net devices. | Michael Brown | 2007-01-04 | 1 | -0/+5 |
| * | An AoE session holds a persistent reference to a net device. | Michael Brown | 2007-01-04 | 1 | -0/+3 |
| * | Use hotplug support to notify persistent reference holders when a | Michael Brown | 2007-01-04 | 1 | -0/+5 |
| * | Minimal hotplug support: provide a facility for notifying persistent | Michael Brown | 2007-01-04 | 1 | -0/+58 |
| * | Verify checksums on the RX datapath. | Michael Brown | 2007-01-03 | 2 | -21/+21 |
| * | Use whole bytes for the ACKED and RCVD portions of tcp_state; it | Michael Brown | 2006-12-30 | 1 | -3/+3 |
| * | Redefine TCP state to include "flags that have been sent" rather than | Michael Brown | 2006-12-29 | 1 | -28/+31 |
| * | Merge changes from mcb-tcp-fixes branch. | Michael Brown | 2006-12-28 | 5 | -182/+282 |
| * | Cannot immediately overwrite the peer address when we parse | Michael Brown | 2006-12-22 | 1 | -2/+8 |
| * | Make start_timer() and stop_timer() robust against incorrect usage. | Michael Brown | 2006-12-22 | 1 | -1/+4 |
| * | ibft_fill_data() prototype change. | Michael Brown | 2006-12-21 | 1 | -3/+1 |
| * | Add ability to shut down iSCSI connection | Michael Brown | 2006-12-21 | 1 | -0/+5 |
| * | Fix definition of KEY_END | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| * | Add insert/delete and document keys, and documentation. | Michael Brown | 2006-12-20 | 1 | -15/+19 |
| * | Key definitions | Michael Brown | 2006-12-20 | 1 | -0/+78 |
| * | settings_ui() now returns a status code. | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| * | Split the (quick hack) boot logic out from main.c to autoboot.c, add a | Michael Brown | 2006-12-20 | 1 | -0/+12 |
| * | Add "config" command to access config UI | Michael Brown | 2006-12-20 | 1 | -0/+14 |
| * | Added descriptive text for settings and setting types, and display it in | Michael Brown | 2006-12-20 | 1 | -0/+4 |
| * | Move {show,set,clear}_setting() to {show,set,clear}_named_setting(). | Michael Brown | 2006-12-20 | 1 | -5/+47 |
| * | Split error-message table portions of errno.h out to gpxe/errortab.h | Michael Brown | 2006-12-20 | 1 | -0/+20 |
| * | Don't automatically redraw the edit box; this allows better inheritance. | Michael Brown | 2006-12-20 | 1 | -1/+15 |
| * | Editable text box widget based on mucurses and edit_string. | Michael Brown | 2006-12-20 | 1 | -0/+35 |
| * | Separated out (and tidied up) shell banner code | Michael Brown | 2006-12-20 | 1 | -0/+12 |