summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-14dns: add options to control automatic addition of edns0 and trust-adbg/dns-options-skipBeniamino Galvani3-6/+38
2023-11-09merge: branch 'jv/strv-checked'Beniamino Galvani3-29/+29
2023-11-09libnm: use checked strvarray getter in api functionsJan Vaclav2-29/+15
2023-11-09glib-aux: create nm_strvarray_get_idxnull_or_greturn macroJan Vaclav1-0/+14
2023-11-09libnm: fix unused variables in non-debug mode in _nm_setting_class_commit()Thomas Haller1-2/+2
2023-11-08libnm: merge branch 'th/libnm-strv-props'Thomas Haller11-183/+204
2023-11-08libnm: add assertions to unreachable code in _nm_setting_property_{get,set}_p...Thomas Haller1-2/+2
2023-11-08libnm: simplify assertions in _property_infos_sort_cmp_setting_connection()Thomas Haller1-9/+6
2023-11-08libnm: initialize "name" in _nm_properties_override_gobj()Thomas Haller2-24/+22
2023-11-08libnm: drop unnecessary cleanup of direct strv propertiesThomas Haller2-15/+0
2023-11-08libnm: drop special casing G_TYPE_STRV from _nm_setting_class_commit()Thomas Haller1-34/+21
2023-11-08libnm: use _nm_setting_property_define_gprop_strv_oldstyle()Thomas Haller7-68/+72
2023-11-08libnm: add _nm_setting_property_define_gprop_strv_oldstyle() defineThomas Haller1-0/+32
2023-11-08libnm: reuse static property type for strv propertiesThomas Haller2-5/+11
2023-11-08libnm: reserve size for properties_override arrayThomas Haller6-6/+6
2023-11-08libnm: rework creating property info for "name"Thomas Haller2-31/+43
2023-11-07test-client: fix warnings about invalid escape sequencesbg/python-escape-seqBeniamino Galvani1-30/+30
2023-11-07merge: branch 'ih/spdx'Íñigo Huguet1-2/+2
2023-11-07contrib/rpm: libnm: migrate to SPDX licenseÍñigo Huguet1-2/+2
2023-11-06merge: branch 'feature-ethtool-eee'Beniamino Galvani20-3/+318
2023-11-03ethtool: introduce EEE supportJohannes Zink20-3/+318
2023-11-03Remove reference to deleted file in Makefile.amÍñigo Huguet1-1/+0
2023-11-03merge: branch 'systemd'Íñigo Huguet6-30/+2
2023-11-03build: assume we have at least systemd v200Michael Biebl5-30/+1
2023-11-03dispatcher: show man page in .service fileMichael Biebl1-0/+1
2023-11-03merge: branch 'jv/fix-wireless-bounds-check'Íñigo Huguet2-2/+16
2023-11-03libnm: fix bounds check in _get_mac_blacklist_item()Jan Vaclav2-2/+16
2023-11-02device: merge branch 'th/udev-auto-link-local-only'Thomas Haller6-48/+114
2023-11-02auto-default: check NM_AUTO_DEFAULT_LINK_LOCAL_ONLY from nm-deviceÍñigo Huguet2-29/+37
2023-11-02core: honor ID_NET_MANAGED_BY="org.freedesktop.NetworkManager" to manage deviceThomas Haller3-0/+20
2023-11-02core: refactor nm_platform_link_get_unmanaged() to return ternary valueThomas Haller3-22/+28
2023-11-02man: document "ID_NET_DHCP_BROADCAST" udev propertyThomas Haller1-0/+9
2023-11-02device/ethernet: honor ID_NET_AUTO_LINK_LOCAL_ONLY udev propertyThomas Haller3-5/+28
2023-11-01release: bump version to 1.45.6 (development)1.45.6-devBeniamino Galvani2-2/+2
2023-10-31libnm: embed private structure in NMSetting and avoid g_type_class_add_private()Thomas Haller40-321/+158
2023-10-31ovs: merge branch 'bg/ovs-netdev'Beniamino Galvani2-92/+250
2023-10-31ovs-interface: wait that the cloned MAC changes instead of setting itbg/ovs-netdevBeniamino Galvani1-24/+90
2023-10-31ovs-interface: add check_waiting_for_link()Beniamino Galvani1-12/+40
2023-10-31ovs-interface: fix state change in link_changed()Beniamino Galvani1-18/+14
2023-10-31ovs-interface: improve commentsBeniamino Galvani1-23/+46
2023-10-31ovs-interface: add trace messages when waiting for linkBeniamino Galvani1-4/+16
2023-10-31ovs-interface: move wait-link members to a sub-structBeniamino Galvani1-32/+40
2023-10-31ovs-interface: add ovs_interface_is_netdev_datapath() helperBeniamino Galvani1-19/+37
2023-10-31ovs-interface: make sure handlers are disconnected on deactivateBeniamino Galvani1-2/+9
2023-10-31device: return G_SOURCE_* instead of boolean in source callbackBeniamino Galvani1-1/+1
2023-10-30all: merge branch 'th/nm-g-array-index'Thomas Haller5-8/+29
2023-10-30all: use nm_g_array_first_p() instead of nm_g_array_index_p(,,0) where applic...Thomas Haller2-3/+3
2023-10-30all: use nm_g_array_index() instead of g_array_index()Thomas Haller2-4/+5
2023-10-30glib-aux/trivial: improve code comment for nm_g_array_index_p()Thomas Haller1-1/+21
2023-10-27merge: branch 'bg/deactivate-reason'Beniamino Galvani4-6/+16