summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: use NMRefString for NMLldpNeighbor attribute namesth/lldp-neighbor-cleanup-2Thomas Haller2021-03-211-6/+9
* libnm: track attributes for NMLldpNeighbor in sorted arrayThomas Haller2021-03-211-43/+125
* man: clarify keyfile.unmanaged-devices in `man NetworkManager.conf`Thomas Haller2021-03-201-10/+20
* glib-aux: merge branch 'th/refstr-inline'Thomas Haller2021-03-193-94/+138
|\
| * refstr: be extra careful about calling memcpy() with dangling pointerThomas Haller2021-03-191-1/+5
| * refstr: add NM_REF_STRING_UPCAST() helperThomas Haller2021-03-192-0/+16
| * refstr: use nm_assert_nm_ref_string() in NM_IS_REF_STRING()Thomas Haller2021-03-191-8/+2
| * refstr: inline nm_ref_string_{ref,unref}()Thomas Haller2021-03-192-32/+43
| * refstr: drop internal struct RefString and pack NMRefStringThomas Haller2021-03-192-60/+79
| * refstr: drop "const" from argument of NM_IS_REF_STRING()Thomas Haller2021-03-191-1/+1
|/
* tests/client: rework error handling in "test-client.sh" scriptThomas Haller2021-03-191-2/+2
* Revert "tests/client: increase timeout to wait for process"Thomas Haller2021-03-191-1/+1
* tests/client: ensure that we run nmcli before client tests for LTO (again)Thomas Haller2021-03-191-0/+5
* dispatcher: set G_LOG_DOMAIN to "nm-dispatcher"Thomas Haller2021-03-182-1/+5
* all: use NM_IW_ESSID_MAX_SIZE define instead of literally 32Thomas Haller2021-03-184-6/+6
* libnm: expose NM_IW_ESSID_MAX_SIZE defineThomas Haller2021-03-182-4/+6
* iwd: Don't call IWD methods when device unmanagedAndrew Zaborowski2021-03-181-2/+13
* glib-aux: use g_cancellable_connection() in nm_utils_invoke_on_idle() and cle...Thomas Haller2021-03-181-26/+31
* tests/client: increase timeout to wait for processThomas Haller2021-03-171-1/+1
* 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