aboutsummaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
...
* [netdevice] Do not attempt to unmap a null I/O bufferMichael Brown2020-11-291-1/+1
* [dma] Move I/O buffer DMA operations to iobuf.hMichael Brown2020-11-281-0/+32
* [infiniband] Allow SRP device to be described using an EFI device pathMichael Brown2020-10-231-33/+2
* [fcp] Allow Fibre Channel device to be described using an EFI device pathMichael Brown2020-10-221-8/+20
* [iscsi] Allow iSCSI device to be described using an EFI device pathMichael Brown2020-10-201-0/+2
* [aoe] Allow AoE device to be described using an EFI device pathMichael Brown2020-10-191-29/+2
* [http] Allow HTTP connection to be described using an EFI device pathMichael Brown2020-10-191-0/+15
* [ipv6] Reduce time spent waiting for router discoveryMichael Brown2020-10-141-0/+9
* [lacp] Ignore (and do not echo) trailing padding on received packetsMichael Brown2020-10-141-0/+3
* [lacp] Detect and ignore erroneously looped back LACP packetsMichael Brown2020-10-141-0/+8
* [wpa] Fix erroneous debug message in wpa_derive_ptkMichael Brown2020-07-211-2/+3
* [dns] Use all configured DNS serversMichael Brown2020-07-151-49/+130
* [xfer] Remove address family from definition of a socket openerMichael Brown2020-07-153-30/+6
* [tls] Allow a minimum TLS protocol version to be specifiedMichael Brown2020-06-121-6/+24
* [iscsi] Eliminate variable-length stack allocation in URI parsingMichael Brown2020-02-161-10/+28
* [iscsi] Eliminate variable-length stack allocations in CHAP handlersMichael Brown2020-02-161-11/+41
* [slam] Allow for the possibility of IPv6 multicast addressesMichael Brown2020-02-161-4/+4
* [slam] Eliminate variable-length stack allocationMichael Brown2020-02-161-5/+19
* [infiniband] Eliminate variable-length stack allocationMichael Brown2020-02-161-6/+18
* [tftp] Eliminate unnecessary variable-length stack allocationMichael Brown2020-02-161-11/+6
* [peerdist] Allow for the use of a hosted cache serverMichael Brown2019-12-151-4/+65
* [peerdist] Allow PeerDist to be globally enabled or disabledMichael Brown2019-12-131-0/+38
* [ethernet] Avoid false positive Coverity warningMichael Brown2019-08-171-1/+1
* [tls] Add missing call to tls_tx_resume() when restarting negotiationMichael Brown2019-08-161-22/+24
* [peerdist] Limit number of concurrent raw block downloadsMichael Brown2019-08-161-3/+131
* [peerdist] Start block download timers from within opener methodsMichael Brown2019-08-161-7/+9
* [vlan] Provide vlan_netdev_rx() and vlan_netdev_rx_err()Michael Brown2019-04-272-8/+73
* [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/+1
* [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/+3