summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* device/ppp: rework IP config result handling for NMDevicePppThomas Haller2021-08-311-22/+35
* device/wwan: don't pass device class to nm_modem_stage3_ip4_config_start()Thomas Haller2021-08-314-26/+29
* device: minor cleanup of dispatching function in nm_device_activate_schedule_...Thomas Haller2021-08-311-3/+5
* glib-aux: mark _nm_utils_to_string_buffer at thread-localThomas Haller2021-08-312-2/+2
* platform: avoid global buffer for nm_platform_link_inet6_addrgenmode2str()Thomas Haller2021-08-311-1/+2
* platform: add nm_clear_nmp_object_up_cast(), nmp_object_ref_set_up_cast() hel...Thomas Haller2021-08-311-0/+33
* platform/trivial: code style fix for NMPCacheIdType enumThomas Haller2021-08-311-16/+16
* platform: add NM_PLATFORM_IP[46]_ROUTE_INIT() helper macrosThomas Haller2021-08-311-0/+4
* libnm/tests: replace NM_PRAGMA_WARNING_DISABLE() by _nm_unusedThomas Haller2021-08-312-12/+10
* std-aux: let nm_assert() macros return a TRUE valueThomas Haller2021-08-311-14/+16
* Revert "build: add way to keep unused symbols when linking NetworkManager"th/fix-nm-sudo-symbols-for-ovsThomas Haller2021-08-311-15/+2
* core: use nm-sudo symbols in NetworkManager binary for pluginThomas Haller2021-08-311-0/+16
* format: reformat code with clang-format-12.0.1-1.fc34Thomas Haller2021-08-307-25/+25
* initrd: fix crash parsing plain '=' without keyThomas Haller2021-08-302-4/+29
* initrd/tests: add _parse_no_con() macroThomas Haller2021-08-301-0/+10
* core: fix crash for duplicate seen-bssidThomas Haller2021-08-301-1/+1
* platform: workaround -Wmaybe-uninitialized with LTOThomas Haller2021-08-271-4/+4
* ifcfg-rh/tests: fix unused variable warning in "test-ifcfg-rh.c"Thomas Haller2021-08-261-4/+1
* ifcfg-rh/tests: refactor and cleanup ifcfg-rh unit testsThomas Haller2021-08-261-2635/+1091
* tests: add nmtst_connection_assert_setting() helperThomas Haller2021-08-261-0/+22
* tests: add nmtst_gbytes_from_arr(), nmtst_gbytes_from_str() helpersThomas Haller2021-08-261-0/+16
* libnm: add _nm_connection_new_setting() helperThomas Haller2021-08-262-5/+14
* libnm: avoid printing NULL string at NMSettingBondPort.verify()Thomas Haller2021-08-261-4/+2
* libnm,core: drop internal function _nm_connection_get_setting_bond_port()Thomas Haller2021-08-265-11/+3
* ifcfg-rh: refactor write_bond_port_setting() and always write queue-idThomas Haller2021-08-261-17/+6
* ifcfg-rh: cleanup make_bond_port_setting()Thomas Haller2021-08-261-10/+4
* core: rename variable in commit_port_options()Thomas Haller2021-08-261-2/+2
* core: use _nm_connection_ensure_setting() in controller_update_port_connection()Thomas Haller2021-08-261-5/+1
* core: use larger buffer for string in commit_port_options()Thomas Haller2021-08-261-8/+2
* all: prefer g_snprintf() over snprintf()Thomas Haller2021-08-265-15/+15
* tui: fix order of includes in "nmt-page-bond-port.c"Thomas Haller2021-08-261-1/+2
* bond: add support of queue_id of bond portGris Ge2021-08-2634-31/+628
* core: sort includes in "src/core/nm-manager.c"Thomas Haller2021-08-261-30/+28
* tests: improve documentation how to generate files for "/test-client.py"Thomas Haller2021-08-261-20/+25
* libnm: cleanup nm_utils_check_virtual_device_compatibility()Thomas Haller2021-08-251-18/+34
* libnm: allow addition of wireless connections to bonds in nm_utils_check_virt...Christian Glombek2021-08-251-2/+3
* platform: track kernel support for IFLA_PERM_ADDRESSWen Liang2021-08-243-0/+23
* platform: obtain `l_perm_address` via netlink or lookup via ethtoolWen Liang2021-08-244-3/+39
* platform: rename `nm_platform_link_get_permanent_address()`Wen Liang2021-08-244-20/+23
* platform: update `nm_platform_link_get_permanent_address()` to accept NMPLink...Wen Liang2021-08-244-18/+25
* platform: add `l_perm_address` in `NMPlatformLink` and parse it from netlinkWen Liang2021-08-243-8/+34
* ifcfg-rh: fail nms_ifcfg_rh_writer_write_connection() without filename/dirThomas Haller2021-08-241-2/+7
* ifcfg-rh: fix updating ifcfg file if file on disk is no longer presentThomas Haller2021-08-241-14/+12
* libnm-core: drop unnecessary cast from _nm_connection_ensure_setting()Thomas Haller2021-08-201-1/+1
* tui: fix order of includesThomas Haller2021-08-2013-18/+25
* libnm: Use _nm_connection_ensure_setting()Gris Ge2021-08-2038-293/+116
* libnm-core-aux-intern: Add helper function `_nm_connection_ensure_setting()`Gris Ge2021-08-202-0/+16
* 8021x: request PINs for PKCS#11 certs unless explicitly not-requiredbg/pkcs11-pin-rh1992829Beniamino Galvani2021-08-201-11/+4
* all: add some README.md files describing the purpose of our sourcesThomas Haller2021-08-1929-2/+425
* nmcli/docs: fix address order in ipv46.addresses documentation for `man nm-se...Thomas Haller2021-08-193-3/+3