summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* wifi/iwd: merge branch 'balrog-kun:write-iwd-configs'Thomas Haller2021-03-238-26/+1134
|\
| * iwd: Mirror NM connections to IWD network config filesAndrew Zaborowski2021-03-236-26/+290
| * wifi: Add utilities for writing IWD connection profilesAndrew Zaborowski2021-03-232-0/+844
|/
* core: merge branch 'th/routing-rule-attr-uidrange-and-type'Thomas Haller2021-03-2312-147/+410
|\
| * 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-234-0/+16
| * glib-aux: fix NM_AUTO_PROTECT_ERRNO() macroThomas Haller2021-03-231-1/+1
|/
* gitignore: ignore "examples/C/glib/vpn-import-libnm"Thomas Haller2021-03-221-0/+1
* build: fix race due to missing dependency for libnm-core-null to "config-extr...Thomas Haller2021-03-221-0/+2
* examples: fix exit from "vpn-import-libnm.c" exampleThomas Haller2021-03-221-0/+2
* libnm: improve detection for C11 _Generic() supportThomas Haller2021-03-223-8/+17
* example: importing vpn with libnmJagadeesh Kotra2021-03-223-1/+82
* build: fix detection of python for autotoolsThomas Haller2021-03-221-3/+7
* 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