summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-10libnm: fix crash during destruction of NMClientth/nmclient-crash-rh2112997Thomas Haller1-2/+2
2022-08-10platform: fix logging of link removed signalThomas Haller1-3/+7
2022-08-10platform: fix NMLOG_COMMON() macro to use level argumentThomas Haller1-1/+1
2022-08-10platform: make NMLOG_COMMON() macro safer by adding a do{}while(0) blockThomas Haller1-18/+23
2022-08-10mptcp: fix nmp_global_tracker_sync_mptcp_addrs()Thomas Haller4-60/+55
2022-08-10config: support hex and octal numbers in nm_config_data_get_connection_defaul...Thomas Haller1-1/+1
2022-08-09device: allow reapplying changes to "connection.autoconnect-priorty"Thomas Haller1-0/+1
2022-08-09man: show example how to enable logging in NetworkManagerThomas Haller2-2/+19
2022-08-09NEWS: updateThomas Haller1-0/+10
2022-08-09mptcp: merge branch 'th/mptcp-2'Thomas Haller40-716/+2627
2022-08-09all: drop various NMMptcpFlagsThomas Haller6-75/+22
2022-08-09all: add NMMptcpFlags and connection.mptcp-flags propertyThomas Haller22-548/+1424
2022-08-09platfrom: handle MPTCP addresses with NMPGlobalTrackerThomas Haller4-15/+590
2022-08-09platform: add dump/update function for MPTCP addressesThomas Haller5-19/+366
2022-08-09platform: add hash functions for NMPlatformMptcpAddr instancesThomas Haller2-0/+25
2022-08-09platform: delete conflicting route/rule during nmp_global_tracker_sync()Thomas Haller1-2/+26
2022-08-09platform: drop unnecessary NMPlatformMptcpAddr.in_kernel flagThomas Haller2-20/+1
2022-08-09platform: adjust identity for MPTCP addr objectsThomas Haller1-21/+31
2022-08-09platform: fix nm_platform_mptcp_addr_cmp() to compare portThomas Haller1-1/+2
2022-08-09platform: use nlmsg_parse_error() in _netlink_recv_handle()Thomas Haller1-37/+8
2022-08-09platform: use NLA_NEST_END() macro in _wireguard_create_change_nlmsgs()Thomas Haller1-18/+8
2022-08-09platform/netlink: add NLA_NEST_END() helper macroThomas Haller1-0/+8
2022-08-09platform/netlink: add nlmsg_parse_error() helperThomas Haller4-0/+50
2022-08-09platform/netlink: add nlmsg_undata() helperThomas Haller1-2/+9
2022-08-09platform/netlink: make callback parameters to nl_recvmsg() constThomas Haller5-21/+23
2022-08-09nmcli: improve handling nicks for enum valuesThomas Haller1-13/+36
2022-08-09device: fix reapply for lldp/mdns/llmnr/dns-over-tls settingsThomas Haller1-0/+10
2022-08-09glib-aux,platform: add comments to nm_platform_ip_address_get_scope()/nm_util...Thomas Haller2-0/+15
2022-08-09glib-aux: add nm_utils_ip6_is_ula() helperThomas Haller2-0/+8
2022-08-09glib-aux: add nm_g_hash_table_contains_any() helperThomas Haller1-0/+19
2022-08-09std-aux: add nm_utils_addr_family_to_size_untrusted() helperThomas Haller1-0/+22
2022-08-08contrib: update bash history in nm-in-container.shThomas Haller1-4/+9
2022-08-08platform: fix compilation for new bond optionsThomas Haller1-0/+6
2022-08-08contrib: merge branch 'th/in-container-inplace'Thomas Haller4-39/+565
2022-08-08contrib: improve motd for nm-in-container.sh scriptThomas Haller1-1/+17
2022-08-08contrib: install "qt-devel" in nm-in-container.sh scriptThomas Haller1-0/+1
2022-08-08contrib/rpm: add "configure-for-system.sh" script to configure buildThomas Haller1-0/+509
2022-08-08contrib/rpm: cleanup spec file to unify version comparisonsThomas Haller1-14/+14
2022-08-08contrib/rpm: prefer --with-$OPTION=yes|no over --with/--without and --enable/...Thomas Haller1-19/+19
2022-08-08build/meson: force overwriting files in "meson-post-install.sh"Thomas Haller1-5/+5
2022-08-08build: wrap lines in Makefile.am for "vapi/libnm.vapi"Thomas Haller1-1/+5
2022-08-06bridge: fix reapply of vlan_filtering and default_pvidLubomir Rintel1-0/+4
2022-08-05glib-aux: merge branch 'th/random-utils'Thomas Haller9-122/+271
2022-08-05core: block to get good random bytes for "/var/lib/NetworkManager/secret_key"Thomas Haller1-1/+4
2022-08-05glib-aux: rework random number utilsThomas Haller8-122/+259
2022-08-05glib-aux: add assertions to nm_utils_fd_wait_for_event()Thomas Haller1-0/+9
2022-08-05glib-aux: add nm_str_buf_append_printfv()Thomas Haller2-9/+29
2022-08-04merge: branch 'ff/bond_netlink'Fernando Fernandez Mancera15-36/+943
2022-08-04bond: use netlink to set bond optionsFernando Fernandez Mancera1-32/+135
2022-08-04libnm-utils: convert string bond opts to intFernando Fernandez Mancera4-0/+248