summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* iwd: If no EAP anonymous identity set fall back to identitybg/balrog-kun/NetworkManager-anonymous-identity-fix__CIAndrew Zaborowski2021-05-261-6/+23
* libnm: Fix error message conditions in verity_ttlsAndrew Zaborowski2021-05-261-67/+17
* bluetooth: ensure function-like behavior of _LOG_bzobj() macroThomas Haller2021-05-251-2/+3
* update references from "freenode" to "Libera.Chat"Thomas Haller2021-05-252-2/+2
* contrib/rpm: merge branch 'th/contrib-rpm-fixes'Thomas Haller2021-05-211-4/+15
|\
| * contrib/rpm: remove "Obsoletes: NetworkManager-{atm,bt}"Thomas Haller2021-05-211-2/+0
| * contrib/rpm: remove "Obsoletes: dhcdbd"Thomas Haller2021-05-211-1/+0
| * contrib/rpm: don't have build dependency for iptablesThomas Haller2021-05-211-1/+4
| * contrib/rpm: add rhel-8 specific libndp dependenyThomas Haller2021-05-211-0/+11
|/
* build: merge branch 'liangwen12year:wl/xml_rework3'Thomas Haller2021-05-201-38/+36
|\
| * Rewrite `./tools/generate-docs-nm-property-infos.py` with XML libraryWen Liang2021-05-201-38/+36
| * Adjust `property` tag format in `nm-property-infos-*.xml`Wen Liang2021-05-201-1/+1
|/
* release: bump version to 1.31.5 (development)1.31.5-devBeniamino Galvani2021-05-192-2/+2
* glib-aux: minor cleanup in nm_uuid_is_valid_nm()Thomas Haller2021-05-191-12/+21
* merge: branch 'fix_reader_accept_all' into 'main'Beniamino Galvani2021-05-191-4/+9
|\
| * ifcfg: fix wired reader for ACCEPT_ALL_MAC_ADDRESSES keyFernando Fernandez Mancera2021-05-191-4/+9
|/
* core: merge branch 'bg/rh1955101'Beniamino Galvani2021-05-192-0/+22
|\
| * ovs: block auto activation of ovs-interfaces until ovsdb is readybg/rh1955101Beniamino Galvani2021-05-191-0/+10
| * manager: fix active_connection_find()Beniamino Galvani2021-05-191-0/+12
|/
* po: update Occitan (oc) translationMejans2021-05-191-6792/+7236
* dhcp: map "static" DHCP state for dhcpcd to boundThomas Haller2021-05-191-1/+2
* Revert "Rewrite `./tools/generate-docs-nm-property-infos.py` with XML library"Thomas Haller2021-05-181-36/+38
* core: merge branch 'th/l3cfg-18'Thomas Haller2021-05-1824-156/+305
|\
| * core: add nm_l3_config_data_iter_ip_{address,route}_for_each() helpersThomas Haller2021-05-182-1/+12
| * l3cfg: add more getters to NML3ConfigDataThomas Haller2021-05-183-3/+98
| * glib-aux: add nm_ip_addr_from_packed_array() helperThomas Haller2021-05-181-0/+8
| * core: remove unused best_ip_config_[46] field in NMDnsManagerThomas Haller2021-05-181-25/+0
| * l3cfg: fix nm_l3_config_data_new_clone() to make exact copyThomas Haller2021-05-182-25/+69
| * core: return instance from nm_dhcp_lease_ref()/nm_dhcp_lease_unref() for conv...Thomas Haller2021-05-181-2/+4
| * core: make IS_IPv4 variable an "int" typeThomas Haller2021-05-181-10/+10
| * device: refactor dhcp-anycast-address handling for OLPC mesh deviceThomas Haller2021-05-184-26/+31
| * libnm: comment "olpc-mesh.dhcp-anycast-address" only working with dhclientThomas Haller2021-05-183-2/+4
| * dhcp: refactor DHCP anycast_address to be property of NMDhcpClientThomas Haller2021-05-1810-62/+69
|/
* ethtool: merge branch 'th/ethtool-autoneg-consistency'Thomas Haller2021-05-182-6/+45
|\
| * core: explicitly disable ethtool.pause-autoneg when setting pause-rx/pause-txThomas Haller2021-05-171-6/+22
| * libnm: reject setting ethtool.pause-autoneg while setting pause-rx/pause-txThomas Haller2021-05-171-0/+23
|/
* build: merge branch 'liangwen12year:wl/xml'Thomas Haller2021-05-171-41/+38
|\
| * Rewrite `./tools/generate-docs-nm-property-infos.py` with XML libraryWen Liang2021-05-171-38/+36
| * Remove unnecessary escaping for single quoteWen Liang2021-05-171-1/+0
| * Add paired `property` tag to `nm-property-infos-*.xml`Wen Liang2021-05-171-1/+1
| * Remove line breaks in attribute value of `nm-property-infos-*.xml`Wen Liang2021-05-171-2/+2
|/
* device: commit MTU during stage2bg/rh1890234Beniamino Galvani2021-05-171-0/+2
* core: merge branch 'bg/assume'Beniamino Galvani2021-05-143-21/+27
|\
| * core: don't reset assume state too earlybg/assumeBeniamino Galvani2021-05-142-3/+9
| * managed: remove unneeded call to nm_device_assume_state_reset()Beniamino Galvani2021-05-141-1/+0
| * device: add NM_UNMANAGED_ALLBeniamino Galvani2021-05-141-17/+18
|/
* firewall: for now always default firewall-backend to "itables"Thomas Haller2021-05-141-6/+3
* firewall: merge branch 'th/firewall-nft'Thomas Haller2021-05-1414-57/+664
|\
| * firewall: add special firewall-backend "none"Thomas Haller2021-05-143-6/+30
| * firewall: implement masquerading for shared mode with nftablesThomas Haller2021-05-141-11/+339