summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-11connectivity: only take reference in concheck_cb() if necessaryThomas Haller1-2/+5
2018-04-11connectivity: improve logging of completed connectivity check in deviceThomas Haller1-5/+7
2018-04-11dhcp/systemd: ensure aligned memory access in ip6_start() for duidThomas Haller1-8/+5
2018-04-10connectivity: merge branch 'th/connectivity-rework'Thomas Haller8-407/+984
2018-04-10connectivity: emit properties-changed about connectivity settingsThomas Haller1-2/+33
2018-04-10connectivity: schedule connectivity timers per-device and probe for short out...Thomas Haller6-82/+354
2018-04-10connectivity: reduce timeout for connectivity checks to 20 secondsThomas Haller1-1/+1
2018-04-10connectivity: rework async connectivity check requestsThomas Haller7-385/+652
2018-04-10core: add nm_utils_get_monotonic_timestamp_ns_cached() helperThomas Haller1-0/+7
2018-04-10platform: minor cleanup of nm_platform_ip6_address_sync()Thomas Haller1-14/+15
2018-04-10platform: fix IPv6 address sync after for link local addressesThomas Haller1-4/+6
2018-04-09platform: merge branch 'th/platform-tun'Thomas Haller10-83/+296
2018-04-09platform: support creating non-persistant TUN/TAP devicesThomas Haller8-35/+88
2018-04-09platform/tests: extend nmtstp_wait_for_link*() to never waitThomas Haller1-2/+17
2018-04-09platform/tests: implement nmtstp_assert_wait_for_link() as macroThomas Haller2-18/+5
2018-04-09shared/tests: add nmtst_assert_nonnull() macroThomas Haller1-0/+8
2018-04-09platform/tests: add tests for TUN/TAP handlingThomas Haller3-1/+129
2018-04-09platform: workaround kernel issue for tun device for first RTM_NETLINK eventThomas Haller1-0/+14
2018-04-09platform: refetch TUN link when no type-specific lnk data was receivedThomas Haller1-0/+1
2018-04-09platform: enable parsing tun/tap properties from netlinkThomas Haller1-4/+0
2018-04-09platform: refactor fetching links in cache_on_change()Thomas Haller1-26/+20
2018-04-09platform: assert in nm_platform_link_tun_add() for unsupported optionsThomas Haller1-2/+3
2018-04-09platform: adjust format for nm_platform_lnk_tun_to_string() and print "persist"Thomas Haller1-4/+6
2018-04-09platform: fix double whitespace for tun device in nm_platform_lnk_tun_to_stri...Thomas Haller1-1/+1
2018-04-09nmtst: add nmtst_get_rand_bool() utilThomas Haller1-0/+6
2018-04-09tools/run-nm-test.sh: add -d option to set NMTST_DEBUG=dThomas Haller1-0/+8
2018-04-09core: merge branch 'bg/autoconnect-slaves-rh1548265'Beniamino Galvani11-10/+83
2018-04-08manager: allow autoconnect-slaves to reconnect the same connectionBeniamino Galvani1-3/+5
2018-04-08core: specify an activation reason for active connectionsBeniamino Galvani11-7/+78
2018-04-06docs: fix typo in nm-settings-ifcfg-rh:dhcp-client-id docFrancesco Giudici1-1/+1
2018-04-06core: fix freeing reg_data in error path of _obj_register()Thomas Haller1-1/+1
2018-04-06core: merge branch 'th/auth-chain'Thomas Haller7-201/+220
2018-04-06auth-chain: optimize tracking of user data for NMAuthChainThomas Haller1-18/+25
2018-04-06shared: add nm_pstr_hash() and nm_pstr_equal()Thomas Haller2-0/+35
2018-04-05auth-chain: don't compare pointers explicitly against NULLThomas Haller1-11/+11
2018-04-05auth-chain: split handling auth-call in idleThomas Haller1-7/+25
2018-04-05auth-chain/trivial: move codeThomas Haller1-77/+83
2018-04-05auth-chain: drop unused nm_auth_chain_get_data_ulong()Thomas Haller2-33/+0
2018-04-05auth-chain: use CList for tracking pending authentication requestsThomas Haller1-68/+55
2018-04-05shared: add nm_c_list_contains_entry() helperThomas Haller1-0/+7
2018-04-05core: drop unnecessary #if WITH_POLKIT from nm-auth-subject.hThomas Haller2-8/+0
2018-04-05ifcfg-rh: suppress warning about NM_CONTROLLED=no without restricting profile...Thomas Haller1-0/+1
2018-04-05ifcfg-rh: minor cleanup setting out_ignore_error in connection_from_file_full()Thomas Haller1-8/+6
2018-04-04systemd: merge branch systemd into masterThomas Haller38-270/+527
2018-04-04dns: fix logging path name in update_resolv_conf()Thomas Haller1-1/+1
2018-04-04systemd: update code from upstream (2018-04-04)Thomas Haller34-261/+501
2018-04-04core: fix infinite loop in evaluating global dns configurationBeniamino Galvani1-5/+5
2018-04-04core: merge branch 'th/ipv6-ll-reapply-rh1552069-pt2'Thomas Haller6-54/+156
2018-04-04gitignore: ignore *.pyc filesThomas Haller1-0/+1
2018-04-04platform: adding onlink gateway route for manual addressesThomas Haller4-18/+62