summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.40.5 (development)1.40.5-devThomas Haller2022-11-182-2/+2
* release: bump version to 1.40.41.40.4Thomas Haller2022-11-182-2/+2
* NEWS: updateThomas Haller2022-11-181-0/+15
* libnm/tests: check assigning same setting in nm_connection_add_setting()Thomas Haller2022-11-171-0/+3
* libnm: fix leak with self assignment in nm_connection_add_setting()Thomas Haller2022-11-171-1/+3
* libnm: workaround crash in nm_vpn_editor_plugin_import() for plugin requiring...Thomas Haller2022-11-161-0/+12
* core: set routing rule protocol properlyFernando Fernandez Mancera2022-11-141-0/+1
* libnm: test that Gir data matches actual exportsLubomir Rintel2022-11-114-2/+175
* docs/api: fix ugly things in MakefileLubomir Rintel2022-11-111-14/+2
* libnm: actually export a lot of routines that were supposed to be publicLubomir Rintel2022-11-1132-49/+76
* libnm: export nm_utils_ip_{address,rout}es_{from,to}_variantLubomir Rintel2022-11-113-2/+18
* libnm/connection: fix a handful of versioning tagsLubomir Rintel2022-11-112-10/+11
* libnm: fix a large amount of Since tagsLubomir Rintel2022-11-1148-34/+148
* libnm: drop nm_vpn_plugin_old_set_{,ip6_}config()Lubomir Rintel2022-11-112-22/+6
* libnm: remove nm_device_wpan_get_hw_address()Lubomir Rintel2022-11-112-23/+0
* libnm: remove nm_device_6lowpan_get_hw_address()Lubomir Rintel2022-11-112-25/+0
* libnm: export nm_setting_ip_config_get_dhcp_iaidLubomir Rintel2022-11-113-2/+7
* libnm: add NM_VERSION_1_40_4Lubomir Rintel2022-11-112-0/+7
* nm-setting: fix static assertions for NM_SETTING_PARAM_* flags and numeric va...Thomas Haller2022-11-112-16/+17
* nm-setting: mangle public constant to make g-ir-scanner happyLubomir Rintel2022-11-112-3/+16
* ifcfg-rh: merge branch 'th/ethtool-ifcfg-fixes'Thomas Haller2022-11-108-1/+236
|\
| * core: filter out invalid Wake-On-Lan flagsThomas Haller2022-11-101-0/+10
| * 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-106-0/+227
|/
* ethtool: add and use nm_ethtool_id_get_variant_type() helperThomas Haller2022-11-103-16/+16
* wwan/ofono: fix memory leak in handle_settings()Ratchanan Srirattanamet2022-11-101-5/+6
* platform: fix nmp_object_copy(id_only) for object that don't implement cmd_pl...Thomas Haller2022-11-101-4/+3
* client: add_and_activate*() allow NULL deviceLubomir Rintel2022-11-101-2/+2
* std-aux: fix NM_LIKELY()/NM_UNLIKELY() macrosBeniamino Galvani2022-11-041-2/+2
* tests: add tests for generating stable UUIDs for keyfile/initrdThomas Haller2022-11-032-5/+26
* initrd/tests: add unit test for autoconnect-priority settingThomas Haller2022-11-032-0/+18
* gitignore: ignore "po/.Makefile.patched" fileThomas Haller2022-11-031-0/+2
* build/meson fix "gen-metadata-nm-settings-nmcli.xml.in" without enable_docsThomas Haller2022-11-031-1/+1
* build/autotools: adjust hack for gettext() for other Makefile versionsThomas Haller2022-11-031-1/+2
* core: fix setting IPv6 retrans timerBeniamino Galvani2022-11-031-1/+1
* core: don't restrict DNS interface when performing connectivity checkMichael Catanzaro2022-10-191-4/+1
* nmcli: fix crash in "nmcli device monitor"Beniamino Galvani2022-10-191-0/+2
* Revert "device: restart DHCP when the MAC changes"Beniamino Galvani2022-10-191-6/+3
* release: bump version to 1.40.3 (development)1.40.3-devBeniamino Galvani2022-10-182-2/+2
* release: bump version to 1.40.21.40.2Beniamino Galvani2022-10-182-2/+2
* NEWS: updateBeniamino Galvani2022-10-181-0/+27
* policy: track the autoconnect retries in devices for multi-connectFernando Fernandez Mancera2022-10-173-10/+157
* initrd: generate initrd generator profiles with autoconnect-priority -100Thomas Haller2022-10-174-0/+13
* platform: merge branch 'bg/sriov-bufsize'Beniamino Galvani2022-10-176-50/+63
|\
| * platform: set custom netlink buffer size when adding SR-IOV VFsBeniamino Galvani2022-10-171-3/+15
| * platform: add length argument to _nl_msg_new_link_full()Beniamino Galvani2022-10-171-6/+14
| * platform: change nlmsg_alloc*() functionsBeniamino Galvani2022-10-176-41/+34
|/
* ovs: wait that links disappear during initial cleanupBeniamino Galvani2022-10-141-23/+132
* core: wait for carrier before resolving hostname via DNSBeniamino Galvani2022-10-142-3/+33