summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* dcb: cleanup do_helper() in "nm-dcb.c"Thomas Haller2019-04-101-20/+18
* dhcp: cleanup nm_dhcp_dhclient_create_config()Thomas Haller2019-04-101-24/+27
* dhcp: cleanup nm_dhcp_dhclient_read_duid()Thomas Haller2019-04-101-18/+22
* dhcp: cleanup grab_request_options()Thomas Haller2019-04-101-17/+28
* dhcp: cleanup nm_dhcp_dhclient_save_duid()Thomas Haller2019-04-101-23/+20
* dhcp: cleanup ip4_process_dhclient_rfc3442_routes()Thomas Haller2019-04-101-57/+44
* all: don't accept %NULL as delimiters for nm_utils_strsplit_set()Thomas Haller2019-04-101-1/+1
* shared: add flags argument to nm_utils_strsplit_set()Thomas Haller2019-04-101-27/+27
* checkpoint: hold a reference to the NMManager objectfg/checkpoint-devices-rh1578335-pt2Francesco Giudici2019-04-101-1/+2
* nm-checkpoint: drop reference to NM_DEVICE objects on removal signalFrancesco Giudici2019-04-101-17/+94
* nm-checkpoint: move logic to restore a connection to a separate functionFrancesco Giudici2019-04-101-72/+83
* libnm,core: enable "onlink" flags also for IPv6 routesThomas Haller2019-04-103-11/+6
* team: clean up state when connection to teamd failsBeniamino Galvani2019-04-101-1/+3
* dbus: cache GetConnectionUnixProcessID and GetConnectionUnixUserThomas Haller2019-04-093-49/+134
* dns: use GDBusConnection instead of GDBusProxy in "nm-dns-systemd-resolved.c"Thomas Haller2019-04-091-60/+106
* dbus: don't use GDBusProxy in NMDBusManagerThomas Haller2019-04-091-39/+40
* dbus: remove unused function nm_dbus_manager_get_connection()Thomas Haller2019-04-092-12/+0
* dbus/trivial: rename field for D-Bus connection/proxy in NMDBusManagerPrivateThomas Haller2019-04-091-24/+25
* connectivity: avoid D-Bus activating systemd-resolved when we know it's not usedThomas Haller2019-04-094-3/+39
* dns: only update systemd-resolved when it existsThomas Haller2019-04-091-15/+93
* dns: ratelimit warnings about failure to send updates to NMDnsSystemdResolvedThomas Haller2019-04-091-4/+15
* dns: log about what NMDnsSystemdResolved is doingThomas Haller2019-04-091-3/+10
* dns: fix meanleak in nm-dns-systemd-resolved's call_done()Thomas Haller2019-04-091-1/+1
* ovs-interface: dissociate the link on deleting it from ovsdbLubomir Rintel2019-04-081-0/+6
* Revert "ovs-interface: dissociate the link on disconnection"Lubomir Rintel2019-04-081-11/+0
* ovs: correct the reason for tearing down unexpectedlyLubomir Rintel2019-04-081-1/+1
* Revert "ovs: don't traverse interface through disconnected when the ovsdb ent...Lubomir Rintel2019-04-081-1/+8
* device: don't shortcut slave state when the master releases itLubomir Rintel2019-04-081-6/+1
* platform/tests: increase timeout waiting for externally adding IP addressThomas Haller2019-04-071-1/+1
* device: limit maximum MTU for connection default of "infiniband.mtu"Thomas Haller2019-04-053-6/+9
* platform: assume 'sriov_drivers_autoprobe' is 1 when sysfs file is missingBeniamino Galvani2019-04-041-0/+8
* platform: set errno to ENOENT for nm_platform_sysctl_get()Thomas Haller2019-04-044-12/+70
* acd/tests: assert that nm_acd_manager_announce_addresses() did not failThomas Haller2019-04-041-1/+3
* acd/tests: use nm_auto cleanup attributes for mainloop and NMAcdManagerThomas Haller2019-04-041-11/+7
* acd: return error code from nm_acd_manager_start_probe()Thomas Haller2019-04-044-15/+49
* core: add nm_auto_free_acdmgr cleanup macroThomas Haller2019-04-041-0/+3
* systemd: merge branch systemd into masterThomas Haller2019-04-0416-92/+73
|\
| * systemd: update code from upstream (2019-04-04)Thomas Haller2019-04-0418-172/+185
* | wwan/modem-broadband: no point in insisting on pre-existing GSM settingLubomir Rintel2019-04-031-13/+0
* | connectivity/trivial: add code commentThomas Haller2019-04-031-4/+13
* | Coerce connectivity "LIMITED" to "NONE" when device is disconnectedAntonio Larrosa2019-04-031-1/+2
* | Update connectivity value on device removalAntonio Larrosa2019-04-021-0/+10
* | ifupdown: fix connection iteratorYupeng Chang2019-04-021-1/+1
* | ovs: don't traverse interface through disconnected when the ovsdb entry is re...Lubomir Rintel2019-03-281-8/+1
* | ovs-interface: dissociate the link on disconnectionLubomir Rintel2019-03-281-0/+11
* | settings: keep the added connection alive for a bit longerLubomir Rintel2019-03-281-1/+7
* | core: add handling of IP routing rules to NMDeviceThomas Haller2019-03-276-7/+152
* | ifcfg-rh: add support for routing rules as "ROUTING_RULE_#" keysThomas Haller2019-03-276-11/+344
* | platform: set fib_rule_hdr.table to RT_TABLE_UNSPEC for tables larger 255Thomas Haller2019-03-271-1/+1
* | platform: fix default routing rules added by kernel in NMPRulesManagerThomas Haller2019-03-271-0/+5