summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * settings: handle default-wired-connection in connection-removed signalThomas Haller2018-04-131-23/+15
| * shared: add nm_dbus_utils_get_paths_for_clist() utilThomas Haller2018-04-132-0/+47
| * core/trivial: add code comment to NMActiveConnection's get_property()Thomas Haller2018-04-131-0/+10
| * auth-chain: remove unused error argumentThomas Haller2018-04-131-3/+1
|/
* manager: don't coalesce duplicate internal activations with different reasonsThomas Haller2018-04-121-1/+2
* device: merge branch 'pr/92'Thomas Haller2018-04-122-10/+12
|\
| * device: return early from handle_auth_or_fail() on failureThomas Haller2018-04-122-10/+8
| * device: let macsec connection fail on supplicant timeout if no secrets are re...Thomas Haller2018-04-121-1/+3
| * device: let Ethernet connection fail on supplicant timeout if no secrets are ...Michael Schaller2018-04-121-1/+3
|/
* device/trivial: add code comment to nm_device_ipv4_sysctl_get_effective_uint32()Thomas Haller2018-04-121-0/+5
* device: look at 'all' rp_filter value too to determine actual valueBeniamino Galvani2018-04-121-8/+25
* build: meson: merge branch 'bg/meson-tests'Beniamino Galvani2018-04-1221-33/+123
|\
| * build: meson: add prefix to test namesBeniamino Galvani2018-04-1219-20/+20
| * build: meson: enable all tests againBeniamino Galvani2018-04-122-7/+5
| * build: meson: increase timeout for some testsBeniamino Galvani2018-04-121-2/+3
| * build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-1221-24/+115
|/
* connectivity: merge branch 'th/fix-fake-connectivity-state'Thomas Haller2018-04-124-40/+63
|\
| * connectivity: fix the device's fake connectivity stateth/fix-fake-connectivity-stateThomas Haller2018-04-111-0/+9
| * manager: merge set_state() in nm_manager_update_state() functionThomas Haller2018-04-111-26/+18
| * connectivity: also expose fake connectivity states to dispatcherThomas Haller2018-04-111-2/+0
| * connectivity: optmize finding best connectivty state in NMManager::device_con...Thomas Haller2018-04-111-3/+12
| * connectivity: add connectivity-changed signal to NMDeviceThomas Haller2018-04-113-2/+12
| * connectivity: only take reference in concheck_cb() if necessaryThomas Haller2018-04-111-2/+5
| * connectivity: improve logging of completed connectivity check in deviceThomas Haller2018-04-111-5/+7
|/
* dhcp/systemd: ensure aligned memory access in ip6_start() for duidThomas Haller2018-04-111-8/+5
* connectivity: merge branch 'th/connectivity-rework'Thomas Haller2018-04-108-407/+984
|\
| * connectivity: emit properties-changed about connectivity settingsThomas Haller2018-04-101-2/+33
| * connectivity: schedule connectivity timers per-device and probe for short out...Thomas Haller2018-04-106-82/+354
| * connectivity: reduce timeout for connectivity checks to 20 secondsThomas Haller2018-04-101-1/+1
| * connectivity: rework async connectivity check requestsThomas Haller2018-04-107-385/+652
| * core: add nm_utils_get_monotonic_timestamp_ns_cached() helperThomas Haller2018-04-101-0/+7
|/
* platform: minor cleanup of nm_platform_ip6_address_sync()Thomas Haller2018-04-101-14/+15
* platform: fix IPv6 address sync after for link local addressesThomas Haller2018-04-101-4/+6
* platform: merge branch 'th/platform-tun'Thomas Haller2018-04-0910-83/+296
|\
| * platform: support creating non-persistant TUN/TAP devicesThomas Haller2018-04-098-35/+88
| * platform/tests: extend nmtstp_wait_for_link*() to never waitThomas Haller2018-04-091-2/+17
| * platform/tests: implement nmtstp_assert_wait_for_link() as macroThomas Haller2018-04-092-18/+5
| * shared/tests: add nmtst_assert_nonnull() macroThomas Haller2018-04-091-0/+8
| * platform/tests: add tests for TUN/TAP handlingThomas Haller2018-04-093-1/+129
| * platform: workaround kernel issue for tun device for first RTM_NETLINK eventThomas Haller2018-04-091-0/+14
| * platform: refetch TUN link when no type-specific lnk data was receivedThomas Haller2018-04-091-0/+1
| * platform: enable parsing tun/tap properties from netlinkThomas Haller2018-04-091-4/+0
| * platform: refactor fetching links in cache_on_change()Thomas Haller2018-04-091-26/+20
| * platform: assert in nm_platform_link_tun_add() for unsupported optionsThomas Haller2018-04-091-2/+3
| * platform: adjust format for nm_platform_lnk_tun_to_string() and print "persist"Thomas Haller2018-04-091-4/+6
| * platform: fix double whitespace for tun device in nm_platform_lnk_tun_to_stri...Thomas Haller2018-04-091-1/+1
| * nmtst: add nmtst_get_rand_bool() utilThomas Haller2018-04-091-0/+6
| * tools/run-nm-test.sh: add -d option to set NMTST_DEBUG=dThomas Haller2018-04-091-0/+8
|/
* core: merge branch 'bg/autoconnect-slaves-rh1548265'Beniamino Galvani2018-04-0911-10/+83
|\
| * manager: allow autoconnect-slaves to reconnect the same connectionbg/autoconnect-slaves-rh1548265Beniamino Galvani2018-04-081-3/+5