summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-25debugbg/ip6-privacy-debugBeniamino Galvani1-4/+21
2024-03-22release: bump version to 1.47.3 (development)1.47.3-devGris Ge2-2/+2
2024-03-21merge: branch 'ipv6-temp-lifetime'Íñigo Huguet11-557/+1077
2024-03-20device: introduce ipv6.temp-valid-lifetime and ipv6.temp-preferred-lifetime p...Alex Henrie11-538/+1058
2024-03-20device: fall back to saved use_tempaddr value instead of rereading /procAlex Henrie5-19/+19
2024-03-20merge: branch 'meson-fix-set10'Íñigo Huguet1-2/+2
2024-03-20build: use only booleans in a set10 methodYegor Yefremov1-2/+2
2024-03-20merge: branch 'jv/deprecate-wired-blacklist'Fernando Fernandez Mancera19-315/+587
2024-03-20all: use the new NMSettingWired mac-address-denylist propertyJan Vaclav3-14/+14
2024-03-20wired: deprecate NMSettingWired mac-address-blacklist propertyJan Vaclav14-223/+516
2024-03-20libnm/wired: replace mac_address_blacklist type GArray with NMValueStrvJan Vaclav1-99/+79
2024-03-20libnm/wired: fix mac comparison in _remove_mac_blacklist_item_by_valueJan Vaclav1-1/+1
2024-03-20libnm-core: drop _NM_DEPRECATED_INCLUSIVE_LANGUAGE_1_48 macroJan Vaclav2-10/+9
2024-03-20core, libnm: expose the reason for unmanaged devicesbg/unmanaged-reasonBeniamino Galvani5-9/+128
2024-03-20gitlab: add checklist item about updating NEWS file to the MR templatebg/gitlab-mr-newsBeniamino Galvani1-0/+1
2024-03-20nm-dispatcher: fix crash when parsing output dictionarybg/fix-dispatcher-crashBeniamino Galvani1-0/+3
2024-03-18libnm-core/wireless: fix memory leak in add_mac_denylist_item()Jan Vaclav1-1/+0
2024-03-18NEWS: updateBeniamino Galvani1-0/+3
2024-03-18merge: branch 'pr/1828'Beniamino Galvani17-4/+248
2024-03-16nmtui: 802.1x: add expert TLS settingsTomas Ebenlendr1-0/+167
2024-03-16nmtui: 802.1x: make anonymous identity optionalTomas Ebenlendr1-2/+2
2024-03-16802.1x: add openssl_ciphers settingTomas Ebenlendr16-2/+79
2024-03-15device: use subnet when the applied connection has IPv6 method sharedWen Liang1-14/+21
2024-03-15merge: branch 'fix_ovs_same_name'Gris Ge3-5/+21
2024-03-15ovs: Do not allow OVS bridge and port to be parentGris Ge3-5/+21
2024-03-14gitlab-ci: drop unsupported systems from the pipelineff/drop_gitlab_ci_old_systemsFernando Fernandez Mancera2-248/+5
2024-03-13core: deprecate master in NMActiveConnection internal APIff/active_connection_conscious_langFernando Fernandez Mancera7-84/+85
2024-03-13core: drop NMDevice master and introduce controllerff/drop_device_masterFernando Fernandez Mancera10-114/+119
2024-03-13merge: branch 'meson-fix-double-header'Till Maas1-1/+0
2024-03-13build: remove a header defined twiceYegor Yefremov1-1/+0
2024-03-13merge: branch 'dns_checkpoint'Gris Ge6-2/+96
2024-03-13checkpoint: Allow rollback on internal global DNSGris Ge6-2/+96
2024-03-12l3cfg: fix handling of ipv6 hop limitbg/ipv6-hop-limitBeniamino Galvani1-1/+1
2024-03-12libnm: use `nm_setting_connection_get_controller()` where possibleWen Liang25-52/+52
2024-03-12Revert "build: workaround -Wno-calloc-transposed-args warning in systemd code"ff/revert_wno_calloc_transposed-argsFernando Fernandez Mancera2-2/+0
2024-03-11merge: branch 'jv/deprecate-mac-blacklist'Fernando Fernandez Mancera18-117/+458
2024-03-11test/client: set 802-11-wireless.mac-address-denylistJan Vaclav2-9/+21
2024-03-11test/networkmanager-service: simulate behavior of aliased/deprecated propertiesJan Vaclav1-0/+35
2024-03-11all: use the new NMSettingWireless mac-address-denylist propertyJan Vaclav2-4/+4
2024-03-11wireless: deprecate NMSettingWireless mac-address-blacklist propertyJan Vaclav11-74/+361
2024-03-11libnm: add property_type argument to _nm_setting_property_define_direct_strvJan Vaclav4-30/+38
2024-03-11libnm: allow _nm_setting_property_define_direct_strv() to be used as expressionJan Vaclav1-4/+2
2024-03-11libnm: add _NM_DEPRECATED_INCLUSIVE_LANGUAGE_1_48Jan Vaclav1-0/+1
2024-03-08release: bump version to 1.47.2 (development)1.47.2-devÍñigo Huguet2-2/+2
2024-03-06merge: branch 'ff/dhcp_release'Fernando Fernandez Mancera18-670/+1099
2024-03-06ip: support dhcp-send-release in NMSettingIpConfigff/dhcp_releaseFernando Fernandez Mancera15-668/+1069
2024-03-06n-dhcp4: add new client probe function to send RELEASE messageFernando Fernandez Mancera2-0/+28
2024-03-06n-dhcp4: set xid value of the DHCP header for RELEASE and DECLINE messageFernando Fernandez Mancera1-2/+2
2024-03-06device: rename _dev_ipdhcpx_cleanup() "release" argumentFernando Fernandez Mancera1-2/+2
2024-03-06merge: branch 'ff/fix_systemd'Fernando Fernandez Mancera17-5/+4163