summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: if a device is not IFF_UP assume that is has carrierth/veth-fixesThomas Haller2021-01-191-0/+9
* device: fix complete-connection for veth devicesThomas Haller2021-01-192-29/+54
* hostname: merge branch 'bg/hostname-from-any'Beniamino Galvani2021-01-184-74/+76
|\
| * all: change default value of hostname.only-from-default to falsebg/hostname-from-anyBeniamino Galvani2021-01-184-4/+10
| * policy: prefer device with default route to determine the hostnameBeniamino Galvani2021-01-181-70/+66
|/
* examples: add comment about scanning to "python/dbus/show-bssids.py" exampleThomas Haller2021-01-181-0/+5
* contrib/spec: let NetworkManager-wifi depend on wireless-regdb/crdaThomas Haller2021-01-181-0/+6
* build: add missing dependency of nm-base for config-extra.h in Makefile.amBeniamino Galvani2021-01-181-0/+1
* wifi: log WPS flag of access pointThomas Haller2021-01-181-1/+5
* wifi: fix caching ap-flags for supplicant-interfaceThomas Haller2021-01-181-1/+1
* contrib/rpm: fix packaging "/usr/share/man/man8/nm-cloud-setup.8.gz" in "Netw...Thomas Haller2021-01-151-1/+2
* contrib/rpm: use make macrosTom Stellard2021-01-151-2/+2
* all: merge branch 'th/shared-nm-platform'Thomas Haller2021-01-1577-488/+1178
|\
| * shared: add "shared/README.md"Thomas Haller2021-01-152-0/+109
| * platform: move "nm-platform-utils.[hc]" to "shared/nm-platform" libraryThomas Haller2021-01-1523-21/+22
| * platform: use NMOptionBool instead of NMTernaryThomas Haller2021-01-1510-51/+56
| * shared: add NMOptionBool as alternative to NMTernaryThomas Haller2021-01-152-0/+30
| * core: move NMIPConfigSource from "src/nm-types.h" to "shared/nm-base"Thomas Haller2021-01-152-35/+37
| * libnm,shared: move nm-ethtool helper to "libnm-base"Thomas Haller2021-01-1522-30/+85
| * libnm: split ethtool option names to a new header "libnm-core/nm-ethtool-util...Thomas Haller2021-01-1518-104/+121
| * platform: remove unnecessary includes from "nm-platform-utils.c"Thomas Haller2021-01-151-3/+0
| * platform: move nm_platform_link_duplex_type_to_string() to "nm-platform-utils.c"Thomas Haller2021-01-154-9/+11
| * shared: add duplicate for NM_UTILS_HWADDR_LEN_MAX to "nm-base/nm-base.h"Thomas Haller2021-01-153-3/+14
| * platform: move types from "nm-platform-utils.h" to nmp-base.h"Thomas Haller2021-01-155-85/+92
| * platform: add duplicate of NMSettingWiredWakeOnLan to nm-base for platformThomas Haller2021-01-158-23/+110
| * libnm: add "shared/nm-base/nm-base.h"Thomas Haller2021-01-155-130/+152
| * shared,platform: move "nmp-netns.[hc]" to shared/nm-platformThomas Haller2021-01-1518-12/+51
| * core/logging: move "nm-logging.c" to shared/nm-log-core/libnm-log-core libraryThomas Haller2021-01-1511-16/+79
| * core: move NM_MANAGER_ERROR to shared/nm-glib-auxThomas Haller2021-01-155-6/+39
| * shared,platform: add "shared/nm-platform" libraryThomas Haller2021-01-1514-11/+204
| * build/meson: add libnm_systemd_core_dep dependencyThomas Haller2021-01-151-35/+41
| * build/meson: cleanup build of test-systemd executableThomas Haller2021-01-151-17/+11
| * build: add missing dependency for config-extra.h in Makefile.amThomas Haller2021-01-151-0/+3
| * build: add missing linking with systemd-journald libraryThomas Haller2021-01-151-0/+3
| * shared: move nm_utils_ifname_cpy() to "shared/nm-glib-aux"Thomas Haller2021-01-154-25/+27
| * shared: add _nm_utils_hwaddr_aton_exact()Thomas Haller2021-01-153-12/+21
|/
* shared/c-siphash: reimportThomas Haller2021-01-151-1/+5
|\
| * Squashed 'shared/c-stdaux/' changes from ffa3dcc36533..346623b40eb8Thomas Haller2021-01-151-1/+5
* | shared/c-siphash: reimportThomas Haller2021-01-151-0/+0
|\ \
| * | Squashed 'shared/c-siphash/' changes from d8b3a7a8f40e..4918c33b65d0Thomas Haller2021-01-151-0/+0
* | | shared/c-rbtree: reimportThomas Haller2021-01-151-0/+0
|\ \ \
| * | | Squashed 'shared/c-rbtree/' changes from 3162c5c04574..a3b1f80548d1Thomas Haller2021-01-151-0/+0
* | | | shared: merge branch 'th/enum-from-str-fix-signed'Thomas Haller2021-01-153-18/+60
|\ \ \ \
| * | | | shared: fix _nm_utils_enum_from_str_full() for negative enum valuesThomas Haller2021-01-152-16/+49
| * | | | shared: avoid heap allocation in _nm_utils_enum_from_str_full()Thomas Haller2021-01-151-2/+1
| * | | | shared: add nm_strdup_maybe_a() helper macroThomas Haller2021-01-151-0/+10
|/ / / /
* | | | contrib/rpm: don't trigger udev if socket doesn't existJonathan Lebon2021-01-141-2/+6
* | | | contrib/rpm: add "BuildRequires: make" to SPEC fileThomas Haller2021-01-141-0/+1
* | | | initrd: fix leak in testBeniamino Galvani2021-01-141-6/+7
* | | | initrd: accept a zero-byte prefix for BOOTIFBeniamino Galvani2021-01-142-46/+66