summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [http] Support HTTP redirectionMichael Brown2009-03-301-0/+28
* [xfer] Implement xfer_vreopen() to properly handle redirectionsMichael Brown2009-03-308-11/+11
* [netdevice] Add debug message for unknown network-layer protocolsMichael Brown2009-03-261-2/+4
* [build] Enable building with the Intel C compiler (icc)Michael Brown2009-03-261-1/+1
* [tables] Incorporate table data type information into table definitionMichael Brown2009-03-131-2/+2
* [tables] Redefine methods for accessing linker tablesMichael Brown2009-03-134-36/+7Star
* [tcp] Avoid setting PSH flag when SYN flag is setMichael Brown2009-03-101-1/+3
* [iscsi] Include credentials in iBFT only if used during iSCSI loginMichael Brown2009-02-201-12/+11Star
* [crypto] Change cipher_{en,de}crypt() to void functionsMichael Brown2009-02-191-17/+5Star
* [crypto] Split crypto_algorithm into {digest,cipher,pubkey}_algorithmMichael Brown2009-02-181-17/+17
* [crypto] Move AES_convert_key() hack into axtls_aes.cMichael Brown2009-02-181-4/+0Star
* [crypto] Rename aes_algorithm to aes_cbc_algorithmMichael Brown2009-02-181-2/+2
* [dhcp] Use a default user-class of "gPXE"Michael Brown2009-02-171-0/+2
* [http] Send authentication information whenever username is presentMichael Brown2009-02-171-9/+8Star
* [icmp] Add support for responding to pingsMichael Brown2009-02-172-0/+104
* [xfer] Make consistent assumptions that xfer metadata can never be NULLMichael Brown2009-02-156-30/+9Star
* [http] Allow for URI encodings within username and passwordMichael Brown2009-02-131-2/+15
* [http] Add support for HTTP Basic authenticationMichael Brown2009-02-131-0/+28
* [tls] Use our own ASN.1 routines for certificate parsingMichael Brown2009-02-101-67/+110
* [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