summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-02-15systemd: merge branch systemd into masterThomas Haller53-491/+1507
2018-02-14systemd: update code from upstream (2018-02-14)Thomas Haller49-484/+1483
2018-02-14settings: preserve agent-owned secrets on connection updateBeniamino Galvani1-0/+14
2018-02-12platform/test: drop the /sys/devices danceLubomir Rintel1-36/+1
2018-02-12platform/netns: don't try to overlay ro /sys with a rw oneLubomir Rintel1-1/+5
2018-02-12ppp/plugin: use g_strlcpy()Lubomir Rintel1-15/+4
2018-02-12platform/tests: (trivial) fix a typoLubomir Rintel1-1/+1
2018-02-12platform/tests: disable tests touching sysctl when they're not writableLubomir Rintel1-0/+17
2018-02-12connectivity: fix portal detection when using HTTP 204 based checksAleksander Morgado1-5/+9
2018-02-12ifcfg-rh: rework D-Bus handling of ifcfg-rh settings pluginThomas Haller1-33/+77
2018-02-12ifcfg-rh: minor cleanup for _dbus_setup()Thomas Haller1-6/+11
2018-02-12dhcp: use NM_DEFINE_GDBUS_INTERFACE_INFO() macros to define D-Bus registratio...Thomas Haller1-33/+17
2018-02-12dhcp: mark descriptor tables for D-Bus as static constThomas Haller1-10/+10
2018-02-09ovs/trivial: fix indentationThomas Haller1-21/+20
2018-02-09wifi/iwd: make NMIwdManager:dispose() reentrantThomas Haller1-2/+4
2018-02-09iwd: avoid duplicate nm_device_iwd_set_dbus_object callAndrew Zaborowski1-0/+3
2018-02-09iwd: recreate GDbusObjectManagerClient on reconnectAndrew Zaborowski1-21/+27
2018-02-09iwd: keep reference to NMManager, disconnect signalsAndrew Zaborowski1-14/+11
2018-02-09iwd: initialize priv->can_connect when DBus interface appearsAndrew Zaborowski1-1/+6
2018-02-09iwd: simple periodic scanningAndrew Zaborowski1-5/+93
2018-02-09connectivity: cleanup conditions in curl_check_connectivity()Thomas Haller1-15/+16
2018-02-09connectivity: allow 204 (no content) as connectivity testAleksander Morgado1-3/+14
2018-02-09platform: fix handling secondary addresses during nm_platform_ip4_address_sync()Thomas Haller1-1/+2
2018-02-09core: distinguish between IFA_F_SECONDARY and IFA_F_TEMPORARYThomas Haller4-14/+14
2018-02-09device: fix IPv6 DAD to re-check whether address really failed DADThomas Haller2-3/+27
2018-02-09ndisc/trivial: rename name for internal signal enum to match signal nameThomas Haller1-3/+3
2018-02-09device: don't check addr-source for addresses that failed IPv6 DADThomas Haller1-3/+0
2018-02-09device: ignore temporary addresses for IPv6 DADThomas Haller1-1/+2
2018-02-09device: don't clone NMPlatformIP6Address for dad6_failed_addrsThomas Haller1-5/+5
2018-02-09device: use g_slist_prepend() to track dad6_failed_addrsThomas Haller1-2/+2
2018-02-09platform: rework nm_platform_ip6_address_sync() to fix address orderThomas Haller3-81/+91
2018-02-09platform: clear temporary addresses early during nm_platform_ip6_address_sync()Thomas Haller1-16/+29
2018-02-09platform: modifiy @known_addresses list in nm_platform_ip6_address_sync()Thomas Haller2-7/+20
2018-02-09platform: refactor initial cleanup of know-addresses list in nm_platform_ip4_...Thomas Haller1-33/+56
2018-02-09core: return remaining lifetime from nm_utils_lifetime_get()Thomas Haller4-40/+41
2018-02-09platform: fix object order in platform cache during dumpThomas Haller1-2/+37
2018-02-09platform: maintain proper order of addresses in platform cache during RTM_NEW...Thomas Haller1-2/+20
2018-02-09platform: add nm_platform_refresh_all() APIThomas Haller3-0/+26
2018-02-09ndisc: ensure proper lifetime of NMNDiscAddress in ndisc_set_router_config()Thomas Haller2-5/+25
2018-02-09dns: on quit only update resolv.conf if dns=dnsmasqBeniamino Galvani1-4/+6
2018-02-08device: add const specifier to nm_ndisc_dad_failed() argumentThomas Haller3-5/+5
2018-02-08platform/nmp-object: make nmp_object_unref() return voidLubomir Rintel1-2/+1
2018-02-08dns: fix compilation errorBeniamino Galvani1-1/+1
2018-02-07platform: allow omitting output arguments for nm_utils_lifetime_get()Thomas Haller2-14/+16
2018-02-07platform: reorder printing address flags in nm_platform_addr_flags2str()Thomas Haller1-1/+1
2018-02-07core/logging: with --debug also output glib messages in stderrThomas Haller1-0/+3
2018-02-07core: avoid IFA_F_TEMPORARY alias for IFA_F_SECONDARYThomas Haller2-5/+5
2018-02-07ndisc: adjust logging of timeouts for NDisc resultThomas Haller1-7/+31
2018-02-07all: drop trailing spacesThomas Haller3-3/+3
2018-02-07all: replace non-leading tabs with spacesThomas Haller11-36/+36