summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ntp] Add simple NTP clientMichael Brown2016-06-131-0/+275
* [tcp] Send TCP keepalives on idle established connectionsMichael Brown2016-06-131-0/+38
* [http] Accept headers with no whitespace following the colonMichael Brown2016-06-091-2/+6
* [http] Ignore unrecognised "Connection" header tokensMichael Brown2016-05-251-13/+11Star
* [netdevice] Fix failure path in register_netdev()Michael Brown2016-05-231-0/+2
* [ethernet] Make LACP support configurable at build timeMichael Brown2016-04-181-3/+0Star
* [netdevice] Return ENOENT for an unknown bus typeMichael Brown2016-03-291-1/+2
* [crypto] Allow cross-certificate source to be configured at build timeMichael Brown2016-03-241-1/+2
* [arp] Validate length of ARP packetMichael Brown2016-03-121-0/+7
* [tls] Avoid potential out-of-bound reads in length fieldsMichael Brown2016-03-111-44/+67
* [xsigo] Add support for Xsigo virtual Ethernet (XVE) EoIB devicesMichael Brown2016-03-091-0/+1858
* [infiniband] Make IPoIB support configurable at build timeMichael Brown2016-03-091-3/+0Star