aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/udp
Commit message (Expand)AuthorAgeFilesLines
...
* [settings] Match terminology in online documentationMichael Brown2011-03-232-4/+4
* [settings] Impose a fixed order on settingsMichael Brown2011-03-234-7/+7
* [syslog] Add support for sending console output to a syslog serverMichael Brown2011-03-101-0/+206
* [dns] Fix memory leak in settings applicatorMichael Brown2011-03-031-2/+9
* [dhcp] Remove redundant length fields in struct dhcp_packetMichael Brown2011-01-101-1/+1
* [dhcp] Use Ethernet-compatible chaddr, if possibleMichael Brown2010-12-151-21/+27
* [settings] Apply settings block name in register_settings()Michael Brown2010-12-011-8/+8
* [dns] Disambiguate "no nameserver" and "no DNS record" errorsMichael Brown2010-12-011-2/+10
* [dhcp] Include session state metadata in packet tracesMichael Brown2010-10-091-0/+10
* [dhcp] Omit ProxyDHCPREQUEST if PXE options are present in ProxyDHCPOFFERMichael Brown2010-10-081-37/+67
* [dhcp] Ignore DHCPACKs containing incorrect IP addressesMichael Brown2010-10-081-0/+2
* [dhcp] Revert various patchesMichael Brown2010-10-081-254/+88
* [retry] Hold reference while timer is running and during expiry callbackMichael Brown2010-09-034-6/+8
* [xfer] Generalise metadata "whence" field to "flags" fieldMichael Brown2010-09-032-5/+5
* [compiler] Prevent empty weak function stubs from being removedJoshua Oreman2010-08-191-1/+1
* [interface] Convert all data-xfer interfaces to generic interfacesMichael Brown2010-06-224-240/+146
* [interface] Convert all name-resolution interfaces to generic interfacesMichael Brown2010-06-221-6/+18
* [interface] Convert all job-control interfaces to generic interfacesMichael Brown2010-06-221-30/+16
* [retry] Add timer_init() wrapper functionMichael Brown2010-06-224-7/+7
* [refcnt] Add ref_init() wrapper functionMichael Brown2010-06-224-4/+5
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-311-27/+44
* [dhcp] Use correct DHCP options on EFI systemsGeoff Lywood2010-05-291-8/+5
* [dhcp] Don't consider invalid offers to be duplicatesJoshua Oreman2010-05-271-3/+3
* [build] Use weak definitions instead of weak declarationsJoshua Oreman2010-05-271-0/+5
* [dhcp] Honor PXEBS_SKIP option in discovery controlJoshua Oreman2010-05-271-2/+26
* [build] Rename gPXE to iPXEMichael Brown2010-04-194-46/+46
* [dhcp] Keep multiple DHCP offers received, and use them intelligentlyJoshua Oreman2010-01-211-86/+228
* [dhcp] Add generic facility for using cached network settingsJoshua Oreman2010-01-201-1/+21
* [tftp] Abort requests with error code 0Stefan Hajnoczi2010-01-181-2/+2
* [tftp] Make TFTP size requests abort transfer with an errorThomas Horsten2010-01-171-0/+73
* [tftp] Remove unnecessary delay when opening a connectionStefan Hajnoczi2010-01-151-2/+9
* [tftp] Allow fetching larger files by wrapping block numberStefan Hajnoczi2010-01-151-3/+6
* [dhcp] Assume PXE options are in DHCPOFFER only if boot menu is includedJoshua Oreman2010-01-141-2/+2
* [dhcp] Accept ProxyDHCP replies of type DHCPOFFERJoshua Oreman2010-01-141-1/+1
* [dhcp] Ensure message type is first DHCP optionShao Miller2010-01-141-0/+1
* [settings] Add Bus ID settingShao Miller2009-12-141-4/+2
* [pxebs] Correct endianness of PXE typeJoshua Oreman2009-10-241-2/+2
* [dhcp] Fall back to using the hardware address to populate the chaddr fieldMichael Brown2009-08-121-11/+43
* [dhcp] Choose ProxyDHCP port based on presence of PXE optionsMichael Brown2009-05-221-6/+22
* [tftp] Process OACKs even if malformedMichael Brown2009-05-201-12/+28
* [dhcp] Send broadcast PXE boot server discovery requests to port 67Michael Brown2009-05-201-6/+8
* [dhcp] Perform ProxyDHCP only if we do not already have PXE optionsMichael Brown2009-05-201-2/+6
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-184-0/+8
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-304-6/+6
* [tables] Incorporate table data type information into table definitionMichael Brown2009-03-131-2/+2
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-131-5/+3
* [dhcp] Use a default user-class of "gPXE"Michael Brown2009-02-171-0/+2
* [xfer] Make consistent assumptions that xfer metadata can never be NULLMichael Brown2009-02-152-15/+3
* [pxe] Obey lists of PXE Boot Servers and associated Discovery Control bitsMichael Brown2009-02-051-29/+169
* [iobuf] Add iob_disown() and use it where it simplifies codeMichael Brown2009-02-012-8/+5