summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "initrd: set the bootif MAC in existing connection with ifname"Beniamino Galvani2021-03-262-8/+33
* core: fix crash in nm_wildcard_match_check()Thomas Haller2021-03-241-1/+2
* core: micro optimization in check_connection_compatible() to check for patternsThomas Haller2021-03-241-6/+5
* libnm/docs: improve wording for documentation of [match] setting optionsThomas Haller2021-03-243-7/+7
* core: don't add dependent local route for addressesth/local-route-syncThomas Haller2021-03-233-31/+91
* core: minor cleanup in nm_platform_ip_route_get_prune_list()Thomas Haller2021-03-231-5/+5
* core: don't add ff00::/8 unicast route to nm_ip6_config_add_dependent_routes()Thomas Haller2021-03-231-17/+0
* core: add NM_IP_ROUTE_TABLE_SYNC_MODE_ALL_PRUNE modeThomas Haller2021-03-232-14/+27
* core: log route-table-sync-mode in nm_device_set_ip_config()Thomas Haller2021-03-231-10/+18
* core: avoid logging pointer value in nm_device_set_ip_config()Thomas Haller2021-03-231-2/+2
* config: use nm_streq() instead of strcmp()Thomas Haller2021-03-231-19/+18
* wifi: minor cleanup in "nm-wifi-utils.c"Thomas Haller2021-03-231-7/+10
* iwd: Mirror NM connections to IWD network config filesAndrew Zaborowski2021-03-235-26/+270
* wifi: Add utilities for writing IWD connection profilesAndrew Zaborowski2021-03-232-0/+844
* libnm,core: support "prohibit"/"blackhole"/"unreachable" type routing rulesThomas Haller2021-03-231-12/+55
* libnm,core: support "uidrange" parameter for routing rulesThomas Haller2021-03-234-9/+176
* libnm: use binary search to lookup D-Bus info for routing-rulesThomas Haller2021-03-231-31/+53
* all: use nm_net_aux_rtnl_rtntype_{n2a,a2n}() helpersThomas Haller2021-03-235-95/+23
* base: add nm_net_aux_rtnl_rtntype_{n2a,a2n}() helpersThomas Haller2021-03-232-0/+87
* base: add "nm-net-aux.c" helperThomas Haller2021-03-233-0/+14
* glib-aux: fix NM_AUTO_PROTECT_ERRNO() macroThomas Haller2021-03-231-1/+1
* libnm: improve detection for C11 _Generic() supportThomas Haller2021-03-221-3/+6
* 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
* 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