summaryrefslogtreecommitdiff
path: root/libnm
Commit message (Expand)AuthorAgeFilesLines
* build: move "libnm/" to "src/" and split itThomas Haller2021-02-24126-44222/+0
* shared: move "nm-test-utils.h" to "src/libnm-glib-aux/"Thomas Haller2021-02-241-1/+1
* build: move "shared/nm-std-aux" to "src/libnm-std-aux"Thomas Haller2021-02-242-2/+2
* build: move "shared/nm-{glib-aux,log-null,log-core}" to "src/libnm-{glib-aux,...Thomas Haller2021-02-2412-17/+17
* build: move "shared/nm-{base,udev-aux}" to "src/libnm-{base,udev-aux}"Thomas Haller2021-02-241-1/+1
* shared: rename "libnm-systemd-logging-stub.la" to "libnm-log-null.la"Thomas Haller2021-02-241-2/+2
* all: change G_LOG_DOMAIN to "nm"th/libnm-core-splitThomas Haller2021-02-183-16/+1
* build: move "libnm-core/" to "src/" and split itThomas Haller2021-02-1823-32/+45
* libnm: add assertion in _dbus_handle_properties_changed()Thomas Haller2021-02-151-0/+1
* libnm: fix tracking object state in NMClient cacheThomas Haller2021-02-151-2/+5
* libnm: avoid assertion failure in _dbus_handle_properties_changed() for loggi...Thomas Haller2021-02-151-2/+6
* libnm: log PID in LIBNM_CLIENT_DEBUG debug loggingThomas Haller2021-02-151-2/+7
* libnm: merge libnm-keyfile into libnm-coreThomas Haller2021-02-091-3/+1
* all: add "libnm/nm-default-libnm.h" as replacement for "nm-default.h"Thomas Haller2021-02-0961-63/+86
* all: add "libnm/nm-default-client.h" as replacement for "nm-default.h"Thomas Haller2021-02-094-5/+26
* ethtool: add more offload features that kernel supportsThomas Haller2021-02-081-0/+7
* build/meson: drop special timeout for libnm testThomas Haller2021-01-271-8/+12
* build/meson: cleanup "libnm/tests/meson.build"Thomas Haller2021-01-271-16/+15
* build: rename static "liblibnm" to "libnm-static"Thomas Haller2021-01-272-4/+4
* build/meson: cleanup "libnm/meson.build"Thomas Haller2021-01-271-36/+31
* build/meson: rename "libnm_utils_base" to "libnm_glib_aux"Thomas Haller2021-01-271-1/+1
* libnm,shared: move nm-ethtool helper to "libnm-base"Thomas Haller2021-01-153-0/+102
* all: update deprecated SPDX license identifiersThomas Haller2021-01-05117-117/+117
* wifi: merge branch 'ac/wpa3eap_suiteb192'Antonio Cardace2020-12-221-1/+2
|\
| * wifi: add WPA-EAP-SUITE-B-192 supportac/wpa3eap_suiteb192Antonio Cardace2020-12-221-1/+2
* | libnm: allow opt-out of including system headers in <NetworkManager.h>Thomas Haller2020-12-221-0/+11
* | all: explicit include <linux/if_{ether,infiniband,vlan}.h> as neededThomas Haller2020-12-225-0/+10
* | libnm: include "nm-core-enum-types.h" in libnm headers with quotesThomas Haller2020-12-221-1/+1
|/
* libnm: adjust nm_device_get_type_description for VethFernando Fernandez Mancera2020-12-141-1/+4
* libnm: NMDeviceEthernet uses PRIO_20 instead of PRIO_30Fernando Fernandez Mancera2020-12-145-2/+14
* libnm: add warning for bindings about broken functions for transferred GPtrArrayThomas Haller2020-12-092-0/+8
* libnm: fix re-entrancy of NMClient.dispose() for _init_release_all()Thomas Haller2020-12-081-2/+2
* libnm: add debug logging for creating/destroying NMObjectThomas Haller2020-12-071-0/+10
* veth: peer property is D-Bus object path not a stringFernando Fernandez Mancera2020-12-012-27/+22
* veth: add support to configure veth interfacesFernando Fernandez Mancera2020-11-278-9/+187
* ethernet: define NMDeviceEthernet on nm-libnm-utils.hFernando Fernandez Mancera2020-11-272-21/+36
* libnm/tests: add unit test for more consistency check of NMObject type inform...Thomas Haller2020-11-181-14/+77
* utils: introduce new NML_DBUS_META_INTERFACE_PRIO_INSTANTIATE_20Fernando Fernandez Mancera2020-11-182-1/+3
* libnm/trivial: rename enums NML_DBUS_META_INTERFACE_PRIO_INSTANTIATE_*Fernando Fernandez Mancera2020-11-1838-83/+83
* all: add hostname settingBeniamino Galvani2020-11-162-0/+6
* shared: add c-list macros to iterate backwardsBeniamino Galvani2020-11-161-1/+1
* libnm: add NMSettingOvsExternalIDsThomas Haller2020-11-091-0/+7
* libnm: add nm_utils_print() functionThomas Haller2020-11-093-0/+45
* keyfile: expose keyfile handling in libnm as public APIThomas Haller2020-10-282-1/+14
* libnm: add "nm-keyfile.h" headerThomas Haller2020-10-282-0/+2
* all/trivial: rename local variable for user_data for nm_utils_user_data_unpack()Thomas Haller2020-10-221-5/+5
* license: relicense "libnm/nm-types.h" under LGPL-2.1+Thomas Haller2020-10-201-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-29113-113/+113
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-2846-1879/+1879
* all: reformat all with new clang-format styleAntonio Cardace2020-09-28112-23932/+24665