summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * firewall: make firewall-backend configurable via "NetworkManager.conf"Thomas Haller2021-05-149-8/+168
| * firewall: refactor is_comment argument to _share_iptables_get_name()Thomas Haller2021-05-141-6/+6
| * glib-aux: add nm_auto_pop_and_unref_gmaincontext cleanup macroThomas Haller2021-05-141-0/+12
| * glib-aux: add nm_g_subprocess_terminate_in_background() helperThomas Haller2021-05-142-0/+75
| * glib-aux: add NM_STRV_EMPTY() helperThomas Haller2021-05-141-0/+1
| * glib-aux: add nm_g_error_free() helperThomas Haller2021-05-141-0/+7
| * core/format: drop /*<flags>*/ comment from enums that lead to bad formattingThomas Haller2021-05-141-41/+41
|/
* core: merge branch 'th/dbus-drop-legacy-properties-changed'Thomas Haller2021-05-1489-1204/+506
|\
| * tools: remove deprecated PropertiesChanged signal in "test-networkmanager-ser...Thomas Haller2021-05-141-96/+17
| * core: drop deprecated PropertiesChanged D-Bus signal (API BREAK)Thomas Haller2021-05-1487-1100/+477
| * core: use define DBUS_INTERFACE_PROPERTIES instead of string literalThomas Haller2021-05-141-1/+1
| * examples: avoid deprecated PropertiesChanged signal in "create-bond.py" exampleThomas Haller2021-05-141-7/+11
|/
* dhcpcd: merge branch 'th/dhcpcd-kill-em-all'Thomas Haller2021-05-142-20/+27
|\
| * dhcpcd: fix killing all processesThomas Haller2021-05-141-20/+22
| * dhcp: assert that pid_t is signed for NMDhcpClientThomas Haller2021-05-141-0/+5
|/
* dhcp: nettools: support option 249 (Microsoft Classless Static Route)bg/dhcp-nettools-option249Beniamino Galvani2021-05-141-11/+14
* cli: merge branch 'th/cli-ethtool-ternary'Thomas Haller2021-05-143-17/+39
|\