summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe
Commit message (Expand)AuthorAgeFilesLines
* Add find_pci_netdev()Michael Brown2007-01-101-0/+2
* Add device description fields to struct device.Michael Brown2007-01-102-3/+52
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-1010-28/+35
* Add udp_sendto_via() to allow e.g. DHCP to transmit without first havingMichael Brown2007-01-101-0/+5
* Allow an explicit network device to be specified for IP-layerMichael Brown2007-01-101-2/+8
* Move header file for usr/autoboot.c to include/usrMichael Brown2007-01-101-12/+0Star
* Added network interface management commandsMichael Brown2007-01-101-1/+14
* Add "name" field to network device, to facilitate netdev commands.Michael Brown2007-01-101-6/+6
* Add RX quotas to the net device poll() method. This avoids the problemMichael Brown2007-01-091-3/+4
* Rename pkb_available() to pkb_tailroom() for consistency with Linux'sMichael Brown2007-01-091-3/+13
* Added net device TX queue; this will be needed to support the PXE UNDI APIMichael Brown2007-01-091-8/+14
* Clean up connection closing and permanent failure logic.Michael Brown2007-01-091-0/+7
* Added PCI_BASE_CLASS() macroMichael Brown2007-01-081-0/+2
* Added support for wildcard device/vendor ID matchesMichael Brown2007-01-081-0/+3
* Make open() and close() an official part of the netdevice API.Michael Brown2007-01-041-0/+33
* A DHCP session holds a persistent reference to a network deviceMichael Brown2007-01-041-0/+3
* Added missing #includeMichael Brown2007-01-041-0/+1
* IPv6 minirouting table entries hold persistent references to net devices.Michael Brown2007-01-041-0/+5
* An AoE session holds a persistent reference to a net device.Michael Brown2007-01-041-0/+3
* Use hotplug support to notify persistent reference holders when aMichael Brown2007-01-041-0/+5
* Minimal hotplug support: provide a facility for notifying persistentMichael Brown2007-01-041-0/+58
* Verify checksums on the RX datapath.Michael Brown2007-01-032-21/+21
* Use whole bytes for the ACKED and RCVD portions of tcp_state; itMichael Brown2006-12-301-3/+3
* Redefine TCP state to include "flags that have been sent" rather thanMichael Brown2006-12-291-28/+31
* Merge changes from mcb-tcp-fixes branch.Michael Brown2006-12-285-182/+282
* Cannot immediately overwrite the peer address when we parseMichael Brown2006-12-221-2/+8
* Make start_timer() and stop_timer() robust against incorrect usage.Michael Brown2006-12-221-1/+4
* ibft_fill_data() prototype change.Michael Brown2006-12-211-3/+1Star
* Add ability to shut down iSCSI connectionMichael Brown2006-12-211-0/+5
* Fix definition of KEY_ENDMichael Brown2006-12-201-1/+1
* Add insert/delete and document keys, and documentation.Michael Brown2006-12-201-15/+19
* Key definitionsMichael Brown2006-12-201-0/+78
* settings_ui() now returns a status code.Michael Brown2006-12-201-1/+1
* Split the (quick hack) boot logic out from main.c to autoboot.c, add aMichael Brown2006-12-201-0/+12
* Add "config" command to access config UIMichael Brown2006-12-201-0/+14
* Added descriptive text for settings and setting types, and display it inMichael Brown2006-12-201-0/+4
* Move {show,set,clear}_setting() to {show,set,clear}_named_setting().Michael Brown2006-12-201-5/+47
* Split error-message table portions of errno.h out to gpxe/errortab.hMichael Brown2006-12-201-0/+20
* Don't automatically redraw the edit box; this allows better inheritance.Michael Brown2006-12-201-1/+15
* Editable text box widget based on mucurses and edit_string.Michael Brown2006-12-201-0/+35
* Separated out (and tidied up) shell banner codeMichael Brown2006-12-201-0/+12
* Minimal shell implementation using readline() and system().Michael Brown2006-12-201-0/+12
* Provide an edit history to allow caller to efficiently update display.Michael Brown2006-12-201-3/+12
* Start of generic editable string supportMichael Brown2006-12-191-0/+22
* Add basic ANSI escape sequence support to BIOS consoleMichael Brown2006-12-181-2/+17
* Added support for interpreting ANSI escape sequences on behalf ofMichael Brown2006-12-181-0/+103
* Automatically select between the "10" and "16" variants of command set,Michael Brown2006-12-121-0/+48
* Added clear_setting()Michael Brown2006-12-121-0/+1
* Add placeholder ibft.hMichael Brown2006-12-081-0/+13
* Added execv() and system().Michael Brown2006-12-081-0/+22