summaryrefslogtreecommitdiff
path: root/libnm
AgeCommit message (Expand)AuthorFilesLines
2021-02-24build: move "libnm/" to "src/" and split itThomas Haller126-44222/+0
2021-02-24shared: move "nm-test-utils.h" to "src/libnm-glib-aux/"Thomas Haller1-1/+1
2021-02-24build: move "shared/nm-std-aux" to "src/libnm-std-aux"Thomas Haller2-2/+2
2021-02-24build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,...Thomas Haller12-17/+17
2021-02-24build: move "shared/nm-{base,udev-aux}" to "src/libnm-{base,udev-aux}"Thomas Haller1-1/+1
2021-02-24shared: rename "libnm-systemd-logging-stub.la" to "libnm-log-null.la"Thomas Haller1-2/+2
2021-02-18all: change G_LOG_DOMAIN to "nm"Thomas Haller3-16/+1
2021-02-18build: move "libnm-core/" to "src/" and split itThomas Haller23-32/+45
2021-02-15libnm: add assertion in _dbus_handle_properties_changed()Thomas Haller1-0/+1
2021-02-15libnm: fix tracking object state in NMClient cacheThomas Haller1-2/+5
2021-02-15libnm: avoid assertion failure in _dbus_handle_properties_changed() for loggi...Thomas Haller1-2/+6
2021-02-15libnm: log PID in LIBNM_CLIENT_DEBUG debug loggingThomas Haller1-2/+7
2021-02-09libnm: merge libnm-keyfile into libnm-coreThomas Haller1-3/+1
2021-02-09all: add "libnm/nm-default-libnm.h" as replacement for "nm-default.h"Thomas Haller61-63/+86
2021-02-09all: add "libnm/nm-default-client.h" as replacement for "nm-default.h"Thomas Haller4-5/+26
2021-02-08ethtool: add more offload features that kernel supportsThomas Haller1-0/+7
2021-01-27build/meson: drop special timeout for libnm testThomas Haller1-8/+12
2021-01-27build/meson: cleanup "libnm/tests/meson.build"Thomas Haller1-16/+15
2021-01-27build: rename static "liblibnm" to "libnm-static"Thomas Haller2-4/+4
2021-01-27build/meson: cleanup "libnm/meson.build"Thomas Haller1-36/+31
2021-01-27build/meson: rename "libnm_utils_base" to "libnm_glib_aux"Thomas Haller1-1/+1
2021-01-15libnm,shared: move nm-ethtool helper to "libnm-base"Thomas Haller3-0/+102
2021-01-05all: update deprecated SPDX license identifiersThomas Haller117-117/+117
2020-12-22wifi: merge branch 'ac/wpa3eap_suiteb192'Antonio Cardace1-1/+2
2020-12-22wifi: add WPA-EAP-SUITE-B-192 supportAntonio Cardace1-1/+2
2020-12-22libnm: allow opt-out of including system headers in <NetworkManager.h>Thomas Haller1-0/+11
2020-12-22all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller5-0/+10
2020-12-22libnm: include "nm-core-enum-types.h" in libnm headers with quotesThomas Haller1-1/+1
2020-12-14libnm: adjust nm_device_get_type_description for VethFernando Fernandez Mancera1-1/+4
2020-12-14libnm: NMDeviceEthernet uses PRIO_20 instead of PRIO_30Fernando Fernandez Mancera5-2/+14
2020-12-09libnm: add warning for bindings about broken functions for transferred GPtrArrayThomas Haller2-0/+8
2020-12-08libnm: fix re-entrancy of NMClient.dispose() for _init_release_all()Thomas Haller1-2/+2
2020-12-07libnm: add debug logging for creating/destroying NMObjectThomas Haller1-0/+10
2020-12-01veth: peer property is D-Bus object path not a stringFernando Fernandez Mancera2-27/+22
2020-11-27veth: add support to configure veth interfacesFernando Fernandez Mancera8-9/+187
2020-11-27ethernet: define NMDeviceEthernet on nm-libnm-utils.hFernando Fernandez Mancera2-21/+36
2020-11-18libnm/tests: add unit test for more consistency check of NMObject type inform...Thomas Haller1-14/+77
2020-11-18utils: introduce new NML_DBUS_META_INTERFACE_PRIO_INSTANTIATE_20Fernando Fernandez Mancera2-1/+3
2020-11-18libnm/trivial: rename enums NML_DBUS_META_INTERFACE_PRIO_INSTANTIATE_*Fernando Fernandez Mancera38-83/+83
2020-11-16all: add hostname settingBeniamino Galvani2-0/+6
2020-11-16shared: add c-list macros to iterate backwardsBeniamino Galvani1-1/+1
2020-11-09libnm: add NMSettingOvsExternalIDsThomas Haller1-0/+7
2020-11-09libnm: add nm_utils_print() functionThomas Haller3-0/+45
2020-10-28keyfile: expose keyfile handling in libnm as public APIThomas Haller2-1/+14
2020-10-28libnm: add "nm-keyfile.h" headerThomas Haller2-0/+2
2020-10-22all/trivial: rename local variable for user_data for nm_utils_user_data_unpack()Thomas Haller1-5/+5
2020-10-20license: relicense "libnm/nm-types.h" under LGPL-2.1+Thomas Haller1-1/+1
2020-09-29all: unify comment style for SPDX-License-Identifier tagThomas Haller113-113/+113
2020-09-28format: replace tabs for indentation in code commentsThomas Haller46-1879/+1879
2020-09-28all: reformat all with new clang-format styleAntonio Cardace112-23932/+24665