summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nmcli: team: do strict checking on runner-tx-hashesfg/team-clean-tx-hash-on-set-rh1541922Francesco Giudici2018-02-121-14/+19
* client: fix nmc_string_is_valid ambiguous detectionFrancesco Giudici2018-02-121-9/+11
* nmcli: team: clear runner-tx-hash before adding new hashesFrancesco Giudici2018-02-121-0/+3
* build/meson: fix printing DHCP build statusThomas Haller2018-02-111-1/+1
* ovs/trivial: fix indentationThomas Haller2018-02-091-21/+20
* wifi/iwd: merge branch 'az/more-iwd-fixes-pr62'Thomas Haller2018-02-092-40/+141
|\
| * wifi/iwd: make NMIwdManager:dispose() reentrantThomas Haller2018-02-091-2/+4
| * iwd: avoid duplicate nm_device_iwd_set_dbus_object callAndrew Zaborowski2018-02-091-0/+3
| * iwd: recreate GDbusObjectManagerClient on reconnectAndrew Zaborowski2018-02-091-21/+27
| * iwd: keep reference to NMManager, disconnect signalsAndrew Zaborowski2018-02-091-14/+11
| * iwd: initialize priv->can_connect when DBus interface appearsAndrew Zaborowski2018-02-091-1/+6
| * iwd: simple periodic scanningAndrew Zaborowski2018-02-091-5/+93
|/
* connectivity: cleanup conditions in curl_check_connectivity()Thomas Haller2018-02-091-15/+16
* connectivity: allow 204 (no content) as connectivity testAleksander Morgado2018-02-091-3/+14
* platform: fix handling secondary addresses during nm_platform_ip4_address_sync()Thomas Haller2018-02-091-1/+2
* core: distinguish between IFA_F_SECONDARY and IFA_F_TEMPORARYThomas Haller2018-02-094-14/+14
* core: merge branch 'th/ip6-temp-addr-sync-rh1542609'Thomas Haller2018-02-0910-167/+348
|\
| * device: fix IPv6 DAD to re-check whether address really failed DADThomas Haller2018-02-092-3/+27
| * ndisc/trivial: rename name for internal signal enum to match signal nameThomas Haller2018-02-091-3/+3
| * device: don't check addr-source for addresses that failed IPv6 DADThomas Haller2018-02-091-3/+0
| * device: ignore temporary addresses for IPv6 DADThomas Haller2018-02-091-1/+2
| * device: don't clone NMPlatformIP6Address for dad6_failed_addrsThomas Haller2018-02-091-5/+5
| * device: use g_slist_prepend() to track dad6_failed_addrsThomas Haller2018-02-091-2/+2
| * platform: rework nm_platform_ip6_address_sync() to fix address orderThomas Haller2018-02-093-81/+91
| * platform: clear temporary addresses early during nm_platform_ip6_address_sync()Thomas Haller2018-02-091-16/+29
| * platform: modifiy @known_addresses list in nm_platform_ip6_address_sync()Thomas Haller2018-02-092-7/+20
| * platform: refactor initial cleanup of know-addresses list in nm_platform_ip4_...Thomas Haller2018-02-091-33/+56
| * core: return remaining lifetime from nm_utils_lifetime_get()Thomas Haller2018-02-094-40/+41
| * platform: fix object order in platform cache during dumpThomas Haller2018-02-091-2/+37
| * platform: maintain proper order of addresses in platform cache during RTM_NEW...Thomas Haller2018-02-091-2/+20
| * platform: add nm_platform_refresh_all() APIThomas Haller2018-02-093-0/+26
| * ndisc: ensure proper lifetime of NMNDiscAddress in ndisc_set_router_config()Thomas Haller2018-02-092-5/+25
|/
* contrib/rpm: make "snapshot" for package version configurable via scriptThomas Haller2018-02-093-12/+22
* dns: on quit only update resolv.conf if dns=dnsmasqBeniamino Galvani2018-02-091-4/+6
* device: add const specifier to nm_ndisc_dad_failed() argumentThomas Haller2018-02-083-5/+5
* libnm-util: Fix a minor type problem with GValuePhilip Withnall2018-02-081-1/+1
* contrib/rpm: don't force fatal warnings with testsLubomir Rintel2018-02-081-5/+1
* contrib/rpm: build verboselyLubomir Rintel2018-02-081-0/+1
* all: fix -Wcast-function-type warningsLubomir Rintel2018-02-083-9/+9
* platform/nmp-object: make nmp_object_unref() return voidLubomir Rintel2018-02-081-2/+1
* shared/utils/dedup-multi: make nm_dedup_multi_obj_unref() return voidLubomir Rintel2018-02-082-4/+2
* libnm/vpn-plugin: avoid bad function pointer type castsLubomir Rintel2018-02-083-3/+27
* m4/trivial: add a bug link to a compiler warning checkLubomir Rintel2018-02-081-0/+1
* dns: fix compilation errorBeniamino Galvani2018-02-081-1/+1
* all: merge branch 'th/mixed'Thomas Haller2018-02-0762-2394/+290
|\
| * platform: allow omitting output arguments for nm_utils_lifetime_get()Thomas Haller2018-02-072-14/+16
| * platform: reorder printing address flags in nm_platform_addr_flags2str()Thomas Haller2018-02-071-1/+1
| * core/logging: with --debug also output glib messages in stderrThomas Haller2018-02-071-0/+3
| * core: avoid IFA_F_TEMPORARY alias for IFA_F_SECONDARYThomas Haller2018-02-072-5/+5
| * ndisc: adjust logging of timeouts for NDisc resultThomas Haller2018-02-071-7/+31