summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ovs, dpdk: fix creating ovs-interface when the ovs-bridge is netdevff/ovs_netdev_ipFernando Fernandez Mancera2022-04-041-2/+80
* connectivity: merge branch 'th/connectivity-resolve'Thomas Haller2022-04-041-46/+160
|\
| * connectivity: only enable verbose libcurl debug logging with "NM_LOG_CONCHECK...Thomas Haller2022-04-041-1/+20
| * connectivity: refactor easy_debug_cb()Thomas Haller2022-04-041-27/+34
| * connectivity: resolve hostname ourselves to avoid blocking libcurlThomas Haller2022-04-041-18/+106
|/
* po: update Ukrainian (uk) translationYuri Chornoivan2022-04-041-29/+24
* wifi: merge branch 'bg/wpa3-transition'Beniamino Galvani2022-04-043-3/+46
|\
| * supplicant: enable WPA3 transition mode only when interface supports PMFBeniamino Galvani2022-04-041-1/+18
| * supplicant: add BIP interface capabilityBeniamino Galvani2022-04-042-2/+28
|/
* dhcp: add code comment to lease_parse_routes()Thomas Haller2022-04-041-0/+11
* platform,device: merge branch 'replace-sysfs-with-netlink'Thomas Haller2022-04-024-40/+120
|\
| * bridge: update bridge options with netlink instead of sysfsVojtech Bubela2022-04-021-7/+14
| * platform: Add change link functions to nm-platformVojtech Bubela2022-04-023-0/+67
| * bridge: move initialization of NMPlatformLnkBridge from NMSettingBridge to se...Vojtech Bubela2022-04-021-33/+39
|/
* device: cleanup code path in nm_device_get_ip_iface_identifier()Thomas Haller2022-04-021-6/+5
* core: don't update connection timestamps periodically every 300 secondsThomas Haller2022-04-011-29/+0
* build: merge branch 'th/python-black'Thomas Haller2022-04-017-24/+97
|\
| * gitlab-ci: use "nm-python-black-format.sh" script on "check-tree"Thomas Haller2022-04-012-7/+7
| * build: drop "check-python-black" check from autotoolsThomas Haller2022-04-013-16/+0
| * contrib: add "nm-python-black-format.sh" scriptThomas Haller2022-04-011-0/+90
| * contrib: fix wrong usage text for "nm-code-format.sh"Thomas Haller2022-04-011-1/+0
|/
* po: update Croatian (hr) translationmuzena2022-04-011-2516/+4658
* wwan: re-enable IPv6 once the modem returns a IPv6 configurationbg/modem-ipv6Beniamino Galvani2022-04-011-1/+3
* ovs, dpdk: ignore ovs-netdev tun interfaceFernando Fernandez Mancera2022-03-313-2/+9
* po: make update-poThomas Haller2022-03-3066-156124/+167817
* gitlab-ci: fix archiving build logThomas Haller2022-03-302-9/+11
* libnm: merge branch 'th/libnm-crypto'Thomas Haller2022-03-2928-402/+575
|\
| * crypto: cleanup error handling in nm_crypto_is_pkcs12_data()Thomas Haller2022-03-293-15/+13
| * crypto: move nm_crypto_read_file() to "libnm-glib-aux"Thomas Haller2022-03-294-34/+42
| * libnm: move dependency to libnm-crypto out of libnm-core's "nm-utils.c"Thomas Haller2022-03-297-99/+121
| * build: move nm-crypto to separate directory "src/libnm-crypto"Thomas Haller2022-03-2915-81/+149
| * libnm: don't depend nm-crypto on "nm-error.h"Thomas Haller2022-03-299-159/+214
| * libnm-base: add "nm-base.c" for implementing stuff from "nm-base.h"Thomas Haller2022-03-293-0/+7
| * libnm: no longer use "nm-utils.h" from "nm-crypto.c"Thomas Haller2022-03-291-3/+2
| * glib-aux: add _nm_utils_bin2hexstr() and use from nm_utils_bin2hexstr()Thomas Haller2022-03-293-10/+24
| * build/meson: log enabled crypto libraries in summaryThomas Haller2022-03-291-1/+3
| * libnm/trivial: fix indentation in "NetworkManager.h"Thomas Haller2022-03-291-2/+2
|/
* libnm: merge branch 'th/libnm-8021x-cleanup'Thomas Haller2022-03-291-242/+138
|\
| * libnm/802-1x: check is-pkcs12 only for blob certificates in verify_tls()Thomas Haller2022-03-291-4/+5
| * libnm/802-1x: move need_private_key_password() to need_secrets_tls()Thomas Haller2022-03-291-69/+62
| * libnm/802-1x: don't use g_warning() in need_secrets_tls()Thomas Haller2022-03-291-2/+0
| * libnm/802-1x: cleanup duplicate code paths in need_secrets_tls()Thomas Haller2022-03-291-54/+43
| * libnm/802-1x: cleanup need_secrets_phase2()Thomas Haller2022-03-291-7/+4
| * libnm/802-1x: reuse verify_identity() in verify_ttls() implementationThomas Haller2022-03-291-44/+28
| * libnm/802-1x: simplify verify_tls() for phase1 and phase2Thomas Haller2022-03-291-120/+54
|/
* merge: branch 'bg/rfkill'Beniamino Galvani2022-03-2910-24/+189
|\
| * cli: indicate missing radio hardware in "nmcli radio"Beniamino Galvani2022-03-291-0/+10
| * libnm: support radio flagsBeniamino Galvani2022-03-293-1/+54
| * core: export radio flagsBeniamino Galvani2022-03-296-13/+107
| * core: introduce "unavailable" rfkill stateBeniamino Galvani2022-03-293-10/+18
|/