aboutsummaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2017-03-09[iscsi] Don't close when receiving NOP-InVishvananda Ishaya Abrams1-9/+8
2017-03-09[iscsi] Use intfs_shutdown() when shutting down multiple interfacesMichael Brown1-4/+2
2017-02-02[http] Cleanly shut down potentially looped interfacesMichael Brown1-15/+6
2017-01-26[time] Allow timer to be selected at runtimeMichael Brown3-6/+6
2017-01-25[netdevice] Limit MTU by hardware maximum frame lengthMichael Brown4-9/+23
2017-01-23[netdevice] Allow MTU to be changed at runtimeMichael Brown2-3/+64
2017-01-23[cloud] Add ability to retrieve Google Compute Engine metadataMichael Brown1-0/+72
2017-01-22[build] Return const char * from uuid_ntoa()David Decotigny1-1/+1
2017-01-22[ipv4] Accept unicast packets for the local network broadcast addressMichael Brown1-0/+1
2016-11-16[iscsi] Avoid potential infinite loops during shutdownMichael Brown1-0/+1
2016-11-16[interface] Provide intf_reinit() to reinitialise nullified interfacesMichael Brown1-4/+1
2016-08-25[crypto] Generalise X.509 "valid" field to a "flags" fieldMichael Brown1-1/+1
2016-07-25[ipv6] Allow for multiple routersMichael Brown1-49/+126
2016-07-21[ipv6] Rename ipv6_scope to ipv6_settings_scopeMichael Brown2-7/+7
2016-07-20[ipv6] Create routing table based on IPv6 settingsMichael Brown3-187/+132
2016-07-19[ipv6] Match user expectations for IPv6 settings prioritiesMichael Brown3-2/+19
2016-07-19[ipv6] Expose IPv6 link-local address settingsMichael Brown1-0/+113
2016-07-19[dhcpv6] Expose IPv6 address setting acquired through DHCPv6Michael Brown1-18/+49
2016-07-19[ipv6] Expose IPv6 settings acquired through NDPMichael Brown2-5/+273
2016-07-19[ipv6] Allow settings to comprise arbitrary subsets of NDP optionsMichael Brown1-35/+67
2016-07-16[ipv6] Rename ipv6_scope to dhcpv6_scopeMichael Brown3-6/+6
2016-07-15[settings] Create space for IPv6 in settings display orderMichael Brown3-6/+6
2016-07-15[ipv6] Perform SLAAC only during autoconfigurationMichael Brown1-8/+14
2016-07-12[ipv4] Send gratuitous ARPs whenever a new IPv4 address is appliedMichael Brown1-20/+80
2016-07-04[iscsi] Treat redirection failures as fatalMichael Brown1-1/+10
2016-07-04[dhcp] Automatically generate vendor class identifier stringMichael Brown2-2/+6
2016-07-04[dhcpv6] Include vendor class identifier option in DHCPv6 requestsMichael Brown1-0/+3
2016-07-04[dhcpv6] Include RFC5970 client architecture options in DHCPv6 requestsMichael Brown1-17/+19
2016-07-04[dhcp] Allow for variable encapsulation of architecture-specific optionsMichael Brown1-3/+3
2016-06-13[ntp] Add simple NTP clientMichael Brown1-0/+275
2016-06-13[tcp] Send TCP keepalives on idle established connectionsMichael Brown1-0/+38
2016-06-09[http] Accept headers with no whitespace following the colonMichael Brown1-2/+6
2016-05-25[http] Ignore unrecognised "Connection" header tokensMichael Brown1-13/+11
2016-05-23[netdevice] Fix failure path in register_netdev()Michael Brown1-0/+2
2016-04-18[ethernet] Make LACP support configurable at build timeMichael Brown1-3/+0
2016-03-29[netdevice] Return ENOENT for an unknown bus typeMichael Brown1-1/+2
2016-03-24[crypto] Allow cross-certificate source to be configured at build timeMichael Brown1-1/+2
2016-03-12[arp] Validate length of ARP packetMichael Brown1-0/+7
2016-03-11[tls] Avoid potential out-of-bound reads in length fieldsMichael Brown1-44/+67
2016-03-09[xsigo] Add support for Xsigo virtual Ethernet (XVE) EoIB devicesMichael Brown1-0/+1858
2016-03-09[infiniband] Make IPoIB support configurable at build timeMichael Brown1-3/+0
2016-03-08[infiniband] Retrieve GID flag from cached path entriesMichael Brown1-0/+1
2016-03-08[infiniband] Assign names to queue pairsMichael Brown3-9/+14
2016-03-08[infiniband] Assign names to CMRC connectionsMichael Brown2-36/+50
2016-03-08[infiniband] Allow for the creation of multicast groupsMichael Brown1-9/+16
2016-03-08[infiniband] Parse MLID, rate, and SL from multicast membership recordMichael Brown1-27/+30
2016-03-08[infiniband] Record multicast GID attachment as part of group membershipMichael Brown1-1/+9
2016-03-08[infiniband] Do not use GRH for local pathsMichael Brown1-7/+6
2016-03-08[infiniband] Use correct transaction identifier in CM responsesMichael Brown2-16/+24
2016-03-08[infiniband] Use connection's local ID as debug message identifierMichael Brown2-25/+33