summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bond: introduce new 'vlan+srcmac' xmit_hash_policy optionac/bond_vlansrcAntonio Cardace2021-01-221-2/+2
* tools: fix parameters to "tools/run-nm-test.sh" in mixed orderThomas Haller2021-01-221-3/+3
* libnm: fix missing (allow-none) annotation for nm_setting_bond_validate_option()Thomas Haller2021-01-221-1/+1
* tools: parse parameters to "tools/run-nm-test.sh" in mixed orderThomas Haller2021-01-221-6/+13
* device: fix assertion failure when resolving hostnameBeniamino Galvani2021-01-201-0/+5
* initrd/tests: cleanup redundant code in "test-cmdline-reader.c"Thomas Haller2021-01-201-466/+178
* initrd: add support for rd.net.timeout.carrierAdarsh J2021-01-205-106/+328
* shared/c-list: reimportThomas Haller2021-01-201-1/+3
|\
| * Squashed 'shared/c-list/' changes from ac7c83139821..96455db9f04aThomas Haller2021-01-201-1/+3
* | shared/n-dhcp4: reimportThomas Haller2021-01-201-0/+1
|\ \
| * | Squashed 'shared/n-dhcp4/' changes from 8c91e9ae8999..f459d85fdef6Thomas Haller2021-01-205-1/+30
* | | libnm/doc: consistently write "Since:" tag for enum valuesThomas Haller2021-01-203-11/+11
* | | Revert "n-dhcp4: work around compiler warning in n_dhcp4_socket_packet_send()"Thomas Haller2021-01-191-2/+1
* | | n-dhcp4: use c_errno() in packet_sendto_udp() to avoid compiler warningThomas Haller2021-01-191-1/+1
* | | veth: merge branch 'th/veth-fixes'Thomas Haller2021-01-193-29/+63
|\ \ \
| * | | device: if a device is not IFF_UP assume that is has carrierThomas Haller2021-01-191-0/+9
| * | | device: fix complete-connection for veth devicesThomas Haller2021-01-192-29/+54
|/ / /
* | | release: bump version to 1.29.9 (development)1.29.9-devThomas Haller2021-01-192-2/+2
* | | device: fix stale pointer in nm_device_get_hostname_from_dns_lookup()Beniamino Galvani2021-01-191-1/+1
* | | 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