summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * cli: use nmc_string_to_ternary() to parse ternary in _set_fcn_ethtool()Thomas Haller2021-05-121-13/+10
| * libnmc-base: optionally accept "ignore" in nmc_string_to_ternary() for NMTern...Thomas Haller2021-05-122-4/+29
|/
* ethtool: Introducing PAUSE supportGris Ge2021-05-1220-6/+405
* ifcfg-rh: merge branch 'th/ifcfg-write-wired-setting'Thomas Haller2021-05-127-56/+46
|\
| * ifcfg-rh: for ethernet profiles write TYPE before other wired settingsThomas Haller2021-05-127-9/+8
| * ifcfg-rh: write all [ethernet] settings for write_wired_for_virtual()Thomas Haller2021-05-121-52/+44
| * ifcfg-rh: refactor common parts of write_wired_setting()/write_wired_for_virt...Thomas Haller2021-05-121-78/+77
| * ifcfg-rh: cleanup write_wired_for_virtual() to return-earlyThomas Haller2021-05-121-21/+21
| * ifcfg-rh/trivial: move codeThomas Haller2021-05-121-33/+33
|/
* contrib/rpm: merge branch 'th/contrib-rpm-fixes'Thomas Haller2021-05-121-2/+3
|\
| * contrib/rpm: %ghost "/etc/NetworkManager/VPN"Thomas Haller2021-05-121-0/+1
| * contrib/rpm: obsolete "config-routing-rules" package with fixed versionThomas Haller2021-05-121-1/+1
| * contrib/rpm: let NetworkManager-libnm package conflict with exact NetworkMana...Thomas Haller2021-05-121-1/+1
|/
* glib-aux: use nm_str_buf_append_c() in nm_str_buf_append_c_hex()Thomas Haller2021-05-121-4/+4
* glib-aux: avoid potential undefined behavior for nm_str_buf_append_printf()Thomas Haller2021-05-121-1/+4
* wifi: refactor parsing secrutiy flags of supplicant in security_from_vardict()Thomas Haller2021-05-111-20/+27
* all: merge branch 'th/coverity-fix-some-leaks'Thomas Haller2021-05-1120-121/+195
|\
| * cli: fix leak in print_wifi_connection()Thomas Haller2021-05-111-1/+1
| * libnmt-newt: use cleanup macro in nmt_newt_button_build_component()Thomas Haller2021-05-111-4/+3
| * libnmt-newt: fix leak in nmt_newt_button_build_component()Thomas Haller2021-05-111-1/+2
| * libnmc-base:fix leak in NMSecretAgentSimple's request_secrets_from_ui()Thomas Haller2021-05-111-1/+1
| * glib-aux: workaround coverty warning about comparing nm_json_int_t with int64Thomas Haller2021-05-111-3/+17
| * tui: use internal _nm_utils_ip4_prefix_to_netmask() helperThomas Haller2021-05-111-1/+1
| * glib-aux/tests: add test for _nm_utils_ip4_prefix_to_netmask()Thomas Haller2021-05-111-0/+30