summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [iscsi] Fix LUN parsing in the iSCSI root-pathMichael Brown2008-09-281-11/+14
* [dhcp] Accept BOOTP as well as DHCPMichael Brown2008-09-251-7/+9
* [iscsi] Change default initiator name prefix to "iqn.2000-01.org.etherboot:"Michael Brown2008-09-191-1/+1
* [undi] Fill in ProtType correctly in PXENV_UNDI_ISRMichael Brown2008-08-202-21/+47
* [dhcp] Do not restrict minimum retry time for ProxyDHCPREQUESTMichael Brown2008-08-131-0/+1
* [retry] Added configurable timeouts to retry timerAndrew Schran2008-08-122-13/+17
* [iSCSI] Add support for mutual CHAPMichael Brown2008-08-111-45/+266
* [pxe] If no ProxyDHCPACK exists, use DHCPACK for the fake ProxyDHCPACK packetMichael Brown2008-08-021-5/+3Star
* [dhcp] Work around a bug in Altiris RDPMichael Brown2008-08-011-2/+2
* [ftp] Terminate processing after receiving an errorSergey Vlasov2008-07-301-0/+1
* [ftp] Cope with RETR completion prior to all data receivedMichael Brown2008-07-301-15/+33
* [udp] Avoid reusing auto-allocated ports after connection close.Michael Brown2008-07-101-2/+3
* [dhcp] Verify DHCP server source portMichael Brown2008-07-101-16/+45
* [dhcp] Allow DHCP non-option settings to be clearedMichael Brown2008-07-081-0/+3
* [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
* [retry] Add start_timer_fixed()Michael Brown2008-06-111-5/+4Star
* [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
* [udp] Verify local socket address (if specified) for UDP socketsMichael Brown2008-06-101-22/+29
* [DHCP] Add "dhcp-server" setting to help end-user diagnosticsMichael Brown2008-06-051-0/+8
* [TCP] Avoid shrinking TCP windowMichael Brown2008-06-051-17/+50
* [iSCSI] Produce meaningful errors on login failureMichael Brown2008-06-041-3/+34
* [IPv4] Fix multicast address checkingMichael Brown2008-05-191-1/+1
* [iSCSI] Offer CHAP authentication only if we have a username and passwordMichael Brown2008-04-241-4/+5
* [Infiniband] Move event-queue process from driver to Infiniband coreMichael Brown2008-04-211-27/+62
* [Infiniband] Add preliminary multiple port support for Hermon cardsMichael Brown2008-04-181-41/+52
* [http] gPXE is a HTTP/1.0 client, not a HTTP/1.1 clientH. Peter Anvin2008-03-311-1/+1
* [Settings] Expose SMBIOS via settings APIMichael Brown2008-03-281-2/+3
* [DHCP] Add support for ProxyDHCP requestsMichael Brown2008-03-272-348/+550
* [DHCP] Treat empty fields in DHCP packets as non-existent.Michael Brown2008-03-271-10/+48
* [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-259-297/+503
* [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
* [IPv4] Use default netmasks when no subnet mask is specified.Michael Brown2008-03-231-7/+20
* [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] Implement simple_settings backed with extensible DHCP optionsMichael Brown2008-03-221-4/+4
* [Settings] DHCP is now working using the new settings API.Michael Brown2008-03-213-10/+23
* [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-213-685/+599Star
* [DHCP] Kill off some no-longer-used DHCP functionsMichael Brown2008-03-211-118/+0Star
* [Settings] Use a settings applicator to set the default TFTP URI.Michael Brown2008-03-212-35/+43
* [Settings] Use a settings applicator to configure IPv4 routes.Michael Brown2008-03-213-78/+40Star
* [Settings] Introduce settings applicators.Michael Brown2008-03-213-98/+102