summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "build: add way to keep unused symbols when linking NetworkManager"th/fix-nm-sudo-symbols-for-ovsThomas Haller2021-08-312-25/+2
* core: use nm-sudo symbols in NetworkManager binary for pluginThomas Haller2021-08-311-0/+16
* build: define WITH_OPENVSWITCH in "config.h"Thomas Haller2021-08-313-0/+10
* gitlab-ci: fix regenerating .gitlab-ci.ymlThomas Haller2021-08-301-2/+2
* contrib,gitlab-ci: fix "contrib/fedora/REQUIRED_PACKAGES" to install "vala"Thomas Haller2021-08-301-0/+1
* po: correct Hong Kong TranslationRain-lk2021-08-301-4/+4
* format: reformat code with clang-format-12.0.1-1.fc34Thomas Haller2021-08-307-25/+25
* gitlab-ci: temporarily disable Fedora 35 and 36Thomas Haller2021-08-302-67/+7
* gitlab-ci: update which distros to buildThomas Haller2021-08-302-16/+107
* contrib: remove "vala-tools" from "contrib/fedora/REQUIRED_PACKAGES"Thomas Haller2021-08-302-3/+2
* 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
* CONTRIBUTING: add "Building from Source" sectionThomas Haller2021-08-271-70/+114
* 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
* all: merge branch 'cathay4t:bond_port'Thomas Haller2021-08-2643-2677/+1749
|\
| * 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
| * build: sort filename alphabetically in Makefile.am and similarThomas Haller2021-08-263-17/+17
| * 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-2637-31/+636
|/
* checkpatch: encourage g_snprintf() over snprintf()Thomas Haller2021-08-261-0/+1
* CONTRIBUTING: explain order of includes of header filesThomas Haller2021-08-261-0/+29
* core: sort includes in "src/core/nm-manager.c"Thomas Haller2021-08-261-30/+28
* CONTRIBUTING: explain which version of clang-format to useThomas Haller2021-08-261-10/+39
* 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: merge branch 'liangwen12year:perma_hw_addr'Wen Liang2021-08-245-36/+131
|\
| * 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
* all: merge branch 'cathay4t:ensure_setting'Thomas Haller2021-08-2040-298/+144
|\
| * 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