summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: misc fixes for loopback supportbg/loopbackBeniamino Galvani2022-09-052-7/+28
* preserve the loopback routeWen Liang2022-09-023-3/+59
* device: allow autoconnect on externalWen Liang2022-09-014-3/+21
* support loopback interfaceWen Liang2022-09-0148-78/+827
* Revert "platform: add the `a_no_auto_noprefixroute` flag"Wen Liang2022-09-012-39/+23
* nmcli: don't translate "%s"Lubomir Rintel2022-09-011-1/+1
* manager: drop useless use of a format stringLubomir Rintel2022-09-011-1/+1
* version: add 1.42 macrosVojtech Bubela2022-08-312-0/+15
* nmcli: merge branch 'th/nmcli-modify-uuid'Thomas Haller2022-08-3110-166/+266
|\
| * NEWS: updateThomas Haller2022-08-311-0/+3
| * nmcli: allow setting the "connection.uuid" for new profilesThomas Haller2022-08-311-10/+12
| * nmcli: allow changing the UUID of a profile in offline modeThomas Haller2022-08-314-3/+38
| * nmcli: support changing the connection type in offline modeThomas Haller2022-08-311-14/+30
| * nmcli: add get_env_flags() accessor to NMMetaEnvironment for checking offline...Thomas Haller2022-08-312-0/+28
| * libnmc: avoid "g_set_error(error, 1, 0, ...)" and use nm_utils_error_set()Thomas Haller2022-08-311-145/+161
| * glib-aux/trivial: fix typo in commentThomas Haller2022-08-311-1/+1
| * glib-aux: first try stack allocated temporary buffer in nm_uuid_generate_from...Thomas Haller2022-08-311-1/+1
| * glib-aux: fix spurious semicolon after NM_STR_BUF_INIT() macrosThomas Haller2022-08-311-2/+2
|/
* checkpatch.pl: discourage g_str_hash()/g_direct_hash() and g_direct_equal()Thomas Haller2022-08-311-0/+4
* cloud-setup,glib-aux: use NULL instead of g_direct_equal() for hash tablesThomas Haller2022-08-312-8/+7
* initrd: avoid duplicate file check and NULL pointer dereference in nmi_ibft_r...Thomas Haller2022-08-311-7/+9
* device: load only required modulesAdrian Freihofer2022-08-311-13/+22
* wifi: use GSource instead of source ID for Wi-Fi scan_kickoff_timeoutThomas Haller2022-08-301-21/+23
* wifi: allow explicit scans during AP/ADHOC modesThomas Haller2022-08-301-1/+4
* NEWS: updateThomas Haller2022-08-261-0/+10
* release: bump version to 1.41.1 (development)1.41.1-devThomas Haller2022-08-26171-1824/+1922
|\
| * NEWS: updateAna Cabral2022-08-261-5/+3
| * tests: fix "test-client.py" for early python3 versionsThomas Haller2022-08-261-3/+1
| * style: fix code formattingThomas Haller2022-08-251-4/+1
| * dhcp: merge branch 'bg/restart-dhcp-on-mac-change'Thomas Haller2022-08-255-12/+17
| |\
| | * device: restart DHCP when the MAC changesBeniamino Galvani2022-08-251-3/+6
| | * core: log when dynamic IP configuration is restarted and whyBeniamino Galvani2022-08-255-9/+11
| |/
| * device: wait for carrier on unavailable device even when it gets a connection...Lubomir Rintel2022-08-251-7/+7
| * mptcp: merge branch 'th/mptcp-flags-changes'Thomas Haller2022-08-2511-73/+99
| |\
| | * glib-aux: fix nicks for zero flag in nm_utils_enum_to_str()Thomas Haller2022-08-252-1/+14
| | * mptcp: rework "connection.mptcp-flags" for enabling MPTCPThomas Haller2022-08-259-72/+85
| |/
| * std-aux: workaround maybe uninitialized warning with LTO on nm_ip_addr_is_null()Thomas Haller2022-08-251-6/+3
| * glib-aux/trivial: rename function for consistencyThomas Haller2022-08-252-6/+6
| * all: merge branch 'th/inet-utils'Thomas Haller2022-08-2587-1651/+1623
| |\
| | * glib-aux: simplify nm_inet_parse_str() by using nm_inet_parse_bin()Thomas Haller2022-08-251-14/+4
| | * glib-aux: fix various nm_ip_addr_*() functions for unaligned addressesThomas Haller2022-08-252-37/+46
| | * glib-aux/tests: test nm_ip_addr_is_site_local()Thomas Haller2022-08-251-0/+14
| | * glib-aux: rename IP address related helpers from "nm-inet-utils.h"Thomas Haller2022-08-2583-882/+812
| | * glib-aux: move inet related helpers to "nm-inet-utils.h"Thomas Haller2022-08-255-882/+897
| | * glib-aux: add "libnm-glib-aux/nm-inet-utils.h"Thomas Haller2022-08-254-0/+14
| |/
| * dns: merge branch "wl/dns"Wen Liang2022-08-253-1/+15
| |\
| | * dns: kill pending dnsmasq process when mode is not 'dnsmasq'wl/dnsWen Liang2022-08-253-0/+13
| | * dnsmasq: silently ignore if pid file is not existed when killingWen Liang2022-08-251-1/+2
| |/
| * bond: merge branch 'ff/fix_bond_typo'Thomas Haller2022-08-252-2/+2
| |\
| | * libnm-utils: fix typo in bond ad_select bandwidth modeFernando Fernandez Mancera2022-08-251-1/+1