summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe
Commit message (Expand)AuthorAgeFilesLines
* [pxe] Always retrieve cached DHCPACK and apply to relevant network deviceMichael Brown2013-10-251-16/+1Star
* [ipv6] Support stateless address autoconfiguration (SLAAC)Michael Brown2013-10-232-18/+76
* [ipv6] Extract link layer addresses from router advertisementsMichael Brown2013-10-232-7/+44
* [ping] Add generic ping mechanismMichael Brown2013-10-212-0/+24
* [ping] Add concept of a ping socketMichael Brown2013-10-212-0/+9
* [icmp] Add support for sending ICMP echo requestsMichael Brown2013-10-215-25/+71
* [ipv6] Add IPv6 socket address converterMichael Brown2013-10-211-1/+4
* [socket] Add concept of a generalised socket address converterMichael Brown2013-10-212-0/+37
* [netdevice] Add find_netdev_by_index()Michael Brown2013-10-211-0/+1
* [neighbour] Add nstat() function to print out neighbour tableMichael Brown2013-09-251-0/+44
* [ipv6] Add inet6_aton()Michael Brown2013-09-111-1/+2
* [tcp] Reduce path MTU to 1280 bytesMichael Brown2013-09-041-3/+12
* [ipv6] Replace IPv6 stackMichael Brown2013-09-036-172/+391
* [neighbour] Generalise concept of neighbour discoveryMichael Brown2013-09-033-3/+66
* [tcpip] Pass through network device to transport layer protocolsMichael Brown2013-09-031-3/+5
* [netdevice] Add method for generating EUI-64 address from link-layer addressMichael Brown2013-09-032-0/+10
* [netdevice] Add concept of a network device indexMichael Brown2013-09-031-0/+2
* [netdevice] Increase maximum network-layer address lengthMichael Brown2013-09-031-1/+1
* [ipv4] Generalise fragment reassembly mechanismMichael Brown2013-08-272-12/+68
* [linux] Give tap devices a name and bus typeMichael Brown2013-08-271-0/+3
* [settings] Make built-in settings a linker tableMichael Brown2013-08-271-0/+22
* [uri] Allow URIs to incorporate a parameter listMichael Brown2013-08-191-0/+4
* [cmdline] Add "params" and "param" commands to manage form parameter listsMichael Brown2013-08-191-0/+1
* [params] Add support for the general concept of a form parameter listMichael Brown2013-08-192-0/+48
* [settings] Expose memory map via settings mechanismMichael Brown2013-08-121-0/+1
* [tcpip] Allow binding to unspecified privileged ports (below 1024)Michael Brown2013-08-062-7/+41
* [ipv6] Rename sin_{family,port} to sin6_{family,port} in struct sockaddr_in6Michael Brown2013-08-061-2/+2
* [pci] Add pci_find_next() to iterate over existent PCI devicesMichael Brown2013-08-051-0/+2
* [settings] Introduce the generalised concept of a numeric settingMichael Brown2013-08-011-5/+40
* [settings] Remove now-unused fetchf_named_setting() and storef_named_setting()Michael Brown2013-07-221-7/+0Star
* [parseopt] Add parse_setting()Michael Brown2013-07-221-1/+15
* [parseopt] Move parse_settings() to parseopt.cMichael Brown2013-07-221-1/+2
* [parseopt] Allow parsed option to be modifiedMichael Brown2013-07-221-9/+9
* [settings] Remove now-unused store_named_setting()Michael Brown2013-07-191-13/+0Star
* [settings] Add fetchf_setting_copy()Michael Brown2013-07-191-0/+2
* [settings] Expose parse_setting_name()Michael Brown2013-07-191-1/+8
* [nfs] Add support for NFS protocolMarin Hannache2013-07-1510-4/+571
* [cmdline] Add "poweroff" commandMarin Hannache2013-07-152-0/+12
* [legal] Add missing FILE_LICENCE declarationsMarin Hannache2013-07-152-0/+4
* [velocity] Rewrite VIA Velocity driverAdrian Jamróz2013-07-151-1/+1
* [rhine] Rewrite VIA Rhine driverAdrian Jamróz2013-07-141-1/+1
* [settings] Make "netX" settings block function as a symbolic linkMichael Brown2013-07-131-0/+7
* [settings] Expose PCI configuration space via settings mechanismMichael Brown2013-07-131-0/+1
* [linux] Add support for accessing PCI configuration space via /proc/bus/pciMichael Brown2013-07-134-0/+140
* [settings] Add "busdevfn" setting typeMichael Brown2013-07-121-0/+1
* [settings] Add "hexraw" setting typeMichael Brown2013-07-121-0/+1
* [base16] Generalise base16_decode() to hex_decode()Michael Brown2013-07-121-0/+2
* [crypto] Accept OCSP responses containing multiple certificatesMichael Brown2013-05-291-0/+19
* [smbios] Allow access to multiple instances of SMBIOS structuresMichael Brown2013-05-011-1/+1
* [settings] Eliminate settings "tag magic"Michael Brown2013-05-013-82/+46Star