summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* l3cfg/trivial: rename "NM_L3_ACD_DEFEND_TYPE_NONE" to "_NM_L3_ACD_DEFEND_TYPE...th/device-cleanup-and-kernel-featuresThomas Haller2021-09-012-7/+7
* l3cfg: simplify creating l3cd for NML3IPv4LLThomas Haller2021-08-311-33/+15
* l3cfg: various minor cleanup to NML3Cfg/NML3ConfigDataThomas Haller2021-08-314-48/+61
* core: refactor nm_utils_ipv6_addr_set_stable_privacy() to not failThomas Haller2021-08-315-115/+104
* all: pass pointer to "struct NMUtilsIPv6IfaceId" to functions instead of structThomas Haller2021-08-317-26/+25
* platform: require RTA_PREF support in kernelThomas Haller2021-08-317-53/+23
* platform: require extended IFA_FLAGS support in kernelThomas Haller2021-08-315-69/+15
* platform: require IFLA_INET6_ADDR_GEN_MODE support in kernelThomas Haller2021-08-315-38/+6
* platform: rename "user_ipv6ll" API to "inet6_addr_gen_mode"Thomas Haller2021-08-316-62/+74
* device: setup firewall zone inside stage3_ip_config_start()Thomas Haller2021-08-311-48/+51
* 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
* core: merge branch 'th/fix-nm-sudo-symbols-for-ovs'Thomas Haller2021-08-316-25/+28
|\
| * 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