summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: meson: add prefix to test namesbg/meson-testsBeniamino Galvani2018-04-1119-20/+20
* build: meson: enable all tests againBeniamino Galvani2018-04-112-7/+5
* build: meson: increase timeout for some testsBeniamino Galvani2018-04-111-2/+3
* build: meson: use run-nm-test.sh to run testsBeniamino Galvani2018-04-1121-24/+110
* 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
| * core: specify an activation reason for active connectionsBeniamino Galvani2018-04-0811-7/+78
|/
* docs: fix typo in nm-settings-ifcfg-rh:dhcp-client-id docFrancesco Giudici2018-04-061-1/+1
* core: fix freeing reg_data in error path of _obj_register()Thomas Haller2018-04-061-1/+1
* core: merge branch 'th/auth-chain'Thomas Haller2018-04-067-201/+220
|\
| * auth-chain: optimize tracking of user data for NMAuthChainThomas Haller2018-04-061-18/+25
| * shared: add nm_pstr_hash() and nm_pstr_equal()Thomas Haller2018-04-062-0/+35
| * auth-chain: don't compare pointers explicitly against NULLThomas Haller2018-04-051-11/+11
| * auth-chain: split handling auth-call in idleThomas Haller2018-04-051-7/+25
| * auth-chain/trivial: move codeThomas Haller2018-04-051-77/+83
| * auth-chain: drop unused nm_auth_chain_get_data_ulong()Thomas Haller2018-04-052-33/+0
| * auth-chain: use CList for tracking pending authentication requestsThomas Haller2018-04-051-68/+55
| * shared: add nm_c_list_contains_entry() helperThomas Haller2018-04-051-0/+7
| * core: drop unnecessary #if WITH_POLKIT from nm-auth-subject.hThomas Haller2018-04-052-8/+0
|/
* ifcfg-rh: suppress warning about NM_CONTROLLED=no without restricting profile...Thomas Haller2018-04-051-0/+1
* ifcfg-rh: minor cleanup setting out_ignore_error in connection_from_file_full()Thomas Haller2018-04-051-8/+6
* systemd: merge branch systemd into masterThomas Haller2018-04-0438-270/+527
|\
| * systemd: update code from upstream (2018-04-04)Thomas Haller2018-04-0434-261/+501
* | dns: fix logging path name in update_resolv_conf()Thomas Haller2018-04-041-1/+1
* | core: fix infinite loop in evaluating global dns configurationBeniamino Galvani2018-04-041-5/+5
* | core: merge branch 'th/ipv6-ll-reapply-rh1552069-pt2'Thomas Haller2018-04-046-54/+156
|\ \