summaryrefslogtreecommitdiffstats
path: root/src/net
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [infiniband] Retrieve GID flag from cached path entriesMichael Brown2016-03-081-0/+1
* [infiniband] Assign names to queue pairsMichael Brown2016-03-083-9/+14
* [infiniband] Assign names to CMRC connectionsMichael Brown2016-03-082-36/+50
* [infiniband] Allow for the creation of multicast groupsMichael Brown2016-03-081-9/+16
* [infiniband] Parse MLID, rate, and SL from multicast membership recordMichael Brown2016-03-081-27/+30
* [infiniband] Record multicast GID attachment as part of group membershipMichael Brown2016-03-081-1/+9
* [infiniband] Do not use GRH for local pathsMichael Brown2016-03-081-7/+6Star
* [infiniband] Use correct transaction identifier in CM responsesMichael Brown2016-03-082-16/+24
* [infiniband] Use connection's local ID as debug message identifierMichael Brown2016-03-082-25/+33
* [infiniband] Use "%d" as format specifier for LIDsMichael Brown2016-03-082-4/+4
* [infiniband] Use "%#lx" as format specifier for queue pair numbersMichael Brown2016-03-084-12/+12