summaryrefslogtreecommitdiff
path: root/src/settings/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* all: avoid (soon to be) deprecated API instead of nm_setting_option*()Thomas Haller2020-05-222-29/+20
* ifcfg-rh: avoid setting empty "-C/-K/-G" options for ethtool settingsThomas Haller2020-05-222-35/+43
* ifcfg-rh: add support for ethtool ring settingsAntonio Cardace2020-05-206-122/+283
* ifcfg-rh: add support for ethtool coalesce settingsAntonio Cardace2020-05-136-17/+115
* all: use "int/char" instead of "gint/gchar" typedefsThomas Haller2020-05-081-2/+2
* ifcfg-rh/trivial: rename variable i in write_bridge_*setting() to indicate in...Thomas Haller2020-05-081-35/+35
* ifcfg: refactor GObject accessors in write_bridge_setting()Thomas Haller2020-05-081-62/+29
* ifcfg-rh: check return value of fdopen()Beniamino Galvani2020-05-071-0/+7
* ifcfg-rh: minor cleanup of make_match_setting()Thomas Haller2020-05-061-11/+11
* ifcfg-rh: refactor write_match_setting()Thomas Haller2020-05-061-50/+18
* ifcfg-rh: support new match filtersAdrian Freihofer2020-05-066-14/+72
* ifcfg-rh-reader: match refactoringAdrian Freihofer2020-05-061-15/+22
* nm-setting-bridge: add 'multicast-startup-query-interval' bridge optionAntonio Cardace2020-05-042-0/+8
* nm-setting-bridge: add 'multicast-startup-query-count' bridge optionAntonio Cardace2020-05-042-0/+8
* nm-setting-bridge: add 'multicast-query-response-interval' bridge optionAntonio Cardace2020-05-042-24/+32
* nm-setting-bridge: add 'multicast-query-interval' bridge optionAntonio Cardace2020-05-042-0/+8
* nm-setting-bridge: add 'multicast-querier-interval' bridge optionAntonio Cardace2020-05-042-0/+8
* nm-setting-bridge: add 'multicast-membership-interval' bridge optionAntonio Cardace2020-05-042-0/+8
* nm-setting-bridge: add 'multicast-last-member-interval' bridge optionAntonio Cardace2020-05-042-20/+56
* nm-setting-bridge: add 'multicast-last-member-count' bridge optionAntonio Cardace2020-05-042-19/+28
* nm-setting-bridge: add 'multicast-hash-max' bridge optionAntonio Cardace2020-05-042-0/+8
* dhcp: make connection.mud-url configurable as global connection defaultThomas Haller2020-04-282-2/+2
* ifcfg-rh/trivial: drop comment for nms_ifcfg_well_known_keysThomas Haller2020-04-241-1/+0
* dhcp: rename mudurl to mud_urlThomas Haller2020-04-241-1/+0
* dhcp: add support for MUD URL (RFC 8520)Eliot Lear2020-04-244-2/+13
* ifcfg-rh: add PKEY_ID to well-known keysBeniamino Galvani2020-04-172-1/+2
* dbus: indent by 4 space in "nm-ifcfg-rh.conf" D-Bus configuration fileThomas Haller2020-04-151-7/+6
* nm-setting-bridge: add 'multicast-querier' bridge optionac/bridge_optionsAntonio Cardace2020-04-062-0/+8
* nm-setting-bridge: add 'multicast-query-use-ifaddr' bridge optionAntonio Cardace2020-04-062-16/+24
* nm-setting-bridge: add 'multicast-router' bridge optionAntonio Cardace2020-04-062-0/+8
* nm-setting-bridge: add 'vlan-stats-enabled' bridge optionAntonio Cardace2020-04-062-0/+8
* nm-setting-bridge: add 'vlan-protocol' bridge optionAntonio Cardace2020-04-062-0/+8
* nm-setting-bridge: add 'group-address' bridge optionAntonio Cardace2020-04-062-3/+14
* all: use wrappers for g_ascii_strtoll(), g_ascii_strtoull(), g_ascii_strtod()th/strtoll-workaroundThomas Haller2020-04-011-1/+1
* ifupdown: use _nm_utils_ascii_str_to_int64() for converting netmask to stringThomas Haller2020-04-011-7/+4
* ifcfg-rh/tests: add unit test for reading DEVTIMEOUT (connection.wait-device-...Thomas Haller2020-04-012-0/+5
* ifcfg: strip whitespaces around "DEVTIMEOUT"Thomas Haller2020-04-011-2/+4
* meson: merge branch 'inigomartinez/meson-license'Thomas Haller2020-03-286-0/+12
|\
| * license: Add license using SPDX identifiers to meson build filesIñigo Martínez2020-02-176-0/+12
* | Add domain_match mode for wifi certificate domain comparisonNiklas Goerke2020-03-234-1/+16
* | all: use nm_clear_pointer() instead of g_clear_pointer()Thomas Haller2020-03-232-2/+2
* | all: use nm_clear_g_free() instead of g_clear_pointer()Thomas Haller2020-03-232-3/+3
* | ifcfg-rh: add 'timestamp' property before comparing a reread connectionAntonio Cardace2020-03-191-0/+5
* | ifcfg-rh: use binary search for converting string to ethtool IDThomas Haller2020-03-061-31/+87
* | ifcfg-rh/tests: add test for consistency of ethtool ifcfg namesThomas Haller2020-03-061-0/+57
* | ifcfg-rh: use nm_utils_ifname_valid() for validating interface-name in readerThomas Haller2020-02-261-1/+3
* | libnm: sort "mode" in nm_setting_bond_get_option() firstThomas Haller2020-02-191-1/+1
* | all: use nm_utils_ifname_valid_kernel() instead of nm_utils_is_valid_iface_na...Antonio Cardace2020-02-171-1/+1
* | libnm,cli,ifcfg-rh: add ipv6.ra-timeout configuration optionThomas Haller2020-02-174-1/+9
* | ifcfg-rh: belatedly add support for "ipv6.dhcp-timeout" settingThomas Haller2020-02-174-4/+13