summaryrefslogtreecommitdiffstats
path: root/src/net/udp
Commit message (Expand)AuthorAgeFilesLines
...
* [settings] Move user-class setting from dhcp.c to settings.cMichael Brown2013-11-141-8/+0Star
* [dhcp] Add DHCP network device configuratorMichael Brown2013-11-051-0/+6
* [pxe] Always retrieve cached DHCPACK and apply to relevant network deviceMichael Brown2013-10-251-26/+1Star
* [build] Fix uses of literal 0 as a NULL pointerMichael Brown2013-04-281-1/+1
* [uuid] Abstract UUID mangling code out to a separate uuid_mangle() functionMichael Brown2013-03-201-3/+1Star
* [dhcp] Use PXE byte ordering for UUID in DHCP option 97Michael Brown2013-03-201-1/+8
* [tftp] Allow TFTP block size to be controlled via the PXE TFTP APIMichael Brown2013-03-061-20/+8Star
* [src] Fix spelling in comments, debug messages and local variable namesStefan Weil2013-01-031-1/+1
* [build] Include version number within only a single object fileMichael Brown2012-11-021-3/+0Star
* [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown2012-08-311-2/+10
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-205-5/+10
* [syslog] Include hostname within syslog messages where possibleMichael Brown2012-06-201-4/+52
* [settings] Move "domain" setting from dns.c to settings.cMichael Brown2012-06-201-8/+0Star
* [dhcp] Request broadcast responses when we already have an IPv4 addressMichael Brown2012-06-201-0/+7
* [tftp] Allow builds without TFTP supportMichael Brown2012-04-171-8/+0Star
* [syslog] Pass internal syslog() priority through to syslog consoleMichael Brown2012-03-261-2/+21
* [console] Do not share ANSI escape context between lineconsole usersMichael Brown2012-03-261-0/+8
* [console] Exclude text-based UI output from logfile-based consolesMichael Brown2012-03-261-1/+1
* [console] Allow usage to be defined independently for each consoleMichael Brown2012-03-261-0/+8
* [syslog] Separate out generic line-based console functionalityMichael Brown2012-02-291-36/+8Star
* [syslog] Disable console when no syslog server is definedMichael Brown2012-02-291-7/+5Star
* [dns] Allow trailing dots in DNS namesMichael Brown2012-01-111-9/+15
* [dhcp] Add PXE-mandated DHCP options [128,135] to parameter request listMichael Brown2011-12-061-0/+1
* [dhcp] Use a random DHCP transaction identifier (xid)Michael Brown2011-09-191-23/+24
* [tftp] Avoid setting current working URI to "tftp://0.0.0.0/"Michael Brown2011-03-311-5/+9
* [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/+88Star
* [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/+146Star
* [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/+16Star
* [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/+5Star
* [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