summaryrefslogtreecommitdiffstats
path: root/src/net/udp
Commit message (Expand)AuthorAgeFilesLines
* [dhcp] Accept BOOTP as well as DHCPMichael Brown2008-09-251-7/+9
* [dhcp] Do not restrict minimum retry time for ProxyDHCPREQUESTMichael Brown2008-08-131-0/+1
* [retry] Added configurable timeouts to retry timerAndrew Schran2008-08-121-0/+2
* [dhcp] Work around a bug in Altiris RDPMichael Brown2008-08-011-2/+2
* [dhcp] Verify DHCP server source portMichael Brown2008-07-101-16/+45
* [tftp] Strip the initial '/' to keep Windows TFTP servers happy.Michael Brown2008-07-031-6/+19
* [dhcp] Verify server identifier on ProxyDHCPACKsMichael Brown2008-07-011-7/+25
* [slam] Add support for SLAM window lengths of greater than one packetMichael Brown2008-06-111-11/+30
* [slam] Implement SLAM flow controlMichael Brown2008-06-111-107/+85Star
* [dhcp] Do not transition to DHCPREQUEST without a valid DHCPOFFERMichael Brown2008-06-111-1/+1
* [slam] Request all remaining blocks if we run out of space for the blocklistMichael Brown2008-06-101-22/+41
* [slam] Speed up NACK transmission by restricting the block-list lengthMichael Brown2008-06-101-20/+62
* [slam] Fix multicast address parsingMichael Brown2008-06-101-8/+11
* [slam] Add Scalable Local Area Multicast (SLAM) protocol supportMichael Brown2008-06-101-0/+749
* [DHCP] Add "dhcp-server" setting to help end-user diagnosticsMichael Brown2008-06-051-0/+8
* [Settings] Expose SMBIOS via settings APIMichael Brown2008-03-281-2/+3
* [DHCP] Add support for ProxyDHCP requestsMichael Brown2008-03-271-345/+546
* [DHCP] Save precious packet-aligned memory by copying DHCP responsesMichael Brown2008-03-261-33/+16Star
* [Settings] Remove assumption that all settings have DHCP tag valuesMichael Brown2008-03-253-183/+154Star
* [DHCP] Fix DHCP state confusion.Michael Brown2008-03-251-2/+5
* [Settings] copy_settings() should not fail if some settings are missing!Michael Brown2008-03-241-18/+54
* [DHCP] Fix up fake-packet creation as used by PXENV_GET_CACHED_INFOMichael Brown2008-03-231-37/+107
* [DHCP] FIXME: quick temporary settings fix, needs update for new APIMarty Connor2008-03-221-0/+4
* [Settings] DHCP is now working using the new settings API.Michael Brown2008-03-211-3/+4
* [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-211-437/+197Star
* [Settings] Use a settings applicator to set the default TFTP URI.Michael Brown2008-03-211-0/+43
* [Settings] Use a settings applicator to configure IPv4 routes.Michael Brown2008-03-211-43/+0Star
* [Settings] Introduce settings applicators.Michael Brown2008-03-211-18/+17Star
* Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-021-0/+1
* [DHCP] Fix RFC4390 client identifier constructions.Michael Brown2008-02-271-1/+1
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2008-01-223-13/+14
|\
| * Make seek information part of the xfer metadata, rather than an entirelyMichael Brown2008-01-083-7/+6Star
| * When the DHCP file/sname fields are empty, don't allow them to overrideMichael Brown2008-01-071-6/+8
* | Add preliminary support for MTFTP.Michael Brown2007-12-261-112/+295
|/
* Fix compiler warnings that appear only on OpenBSD.Michael Brown2007-12-061-7/+7
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-071-1/+1
* Add RFC2090 TFTP multicast support.Michael Brown2007-11-281-82/+300
* Quick hack to be able to accept transfers from servers that don'tMichael Brown2007-11-251-0/+2
* Allow DHCP server to instruct gPXE to ignore ProxyDHCP (which willMichael Brown2007-11-211-8/+16
* Add ProxyDHCP support.Michael Brown2007-11-211-25/+54
* Remove some assumptions about DHCP obtaining only a single options block.Michael Brown2007-11-211-3/+7
* Add PXE-required DHCP options to DHCPDISCOVER and DHCPREQUEST packets.Michael Brown2007-11-211-10/+25
* Add UUID to DHCP request as option 97 (if available).Michael Brown2007-11-211-0/+13
* Use RFC4390 whenever hardware address exceeds 16 bytes; this allows usMichael Brown2007-09-211-2/+36
* Bugfix: DHCP message type should be a one-byte option... (d'oh)Michael Brown2007-09-131-2/+1Star
* Check for correct block number in tftp_rx_data().Michael Brown2007-09-081-1/+9
* Minor style fix: structure fields are generally initialised in theMichael Brown2007-09-061-1/+1
* TFTP default blocksize fix from VampyreMarty Connor2007-08-301-0/+1
* Use start_timer_nodelay() in protocols which rely on the retry timerMichael Brown2007-08-132-2/+2
* Allowed zero-cost enforced ordering of features in startup bannerMichael Brown2007-08-022-0/+6