summaryrefslogtreecommitdiffstats
path: root/src/net/udp
Commit message (Expand)AuthorAgeFilesLines
* [dhcp] Request NTP server optionCornelius Hoffmann2023-07-191-3/+4
* [ntp] Define NTP server settingMichael Brown2023-07-191-0/+10
* [dhcp] Unregister ProxyDHCP and PXEBS settings on a successful DHCPACKMichael Brown2023-03-141-0/+6
* [dhcp] Ignore DHCPNAK unless originating from the selected DHCP serverMichael Brown2023-02-031-2/+4
* [dhcp] Simplify platform-specific client architecture definitionsMichael Brown2023-01-222-2/+2
* [netdevice] Separate concept of scope ID from network device name indexMichael Brown2023-01-141-1/+1
* [dns] Always start DNS queries using the first configured DNS serverMichael Brown2022-02-241-5/+4Star
* [dhcp] Handle DHCPNAK by returning to discovery stateMichael Brown2021-03-111-9/+31
* [dns] Reduce debug verbosity for DNS server listMichael Brown2021-03-021-9/+9
* [tftp] Allow for profiling of client and server turnaround timesMichael Brown2021-01-221-1/+23
* [dhcp] Continue transmitting DHCPDISCOVER while link is blockedMichael Brown2021-01-191-12/+11Star
* [dns] Use all configured DNS serversMichael Brown2020-07-151-49/+130
* [slam] Allow for the possibility of IPv6 multicast addressesMichael Brown2020-02-161-4/+4
* [slam] Eliminate variable-length stack allocationMichael Brown2020-02-161-5/+19
* [tftp] Eliminate unnecessary variable-length stack allocationMichael Brown2020-02-161-11/+6Star
* [tftp] Prevent potential division by zeroMichael Brown2018-03-181-0/+2
* [dns] Ensure DNS names are NUL-terminated when used as diagnostic stringsMichael Brown2017-09-071-3/+9
* [dns] Report current DNS query as job progress status messageMichael Brown2017-09-061-0/+18
* [slam] Avoid NULL pointer dereference in slam_pull_value()Michael Brown2017-03-211-5/+9
* [slam] Fix resource leak on error pathMichael Brown2017-03-211-4/+10
* [dhcp] Allow vendor class to be changed in DHCP requestsMichael Brown2017-03-201-11/+23
* [netdevice] Allow MTU to be changed at runtimeMichael Brown2017-01-231-3/+3
* [ipv6] Create routing table based on IPv6 settingsMichael Brown2016-07-201-16/+1Star
* [ipv6] Match user expectations for IPv6 settings prioritiesMichael Brown2016-07-191-0/+1
* [dhcpv6] Expose IPv6 address setting acquired through DHCPv6Michael Brown2016-07-191-18/+49
* [ipv6] Rename ipv6_scope to dhcpv6_scopeMichael Brown2016-07-163-6/+6
* [settings] Create space for IPv6 in settings display orderMichael Brown2016-07-151-2/+2
* [dhcp] Automatically generate vendor class identifier stringMichael Brown2016-07-042-2/+6
* [dhcpv6] Include vendor class identifier option in DHCPv6 requestsMichael Brown2016-07-041-0/+3
* [dhcpv6] Include RFC5970 client architecture options in DHCPv6 requestsMichael Brown2016-07-041-17/+19
* [dhcp] Allow for variable encapsulation of architecture-specific optionsMichael Brown2016-07-041-3/+3
* [ntp] Add simple NTP clientMichael Brown2016-06-131-0/+275
* [slam] Avoid potential division by zeroMichael Brown2016-01-281-7/+13
* [tftp] Mangle initial slash on TFTP URIsMichael Brown2016-01-211-1/+3
* [tftp] Do not change current working URI when TFTP server is clearedMichael Brown2016-01-091-13/+13
* [dhcp] Limit maximum number of DHCP discovery deferralsMichael Brown2015-11-101-2/+6
* [dhcp] Reset start time when deferring discoveryMichael Brown2015-10-301-0/+1
* [dhcp] Do not skip ProxyDHCPREQUEST if next-server is emptyMichael Brown2015-08-261-2/+3
* [dhcp] Ignore ProxyDHCPACKs without PXE optionsMichael Brown2015-08-181-0/+4
* [dhcp] Allow pseudo-DHCP servers to use pseudo-identifiersMichael Brown2015-08-181-27/+54
* [dhcp] Defer discovery if link is blockedMichael Brown2015-06-251-0/+9
* [retry] Rewrite unrelicensable portions of retry.cMichael Brown2015-03-051-2/+3
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-023-3/+15
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-023-3/+15
* [dhcp] Extract timing parameters out to config/dhcp.hAlex Williamson2015-02-251-13/+19
* [tftp] Explicitly abort connection whenever parent interface is closedMichael Brown2015-02-061-38/+16Star
* [dhcp] Remove obsolete dhcp_chaddr() functionMichael Brown2014-09-221-75/+5Star
* [dhcp] Check for matching chaddr in received DHCP packetsMichael Brown2014-09-221-0/+37
* [dhcpv6] Do not set sin6_scope_id on the unspecified client socket addressMichael Brown2014-05-231-1/+0Star
* [syslog] Strip invalid characters from hostnameMichael Brown2014-05-161-6/+31