summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* all: avoid useless use of NM_IN_STRSET()lr/strsetLubomir Rintel2022-08-0521-44/+44
* Revert "contrib/rpm: enable -Werror on --with debug instead of --with test"Lubomir Rintel2022-08-021-3/+8
* device: wait for carrier even if it wasn't us who brought the device IFF_UPLubomir Rintel2022-08-021-22/+37
* contrib/rpm: enable -Werror on --with debug instead of --with testLubomir Rintel2022-08-021-8/+3
* glib-aux: accept zero bytes for nm_utils_random_bytes()Thomas Haller2022-08-011-1/+3
* glib-aux: reseed state for "bad" random bytes every timeThomas Haller2022-08-011-0/+19
* nm-device-bt: allow Bluetooth NAP type for complete-connectionDylan Van Assche2022-08-011-1/+24
* contrib: make nm-env-prepare.sh script executableThomas Haller2022-07-291-0/+0
* contrib: install /usr/bin/python for "nm-in-container.sh"Thomas Haller2022-07-291-0/+1
* release: bump version to 1.39.12 (development)1.39.12-devLubomir Rintel2022-07-292-2/+2
* nmcli: move an assignment down to where the value neededLubomir Rintel2022-07-291-2/+2
* nmcli: do not assume active connection has a settings connectionLubomir Rintel2022-07-291-1/+1
* bridge: fix reapply of non-bridge propertiesLubomir Rintel2022-07-291-1/+1
* std-aux,glib-aux: merge branch 'th/misc-aux'Thomas Haller2022-07-289-183/+395
|\
| * glib-aux: replace nm_ip4_addr_is_localhost() by nm_utils_ip4_address_is_loopb...th/misc-auxThomas Haller2022-07-283-15/+10
| * glib-aux: use different name for local variables in nm_g_array_index_p() macroThomas Haller2022-07-281-10/+10
| * std-aux: use unique local variable in NM_IN_SET() macroThomas Haller2022-07-281-13/+13
| * std-aux: add argument to "op" parameter for NM_VA_ARGS_FOREACH() macroThomas Haller2022-07-283-152/+153
| * std-aux: add nm_memeq() helperThomas Haller2022-07-281-0/+6
| * std-aux: add c_list_insert_sorted()Thomas Haller2022-07-283-2/+212
|/
* release: bump version to 1.39.11 (development)1.39.11-devBeniamino Galvani2022-07-272-2/+2
* NEWS: updateBeniamino Galvani2022-07-271-0/+4
* build: fix compilationBeniamino Galvani2022-07-272-0/+3
* platform: fix build with musl libcBeniamino Galvani2022-07-276-9/+0
* platform: merge branch 'th/mptcp-1'Thomas Haller2022-07-2621-331/+434
|\
| * platform: fix identity for MPTCP NMPObject to honor portThomas Haller2022-07-261-1/+3
| * platform/trivial: add code comments for NMPGlobalTrackerThomas Haller2022-07-261-13/+44
| * platform: rename file "nmp-route-manager.[hc]" to "nmp-global-tracker.[hc]"Thomas Haller2022-07-269-9/+9
| * platform: rename NMPRouteManager to NMPGlobalTrackerThomas Haller2022-07-268-270/+274
| * platform: set the scope for IPv4 loopback address to "host"Thomas Haller2022-07-261-2/+1
| * platform: add nm_platform_ip{4,6,}_address_get_scope() helperThomas Haller2022-07-261-0/+31
| * platform: include "linux-headers" via "libnm-std-aux/nm-linux-compat.h"Thomas Haller2022-07-263-3/+6
| * platform: assert for success genlmsg_put() in _nl802154_alloc_msg()Thomas Haller2022-07-261-1/+2
| * platform/trivial: add blank line after variable declaration in NLA_PUT_TYPE()Thomas Haller2022-07-261-0/+1
| * glib-aux: add nm_ip_addr_cmp_for_sort() helper for sorting IP addressesThomas Haller2022-07-262-0/+14
| * glib-aux: add nm_utils_ip4_address_is_loopback()Thomas Haller2022-07-261-2/+10
| * glib-aux: add code comment to nm_ip_addr_set() about using it for NMIPAddr ar...Thomas Haller2022-07-261-1/+10
|/
* bridge: don't reset vlan filtering parameters on external connectionsBeniamino Galvani2022-07-261-1/+2
* supplicant: increase the PMK lifetime for WPA-EAPBeniamino Galvani2022-07-261-0/+42
* bridge: add reapply supportLubomir Rintel2022-07-251-15/+82
* manager: recreate virtual devices on "nmcli net on"Lubomir Rintel2022-07-251-6/+22
* manager: make "nmcli net off" wait for deactivationsLubomir Rintel2022-07-251-11/+41
* build/meson: fix autodetecting ifcfg_rh/ifupdown pluginsThomas Haller2022-07-252-16/+13
* c-stdaux: re-import git-subtree for 'src/c-stdaux'Thomas Haller2022-07-252-1/+19
|\
| * Squashed 'src/c-stdaux/' changes from ddd666b76654..4e78ffaea49dThomas Haller2022-07-252-1/+19
* | c-util,nettools: merge branch 'th/gitlab-ci-subtrees'Thomas Haller2022-07-2516-13/+72
|\ \
| * | gitlab-ci: print git-status during do_clean() in "run-test.sh"Thomas Haller2022-07-251-0/+3
| * | gitlab-ci: run unit tests for git subtree subprojectsThomas Haller2022-07-251-0/+33
| * | modules: patch meson subprojects to use local dependenciesThomas Haller2022-07-2514-8/+10
| * | contrib: show diff of git subtrees in "git-subtree-reimport.sh" scriptThomas Haller2022-07-251-5/+26
|/ /