summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: always reset ethtool autoneg/speed to fix reactivationth/ethtool-autoneg-fixesThomas Haller2021-09-061-6/+0
* platform: also set advertised modes when disabling ethernet autonegThomas Haller2021-09-061-29/+44
* core: during reset of ethtool autoneg enable all modesThomas Haller2021-09-061-3/+14
* core: cleanup logging of set-link for speed/autonegThomas Haller2021-09-061-6/+3
* platform: add debug logging for setting link autoneg/speedThomas Haller2021-09-061-0/+7
* platform: clear all BASE types when setting advertised modes for ethernet aut...Thomas Haller2021-09-063-12/+144
* platform: don't set lp_advertising in set_link_settings_new()Thomas Haller2021-09-061-3/+1
* platform: simplify accessing ethtool_link_settings.link_mode_masks in set_lin...Thomas Haller2021-09-061-10/+9
* platform/build: fix linking "test-nm-platform" testThomas Haller2021-09-061-0/+2
* linux-headers: update nl802154.h kernel headerThomas Haller2021-09-061-255/+257
* linux-headers: add ethtool.h kernel headerThomas Haller2021-09-062-0/+2063
* code-format: exclude "src/linux-headers" from "nm-code-format.sh" scriptThomas Haller2021-09-061-3/+2
* glib-aux: fix compiler error using thread-local for _nm_utils_to_string_bufferThomas Haller2021-09-061-1/+1
* core: merge branch 'th/device-cleanup-and-kernel-features'Thomas Haller2021-09-0228-572/+510
|\
| * 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