summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* initrd: fix crash parsing empty rd.znet argumentbg/initrd-znet-emptyBeniamino Galvani2021-03-172-0/+24
* man: split NetworkManager-dispatcher(8) manual page out of NetworkManager(8)Thomas Haller2021-03-168-255/+343
* CONTRIBUTING: style fixes and improve textThomas Haller2021-03-161-61/+79
* CONTRIBUTING: rename file to have .md extensionThomas Haller2021-03-163-2/+2
* man: document NOZEROCONF in `man nm-settings-ifcfg-rh`Thomas Haller2021-03-161-5/+14
* libnm/s390: Merge branch 'th/s390-option-bridge-role'Thomas Haller2021-03-1615-135/+250
|\
| * initrd: avoid cloning string in reader_parse_rd_znet()th/s390-option-bridge-roleThomas Haller2021-03-161-14/+16
| * libnm: verify ethernet.s390-options.bridge_role valueThomas Haller2021-03-164-20/+43
| * shared/tests: add nmtst_rand_select_str() helperThomas Haller2021-03-161-0/+2
| * trivial: fix whitespace for comments in "libnm-glib-aux/nm-macros-internal.h"Thomas Haller2021-03-161-18/+18
| * all: split "range" variant of nm_utils_ptrarray_find_binary_search()Thomas Haller2021-03-167-38/+83
| * libnm: don't assert against valid s390-option keys in nm_setting_wired_add_s3...Thomas Haller2021-03-163-19/+17
| * initrd: silently ignore invalid "ethernet.s390-options"Thomas Haller2021-03-161-1/+7
| * libnm: add _nm_setting_wired_is_valid_s390_option_value() validation functionThomas Haller2021-03-162-1/+9
| * libnm: add internal _nm_setting_wired_is_valid_s390_option() helperThomas Haller2021-03-162-4/+5
| * libnm: cleanup nm_setting_wired_add_s390_option()Thomas Haller2021-03-161-18/+20
| * libnm: improve error message for verify() failure for ethernet.s390-optionsThomas Haller2021-03-161-5/+15
| * libnm: mark option parameters for nm_setting_wired_get_num_s390_options() as ...Thomas Haller2021-03-161-2/+2
| * libnm: use nm_utils_strv_find_binary_search() in valid_s390_opts_check()Thomas Haller2021-03-161-6/+3
| * libnm: only check once for valid static array in valid_s390_opts_check()Thomas Haller2021-03-161-6/+5
| * libnm: make list of valid s390s options constThomas Haller2021-03-161-2/+2
| * core: minor cleanup in NMDeviceEthernet:update_connection() to set s390 optionsThomas Haller2021-03-161-3/+4
| * shared: add mutable union field NMUtilsNamedValue.{name,value_str}_mutableThomas Haller2021-03-161-0/+2
| * shared: add nm_utils_strv_find_binary_search() helperThomas Haller2021-03-161-0/+18
| * libnm: add "bridge_role" option to "ethernet.s390-options"Thomas Haller2021-03-161-0/+1
|/
* examples: use python3 compatible exception syntaxJagadeesh Kotra2021-03-161-1/+1
* libnm/doc: document the type of each LLDP attribute of libnmWen Liang2021-03-151-0/+60
* all: merge branch 'th/initrd-move'Thomas Haller2021-03-15366-3607/+3724
|\
| * build: fix dependencies for building src/libnm-platform/wifi/*Thomas Haller2021-03-151-0/+2
| * tests/client: run "test-client.py" also for mesonThomas Haller2021-03-155-10/+81
| * client/tests: move "clients/tests/test-client.py" to "src/tests/client/"Thomas Haller2021-03-158-2842/+2844
| * tui: move from "clients/tui/" to "src/nmtui/"Thomas Haller2021-03-1588-137/+136
| * cli: move from "clients/cli/" to "src/nmcli/"Thomas Haller2021-03-1527-72/+75
| * cloud-setup: move from "clients/cloud-setup/" to "src/nm-cloud-setup/"Thomas Haller2021-03-1524-97/+95
| * initrd: move "src/core/initrd/" to "src/nm-initrd-generator/"Thomas Haller2021-03-15226-336/+367
| * initrd: don't include headers of the daemon from src/core/Thomas Haller2021-03-155-7/+3
| * config: add "nm-base/nm-config-base.h"Thomas Haller2021-03-153-78/+87
| * tests: move nmtst_init_with_logging() to "libnm-glib-aux/nm-test-utils.h"Thomas Haller2021-03-152-30/+34
| * build/meson: fix test name for "test-dispatcher-envp"Thomas Haller2021-03-151-1/+1
| * build/meson: don't try to buildlibnmt-newt without libnewtThomas Haller2021-03-151-1/+3
| * build: fix setting CFLAGS when building "libnm-vpn-plugin-utils-test.la"Thomas Haller2021-03-151-1/+1
| * initrd/tests: avoid variable declaration in for loop in test_if_off()Thomas Haller2021-03-151-2/+2
|/
* wwan/ofono: merge branch 'pr/771'Thomas Haller2021-03-153-52/+119
|\
| * wwan/ofono: use gs_unref_variant instead of g_variant_unrefBhushan Shah2021-03-151-14/+9
| * wwan/modem: do not mark connection as failed when connection dropsTony Espy2021-03-151-1/+0
| * wwan/ofono: Fix ofono re-connection problemsTony Espy2021-03-152-39/+112
|/
* libnm: merge branch 'th/lldp-neighbor-cleanup'Thomas Haller2021-03-122-86/+87
|\
| * libnm: guard against empty attribute names for NMLldpNeighborThomas Haller2021-03-121-1/+6
| * libnm: call nm_lldp_neighbor_get_attr_value() from redundant helpersThomas Haller2021-03-121-12/+3
| * libnm/trivial: move codeThomas Haller2021-03-122-25/+26