aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe
AgeCommit message (Expand)AuthorFilesLines
2013-03-13[efi] Update to latest EDK2 headersMichael Brown8-73/+125
2013-03-06[tftp] Allow TFTP block size to be controlled via the PXE TFTP APIMichael Brown1-2/+0
2013-03-01[netdevice] Add vlan_tag() to get the VLAN tag of a network deviceStefan Hajnoczi1-0/+1
2013-01-31[tls] Concatenate received non-data records before processingMichael Brown1-0/+1
2013-01-03[src] Fix spelling in comments, debug messages and local variable namesStefan Weil2-2/+2
2012-11-06[umalloc] Split largest_memblock() function out from init_eheap()Michael Brown1-0/+17
2012-11-05[uaccess] Add userptr_sub() to find the difference between two user pointersMichael Brown3-0/+33
2012-11-02[list] Reduce overall code size by externalising many list functionsMichael Brown1-122/+131
2012-11-02[build] Include version number within only a single object fileMichael Brown1-0/+16
2012-10-24[readline] Allow readline_history() to return a meaningful statusMichael Brown1-0/+1
2012-10-24[settings] Add fetchf_named_setting_copy()Michael Brown1-0/+1
2012-10-23[efi] Add EFI_COMPONENT_NAME2_PROTOCOL instance for each SNP deviceMichael Brown1-0/+7
2012-10-16[efi] Expose net device non-volatile settings via HIIMichael Brown1-123/+74
2012-10-16[efi] Split SNP HII functionality into a separate fileMichael Brown2-0/+69
2012-10-15[nvo] Expose nvo_applies()Michael Brown1-0/+1
2012-10-15[nvo] Expose non-volatile options block nameMichael Brown1-0/+3
2012-10-15[settings] Expose find_child_settings()Michael Brown1-0/+2
2012-10-05[serial] Don't enable serial console without serial supportShao Miller1-0/+1
2012-10-05[efi] Mark SNP formset compliant with IBM's Unified Configuration ManagerMichael Brown1-0/+5
2012-09-27[tls] Split received records over multiple I/O buffersMichael Brown1-4/+26
2012-09-10[cmdline] Add standalone "nslookup" commandPatrick Plenefisch1-0/+1
2012-09-10[settings] Use a generic setting's own type as its default typeMichael Brown1-2/+7
2012-09-05[sdi] Add support for SDI imagesMichael Brown1-0/+1
2012-08-31[ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown3-19/+34
2012-08-31[infiniband] Include destination address vector in ib_complete_recv()Michael Brown2-0/+4
2012-08-31[infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown2-8/+8
2012-08-31[infiniband] Allow queue pairs to have a custom allocator for receive iobufsMichael Brown1-2/+14
2012-08-31[iobuf] Allow allocation of I/O buffers with a specified alignment offsetMichael Brown1-0/+2
2012-08-31[malloc] Allow allocation of memory with a specified alignment offsetMichael Brown1-3/+22
2012-08-31[retry] Expose retry_poll() to explicitly poll all running timersMichael Brown1-0/+1
2012-08-31[ethernet] Expose eth_broadcast as a global constantMichael Brown1-0/+1
2012-08-24[bitbash] Add optional open() and close() methods for bit-bashing interfacesMichael Brown1-0/+32
2012-08-23[mii] Add separate mii_restart() functionMichael Brown1-0/+1
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown6-6/+12
2012-07-20[image] Add "--autofree" optionMichael Brown1-0/+3
2012-07-19[efi] Add EFI_LOAD_FILE_PROTOCOL headerMichael Brown1-0/+90
2012-07-19[efi] Update to current EDK2 headersMichael Brown24-156/+8026
2012-07-19[efi] Standardise #include guard in ipxe_download.hMichael Brown1-4/+4
2012-07-09[tcp] Increase maximum window size to 256kBMichael Brown1-22/+24
2012-07-09[arp] Try to avoid discarding ARP cache entriesMichael Brown1-1/+12
2012-06-29[iobuf] Relax alignment requirement for small I/O buffersMichael Brown1-11/+0
2012-06-29[tls] Request a maximum fragment length of 2048 bytesMichael Brown1-1/+8
2012-06-29[tcp] Add support for TCP window scalingMichael Brown1-1/+29
2012-06-27[tcpip] Allow for architecture-specific TCP/IP checksum routinesMichael Brown1-2/+10
2012-06-20[syslog] Include hostname within syslog messages where possibleMichael Brown1-0/+3
2012-06-20[settings] Move "domain" setting from dns.c to settings.cMichael Brown1-0/+1
2012-06-20[crypto] Allow an error margin on X.509 certificate validity periodsMichael Brown2-8/+8
2012-06-20[dhcp] Request broadcast responses when we already have an IPv4 addressMichael Brown1-0/+2
2012-06-09[tls] Mark security negotiation as a pending operationMichael Brown1-4/+5
2012-06-09[pending] Add concept of "pending operations"Michael Brown2-0/+35