summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-02Revert "device: release slaves when an external device is going managed"lr/cancel-ip-state-with-activation-p1Lubomir Rintel1-1/+1
2022-06-02device: release slaves when an external device is going managedLubomir Rintel1-1/+1
2022-06-02device: only deactivate when the master we've enslaved to goes awayLubomir Rintel1-6/+7
2022-05-30device: stop checking the IP configuration state when cancelling activationLubomir Rintel1-0/+3
2022-05-30po: update Ukrainian (uk) translationYuri Chornoivan1-363/+409
2022-05-27Merge branch 'ac/spec' into 'main'Ana Cabral3-3/+45
2022-05-27rpm: include a warning message for network configuration on /etc/sysconfig/ne...Ana Cabral3-0/+45
2022-05-27rpm: move ifcfg scripts directory to the NetworkManager packageAna Cabral1-3/+0
2022-05-27examples: reword comments in "30-anon.conf" snippetThomas Haller1-13/+12
2022-05-27mailmap: update to add AdrianAdrian Freihofer1-0/+1
2022-05-27NEWS: updateThomas Haller1-0/+2
2022-05-27device: introduce ipv6.mtu propertyAlex Henrie9-549/+748
2022-05-27merge branch 'afreof:af/ip4-link-local'Thomas Haller19-548/+939
2022-05-27ifcfg-rh: add support for ipv4.link-localAdrian Freihofer9-2/+69
2022-05-27settings: add ipv4.link-local flagAdrian Freihofer11-546/+870
2022-05-26libnm: allow manually specified IP addresses to have prefix length 0Alex Henrie4-9/+6
2022-05-26nm-settings-ifcfg-rh: fix typobluikko1-1/+1
2022-05-25dns: detect more quickly when systemd-resolved can't be D-Bus activatedBeniamino Galvani1-31/+39
2022-05-25ovsdb: do not set the device as DEACTIVATING if it is DISCONNECTEDFernando Fernandez Mancera1-1/+2
2022-05-24platform: drop redundant check for plen in nm_platform_ip4_address_generate_d...Thomas Haller1-2/+0
2022-05-19platform: avoid struct alignment issue for NMPlatformIP4AddressThomas Haller2-148/+154
2022-05-19glib-aux/tests: fix and extend static assertions for NMIPAddr alignmentThomas Haller2-4/+7
2022-05-19glib-aux: fix static assertion for alignment of NMIPAddr for m68kThomas Haller1-6/+6
2022-05-19release: bump version to 1.39.5 (development)1.39.5-devAna Cabral2-2/+2
2022-05-19NEWS: updateAna Cabral1-0/+5
2022-05-18c-rbtree: re-import git-subtree for 'src/c-rbtree'Thomas Haller0-0/+0
2022-05-18Squashed 'src/c-rbtree/' changes from 9b9713aeb9ec..eb778d39694aThomas Haller1-4/+17
2022-05-18c-rbtree: fix alignment assertion on m64kDavid Rheinsberg1-4/+17
2022-05-17device: don't require a hardware address for DHCPv6Beniamino Galvani1-7/+0
2022-05-17libnm/trivial: adjust code commentThomas Haller1-2/+2
2022-05-16dhcp: merge branch 'th/dhcp-cleanup-1'Thomas Haller9-354/+367
2022-05-16dhcp: merge nm_dhcp_client_start_ip4() and nm_dhcp_client_start_ip6() impleme...Thomas Haller3-43/+26
2022-05-16dhcp: move code in "nm-dhcp-client.c" (2)Thomas Haller1-80/+82
2022-05-16dhcp: assert that resources are freed in NMDhcpClient.dispose()Thomas Haller1-0/+4
2022-05-16dhcp: minor cleanup in config_init()Thomas Haller1-12/+16
2022-05-16dhcp: use packed strv array for NMDhcpClientConfig.reject_serversThomas Haller1-20/+19
2022-05-16dhcp: remove assertion in nm_dhcp_client_handle_event()Thomas Haller1-2/+1
2022-05-16dhcp: move code in nm_dhcp_client_handle_event()Thomas Haller1-31/+23
2022-05-16dhcp: drop NMDhcpState enumThomas Haller2-60/+26
2022-05-16dhcp: rename/refactor nm_dhcp_client_set_state() to be notificationsThomas Haller4-26/+86
2022-05-16dhcp: fix handling of NM_DHCP_STATE_NOOPThomas Haller2-2/+2
2022-05-16dhcp: drop most of NMDhcpState usage from nm_dhcp_client_handle_event()Thomas Haller1-37/+34
2022-05-16dhcp/trivial: add comment about nm_dhcp_utils_merge_new_dhcp6_lease()Thomas Haller1-0/+3
2022-05-16dhcp: move code in "nm-dhcp-client.c"Thomas Haller1-47/+49
2022-05-16dhcp: minor code cleanups in "nm-dhcp-client.c"Thomas Haller2-26/+26
2022-05-16dhcp: use GSource for watching child process instead of numeric source idThomas Haller1-6/+7
2022-05-16dhcp: minor cleanup in maybe_add_option()Thomas Haller1-19/+19
2022-05-16dhcp: don't assert against untrusted data in maybe_add_option()Thomas Haller1-1/+2
2022-05-16dhcp: cleanup bytearray_variant_to_string()Thomas Haller1-19/+13
2022-05-16dhcp: cleanup reason_to_state() in "nm-dhcp-client.c"Thomas Haller1-16/+13