aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2021-11-12[uri] Retain original encodings for path, query, and fragment fieldsuriMichael Brown1-2/+2
2021-07-01[uri] Make URI schemes case-insensitiveMichael Brown1-1/+2
2021-06-22[peerdist] Assume that most recently discovered peer can be reusedMichael Brown1-0/+23
2021-04-10[netdevice] Ensure driver transmit() and poll() will not be re-enteredMichael Brown1-7/+32
2021-03-11[dhcp] Handle DHCPNAK by returning to discovery stateMichael Brown1-9/+31
2021-03-02[dns] Reduce debug verbosity for DNS server listMichael Brown1-9/+9
2021-01-27[infiniband] Require drivers to specify the number of portsChristian Iversen2-21/+1
2021-01-22[tftp] Allow for profiling of client and server turnaround timesMichael Brown1-1/+23
2021-01-19[ipv6] Defer router discovery timeout while link is blockedMichael Brown1-1/+19
2021-01-19[eap] Treat an EAP Request-Identity as indicating a blocked linkMichael Brown2-0/+179
2021-01-19[eapol] Replace EAPoL codeMichael Brown2-56/+75
2021-01-19[dhcp] Continue transmitting DHCPDISCOVER while link is blockedMichael Brown1-12/+11
2020-12-15[crypto] Allow private key to be specified as a TLS connection parameterMichael Brown3-7/+13
2020-12-15[tls] Include root of trust within definition of TLS sessionMichael Brown1-3/+7
2020-12-09[x509] Make root of trust a reference-counted structureMichael Brown2-2/+4
2020-12-08[x509] Record root of trust used when validating a certificateMichael Brown4-7/+16
2020-12-08[http] Hide HTTP transport-layer filter implementation detailsMichael Brown2-3/+14
2020-12-07[tls] Allow provision of a client certificate chainMichael Brown1-30/+77
2020-12-07[tls] Use intf_insert() to add TLS to an interfaceMichael Brown3-26/+30
2020-11-29[netdevice] Fix misleading comment on netdev_rx()Michael Brown1-1/+1
2020-11-29[netdevice] Do not attempt to unmap a null I/O bufferMichael Brown1-1/+1
2020-11-28[dma] Move I/O buffer DMA operations to iobuf.hMichael Brown1-0/+32
2020-10-23[infiniband] Allow SRP device to be described using an EFI device pathMichael Brown1-33/+2
2020-10-22[fcp] Allow Fibre Channel device to be described using an EFI device pathMichael Brown1-8/+20
2020-10-20[iscsi] Allow iSCSI device to be described using an EFI device pathMichael Brown1-0/+2
2020-10-19[aoe] Allow AoE device to be described using an EFI device pathMichael Brown1-29/+2
2020-10-19[http] Allow HTTP connection to be described using an EFI device pathMichael Brown1-0/+15
2020-10-14[ipv6] Reduce time spent waiting for router discoveryMichael Brown1-0/+9
2020-10-14[lacp] Ignore (and do not echo) trailing padding on received packetsMichael Brown1-0/+3
2020-10-14[lacp] Detect and ignore erroneously looped back LACP packetsMichael Brown1-0/+8
2020-07-21[wpa] Fix erroneous debug message in wpa_derive_ptkMichael Brown1-2/+3
2020-07-15[dns] Use all configured DNS serversMichael Brown1-49/+130
2020-07-15[xfer] Remove address family from definition of a socket openerMichael Brown3-30/+6
2020-06-12[tls] Allow a minimum TLS protocol version to be specifiedMichael Brown1-6/+24
2020-02-16[iscsi] Eliminate variable-length stack allocation in URI parsingMichael Brown1-10/+28
2020-02-16[iscsi] Eliminate variable-length stack allocations in CHAP handlersMichael Brown1-11/+41
2020-02-16[slam] Allow for the possibility of IPv6 multicast addressesMichael Brown1-4/+4
2020-02-16[slam] Eliminate variable-length stack allocationMichael Brown1-5/+19
2020-02-16[infiniband] Eliminate variable-length stack allocationMichael Brown1-6/+18
2020-02-16[tftp] Eliminate unnecessary variable-length stack allocationMichael Brown1-11/+6
2019-12-15[peerdist] Allow for the use of a hosted cache serverMichael Brown1-4/+65
2019-12-13[peerdist] Allow PeerDist to be globally enabled or disabledMichael Brown1-0/+38
2019-08-17[ethernet] Avoid false positive Coverity warningMichael Brown1-1/+1
2019-08-16[tls] Add missing call to tls_tx_resume() when restarting negotiationMichael Brown1-22/+24
2019-08-16[peerdist] Limit number of concurrent raw block downloadsMichael Brown1-3/+131
2019-08-16[peerdist] Start block download timers from within opener methodsMichael Brown1-7/+9
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