summaryrefslogtreecommitdiff
path: root/src/core
Commit message (Expand)AuthorAgeFilesLines
* core: wait for carrier before resolving hostname via DNSBeniamino Galvani2022-10-062-3/+33
* merge: branch 'lr/master-uuid'Lubomir Rintel2022-10-055-26/+34
|\
| * bond,bridge,team: use uuid for con.master when generating connectionlr/master-uuidLubomir Rintel2022-09-303-12/+15
| * device: assert we're not waiting on a nil masterLubomir Rintel2022-09-301-0/+2
| * device: fix recheck slave logicLubomir Rintel2022-09-301-13/+16
| * checkpoint: move a log message a little lowerLubomir Rintel2022-09-301-1/+1
* | libnm,core: support "bond.balance-slb" optionThomas Haller2022-10-041-6/+117
* | core: add NMBondManager to handle NTF rules for balance-slb (MLAG)Thomas Haller2022-10-043-0/+1000
* | firewall: add mlag firewall utils for multi chassis link aggregation (MLAG) f...Thomas Haller2022-10-042-0/+254
* | all: drop nm_uuid_generate_from_strings_v3()Thomas Haller2022-10-032-6/+8
* | glib-aux: rename nm_uuid_generate_from_strings() to nm_uuid_generate_from_str...Thomas Haller2022-10-032-6/+6
|/
* firewall: introduce helper function for add/flush/delete nft table commandThomas Haller2022-09-291-2/+9
* firewall: fail from nm_firewall_nft_call() on non-zero exit codeThomas Haller2022-09-291-1/+10
* device: allow resetting the devip state via nm_device_devip_set_state()Thomas Haller2022-09-292-2/+6
* core: obfuscate pointer value in logging in "nm-active-connection.c"Thomas Haller2022-09-291-16/+16
* device: downgrade warning level for logging in nm_device_queue_state()Thomas Haller2022-09-291-1/+1
* device: simplify resource management in nm_device_master_release_slave()Thomas Haller2022-09-291-6/+8
* veth: drop iface peer check during create_and_realize()Fernando Fernandez Mancera2022-09-291-2/+2
* glib-aux: swap arguments for nm_array_find_bsearch()Thomas Haller2022-09-283-3/+3
* glib-aux: rename nm_utils_array_find_binary_search() to nm_array_bsearch()Thomas Haller2022-09-283-18/+18
* Revert "device: restart DHCP when the MAC changes"Beniamino Galvani2022-09-281-6/+3
* wpa_supplicant: add tls_disable_time_checks flag to phase 1 auth flagsVojtech Bubela2022-09-282-1/+5
* bond: fix arp_all_target option when arp_interval is disabledFernando Fernandez Mancera2022-09-271-1/+0
* manager: fix syntaxBeniamino Galvani2022-09-261-2/+4
* core: accept unmanaged parent if it's unrealizedBeniamino Galvani2022-09-261-2/+5
* all: use nm_hash_vals()/nm_hash_val() where it's shorterThomas Haller2022-09-231-4/+1
* policy: fix disposal of devices listFernando Fernandez Mancera2022-09-231-1/+1
* all: add src/nm-compat-headers for patching included system headersThomas Haller2022-09-236-6/+6
* platform,glib-aux: move and rename nm_platform_ip4_broadcast_address_create()Thomas Haller2022-09-232-12/+11
* firewall: move logging stdin argument to nft callThomas Haller2022-09-211-7/+7
* firewall: expose nm_firewall_nft_call() in header fileThomas Haller2022-09-212-12/+24
* firewall-utils: move _append() macro to be used by other placesThomas Haller2022-09-211-11/+10
* firewall/trivial: rename nm_firewall_config_apply() to nm_firewall_config_app...Thomas Haller2022-09-213-4/+6
* firewall: more renaming and splitting _fw_nft_set_shared()Thomas Haller2022-09-191-11/+14
* firewall/trivial: rename nm_firewall_config_new() to nm_firewall_config_new_s...Thomas Haller2022-09-193-5/+5
* firewall/trivial: rename "shared"/"add" argument in firewall utils to "up"Thomas Haller2022-09-192-15/+15
* bond: use _nm_setting_bond_opt_value_as_intbool() in _platform_lnk_bond_init_...Thomas Haller2022-09-191-9/+3
* bond: make _platform_lnk_bond_init_from_setting() more readable via a macroThomas Haller2022-09-191-38/+40
* all: use nm_g_array_{index,first,last,index_p}() instead of g_array_index()Thomas Haller2022-09-1518-70/+73
* glib-aux: add nm_g_array_index() macro and improve nm_g_array_index_p() macrosThomas Haller2022-09-151-1/+1
* all: use nm_g_array_append_new() at various placesThomas Haller2022-09-152-5/+3
* device/adsl: make argument of callback for platform-changed-signal constThomas Haller2022-09-141-6/+6
* bond: fix primary bond option when the link is not presentFernando Fernandez Mancera2022-09-131-0/+4
* core/config: use NM_STR_HAS_PREFIX() instead of g_str_has_prefix()Thomas Haller2022-09-091-7/+7
* core/config: fix duplicate entires in `NetworkManager --print-config` outputThomas Haller2022-09-091-10/+33
* platform: add NMPIPAddressSyncFlags parameter to nm_platform_ip_address_sync()Wen Liang2022-09-081-1/+2
* libnm-base,all: add and use NM_LOOPBACK_IFINDEX defineWen Liang2022-09-082-2/+3
* platform/tests: use NM_ETHER_ADDR_INIT() macroThomas Haller2022-09-081-13/+13
* device: don't ignore external slave removalsLubomir Rintel2022-09-081-6/+10
* ifcfg-rh: rework error handling in parse_infiniband_p_key()wl/ifcfgThomas Haller2022-09-071-22/+20