summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: unblock OVS interfaces when the ovsdb is readybg/ovs-cleanup-pt2Beniamino 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
* ovs: clean up interfaces from ovsdb at startupBeniamino Galvani2021-01-272-1/+104
* ovs: change reason for deactivation-on-removalBeniamino Galvani2021-01-271-1/+1
* ovs: fail OVS system interfaces when the db entry gets removedBeniamino Galvani2021-01-271-4/+32
* ovs: rework emitting signals for new/removed devicesBeniamino Galvani2021-01-272-36/+57
* ovs: let the factory create devices for external patch interfacesBeniamino Galvani2021-01-271-1/+1
* manager: improve error messagesBeniamino Galvani2021-01-271-2/+2
* tools: find the NetworkManager-all-sym binary locationorbea2021-01-261-1/+4
* libnm/docs: explain that edns0/trust-ad is automatically added to DNS optionsThomas Haller2021-01-263-4/+8
* DHCP: Support dhcpcd-9.xRoy Marples2021-01-264-41/+67
* examples: minor bugfix comparing device state in "python/dbus/show-bssids.py"Thomas Haller2021-01-261-1/+1
* initrd: add ip=... link6 mode for link-local only address assignmentJonas Jelten2021-01-262-5/+35
* shared: stack allocate GPollFD array in _ctx_integ_source_prepare()Thomas Haller2021-01-251-26/+51
* 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