summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [tcp] Display "connecting" status until connection is establishedMichael Brown2019-03-101-0/+21
* [tls] Display validator messages only while validation is in progressMichael Brown2019-03-101-3/+9
* [tls] Display cross-certificate and OCSP status messagesMichael Brown2019-03-072-8/+82
* [crypto] Use x509_name() in validator debug messagesMichael Brown2019-03-071-37/+68
* [tls] Support stateless session resumptionMichael Brown2019-03-061-19/+110
* [tls] Fix incorrectly duplicated error numberMichael Brown2019-03-061-1/+1
* [tls] Support stateful session resumptionMichael Brown2019-02-211-8/+191
* [init] Show startup and shutdown function names in debug messagesMichael Brown2019-01-251-0/+1
* [ethernet] Use standard 1500 byte MTU unless explicitly overriddenMichael Brown2018-07-171-0/+1
* [rndis] Clean up error handling path in register_rndis()Michael Brown2018-07-091-41/+61
* [rndis] Register netdev with MAC filledRoman Kagan2018-07-071-9/+9
* [http] Work around stateful authentication schemesMichael Brown2018-06-082-2/+19
* [tls] Ensure that window change is propagated to plainstream interfaceMichael Brown2018-03-241-2/+7
* [tls] Rename tls_session to tls_connectionMichael Brown2018-03-241-119/+123
* [tls] Ensure received data list is initialised before calling tls_free()Michael Brown2018-03-231-3/+3
* [lacp] Check the partner's own state when checking for blocked linksMichael Brown2018-03-191-4/+4
* [ocsp] Centralise test for whether or not an OCSP check is requiredMichael Brown2018-03-181-2/+1Star
* [tftp] Prevent potential division by zeroMichael Brown2018-03-181-0/+2
* [lacp] Fix debug message to match documentationMichael Brown2018-03-181-1/+1
* [lacp] Mark link as blocked if partner is not yet up and runningMichael Brown2018-03-181-0/+22
* [iscsi] Parse IPv6 address in root pathHannes Reinecke2018-03-011-1/+6
* [http] Allow for domain names within NTLM user namesMichael Brown2018-02-191-3/+22
* [netdevice] Make netdev_irq_enabled() independent of netdev_irq_supported()Martin Habets2018-01-141-6/+3Star
* [http] Report unsuccessful response status lines at DBGVL_LOGMichael Brown2017-12-281-0/+2
* [http] Include error messages for 4xx and 5xx response codesMichael Brown2017-12-281-0/+7
* [http] Add support for NTLM authenticationMichael Brown2017-11-121-0/+201
* [http] Handle parsing of WWW-Authenticate header within authentication schemeMichael Brown2017-11-123-67/+110
* [http] Gracefully handle offers of multiple authentication schemesMichael Brown2017-11-121-3/+10
* [crypto] Fail fast if cross-certificate source is emptyLadi Prosek2017-09-241-0/+5
* [dns] Ensure DNS names are NUL-terminated when used as diagnostic stringsMichael Brown2017-09-071-3/+9
* [dns] Report current DNS query as job progress status messageMichael Brown2017-09-061-0/+18
* [netdevice] Add "hwaddr" settingMichael Brown2017-09-061-5/+30
* [peerdist] Gather and report peer statistics during downloadMichael Brown2017-09-063-0/+95
* [netdevice] Cancel all pending transmissions on any transmit errorMichael Brown2017-09-051-3/+16
* [tls] Support RFC5746 secure renegotiationMichael Brown2017-07-041-19/+188
* [tls] Keep cipherstream window open until TLS negotiation is completeMichael Brown2017-05-221-0/+16
* [iscsi] Always send FirstBurstLength parameterMichael Brown2017-05-031-4/+10
* [http] Notify data transfer interface when underlying connection is readyMichael Brown2017-03-281-0/+3
* [block] Describe all SAN devices via ACPI tablesMichael Brown2017-03-286-120/+180
* [tcp] Use correct length for memset()Michael Brown2017-03-221-1/+1
* [infiniband] Return status code from ib_create_mi()Michael Brown2017-03-222-14/+16
* [infiniband] Return status code from ib_create_cq() and ib_create_qp()Michael Brown2017-03-223-40/+45
* [http] Add missing check for memory allocation failureMichael Brown2017-03-211-0/+5
* [slam] Avoid NULL pointer dereference in slam_pull_value()Michael Brown2017-03-211-5/+9
* [slam] Fix resource leak on error pathMichael Brown2017-03-211-4/+10
* [802.11] Remove redundant NULL pointer check after dereferenceMichael Brown2017-03-211-3/+0Star
* [nfs] Fix double free bug on error pathMichael Brown2017-03-211-6/+1Star
* [dhcp] Allow vendor class to be changed in DHCP requestsMichael Brown2017-03-201-11/+23
* [iscsi] Don't close when receiving NOP-InVishvananda Ishaya Abrams2017-03-091-9/+8Star
* [iscsi] Use intfs_shutdown() when shutting down multiple interfacesMichael Brown2017-03-091-4/+2Star