summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: preserve external ports during checkpoint rollbackth/checkpoint-preserve-external-portsThomas Haller2022-03-035-7/+90
* core: reject unsupported flags for CheckpointCreate D-Bus requestThomas Haller2022-03-031-9/+25
* glib-aux: avoid nm_crypto_md5_hash() in nm_uuid_generate_from_string()Thomas Haller2022-03-021-30/+40
* man: merge branch 'th/man-nm-wait-online'Thomas Haller2022-03-0210-24/+189
|\
| * man: add NetworkManager-wait-online.service.8 manualThomas Haller2022-03-029-24/+186
| * core/trivial: add comment about "startup complate" log messageThomas Haller2022-03-021-0/+3
|/
* rfkill: fix the rfkill reason property query and parsingEmmanuel Grumbach2022-03-021-2/+3
* man: reword documentation about logging level and domains in `man NetworkMana...Thomas Haller2022-02-281-13/+64
* all: add support for route type "throw"Thomas Haller2022-02-288-9/+27
* core: initialize l3cd dns-priority for ppp and wwanBeniamino Galvani2022-02-282-0/+3
* core/rfkill: merge branch 'egrumbach:rfkill-reasons'Thomas Haller2022-02-253-8/+49
|\
| * core: teach nm-manager about os_ownerEmmanuel Grumbach2022-02-241-5/+18
| * rfkill: query the hardware rfkill reason from udevEmmanuel Grumbach2022-02-243-4/+32
|/
* release: bump version to 1.37.1 (development)1.37.1-devLubomir Rintel2022-02-2498-14023/+1812
|\
| * NEWS: updateThomas Haller2022-02-241-4/+0
| * core: merge branch 'th/shutdown-timeout-increase'Thomas Haller2022-02-2410-28/+47
| |\
| | * core: use NM_SHUTDOWN_TIMEOUT_5000_MSEC define in _ppp_manager_stop()Thomas Haller2022-02-241-1/+1
| | * core: increase NM_SHUTDOWN_TIMEOUT_MAX_MSEC to 5 sec to cover pppdThomas Haller2022-02-242-1/+5
| | * core: use NM_SHUTDOWN_TIMEOUT_1500_MSECThomas Haller2022-02-243-4/+4
| | * core: add NM_SHUTDOWN_TIMEOUT_1500_MSEC macroThomas Haller2022-02-242-0/+15
| | * core/trivial: rename NM_SHUTDOWN_TIMEOUT_MS to NM_SHUTDOWN_TIMEOUT_MAX_MSECThomas Haller2022-02-249-27/+27
| |/
| * connectivity,cloud-setup: restrict curl protocols to HTTP and HTTPSThomas Haller2022-02-242-0/+2
| * device: commit the l3cd changes via l3cfg during cleanupWen Liang2022-02-231-2/+1
| * ovsdb: set DPDK port MTU when creating themFernando Fernandez Mancera2022-02-231-1/+45
| * contrib: colorize releasing slave in NM-logThomas Haller2022-02-231-1/+1
| * platform: log ifindex when releasing slave from masterThomas Haller2022-02-231-1/+4
| * examples: add "--last" argument to "examples/python/gi/checkpoint.py"Thomas Haller2022-02-231-44/+73
| * l3cfg: fix assertion failure for zombie in _obj_states_externally_removed_tra...Thomas Haller2022-02-231-1/+3
| * NEWS: updateThomas Haller2022-02-231-0/+2
| * udev: manage veths named eth*Lubomir Rintel2022-02-231-1/+5
| * ovs-port: avoid removing the OVSDB entry if we're shutting downLubomir Rintel2022-02-221-4/+7
| * ovsdb: register a shutdown objects for in-flight callsLubomir Rintel2022-02-221-5/+10
| * rpm: drop %systemd_dirLubomir Rintel2022-02-221-11/+8
| * rpm: drop %sysctldirLubomir Rintel2022-02-221-1/+0
| * platform: use switch statement in _linktype_get_type() for better readabilityluokai2022-02-221-7/+9
| * build: merge branch 'th/gcc-suppress-dangling-pointer-warning'Thomas Haller2022-02-2213-16/+74
| |\
| | * platform: fix chaining up finalize() in NMPlatformThomas Haller2022-02-211-0/+2
| | * all: suppress wrong gcc-12 warning "-Wdangling-pointer"Thomas Haller2022-02-2111-8/+54
| | * glib-aux: add NM_PRAGMA_WARNING_DISABLE_DANGLING_POINTER macro for workaroundThomas Haller2022-02-211-0/+12
| | * glib-aux: add NM_PRAGMA_DIAGNOSTICS_PUSH macroThomas Haller2022-02-211-10/+8
| |/
| * contrib/rpm: fix meson build to drop removed "json_validation" optionThomas Haller2022-02-211-2/+1
| * vapi: annotate finish function for DeviceWifi.request_scan_options_asyncVal Och2022-02-211-0/+1
| * libnm-crypto: add new option for no cryptographyChristian Eggers2022-02-218-7/+144
| * cli: don't reset default values in interactive addBeniamino Galvani2022-02-211-3/+4
| * gitlab-ci: merge branch 'th/gitlab-ci-enable-centos8'Thomas Haller2022-02-214-10/+115
| |\
| | * Revert "gitlab-ci: disable CentOS 8 Linux containers"Thomas Haller2022-02-212-5/+98
| | * gitlab-ci: update ci-templates versionThomas Haller2022-02-213-8/+8
| | * gitlab-ci: fix CentOS Linux 8 containers during ".gitlab-ci/fedora-install.sh"Thomas Haller2022-02-212-4/+16
| |/
| * wifi: merge branch 'th/wifi-random-hotspot-channel'Thomas Haller2022-02-216-30/+100
| |\
| | * wifi: cleanup ensure_hotspot_frequency()Thomas Haller2022-02-214-21/+75