summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: merge branch 'th/platform-nl-extack-msg'Thomas Haller2023-02-2811-173/+279
|\
| * platform: minor refactoring of temporary-not-available routesThomas Haller2023-02-281-25/+38
| * platform: get extack_msg innm_platform_ip_route_sync()Thomas Haller2023-02-281-3/+5
| * platform: return extack message from add address/route operationsThomas Haller2023-02-289-46/+100
| * platform: drop logging for unexpected sequence numberThomas Haller2023-02-281-14/+1
| * platform: minor cleanup of event_seq_check()Thomas Haller2023-02-281-13/+16
| * platform: log extack warning messages for netlink requestsThomas Haller2023-02-282-9/+22
| * platform: rename variables for extack messageThomas Haller2023-02-281-39/+39
| * platform/netlink: cleanup nla_strlcpy() to not wipe remaining bufferThomas Haller2023-02-282-27/+50
| * platform/netlink: assert for valid string in nla_get_string()Thomas Haller2023-02-281-1/+12
|/
* libnm: merge branch 'champtar:route-unreachable'Thomas Haller2023-02-283-3/+3
|\
| * platform/trivial: fix route type name (unavailable -> unreachable)Etienne Champetier2023-02-281-1/+1
| * doc: fix route type name (unavailable -> unreachable)Etienne Champetier2023-02-282-2/+2
|/
* libnm: drop _NMConnectionForEachSecretFunc from public headersThomas Haller2023-02-272-3/+2
* cloud-setup: use nm_strv_dup_packed() in nm_http_client_poll_get()Thomas Haller2023-02-271-2/+7
* device: fix copy/paste error in nm-device-ip-tunnel.cBeniamino Galvani2023-02-271-2/+2
* po: update Georgian (ka) translationNorwayFun2023-02-271-1329/+1507
* doc: fix documenting "carrier-wait-timeout" in NetworkManager-wait-online manualThomas Haller2023-02-241-1/+1
* platform: ensure ext-data is of expected typeThomas Haller2023-02-241-14/+23
* merge: branch 'th/devcon-track-autoconnect'Fernando Fernandez Mancera2023-02-2314-238/+678
|\
| * utils: rename NM_SETTINGS_AUTO_CONNECT_* to NM_SETTINGS_AUTOCONNECT_*th/devcon-track-autoconnectFernando Fernandez Mancera2023-02-237-37/+37
| * policy: track autoconnect retries per Device x ConnectionFernando Fernandez Mancera2023-02-237-196/+442
| * utils: move autoconnect_blocked_reason_to_string to NetworkManagerUtilsFernando Fernandez Mancera2023-02-224-22/+32
| * core: add support for tracking Device times Profile in NMManagerThomas Haller2023-02-227-0/+152
| * core: expose accessors to NMManager in NMSettings, NMSettingsConnection, NMDe...Thomas Haller2023-02-226-4/+36
|/
* client/tests: adjust expected output for new order of replace-local-ruleFernando Fernandez Mancera2023-02-223-496/+496
* libnmc-setting: place replace-local-rule under routing-rulesFernando Fernandez Mancera2023-02-221-6/+6
* libnm: adjust symbol versioning of deprecating NMActiveConnection Master prop...Wen Liang2023-02-221-1/+1
* glib-aux/trivial: reword code comments about bad random fallback in "nm-rando...Thomas Haller2023-02-221-9/+11
* glib-aux: improve NM_FLAGS_{SET,UNSET,ASSIGN,ASSIGN_MASK}() macrosThomas Haller2023-02-221-17/+26
* libnm: adjust symbol versioning for backporting replace-local-ruleFernando Fernandez Mancera2023-02-211-1/+5
* wwan: workaround missing mm_modem_3gpp_set_initial_eps_bearer_settings() APIThomas Haller2023-02-211-0/+8
* merge: branch 'ff/route_rule_0'Fernando Fernandez Mancera2023-02-2120-679/+1094
|\
| * all: add new "ipv[46].replace-local-rule" settingff/route_rule_0Fernando Fernandez Mancera2023-02-2118-666/+1056
| * platform: introduce function to globally track local route ruleFernando Fernandez Mancera2023-02-212-13/+38
|/
* meson.build: fix build failure with -Dmodem_manager=falseFabrice Fontaine2023-02-211-1/+3
* merge: branch 'bg/hostname-skip-ipv6-tentative'Beniamino Galvani2023-02-215-50/+120
|\
| * device: skip DNS resolution for tentative IPv6 addressesBeniamino Galvani2023-02-211-0/+3
| * nm-daemon-helper: log to stderr any error from getaddrinfo()Beniamino Galvani2023-02-211-8/+21
| * core: print stderr from nm-daemon-helperBeniamino Galvani2023-02-211-1/+43
| * device: improve logging for hostname-from-dns eventsBeniamino Galvani2023-02-213-39/+51
| * core: change buffer allocation size for the daemon helperBeniamino Galvani2023-02-211-2/+2
|/
* dhcp: merge branch 'th/dhcp-iaid'Thomas Haller2023-02-2113-90/+252
|\
| * libnm/docs: improve documentation for ipv[46].dhcp-iaid settingThomas Haller2023-02-213-16/+26
| * dhcp: log used DHCP IAID as hexstrThomas Haller2023-02-211-2/+4
| * dhcp: add the DHCPv6 IAID to the lease informationThomas Haller2023-02-212-5/+29
| * dhcp: add "static_key" argument to nm_dhcp_option_add_option() etc.Thomas Haller2023-02-215-58/+102
| * libnm: accept ipv[46].dhcp-iaid as hexstrThomas Haller2023-02-211-5/+12
| * base: add nm_dhcp_iaid_{from,to}_hexstr() helpersThomas Haller2023-02-213-0/+67
| * core: reuse _nm_utils_iaid_verify() for parsingThomas Haller2023-02-211-4/+12
|/