summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.38.3 (development)1.38.3-devBeniamino Galvani2022-06-162-2/+2
* release: bump version to 1.38.21.38.2Beniamino Galvani2022-06-162-2/+2
* NEWS: updateBeniamino Galvani2022-06-161-0/+14
* l3cfg: fix comparing "has-dns-priority" flag in nm_l3_config_data_cmp_full()Thomas Haller2022-06-161-1/+4
* wifi: fix crash in NMDeviceWifi.check_connection_compatible() checking WEP ca...Thomas Haller2022-06-161-2/+3
* rpm: move ifcfg scripts directory to the NetworkManager packageAna Cabral2022-06-161-3/+0
* merge: branch 'bg/ppp-race-rh2085382'Beniamino Galvani2022-06-143-18/+119
|\
| * ppp: don't remove addresses from interface while IPCP/IPV6CP is runningBeniamino Galvani2022-06-141-5/+32
| * core: add nm_l3cfg_block_obj_pruning()Beniamino Galvani2022-06-142-13/+87
|/
* device: ensure DHCP is restarted every time the link goes upBeniamino Galvani2022-06-111-10/+8
* ppp: merge branch 'ppp-ip6-dns'Beniamino Galvani2022-06-091-1/+5
|\
| * ppp-manager: ip6: set interface mtu based on ppp configDominique Martinet2022-06-091-1/+3
| * ppp-manager: ip6: fix dns not being usedDominique Martinet2022-06-091-0/+2
|/
* device: fix memory leakBeniamino Galvani2022-06-091-9/+7
* platform: avoid struct alignment issue for NMPlatformIP4AddressThomas Haller2022-05-192-148/+154
* glib-aux/tests: fix and extend static assertions for NMIPAddr alignmentThomas Haller2022-05-192-4/+7
* glib-aux: fix static assertion for alignment of NMIPAddr for m68kThomas Haller2022-05-191-6/+6
* platform,core: merge branch 'th/platform-struct-packing'Thomas Haller2022-05-193-57/+67
|\
| * platform: reorder fields in __NMPlatformIPRoute_COMMON for tight packingThomas Haller2022-05-191-45/+44
| * platform: use flexible array members for "NMPlatformIPAddress.address_ptr"/"N...Thomas Haller2022-05-193-13/+24
|/
* c-rbtree: fix alignment assertion on m64kDavid Rheinsberg2022-05-181-4/+17
* systemd: drop "nm-sd-utils-core.h" and nm_sd_utils_id128_get_machine()Thomas Haller2022-05-185-70/+0
* device: don't require a hardware address for DHCPv6Beniamino Galvani2022-05-171-7/+0
* contrib/rpm: reorder variable in spec file and set rpm_versionThomas Haller2022-05-131-1/+1
* release: bump version to 1.38.1 (development)1.38.1-devThomas Haller2022-05-132-2/+2
* release: bump version to 1.38.01.38.0Thomas Haller2022-05-132-3/+3
* NEWS: updateThomas Haller2022-05-131-5/+0
* libnm: merge branch 'th/libnm-infiniband-fixes'Thomas Haller2022-05-121-8/+26
|\
| * libnm: reject infiniband.p-key set to 0, 0x8000Thomas Haller2022-05-121-0/+8
| * libnm: fix crash validating infiniband profiles for interface-nameThomas Haller2022-05-121-8/+18
|/
* nmcli/devices: fix sorting of APsLubomir Rintel2022-05-121-1/+1
* nmcli/devices: check connection created with "wifi connect"Lubomir Rintel2022-05-121-0/+6
* nmcli/connections: export nmc_connection_check_deprecated()Lubomir Rintel2022-05-122-5/+8
* dhcp: merge branch 'th/dhcpv6-otherconf-ignore-addr'Thomas Haller2022-05-113-47/+60
|\
| * dhcp: fix ignoring addresses with DHCPv6 otherconf (O flag)Thomas Haller2022-05-112-34/+43
| * dhcp: fix setting "-S" flag for dhclient info-only requestsThomas Haller2022-05-111-8/+13
| * dhcp: always explicitly set request/information-request flags for internal DH...Thomas Haller2022-05-111-5/+4
|/
* audit: handle error from audit_encode_nv_string()Thomas Haller2022-05-111-2/+5
* ndisc/tests: relex check in test_dns_solicit_loop()Thomas Haller2022-05-101-1/+5
* core: merge branch 'th/fix-clear-ip6-temp-addrs'Thomas Haller2022-05-094-59/+115
|\
| * l3cfg: refresh platform cache before creating prune list during L3Cfg commitThomas Haller2022-05-091-0/+2
| * l3cfg: fix clearing IPv6 temporary addresses to avoid stale addressesThomas Haller2022-05-093-59/+107
| * glib-aux: add nm_g_array_data() helperThomas Haller2022-05-091-0/+6
|/
* device: commit l3cfg on link change only when the device is activatingBeniamino Galvani2022-05-091-1/+2
* n-dhcp4/probe: forget lease after a NAKBeniamino Galvani2022-05-061-2/+1
* cloud-setup: merge branch 'th/cloud-setup-aliyun-primary-ip'Thomas Haller2022-05-056-66/+159
|\
| * cloud-setup: only pass config-iface-data as user-data for async functionsThomas Haller2022-05-052-40/+34
| * cloud-setup: use union for NMCSProviderGetConfigIfaceData.privThomas Haller2022-05-052-1/+19
| * cloud-setup: track config-task-data in iface-dataThomas Haller2022-05-056-26/+35
| * cloud-setup: reorder addresses to honor "primary_ip_address"Thomas Haller2022-05-052-1/+73
|/