summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [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
* [http] Cleanly shut down potentially looped interfacesMichael Brown2017-02-021-15/+6Star
* [time] Allow timer to be selected at runtimeMichael Brown2017-01-263-6/+6
* [netdevice] Limit MTU by hardware maximum frame lengthMichael Brown2017-01-254-9/+23
* [netdevice] Allow MTU to be changed at runtimeMichael Brown2017-01-232-3/+64
* [cloud] Add ability to retrieve Google Compute Engine metadataMichael Brown2017-01-231-0/+72
* [build] Return const char * from uuid_ntoa()David Decotigny2017-01-221-1/+1
* [ipv4] Accept unicast packets for the local network broadcast addressMichael Brown2017-01-221-0/+1
* [iscsi] Avoid potential infinite loops during shutdownMichael Brown2016-11-171-0/+1
* [interface] Provide intf_reinit() to reinitialise nullified interfacesMichael Brown2016-11-161-4/+1Star
* [crypto] Generalise X.509 "valid" field to a "flags" fieldMichael Brown2016-08-251-1/+1
* [ipv6] Allow for multiple routersMichael Brown2016-07-251-49/+126
* [ipv6] Rename ipv6_scope to ipv6_settings_scopeMichael Brown2016-07-212-7/+7
* [ipv6] Create routing table based on IPv6 settingsMichael Brown2016-07-203-187/+132Star
* [ipv6] Match user expectations for IPv6 settings prioritiesMichael Brown2016-07-193-2/+19
* [ipv6] Expose IPv6 link-local address settingsMichael Brown2016-07-191-0/+113
* [dhcpv6] Expose IPv6 address setting acquired through DHCPv6Michael Brown2016-07-191-18/+49
* [ipv6] Expose IPv6 settings acquired through NDPMichael Brown2016-07-192-5/+273
* [ipv6] Allow settings to comprise arbitrary subsets of NDP optionsMichael Brown2016-07-191-35/+67
* [ipv6] Rename ipv6_scope to dhcpv6_scopeMichael Brown2016-07-163-6/+6
* [settings] Create space for IPv6 in settings display orderMichael Brown2016-07-153-6/+6
* [ipv6] Perform SLAAC only during autoconfigurationMichael Brown2016-07-151-8/+14
* [ipv4] Send gratuitous ARPs whenever a new IPv4 address is appliedMichael Brown2016-07-121-20/+80
* [iscsi] Treat redirection failures as fatalMichael Brown2016-07-041-1/+10
* [dhcp] Automatically generate vendor class identifier stringMichael Brown2016-07-042-2/+6
* [dhcpv6] Include vendor class identifier option in DHCPv6 requestsMichael Brown2016-07-041-0/+3
* [dhcpv6] Include RFC5970 client architecture options in DHCPv6 requestsMichael Brown2016-07-041-17/+19
* [dhcp] Allow for variable encapsulation of architecture-specific optionsMichael Brown2016-07-041-3/+3