summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.12.1 (development)1.12.1-devThomas Haller2018-06-293-2/+3
* release: bump version to 1.12.01.12.0Thomas Haller2018-06-292-3/+3
* release: update NEWSThomas Haller2018-06-291-5/+2
* release: fix NEWS entry for NM_DISPATCHER_ACTIONThomas Haller2018-06-291-1/+1
* device: merge branch 'th/device-dad-handling-rh1593210'Thomas Haller2018-06-294-76/+68
|\
| * device: only check for IPv6 DAD and link-local address on actively managed de...Thomas Haller2018-06-291-1/+3
| * device: emit IP address changes in queued_ip_config_change() only onceThomas Haller2018-06-294-13/+25
| * device: refactor handling dad6_failed_addrs in queued_ip_config_change()Thomas Haller2018-06-291-8/+7
| * device: split handling for dad6_failed_addrs and dad6_ip6_config in queued_ip...Thomas Haller2018-06-291-2/+5
| * device: simplify postponing IP config change in queued_ip_config_change()Thomas Haller2018-06-291-17/+11
| * device: clear dad6_failed_addrs in _cleanup_ip_pre()Thomas Haller2018-06-291-0/+2
| * device: simplify handling of IP config changes while initializing linkThomas Haller2018-06-291-38/+18
|/
* device: clear the dhcp grace-period source idBeniamino Galvani2018-06-291-0/+4
* mailmap: minor adjustment to mailmap not to match by nameThomas Haller2018-06-291-2/+2
* mailmap: add mailmapLubomir Rintel2018-06-291-0/+74
* clients/docs: fix generated documentation for Open vSwitchThomas Haller2018-06-291-1/+1
* docs: provide soft descriptions for NM{Simple,Remote}ConnectionLubomir Rintel2018-06-283-4/+18
* docs: include missing documentation in libnm and D-Bus docsLubomir Rintel2018-06-286-7/+80
* examples/qt/meson: drop dbus-glib dependencyLubomir Rintel2018-06-281-1/+0
* libnm/meson: make generate_setting_docs depend on the typelibLubomir Rintel2018-06-281-2/+2
* meson: generate-setting-docs.py environment correctlyLubomir Rintel2018-06-281-2/+20
* contrib/rpm: Use Open vSwitch instead of OpenVSwitchTimothy Redaelli2018-06-288-22/+22
* logging: merge branch 'th/logging-rh1593519'Thomas Haller2018-06-277-38/+85
|\
| * logging: warn about invalid logging backends and drop "debug" backendThomas Haller2018-06-276-18/+52
| * logging/trivial: add code comment about logging-backendThomas Haller2018-06-271-0/+6
| * logging: move fetching monotonic timestamp to end of nm_logging_syslog_openlog()Thomas Haller2018-06-271-5/+9
| * main: warn about invalid logging domains configuration using nm-logThomas Haller2018-06-271-11/+10
| * main: accept invalid logging configuration in NetworkManager.conf gracefullyThomas Haller2018-06-271-4/+8
| * main: free error variable in main() at exitThomas Haller2018-06-271-1/+1
|/
* libnm-glib/tests: retry nm-client tests for libnm-glibThomas Haller2018-06-251-5/+14
* bond: fix setting num_grat_arp optionBeniamino Galvani2018-06-251-2/+10
* clients: fix using hints for 802-1x secret requestThomas Haller2018-06-241-1/+2
* device: merge branch 'bg/mtu-rh1586191'Beniamino Galvani2018-06-2311-141/+129
|\
| * device: rework mtu priority handlingBeniamino Galvani2018-06-233-25/+48
| * device: introduce mtu sourceBeniamino Galvani2018-06-2311-32/+38
| * device: introduce nm_device_get_configured_mtu_from_connection()Beniamino Galvani2018-06-236-97/+56
|/
* libnm-core: reject tc configurations with duplicate elementsBeniamino Galvani2018-06-232-2/+162
* wifi: merge branch 'balrog-kun:iwd-agent'Thomas Haller2018-06-226-162/+297
|\
| * manager: return NULL for invalid ifindex in nm_manager_get_device_by_ifindex()Thomas Haller2018-06-221-3/+5
| * wifi/iwd: downgrade error levels for agent-request failuresThomas Haller2018-06-221-6/+6
| * wifi/iwd: fix leaking name-owner in agent_dbus_method_cb()Thomas Haller2018-06-221-2/+3
| * wifi/iwd: don't check return value for nm_utils_random_bytes()Thomas Haller2018-06-221-9/+2
| * settings-connection: don't expect system_secrets always presentAndrew Zaborowski2018-06-221-13/+9
| * cli: use the hints from 802.1x secrets requests if givenAndrew Zaborowski2018-06-221-0/+15
| * iwd: don't set REQUEST_NEW secret request flag on first connectionAndrew Zaborowski2018-06-221-12/+22
| * iwd: handle new secret request types from IWD agentAndrew Zaborowski2018-06-223-97/+224
| * iwd: save secrets request invocation in request user_dataAndrew Zaborowski2018-06-221-27/+20
| * iwd: in prepare stage check that matching AP existsAndrew Zaborowski2018-06-221-7/+5
| * iwd: handle empty wireless mode as InfrastructureAndrew Zaborowski2018-06-221-4/+4
| * manager: fix typo in 'PrimaryConnectionType' D-Bus property nameBeniamino Galvani2018-06-221-1/+1
|/