aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2019-08-12[peerdist] Reduce number of concurrent requests to origin serverpeerdistMichael Brown1-9/+23
2019-04-27[vlan] Provide vlan_netdev_rx() and vlan_netdev_rx_err()Michael Brown2-8/+73
2019-03-10[tcp] Display "connecting" status until connection is establishedMichael Brown1-0/+21
2019-03-10[tls] Display validator messages only while validation is in progressMichael Brown1-3/+9
2019-03-07[tls] Display cross-certificate and OCSP status messagesMichael Brown2-8/+82
2019-03-07[crypto] Use x509_name() in validator debug messagesMichael Brown1-37/+68
2019-03-06[tls] Support stateless session resumptionMichael Brown1-19/+110
2019-03-06[tls] Fix incorrectly duplicated error numberMichael Brown1-1/+1
2019-02-21[tls] Support stateful session resumptionMichael Brown1-8/+191
2019-01-25[init] Show startup and shutdown function names in debug messagesMichael Brown1-0/+1
2018-07-17[ethernet] Use standard 1500 byte MTU unless explicitly overriddenMichael Brown1-0/+1
2018-07-09[rndis] Clean up error handling path in register_rndis()Michael Brown1-41/+61
2018-07-07[rndis] Register netdev with MAC filledRoman Kagan1-9/+9
2018-06-08[http] Work around stateful authentication schemesMichael Brown2-2/+19
2018-03-24[tls] Ensure that window change is propagated to plainstream interfaceMichael Brown1-2/+7
2018-03-24[tls] Rename tls_session to tls_connectionMichael Brown1-119/+123
2018-03-23[tls] Ensure received data list is initialised before calling tls_free()Michael Brown1-3/+3
2018-03-19[lacp] Check the partner's own state when checking for blocked linksMichael Brown1-4/+4
2018-03-18[ocsp] Centralise test for whether or not an OCSP check is requiredMichael Brown1-2/+1
2018-03-18[tftp] Prevent potential division by zeroMichael Brown1-0/+2
2018-03-18[lacp] Fix debug message to match documentationMichael Brown1-1/+1
2018-03-18[lacp] Mark link as blocked if partner is not yet up and runningMichael Brown1-0/+22
2018-03-01[iscsi] Parse IPv6 address in root pathHannes Reinecke1-1/+6
2018-02-19[http] Allow for domain names within NTLM user namesMichael Brown1-3/+22
2018-01-14[netdevice] Make netdev_irq_enabled() independent of netdev_irq_supported()Martin Habets1-6/+3
2017-12-28[http] Report unsuccessful response status lines at DBGVL_LOGMichael Brown1-0/+2
2017-12-28[http] Include error messages for 4xx and 5xx response codesMichael Brown1-0/+7
2017-11-12[http] Add support for NTLM authenticationMichael Brown1-0/+201
2017-11-12[http] Handle parsing of WWW-Authenticate header within authentication schemeMichael Brown3-67/+110
2017-11-12[http] Gracefully handle offers of multiple authentication schemesMichael Brown1-3/+10
2017-09-24[crypto] Fail fast if cross-certificate source is emptyLadi Prosek1-0/+5
2017-09-07[dns] Ensure DNS names are NUL-terminated when used as diagnostic stringsMichael Brown1-3/+9
2017-09-06[dns] Report current DNS query as job progress status messageMichael Brown1-0/+18
2017-09-06[netdevice] Add "hwaddr" settingMichael Brown1-5/+30
2017-09-05[peerdist] Gather and report peer statistics during downloadMichael Brown3-0/+95
2017-09-05[netdevice] Cancel all pending transmissions on any transmit errorMichael Brown1-3/+16
2017-07-04[tls] Support RFC5746 secure renegotiationMichael Brown1-19/+188
2017-05-22[tls] Keep cipherstream window open until TLS negotiation is completeMichael Brown1-0/+16
2017-05-03[iscsi] Always send FirstBurstLength parameterMichael Brown1-4/+10
2017-03-28[http] Notify data transfer interface when underlying connection is readyMichael Brown1-0/+3
2017-03-28[block] Describe all SAN devices via ACPI tablesMichael Brown6-120/+180
2017-03-22[tcp] Use correct length for memset()Michael Brown1-1/+1
2017-03-22[infiniband] Return status code from ib_create_mi()Michael Brown2-14/+16
2017-03-22[infiniband] Return status code from ib_create_cq() and ib_create_qp()Michael Brown3-40/+45
2017-03-21[http] Add missing check for memory allocation failureMichael Brown1-0/+5
2017-03-21[slam] Avoid NULL pointer dereference in slam_pull_value()Michael Brown1-5/+9
2017-03-21[slam] Fix resource leak on error pathMichael Brown1-4/+10
2017-03-21[802.11] Remove redundant NULL pointer check after dereferenceMichael Brown1-3/+0
2017-03-21[nfs] Fix double free bug on error pathMichael Brown1-6/+1
2017-03-20[dhcp] Allow vendor class to be changed in DHCP requestsMichael Brown1-11/+23