summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: use NM_SHUTDOWN_TIMEOUT_5000_MSEC define in _ppp_manager_stop()th/shutdown-timeout-increaseThomas Haller2022-02-231-1/+1
* core: increase NM_SHUTDOWN_TIMEOUT_MAX_MSEC to 5 sec to cover pppdThomas Haller2022-02-232-1/+5
* core: use NM_SHUTDOWN_TIMEOUT_1500_MSECThomas Haller2022-02-233-4/+4
* core: add NM_SHUTDOWN_TIMEOUT_1500_MSEC macroThomas Haller2022-02-232-0/+15
* core/trivial: rename NM_SHUTDOWN_TIMEOUT_MS to NM_SHUTDOWN_TIMEOUT_MAX_MSECThomas Haller2022-02-239-27/+27
* 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
| * wifi: fix find_freq() implementationThomas Haller2022-02-212-9/+9
| * core/style: add empty line after g_return_val_if_fail() preambleThomas Haller2022-02-212-0/+16
|/
* ppp-manager: give PPP more time to terminateLubomir Rintel2022-02-191-1/+1
* libnm: change error message about routing-rules without priorityThomas Haller2022-02-181-1/+1
* tests: propagate 77 exit code from "tools/run-nm-test.sh"Thomas Haller2022-02-181-2/+2
* version: add 1.38 macrosThomas Haller2022-02-182-0/+15
* TODO: add "Improve Shutdown of NetworkManager" itemThomas Haller2022-02-181-8/+115
* style: fix clang-formatThomas Haller2022-02-171-1/+1
* configure: determine the systemd unit directory from pkg-configLubomir Rintel2022-02-171-1/+1
* core: fix DNS configuration type for wireguard connectionsBeniamino Galvani2022-02-161-2/+4
* nmcli: do not save/restore terminal attrsLubomir Rintel2022-02-161-6/+0
* merge: branch 'bg/ipv6-route-src'Beniamino Galvani2022-02-163-1/+37
|\
| * device: delay IP ready state until all objects are committedBeniamino Galvani2022-02-161-1/+7
| * core: do a commit after all addresses complete ACD/DADBeniamino Galvani2022-02-163-0/+30
|/
* NEWS: update NEWS file for 1.38 developmentThomas Haller2022-02-161-4/+10
* device: fix crash for shared IPv6 method in nm_device_copy_ip6_dns_config()Thomas Haller2022-02-161-5/+5
* platform: merge branch 'th/platform-ip6-multipath-routes'Thomas Haller2022-02-163-106/+132
|\
| * platform: support IPv6 mulitpath routes and fix cache inconsistencyThomas Haller2022-02-163-106/+132