summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* settings: apply agent-owned secrets from the new connection on updatebg/issue82Beniamino Galvani2018-12-121-1/+21
* merge: branch 'bg/sriov-fixes'Beniamino Galvani2018-12-1216-76/+128
|\
| * platform: sriov: write new values when we can't read old onesBeniamino Galvani2018-12-121-4/+5
| * meson: add check on settings docsBeniamino Galvani2018-12-124-20/+26
| * man: add SR-IOV nmcli exampleBeniamino Galvani2018-12-121-0/+17
| * core: use NMTernary for SR-IOV autoprobe-driversBeniamino Galvani2018-12-123-13/+12
| * ifcfg-rh: fix persisting sriov settingBeniamino Galvani2018-12-122-13/+21
| * device: reset SR-IOV VFs on deactivationBeniamino Galvani2018-12-121-0/+7
| * device: configure static number of VFs in unavailable stateBeniamino Galvani2018-12-121-2/+1
| * libnm-core: slightly improve SR-IOV documentationBeniamino Galvani2018-12-122-2/+12
| * cli: strictly validate SR-IOV attributesBeniamino Galvani2018-12-124-6/+14
| * udev: remove unneeded NULL checksBeniamino Galvani2018-12-121-18/+14
| * udev: increase receive buffer sizeBeniamino Galvani2018-12-121-0/+1
|/
* libnm/team: merge branch 'team-vlanid-rh1652931'Thomas Haller2018-12-125-19/+120
|\
| * libnm: implement nm_team_link_watcher_new_arp_ping() based on nm_team_link_wa...Thomas Haller2018-12-121-54/+47
| * team: add support for 'vlanid' link-watchers propertyPatrick Talbert2018-12-125-16/+124
|/
* core: merge branch 'th/secret-key-to-host-id'Thomas Haller2018-12-125-113/+221
|\
| * core: never fail reading host-id timestamp and never change itThomas Haller2018-12-123-25/+61
| * core: split initializing host-id singleton out of nm_utils_host_id_get()Thomas Haller2018-12-121-20/+27
| * core/trivial: rename nm_utils_get_boot_id_*()Thomas Haller2018-12-123-6/+6
| * core/trivial: rename secret-key to host-keyThomas Haller2018-12-123-78/+93
| * shared: expose siphash24() related functionality in nm-hash-utils.hThomas Haller2018-12-122-9/+59
|/
* core: merge branch 'th/secret-key-with-machine-id'Thomas Haller2018-12-123-64/+167
|\
| * core: fix race creating secret-keyThomas Haller2018-12-121-9/+4
| * core: combine secret-key with /etc/machine-idThomas Haller2018-12-121-47/+138
| * core: use define for secret_key filenameThomas Haller2018-12-121-6/+8
| * core: fix printing error for failure reading secret-keyThomas Haller2018-12-121-1/+1
| * shared: add nm_utils_error_is_notfound() helperThomas Haller2018-12-122-5/+20
|/
* core: merge branch 'th/device-match-fix'Thomas Haller2018-12-115-34/+87
|\
| * contrib/rpm: adjust match-device spec for 00-server-dhcp-client-id.confThomas Haller2018-12-111-1/+1
| * core: fix match spec behavior for a list of all "except:"Thomas Haller2018-12-113-32/+81
| * src/tests: add test for except match specThomas Haller2018-12-111-0/+4
| * device: fix matching device-spec for DHCP pluginThomas Haller2018-12-111-2/+2
|/
* connectivity: merge branch 'th/connectivity-per-af-fixes'Thomas Haller2018-12-1119-507/+753
|\
| * connectivity: consider default route for global connectivity stateThomas Haller2018-12-113-33/+89
| * connectivity: issue connectivity check right away on configuration reloadThomas Haller2018-12-111-2/+2
| * connectivity: log address family for device's connectivity checksThomas Haller2018-12-111-8/+16
| * connectivity: use 443 port for https URIsThomas Haller2018-12-111-1/+4
| * connectivity: ensure uri and response stays alive during connectivity checkThomas Haller2018-12-111-73/+114
| * connectivity: improve warning about URI config changeThomas Haller2018-12-111-29/+39
| * connectivity: various cleanup in resolve_cb()Thomas Haller2018-12-111-26/+30
| * connectivity: honor "main.systemd-resolved" setting to not resolve names firstThomas Haller2018-12-114-36/+74
| * dns: fix connecting signals to DNS plugin in init_resolv_conf_mode()Thomas Haller2018-12-112-13/+14
| * cli: drop gettext() wrappers for no_l10n to-string functionsThomas Haller2018-12-114-25/+13
| * cli: don't translate connectivity state in terse outputThomas Haller2018-12-113-280/+280
| * connectivity: add a unique counter for logging connectivity checksThomas Haller2018-12-111-4/+9
| * shared: allow AF_UNSPEC for nm_utils_addr_family_to_char()Thomas Haller2018-12-111-2/+3
| * connectivity: don't use GDBusProxy for resolving names via systemd-resolvedThomas Haller2018-12-111-58/+52
| * dbus: add nm_dbus_manager_get_dbus_connection() helperThomas Haller2018-12-112-0/+10
| * connectivity: fix determining the global connectivity stateThomas Haller2018-12-112-3/+8