summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-09release: bump version to 1.45.91 (1.46-rc2) (development)1.46-rc2Íñigo Huguet2-2/+2
2024-02-09NEWS: add missing new features in 1.46Íñigo Huguet1-0/+24
2024-02-09libnm-core: fix mac comparison in _remove_mac_blacklist_item_by_valueJan Vaclav1-1/+1
2024-02-09build: include meson-dist-data script in dist generated by autotoolsJan Vaclav1-0/+1
2024-02-09glib-aux: fix atomic pattern in nm_ref_string_unref()Thomas Haller1-1/+2
2024-02-09std-aux: workaround usage of _Pragma() inside nm_assert()Thomas Haller1-2/+10
2024-02-09device: fix _prop_get_ipv4_dhcp_dscp() to return valueThomas Haller1-1/+1
2024-02-09bridge: skip VLAN filtering resetting in reapply if no vlan change changedGris Ge5-30/+72
2024-02-07merge: branch 'th/gcc-14-fixes'Beniamino Galvani6-47/+59
2024-02-07libnm: avoid "-Wnonnull-compare warnings with "static" array declaratorThomas Haller2-4/+4
2024-02-07std-aux: suppress "-Wnonnull-compare" warning in nm_assert()Thomas Haller1-0/+5
2024-02-07std-aux: move NM_PRAGMA_WARNING_DISABLE() macro from libnm-glib-aux to libnm-...Thomas Haller2-42/+42
2024-02-07std-aux: add NM_STRINGIFY() macroThomas Haller1-0/+5
2024-02-07libnm: use flexible array member in NMUtilsStrStrDictKeyThomas Haller1-1/+1
2024-02-07libnm: avoid "-Walloc-size" warning in nm_team_link_watcher_new_ethtool()Thomas Haller1-0/+2
2024-02-06dhcp: merge branch 'bg/dhcp-dscp'Beniamino Galvani33-552/+969
2024-02-06n-dhcp4: change the default DSCP value to 0Beniamino Galvani2-2/+2
2024-02-06initrd: add support for rd.net.dhcp.dscp propertyBeniamino Galvani3-1/+53
2024-02-06device: support the DHCP DSCP propertyBeniamino Galvani5-0/+68
2024-02-06libnm,nmcli: add ipvx.dhcp-dscp propertyBeniamino Galvani15-540/+798
2024-02-06n-dhcp4: support setting the DSCP valueBeniamino Galvani10-11/+50
2024-02-02nmtui: fix WireGuard peer editor empty fieldsJavier Sánchez Parra1-7/+8
2024-02-02merge: branch 'ff/conscious_language_autoconnect_slaves'Fernando Fernandez Mancera18-598/+889
2024-02-02all: use the new NMSettingConnection autoconnect-ports propertyFernando Fernandez Mancera2-6/+7
2024-02-02connection: deprecate NMSettingConnection autoconnect-slaves propertyFernando Fernandez Mancera14-598/+896
2024-02-02setting: add property_type field to _nm_setting_property_define_direct_enumFernando Fernandez Mancera3-38/+43
2024-02-02internal: add direct_is_aliased_field flag to NMSettInfoPropertyFernando Fernandez Mancera3-4/+14
2024-02-02tests: drop unit tests related to from_dbus/to_dbus functionFernando Fernandez Mancera1-23/+0
2024-01-25release: bump version to 1.45.90 (1.46-rc1)1.46-rc1Stanislas FAYE2-2/+2
2024-01-24libnm: merge branch 'empty_addr_with_route'Wen Liang6-13/+105
2024-01-24libnm: allow configuring static route when address is emptyWen Liang3-8/+54
2024-01-24core: check the dhcp enabled flag in l3cfgWen Liang1-5/+10
2024-01-24l3cfg: add dhcp_enabled_4 and dhcp_enabled_6 properties to NML3ConfigDataWen Liang2-0/+41
2024-01-23po: update Swedish (sv) translationLuna Jernberg1-4148/+5430
2024-01-23libnm: merge branch 'th/setting-no-empty-str-props'Thomas Haller42-142/+358
2024-01-23libnm/docs: update comment about "apn.gsm" and empty stringThomas Haller3-2/+6
2024-01-23libnm: drop some unnecessary direct_string_allow_emptyThomas Haller2-8/+4
2024-01-23libnm: don't set .direct_string_allow_empty for _nm_setting_property_define_d...Thomas Haller2-7/+0
2024-01-23libnm: add direct_string_allow_empty meta data for NMSetting propertyThomas Haller40-125/+296
2024-01-23libnm: add generic code for verifying properties in NMSettingThomas Haller1-3/+54
2024-01-23libnm/tests: use nmtst_assert_setting_verifies() in test_setting_gsm_apn_bad_...Thomas Haller1-2/+2
2024-01-23glib-aux: convert nmtst_assert_setting_verifies() to a macroThomas Haller1-14/+15
2024-01-23merge: branch 'ff/conscious_language_port_type'Fernando Fernandez Mancera40-698/+997
2024-01-23all: use the new NMSettingConnection port-type propertyff/conscious_language_port_typeFernando Fernandez Mancera29-122/+110
2024-01-23connection: drop the usage of nm_setting_connection_is_slave_type()Fernando Fernandez Mancera3-8/+12
2024-01-23connection: deprecate the NMSettingConnection slave-type propertyFernando Fernandez Mancera14-569/+876
2024-01-19merge: branch 'sf/change-tar-archive-format-to-pax'Stanislas Faye1-1/+1
2024-01-19build: Change the tar format for generating tarballs to posix format (pax)Stanislas FAYE1-1/+1
2024-01-19merge: branch 'ih/nmtui_esc'Íñigo Huguet2-2/+2
2024-01-18nmtui: fix deletion confirmation with ESC key pressÍñigo Huguet2-2/+2