summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: fix generation of dependent local routes for VRFsac/vrf_local_route_fixAntonio Cardace2020-07-157-24/+63
* bond: avoid setting "active_slave" option without interface enslavedThomas Haller2020-07-141-5/+38
* cloud-setup: don't require delimiter in 'nmcs_utils_hwaddr_normalize'Sayed Shah2020-07-141-2/+1
* contrib: improve code comments to release.sh scriptsThomas Haller2020-07-131-1/+6
* release: bump version to 1.27.1 (development)1.27.1-devThomas Haller2020-07-13192-3266/+4980
|\
| * contrib: add "major-post" step for release.sh scriptThomas Haller2020-07-131-1/+23
| * NEWS: updateThomas Haller2020-07-131-0/+1
| * contrib: support "major" release in release.sh scriptThomas Haller2020-07-131-21/+42
| * NEWS: updateThomas Haller2020-07-131-0/+10
| * NEWS: updateBeniamino Galvani2020-07-131-5/+2
| * libnm: fix -Werror=maybe-uninitialized warning _setting_bond_validate_option()Thomas Haller2020-07-131-0/+2
| * cli: fix leak in do_device_modify() and minor cleanupThomas Haller2020-07-131-13/+29
| * cli: fix accessing argv with zero elements in nmc_process_connection_properti...Thomas Haller2020-07-131-2/+7
| * cloud-setup: fix nmcs_utils_poll argument orderingFrazer Clews2020-07-131-1/+1
| * shared: move nm_close(), nm_auto_close, nm_steal_fd(), nm_steal_int() to nm-s...Thomas Haller2020-07-122-75/+80
| * bond: merge branch 'th/bond-normalize'Thomas Haller2020-07-1110-278/+395
| |\
| | * tui: fix default values for bond options in nmtuiThomas Haller2020-07-111-57/+64
| | * libnm: add _nm_setting_bond_mode_from_string() to nm-libnm-core-internThomas Haller2020-07-114-36/+37
| | * tui: fix alternating miimon/arp_interval settings for bond options in nmtuiThomas Haller2020-07-111-5/+22
| | * cli: fix alternating miimon/arp_interval settings for bond options in nmcliThomas Haller2020-07-116-38/+75
| | * bond: log only skipped bond options if they are set in the profileThomas Haller2020-07-101-5/+9
| | * libnm,core: fix handling miimon and arp_interval as conflicting kernel optionsThomas Haller2020-07-101-30/+26
| | * libnm: don't fail assertion for _bond_get_option_normalized() with invalid bo...Thomas Haller2020-07-101-1/+5
| | * device/bond: rework setting of arp_ip_target bond optionsThomas Haller2020-07-101-20/+66
| | * libnm: cleanup validating bond option "arp_ip_target"Thomas Haller2020-07-101-87/+79
| | * libnm: add nm_utils_bond_option_arp_ip_targets_split() helperThomas Haller2020-07-102-0/+12
| | * shared: assert that nm_utils_strsplit_set_full() returns non-empty strv arrayThomas Haller2020-07-101-0/+1
| |/
| * format: some adjustments to the style and mark ForEachMacrosThomas Haller2020-07-101-3/+46
| * merge: branch 'bg/sriov-reset-on-failure'Beniamino Galvani2020-07-102-37/+63
| |\
| | * device: reset SR-IOV parameters on activation failurebg/sriov-reset-on-failureBeniamino Galvani2020-07-101-3/+32
| | * device: allow queuing SR-IOV operation from a callbackBeniamino Galvani2020-07-101-18/+17
| | * device: clear queued sriov operation on disposeBeniamino Galvani2020-07-101-0/+6
| | * platform: do not rely on the presence of sriov_totalvfs sysfs fileBeniamino Galvani2020-07-101-16/+8
| |/
| * license: add Intel and Andrew to RELICENSE.mdThomas Haller2020-07-091-1/+2
| * format: add .clang-format file to source treeAntonio Cardace2020-07-091-0/+65
| * initrd: generate ipv6.method=auto for ip=dhcp6bg/initrd-dhcp6-rh1854323Beniamino Galvani2020-07-092-13/+3
| * libnm,json: merge branch 'th/libnm_jansson-2'Thomas Haller2020-07-0920-529/+857
| |\
| | * shared: cleanup dlopening libjansson depending on configure optionsThomas Haller2020-07-092-12/+38
| | * shared: drop unused code from "shared/nm-glib-aux/nm-jansson.h"Thomas Haller2020-07-091-100/+0
| | * all: bump libjansson dependency to 2.7Thomas Haller2020-07-093-7/+2
| | * shared/tests: add test for checking "nm-json-aux.h"Thomas Haller2020-07-094-11/+228
| | * shared,libnm: rename nm_json_aux_gstr_*() API to nm_json_gstr_*()Thomas Haller2020-07-093-42/+42
| | * shared: merge nm-glib-aux/nm-json.[hc] into nm-json-aux.[hc]Thomas Haller2020-07-0912-413/+392
| | * libnm: always build libnm with JSON validationThomas Haller2020-07-0910-156/+126
| | * libnm,shared: move nm-json.[hc] to shared/nm-glib-auxThomas Haller2020-07-097-23/+5
| | * libnm: don't include <jansson.h> in libnm but use own variantsThomas Haller2020-07-094-80/+93
| | * libnm: don't redefine symbols in jansson.h headerThomas Haller2020-07-093-129/+84
| | * libnm: merge "shared/nm-glib-aux/nm-jansson.h" into "libnm-core/nm-json.h"Thomas Haller2020-07-091-1/+130
| | * libnm: don't use any symbols from jansson.h directlyThomas Haller2020-07-093-17/+50
| | * libnm: introduce NMJsonVt virtual table for accessing libjansson symbolsThomas Haller2020-07-094-112/+241
| |/