summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ovs: avoid race condition when system interface is removed from ovsdbbg/rh1923248Beniamino Galvani2021-02-041-0/+10
* autotools: add `check-progs` targetThomas Haller2021-02-041-1/+5
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-04961-1606/+1658
* udev/trivial: rename nm_udev_client_unref() to nm_udev_client_destory()Thomas Haller2021-02-036-7/+7
* all/udev: use NM_MAKE_STRV() for arguments of nm_udev_client_new()Thomas Haller2021-02-033-3/+3
* device: group boolean fields togetherBeniamino Galvani2021-02-031-10/+10
* cloud-setup: add Documentation link to "nm-cloud-setup.service"Thomas Haller2021-02-021-0/+1
* cloud-setup: add comment to "nm-cloud-setup.service" about drop-in filesThomas Haller2021-02-021-0/+3
* man: clarify use of `systemctl edit` in `man nm-cloud-setup`Thomas Haller2021-02-021-2/+6
* libnm/docs: hook up new nm-keyfile API in libnm documentation (fix)Thomas Haller2021-02-021-0/+1
* libnm/docs: hook up new nm-keyfile API in libnm documentationThomas Haller2021-02-021-0/+1
* contrib/rpm: add "enabled=true" key to "20-connectivity-{fedora,redhat}.conf"Thomas Haller2021-02-022-0/+2
* tests: add a dbus test function to change delay of active connection state ch...Frederic Martinsons2021-02-021-2/+17
* bond: merge branch 'ac/bond_change_mode_fix'Antonio Cardace2021-02-025-10/+88
|\
| * device: fix bond-slave creation race-conditionAntonio Cardace2021-02-021-7/+42
| * core: add 'device-ifindex-changed' signalAntonio Cardace2021-02-023-0/+22
| * device: add 'master_ifindex' field to NMDeviceAntonio Cardace2021-02-021-0/+5
| * bond: release slaves prior to changing modeAntonio Cardace2021-02-022-1/+9
| * device: take over unmanaged devices when explicitely deactivatedAntonio Cardace2021-02-021-0/+6
| * device: make devices 'external' when going to 'unmanaged' stateAntonio Cardace2021-02-021-1/+1
| * device: make 'nm_device_master_release_slaves' internal APIAntonio Cardace2021-02-022-1/+3
|/
* merge: branch 'bg/macsec-display-ckn'Beniamino Galvani2021-02-011-10/+18
|\
| * supplicant: display the MACsec CKN as hex stringBeniamino Galvani2021-02-011-1/+1
| * supplicant: rename 'hidden' argumentBeniamino Galvani2021-02-011-9/+17
|/
* device: check ifindex before changing ethernet link settingsBeniamino Galvani2021-02-011-2/+4
* libnm: fix NMVpnConnectionStateReason for glib-mkenumsThomas Haller2021-02-012-20/+53
* tools/tests: add usage to "tools/run-nm-test.sh"Thomas Haller2021-01-291-0/+45
* gitlab-ci: generate new container images for testsThomas Haller2021-01-282-6/+6
* gitlab-ci: skip valgrind on Debian/sid with glib2.0 (2.66.4-2)Thomas Haller2021-01-281-0/+4
* examples/python: some style update to avoid changes in black code formattingThomas Haller2021-01-281-2/+2
* build/meson: fix linking of core plugins to not include static helper librariesThomas Haller2021-01-2810-12/+27
* build/meson: cleanup meson files of coreThomas Haller2021-01-2813-165/+149
* build/meson: rename "daemon_nm_default_dep" to "core_default_dep"Thomas Haller2021-01-2811-20/+20
* build: merge branch 'th/meson-cleanup'Thomas Haller2021-01-2828-570/+550
|\
| * build/meson: cleanup "src/meson.build"Thomas Haller2021-01-2717-204/+198
| * build/meson: drop special timeout for libnm testThomas Haller2021-01-271-8/+12
| * shared: split redefining g_return* warning out of "nm-default.h"Thomas Haller2021-01-273-66/+78
| * build/meson: cleanup "libnm/tests/meson.build"Thomas Haller2021-01-271-16/+15
| * build: rename static "liblibnm" to "libnm-static"Thomas Haller2021-01-273-14/+14
| * build/meson: cleanup "libnm/meson.build"Thomas Haller2021-01-271-36/+31
| * build/meson: cleanup "libnm-core/tests/meson.build"Thomas Haller2021-01-271-20/+5
| * build/meson: cleanup "libnm-core/meson.build"Thomas Haller2021-01-271-43/+39
| * build/meson: rename "libnm_utils_base" to "libnm_glib_aux"Thomas Haller2021-01-275-18/+17
| * build/meson: cleanup "shared/meson.build"Thomas Haller2021-01-272-152/+148
|/
* release: bump version to 1.29.10 (development)1.29.10-devBeniamino Galvani2021-01-272-2/+2
* bond: introduce new 'vlan+srcmac' xmit_hash_policy optionAntonio Cardace2021-01-271-2/+2
* ovs: merge branch 'bg/ovs-cleanup-pt2'Beniamino Galvani2021-01-278-48/+281
|\
| * core: unblock OVS interfaces when the ovsdb is readyBeniamino Galvani2021-01-275-0/+38
| * ovs: set OVS interfaces as available only after ovs-ready signalBeniamino Galvani2021-01-271-4/+47
| * ovs: improve disconnecting devices after removal from ovsdbBeniamino Galvani2021-01-271-1/+1