aboutsummaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [tls] Concatenate received non-data records before processingMichael Brown2013-01-311-12/+10
* [src] Fix spelling in comments, debug messages and local variable namesStefan Weil2013-01-031-1/+1
* [build] Include version number within only a single object fileMichael Brown2012-11-022-5/+3
* [netdevice] Clear network device setting before unregisteringMichael Brown2012-10-241-0/+2
* [netdevice] Do not force a poll on net_tx()Michael Brown2012-10-241-7/+0
* [arp] Increase robustness of ARP discarderMichael Brown2012-10-191-7/+10
* [tls] Fix potential memory leakMichael Brown2012-09-281-0/+1
* [tls] Fix uninitialised variableMichael Brown2012-09-281-2/+1
* [tls] Split received records over multiple I/O buffersMichael Brown2012-09-271-164/+278
* [ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown2012-08-311-2/+10
* [infiniband] Include destination address vector in ib_complete_recv()Michael Brown2012-08-314-12/+23
* [infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown2012-08-314-40/+42
* [infiniband] Allow queue pairs to have a custom allocator for receive iobufsMichael Brown2012-08-313-4/+19
* [retry] Expose retry_poll() to explicitly poll all running timersMichael Brown2012-08-311-3/+11
* [ethernet] Expose eth_broadcast as a global constantMichael Brown2012-08-312-6/+3
* [tls] Disambiguate most error causesMichael Brown2012-08-251-32/+140
* [http] Fix HTTP SAN bootingMichael Brown2012-08-171-6/+6
* [ftp] Add support for the FTP SIZE commandMarin Hannache2012-08-151-11/+60
* [http] Treat any unexpected connection close as an errorMichael Brown2012-08-151-7/+15
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-2049-49/+98
* [tcp] Truncate TCP window to prevent future packet discardsMichael Brown2012-07-091-3/+20
* [arp] Try to avoid discarding ARP cache entriesMichael Brown2012-07-092-3/+8
* [netdevice] Process all received packets in net_poll()Michael Brown2012-07-041-7/+2
* [arp] Prevent ARP cache entries from being deleted mid-transmissionMichael Brown2012-07-011-11/+38
* [tcp] Avoid potential NULL pointer dereferenceMichael Brown2012-06-301-1/+3
* [tcp] Use a zero window size for RST packetsMichael Brown2012-06-301-1/+1
* [tls] Request a maximum fragment length of 2048 bytesMichael Brown2012-06-291-0/+11
* [tcp] Add support for TCP window scalingMichael Brown2012-06-291-2/+29
* [tcpip] Allow for architecture-specific TCP/IP checksum routinesMichael Brown2012-06-271-2/+2
* [syslog] Include hostname within syslog messages where possibleMichael Brown2012-06-202-8/+54
* [settings] Move "domain" setting from dns.c to settings.cMichael Brown2012-06-201-8/+0
* [dhcp] Request broadcast responses when we already have an IPv4 addressMichael Brown2012-06-202-1/+8
* [tls] Mark security negotiation as a pending operationMichael Brown2012-06-091-3/+13
* [tcp] Mark any unacknowledged transmission as a pending operationMichael Brown2012-06-091-3/+33
* [crypto] Fix unused-but-set variable warningMichael Brown2012-05-231-2/+0
* [http] Add support for Digest authenticationMichael Brown2012-05-221-0/+173
* [http] Provide credentials only when requested by serverMichael Brown2012-05-221-16/+128
* [http] Split construction of Authorization header out of http_step()Michael Brown2012-05-221-57/+96
* [http] Defer processing response code until after receiving all headersMichael Brown2012-05-221-6/+10
* [http] Reopen connections when server does not keep connection aliveMichael Brown2012-05-221-31/+118
* [crypto] Automatically perform OCSP checks when applicableMichael Brown2012-05-221-68/+195
* [iscsi] Report SCSI response only when applicableMichael Brown2012-05-161-1/+2
* [crypto] Include "?subject=" in cross-signed certificate URIMichael Brown2012-05-091-3/+3
* [crypto] Reduce standard debugging outputMichael Brown2012-05-091-4/+4
* [crypto] Automatically download cross-signed certificatesMichael Brown2012-05-081-11/+284
* [tls] Use asynchronous certificate validatorMichael Brown2012-05-081-46/+113
* [crypto] Add asynchronous certificate validatorMichael Brown2012-05-081-0/+178
* [crypto] Add x509_append_raw()Michael Brown2012-05-081-18/+5
* [crypto] Allow for X.509 certificates with no common nameMichael Brown2012-05-081-1/+2
* [tcp] Discard all TCP connections on shutdownMichael Brown2012-05-081-0/+22