aboutsummaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [infiniband] Centralise assumption of 2048-byte payloadsMichael Brown2009-07-173-5/+10
* [infiniband] Provide ib_get_hca_info() as a commonly-available functionMichael Brown2009-07-172-16/+30
* [infiniband] Split queue set functionality out of ipoib.c to ib_qset.cMichael Brown2009-07-171-0/+133
* [infiniband] Move non-driver-specific code to net/infinibandMichael Brown2009-07-173-0/+959
* [netdevice] Make ll_broadcast per-netdevice rather than per-ll_protocolMichael Brown2009-07-174-5/+21
* [ata] Make ATA command issuing partially asynchronousMichael Brown2009-07-171-8/+2
* [scsi] Make SCSI command issuing partially asynchronousMichael Brown2009-07-171-18/+11
* [netdevice] Add mechanism for reporting detailed link status codesMichael Brown2009-06-241-0/+30
* [tcp] Avoid rewinding sequence numbers on receiving old duplicate ACKsMichael Brown2009-06-231-27/+31
* [tcp] Attempt to catch all possible error cases with debug messagesMichael Brown2009-06-231-11/+36
* [tcp] Include current sequence numbers in "timer expired" messagesMichael Brown2009-06-231-2/+3
* [tcp] Move high-frequency debug messages to DBGLVL_EXTRAMichael Brown2009-06-231-21/+21
* [netdevice] Add netdev argument to link-layer push and pull handlersJoshua Oreman2009-06-232-5/+9
* [tcp] Improve robustness in the presence of duplicated received packetsMichael Brown2009-06-231-13/+28
* [ethernet] Add MII link status functions from LinuxDaniel Verkamp2009-05-261-0/+147
* [settings] Allow for arbitrarily-named settingsMichael Brown2009-05-262-7/+16
* [dhcp] Choose ProxyDHCP port based on presence of PXE optionsMichael Brown2009-05-221-6/+22
* [tftp] Process OACKs even if malformedMichael Brown2009-05-201-12/+28
* [dhcp] Send broadcast PXE boot server discovery requests to port 67Michael Brown2009-05-201-6/+8
* [dhcp] Perform ProxyDHCP only if we do not already have PXE optionsMichael Brown2009-05-201-2/+6
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-1826-0/+52
* [dhcp] Accept filename via DHCP option 67 as well as BOOTP filename fieldMichael Brown2009-04-151-4/+8
* [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/+7
* [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/+11
* [crypto] Change cipher_{en,de}crypt() to void functionsMichael Brown2009-02-191-17/+5
* [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/+0
* [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/+8
* [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/+9
* [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/+9
* [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/+774
* [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