summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* n-dhcp4: keep trying after a failure in send()bg/nettools-max-attemptsBeniamino Galvani2020-02-241-12/+13
* n-dhcp4: fix logging macroBeniamino Galvani2020-02-241-2/+3
* gitlab-ci: fix deploying documentation after switching to Fedora 31Thomas Haller2020-02-221-1/+1
* platform: avoid compiler warning in _NMP_OBJECT_TYPE_IS_OBJ_WITH_IFINDEX()Thomas Haller2020-02-221-2/+8
* platform: belatedly add NMP_OBJECT_TYPE_LNK_VRF to _NMP_OBJECT_TYPE_IS_OBJ_WI...Thomas Haller2020-02-221-0/+1
* release: bump version to 1.23.2-dev1.23.2-devThomas Haller2020-02-212-2/+2
* all: merge branch 'th/fix-gitlab-ci-failures'Thomas Haller2020-02-2116-32/+87
|\
| * libnm-core/tests: avoid -Wstring-compare in unit test for NM_IN_SET()Thomas Haller2020-02-211-2/+4
| * build: disable -Wimplicit-fallthrough warning with clangThomas Haller2020-02-212-2/+42
| * all: unify spelling of "fall-through" comment for switch statementsThomas Haller2020-02-2110-20/+20
| * build/meson: fix missing dependency when building nm-libnm-auxThomas Haller2020-02-211-0/+1
| * gitlab-ci: add "t_fedora:32" and by default build on Fedora 31Thomas Haller2020-02-211-2/+8
| * tests: ignore valgrind warnings for unhandled syscalls in libnm,service-provi...Thomas Haller2020-02-211-6/+12
|/
* license: minor spelling fixes in RELICENSE.mdThomas Haller2020-02-211-2/+2
* license: add Robert to RELICENSE.mdThomas Haller2020-02-211-0/+2
* shared: add more debug messages to nm_utils_parse_inaddr_bin_full()Beniamino Galvani2020-02-211-5/+31
* core: merge branch 'th/nm-dhcp-config-merge'Thomas Haller2020-02-2117-472/+368
|\
| * device: merge nm_device_get_dhcp[46]_config() to nm_device_get_dhcp_config()Thomas Haller2020-02-215-17/+12
| * core: add common base class NMDhcpConfig for NMDhcp[46]Config and merge themThomas Haller2020-02-2112-314/+209
| * core: rename "nm-dhcp4-config.[ch]" to "nm-dhcp-config.[hc]" before mergeThomas Haller2020-02-218-8/+8
| * core: avoid duplicate lookup in nm_utils_strdict_to_variant()Thomas Haller2020-02-211-6/+6
| * shared: extend NM_GOBJECT_PROPERTIES_DEFINE*() macros to append suffix to def...Thomas Haller2020-02-211-16/+22
|/
* platform: merge branch 'th/platform-link-type-metadata'Thomas Haller2020-02-213-84/+240
|\
| * platform: use nm_streq() instead of strcmp()Thomas Haller2020-02-211-4/+5
| * platform: use binary search to lookup NMLinkType for devtypeThomas Haller2020-02-211-8/+70
| * platform: use binary search to lookup NMLinkType for rtnl_typeThomas Haller2020-02-211-5/+77
| * platform: index LinkDesc array by NMLinkTypeThomas Haller2020-02-211-63/+62
| * platform: don't assign meaning to NMLinkType numeric valuesThomas Haller2020-02-212-12/+34
|/
* libnm: disable "-Wtautological-constant-out-of-range-compare" warning with clangThomas Haller2020-02-212-0/+2
* build/autotools: fix passing AM_CFLAGS when building libnm-coreThomas Haller2020-02-211-1/+1
* contrib/scripts: add "checkpatch-git-post-commit-hook" script to contrib/Thomas Haller2020-02-211-0/+23
* nm-setting-bond: do not shadow stack variable with same nameAntonio Cardace2020-02-211-1/+0
* po: update Ukrainian (uk) translationYuri Chornoivan2020-02-201-1104/+1172
* bond: merge branch 'th/bond-allow-arp-validate'Thomas Haller2020-02-197-194/+340
|\
| * libnm: verify bond option in defined orderThomas Haller2020-02-191-23/+38
| * libnm: sort "mode" in nm_setting_bond_get_option() firstThomas Haller2020-02-192-2/+15
| * libnm: cleanup string comparison in "nm-setting-bond.c"Thomas Haller2020-02-191-18/+20
| * libnm: use binary search for finding bond options to validateThomas Haller2020-02-192-102/+171
| * libnm: use binary search for _nm_setting_bond_option_supported() implementationThomas Haller2020-02-191-20/+18
| * shared: add nm_utils_named_values_from_str_dict_full() to allow different sor...Thomas Haller2020-02-192-3/+18
| * shared: add NM_UTILS_STRING_TABLE_LOOKUP_STRUCT_DEFINE() macro for lookup of ...Thomas Haller2020-02-191-18/+41
| * shared: add NM_MORE_ASSERT_ONCE() macroThomas Haller2020-02-191-0/+18
| * device: allow setting "arp_validate" with supported bond modesThomas Haller2020-02-191-9/+2
|/
* Revert "core: create virtual device on settings changes in idle handler"Beniamino Galvani2020-02-191-49/+2
* shared/trivial: add code comment to nm_utils_ifname_valid_kernel()Thomas Haller2020-02-181-0/+4
* shared: check for valid UTF-8 in nm_utils_ifname_valid()Thomas Haller2020-02-181-1/+5
* nm-shared-utils: relax ovs ifname check to accept any (non-space) ASCII print...Antonio Cardace2020-02-182-17/+10
* device: fix handling of DHCP grace periodBeniamino Galvani2020-02-181-0/+2
* ovs: merge branch 'bg/ovs-deactivate-async-pt2'Beniamino Galvani2020-02-173-27/+84
|\
| * ovs: discard link updates when deactivatingBeniamino Galvani2020-02-173-0/+25