summaryrefslogtreecommitdiff
path: root/src/core/settings
Commit message (Expand)AuthorAgeFilesLines
* libnm,nmcli: add ipv6.dhcp-pd-hint propertyBeniamino Galvani2023-04-034-1/+10
* doc: replace all (allow-none) annotations by (optional) and/or (nullable)Corentin Noël2023-03-275-12/+13
* wifi: fix aggressively roaming (background Wi-Fi scanning) based on seen-bssidsThomas Haller2023-03-222-0/+10
* device: add @check_properties argument to check_connection_compatible()Beniamino Galvani2023-03-161-2/+2
* ifcfg-rh: fix preserving hostname setting in readerThomas Haller2023-03-151-5/+14
* ifcfg-rh: set errno from svParseBoolean()/svGetValueBoolean()/svGetValueTerna...Thomas Haller2023-03-151-5/+16
* ifcfg-rh: return ENOKEY errno from svGetValueEnum() for missing keyThomas Haller2023-03-152-2/+2
* settings: preserve existing connection flags on updatebg/connection-flagsBeniamino Galvani2023-03-021-2/+6
* ifcfg-rh: fix wrong (transfer-full) annotation in internal codeThomas Haller2023-03-011-1/+1
* utils: rename NM_SETTINGS_AUTO_CONNECT_* to NM_SETTINGS_AUTOCONNECT_*th/devcon-track-autoconnectFernando Fernandez Mancera2023-02-232-3/+3
* policy: track autoconnect retries per Device x ConnectionFernando Fernandez Mancera2023-02-232-132/+24
* utils: move autoconnect_blocked_reason_to_string to NetworkManagerUtilsFernando Fernandez Mancera2023-02-222-22/+2
* core: add support for tracking Device times Profile in NMManagerThomas Haller2023-02-223-0/+5
* core: expose accessors to NMManager in NMSettings, NMSettingsConnection, NMDe...Thomas Haller2023-02-224-0/+32
* all: add new "ipv[46].replace-local-rule" settingff/route_rule_0Fernando Fernandez Mancera2023-02-214-1/+15
* libnm,platform: fix range for "weight" property of next hops for routesThomas Haller2023-01-174-9/+8
* all: add new "ipv[46].auto-route-ext-gw" settingFrederic Martinsons2023-01-094-1/+15
* route: introduce weight property for ipv4 routesFernando Fernandez Mancera2022-12-236-3/+26
* all: use _NM_G_TYPE_CHECK_INSTANCE_CAST() for internal usesThomas Haller2022-12-1611-11/+11
* ifcfg-rh: support the vlan.protocol propertyBeniamino Galvani2022-12-147-1/+12
* clang-format: reformat code with clang-format 15.0.4-1.fc37Thomas Haller2022-11-231-5/+5
* ifcfg-rh: fix persisting all-default NMSettingEthtool with autoneg/wol flagsThomas Haller2022-11-103-9/+7
* ifcfg-rh: fix persisting ethtool optionsThomas Haller2022-11-103-4/+4
* ifcfg-rh/tests: add test checking persisting ethtool settings to ifcfg-rhThomas Haller2022-11-105-0/+223
* tests: add tests for generating stable UUIDs for keyfile/initrdThomas Haller2022-11-031-4/+9
* hostname: rename nm_hostname_manager_write_hostname() to set_static_hostname()Thomas Haller2022-10-271-2/+2
* dns: accept DoT SNI server name in "ipv[46].dns" settingsThomas Haller2022-10-275-20/+43
* style: various minor adjustmentsThomas Haller2022-10-251-1/+1
* core: use new rerequest infrastructureAlexander Elbs2022-10-251-2/+4
* glib-aux: add and use nm_uuid_generate_from_strings_old()Thomas Haller2022-10-111-2/+1
* all: drop nm_uuid_generate_from_strings_v3()Thomas Haller2022-10-031-1/+2
* glib-aux: rename nm_uuid_generate_from_strings() to nm_uuid_generate_from_str...Thomas Haller2022-10-031-1/+1
* glib-aux: swap arguments for nm_array_find_bsearch()Thomas Haller2022-09-281-1/+1
* glib-aux: rename nm_utils_array_find_binary_search() to nm_array_bsearch()Thomas Haller2022-09-281-6/+6
* ifcfg-rh: rework error handling in parse_infiniband_p_key()wl/ifcfgThomas Haller2022-09-071-22/+20
* ipoib: skip validating the DEVICE when reading the ifcfg fileWen Liang2022-09-073-28/+72
* infiniband: avoid normalizing the p-key when reading from ifcfgWen Liang2022-09-071-1/+0
* glib-aux: rename IP address related helpers from "nm-inet-utils.h"Thomas Haller2022-08-254-31/+29
* all: add NMMptcpFlags and connection.mptcp-flags propertyThomas Haller2022-08-094-1/+12
* all: reformat with clang-format (clang-tools-extra-14.0.0-1.fc36) and update ...Thomas Haller2022-07-062-15/+15
* all: make "ipv6.addr-gen-mode" configurable by global defaultThomas Haller2022-06-2935-36/+46
* libnm,core: add support for {rto_min,quickack,advmss} route attributesBeniamino Galvani2022-06-274-3/+28
* ifcfg-rh: support reading boolean route attributesBeniamino Galvani2022-06-271-0/+24
* all: use internal _nm_utils_ip4_netmask_to_prefix()Thomas Haller2022-06-272-3/+3
* ifcfg-rh: fix serializing lock route attributesThomas Haller2022-06-271-4/+5
* ifcfg-rh: in get_route_attributes_string() check prefix for "lock" namesThomas Haller2022-06-271-1/+1
* ifcfg-rh: fix wrong type for vint64 variableFernando Fernandez Mancera2022-06-161-3/+4
* libnm: support wait-activation-delay propertyFernando Fernandez Mancera2022-06-164-1/+9
* ifcfg: set errno for svGetValueEnum() to detect unset valuesThomas Haller2022-06-071-0/+3
* core/hostname: avoid blocking calls in NMHostnameManager setting static hostnameThomas Haller2022-05-301-25/+80