summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-23utils: rename NM_SETTINGS_AUTO_CONNECT_* to NM_SETTINGS_AUTOCONNECT_*th/devcon-track-autoconnectFernando Fernandez Mancera7-37/+37
2023-02-23policy: track autoconnect retries per Device x ConnectionFernando Fernandez Mancera7-196/+442
2023-02-22utils: move autoconnect_blocked_reason_to_string to NetworkManagerUtilsFernando Fernandez Mancera4-22/+32
2023-02-22core: add support for tracking Device times Profile in NMManagerThomas Haller7-0/+152
2023-02-22core: expose accessors to NMManager in NMSettings, NMSettingsConnection, NMDe...Thomas Haller6-4/+36
2023-02-22client/tests: adjust expected output for new order of replace-local-ruleFernando Fernandez Mancera3-496/+496
2023-02-22libnmc-setting: place replace-local-rule under routing-rulesFernando Fernandez Mancera1-6/+6
2023-02-22libnm: adjust symbol versioning of deprecating NMActiveConnection Master prop...Wen Liang1-1/+1
2023-02-22glib-aux/trivial: reword code comments about bad random fallback in "nm-rando...Thomas Haller1-9/+11
2023-02-22glib-aux: improve NM_FLAGS_{SET,UNSET,ASSIGN,ASSIGN_MASK}() macrosThomas Haller1-17/+26
2023-02-21libnm: adjust symbol versioning for backporting replace-local-ruleFernando Fernandez Mancera1-1/+5
2023-02-21wwan: workaround missing mm_modem_3gpp_set_initial_eps_bearer_settings() APIThomas Haller1-0/+8
2023-02-21merge: branch 'ff/route_rule_0'Fernando Fernandez Mancera20-679/+1094
2023-02-21all: add new "ipv[46].replace-local-rule" settingff/route_rule_0Fernando Fernandez Mancera18-666/+1056
2023-02-21platform: introduce function to globally track local route ruleFernando Fernandez Mancera2-13/+38
2023-02-21meson.build: fix build failure with -Dmodem_manager=falseFabrice Fontaine1-1/+3
2023-02-21merge: branch 'bg/hostname-skip-ipv6-tentative'Beniamino Galvani5-50/+120
2023-02-21device: skip DNS resolution for tentative IPv6 addressesBeniamino Galvani1-0/+3
2023-02-21nm-daemon-helper: log to stderr any error from getaddrinfo()Beniamino Galvani1-8/+21
2023-02-21core: print stderr from nm-daemon-helperBeniamino Galvani1-1/+43
2023-02-21device: improve logging for hostname-from-dns eventsBeniamino Galvani3-39/+51
2023-02-21core: change buffer allocation size for the daemon helperBeniamino Galvani1-2/+2
2023-02-21dhcp: merge branch 'th/dhcp-iaid'Thomas Haller13-90/+252
2023-02-21libnm/docs: improve documentation for ipv[46].dhcp-iaid settingThomas Haller3-16/+26
2023-02-21dhcp: log used DHCP IAID as hexstrThomas Haller1-2/+4
2023-02-21dhcp: add the DHCPv6 IAID to the lease informationThomas Haller2-5/+29
2023-02-21dhcp: add "static_key" argument to nm_dhcp_option_add_option() etc.Thomas Haller5-58/+102
2023-02-21libnm: accept ipv[46].dhcp-iaid as hexstrThomas Haller1-5/+12
2023-02-21base: add nm_dhcp_iaid_{from,to}_hexstr() helpersThomas Haller3-0/+67
2023-02-21core: reuse _nm_utils_iaid_verify() for parsingThomas Haller1-4/+12
2023-02-20device: update address in nm_device_update_from_platform_link()bg/rh2168477Beniamino Galvani1-0/+3
2023-02-20gsm: merge branch 'svenschwermer:initial-eps-bearer'Thomas Haller11-88/+332
2023-02-20wwan: Set initial EPS bearer settingsSven Schwermer3-0/+108
2023-02-20libnm: Add initial EPS parameters to gsm settingsSven Schwermer8-44/+158
2023-02-20libnm: extract helper function to verify APN in "nm-setting-gsm.c"Thomas Haller1-45/+67
2023-02-20dispatcher: fix constructing the IPv4 nameserver variableBeniamino Galvani1-1/+1
2023-02-16dbus: merge branch 'wl/deprecate_dbus_master_prop'Wen Liang10-17/+157
2023-02-16dbus: deprecate the NMActiveConnection Master propertyWen Liang7-14/+146
2023-02-16nm-client: expose the method nml_dbus_property_o_notify()Wen Liang2-1/+8
2023-02-16add _NM_DEPRECATED_INCLUSIVE_LANGUAGE_1_44Wen Liang1-2/+3
2023-02-16wwan/ofono: fix a couple of logic errors in update_connection_list()Ratchanan Srirattanamet1-3/+2
2023-02-16glib-aux: choose favorable reallocation sequence in nm_utils_fd_read()Thomas Haller1-5/+9
2023-02-16examples: support older libnm without NM.SettingOvsOtherConfig in "ovs-extern...Thomas Haller1-17/+24
2023-02-14contrib: update "configure-for-system.sh" and start buildThomas Haller1-18/+35
2023-02-14contrib/rpm: minor cleanup of "NetworkManager.spec"Thomas Haller1-2/+2
2023-02-13po: update Russian (ru) translationJulia Dronova1-3353/+3037
2023-02-13device: preserve assume state if updating port failsbg/rh2092215Beniamino Galvani1-0/+1
2023-02-13systemd: merge branch systemd into mainThomas Haller99-1459/+2212
2023-02-13build: meson: add option to set the mobile-broadband-provider-info databaseHeiko Thiery2-1/+6
2023-02-13examples: rework "python/gi/show-wifi-networks.py" exampleThomas Haller1-90/+159