summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [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-015-14/+9Star
* [dhcp] Send user class in DHCP requestsMichael Brown2009-02-011-2/+25
* [tftp] Guard against invalid data block numbersMichael Brown2009-02-011-0/+5
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-013-934/+774Star
* [dns] Append local domain to relative namesStefan Hajnoczi2009-01-271-11/+65
* [tftp] Temporary fix for conveying TFTP block size to callersMichael Brown2009-01-271-1/+19
* [dhcp] Include support for PXE boot menusMichael Brown2009-01-251-13/+193
* [dhcp] Clarify language surrounding ProxyDHCPMichael Brown2009-01-231-50/+51
* [dhcp] Handle missing ProxyDHCP serversMichael Brown2009-01-231-1/+8
* [dhcp] Pass PXE boot menu item to PXE Boot ServerMichael Brown2009-01-232-73/+122
* [tcp] Always set PUSH flag on TCP transmissionsMichael Brown2009-01-211-1/+1
* [dhcp] Add preliminary support for PXE Boot ServersMichael Brown2009-01-212-1/+103
* [tcpip] Allow for transmission to multicast IPv4 addressesMichael Brown2009-01-216-19/+25
* [ethernet] Fix eth_mc_hash() return statusMichael Brown2009-01-211-0/+1
* [dhcp] Centralise DHCP successful state transitionsMichael Brown2009-01-211-19/+35
* [dhcp] Allow for missing server ID in ProxyDHCPACKMichael Brown2009-01-211-9/+13
* [dhcp] Include gPXE version number within DHCP requestMichael Brown2009-01-081-0/+4
* [infiniband] Call ib_open() only when opening the IPoIB net deviceMichael Brown2009-01-021-7/+36
* [netdevice] Provide function to retrieve the most recently opened net deviceMichael Brown2008-11-211-0/+26
* [aoe] Use an AoE config query to identify the target MAC addressMichael Brown2008-11-191-51/+145
* [x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown2008-11-193-9/+11
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-192-6/+6
* [build] Keep gcc 4.4 happyMichael Brown2008-11-182-20/+19Star
* [infiniband] Add raw packet parser and constructorMichael Brown2008-11-111-8/+127
* [infiniband] Split subnet management agent client out into ib_smc.cMichael Brown2008-11-111-149/+2Star
* [infiniband] Pass address vector in receive completionsMichael Brown2008-11-111-20/+18Star
* [infiniband] Maintain queue fill level as a property of a work queueMichael Brown2008-11-111-0/+91
* [infiniband] Flush uncompleted work queue entries at QP teardownMichael Brown2008-11-111-2/+29
* [netdevice] Retain and report detailed error breakdownsMichael Brown2008-11-081-4/+42
* [aoe] Start retry timer before potential temporary transmission failureMichael Brown2008-11-081-4/+11
* [settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2008-10-302-2/+2
* [tftp] Add EUNIQ_xx values to differentiate the many EINVAL errorsMichael Brown2008-10-221-7/+16
* [netdevice] Change link-layer push() and pull() methods to take raw typesMichael Brown2008-10-162-20/+22
* [netdevice] Split multicast hashing out into an mc_hash methodMichael Brown2008-10-162-14/+31
* [retry] Use a separate flag to indicate that a retry timer is runningMichael Brown2008-10-121-4/+8
* [makefile] Add -Wformat-nonliteral as an extra warning categoryMichael Brown2008-10-101-20/+41
* [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