summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: restart DHCP when the MAC changesbg/restart-dhcp-on-mac-changeBeniamino Galvani2022-08-241-1/+4
* core: log when dynamic IP configuration is restarted and whyBeniamino Galvani2022-08-245-9/+11
* release: bump version to 1.41.0 (development)1.41.0-devAna Cabral2022-08-1568-69/+69
* release: bump version to 1.39.90 (1.40-rc1)1.40-rc1Ana Cabral2022-08-152-2/+2
* NEWS: updateac/newsAna Cabral2022-08-151-1/+5
* po: make update-poac/update-poAna Cabral2022-08-1166-250325/+250388
* systemd: merge branch systemd into mainThomas Haller2022-08-1131-160/+282
|\
| * systemd: update code from upstream (2022-08-10)Thomas Haller2022-08-1134-2888/+273
* | bulid: merge branch 'th/autotools-fix-detect-compiler-warning'Thomas Haller2022-08-112-1/+10
|\ \
| * | build/autotools: fix detecting compiler warning for "-Wno-gnu-variable-sized-...Thomas Haller2022-08-111-1/+1
| * | m4: add NM_COMPILER_WARNING_FLAG() macroThomas Haller2022-08-111-0/+9
|/ /
* | Revert "wifi: support "802-1x.phase1-auth-flags=tls-allow-unsafe-renegotiatio...Thomas Haller2022-08-116-21/+7
* | NEWS: updateThomas Haller2022-08-111-0/+28
* | n-dhcp4: re-import git-subtree for 'src/n-dhcp4'Thomas Haller2022-08-111-2/+2
|\ \
| * | Squashed 'src/n-dhcp4/' changes from 7db7dc4bab53..f8fc48dc014dThomas Haller2022-08-111-2/+2
* | | platform: fix "maybe-uninitialized" warning in nmp_global_tracker_sync()Thomas Haller2022-08-111-1/+2
* | | bond: fix parsing of arp_ip_target to platformFernando Fernandez Mancera2022-08-111-2/+2
* | | contrib: set short DHCP lifetime in "nm-env-prepare.sh" scriptThomas Haller2022-08-101-1/+1
* | | contrib: install tcpdump with "nm-in-container.sh"Thomas Haller2022-08-101-0/+1
* | | contrib: set fixed MAC address in "nm-env-prepare.sh" scriptThomas Haller2022-08-101-3/+5
* | | platform: fix logging of link removed signalThomas Haller2022-08-101-3/+7
* | | platform: fix NMLOG_COMMON() macro to use level argumentThomas Haller2022-08-101-1/+1
* | | platform: make NMLOG_COMMON() macro safer by adding a do{}while(0) blockThomas Haller2022-08-101-18/+23
* | | mptcp: fix nmp_global_tracker_sync_mptcp_addrs()Thomas Haller2022-08-104-60/+55
* | | config: support hex and octal numbers in nm_config_data_get_connection_defaul...Thomas Haller2022-08-101-1/+1
* | | device: allow reapplying changes to "connection.autoconnect-priorty"Thomas Haller2022-08-091-0/+1
* | | man: show example how to enable logging in NetworkManagerThomas Haller2022-08-092-2/+19
* | | NEWS: updateThomas Haller2022-08-091-0/+10
* | | mptcp: merge branch 'th/mptcp-2'Thomas Haller2022-08-0940-716/+2627
|\ \ \
| * | | all: drop various NMMptcpFlagsThomas Haller2022-08-096-75/+22
| * | | all: add NMMptcpFlags and connection.mptcp-flags propertyThomas Haller2022-08-0922-548/+1424
| * | | platfrom: handle MPTCP addresses with NMPGlobalTrackerThomas Haller2022-08-094-15/+590
| * | | platform: add dump/update function for MPTCP addressesThomas Haller2022-08-095-19/+366
| * | | platform: add hash functions for NMPlatformMptcpAddr instancesThomas Haller2022-08-092-0/+25
| * | | platform: delete conflicting route/rule during nmp_global_tracker_sync()Thomas Haller2022-08-091-2/+26
| * | | platform: drop unnecessary NMPlatformMptcpAddr.in_kernel flagThomas Haller2022-08-092-20/+1
| * | | platform: adjust identity for MPTCP addr objectsThomas Haller2022-08-091-21/+31
| * | | platform: fix nm_platform_mptcp_addr_cmp() to compare portThomas Haller2022-08-091-1/+2
| * | | platform: use nlmsg_parse_error() in _netlink_recv_handle()Thomas Haller2022-08-091-37/+8
| * | | platform: use NLA_NEST_END() macro in _wireguard_create_change_nlmsgs()Thomas Haller2022-08-091-18/+8
| * | | platform/netlink: add NLA_NEST_END() helper macroThomas Haller2022-08-091-0/+8
| * | | platform/netlink: add nlmsg_parse_error() helperThomas Haller2022-08-094-0/+50
| * | | platform/netlink: add nlmsg_undata() helperThomas Haller2022-08-091-2/+9
| * | | platform/netlink: make callback parameters to nl_recvmsg() constThomas Haller2022-08-095-21/+23
| * | | nmcli: improve handling nicks for enum valuesThomas Haller2022-08-091-13/+36
| * | | device: fix reapply for lldp/mdns/llmnr/dns-over-tls settingsThomas Haller2022-08-091-0/+10
| * | | glib-aux,platform: add comments to nm_platform_ip_address_get_scope()/nm_util...Thomas Haller2022-08-092-0/+15
| * | | glib-aux: add nm_utils_ip6_is_ula() helperThomas Haller2022-08-092-0/+8
| * | | glib-aux: add nm_g_hash_table_contains_any() helperThomas Haller2022-08-091-0/+19
| * | | std-aux: add nm_utils_addr_family_to_size_untrusted() helperThomas Haller2022-08-091-0/+22
|/ / /