summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove assertion for empty DHCP optionsAlfonso Sánchez-Beato2017-03-281-1/+0
* manager: sort slaves to be autoconnected by device nameBeniamino Galvani2017-03-271-0/+20
* manager: rework find_slaves() to return the matching deviceBeniamino Galvani2017-03-271-37/+61
* manager: change nm_manager_get_best_device_for_connection() signatureBeniamino Galvani2017-03-271-3/+8
* platform: sort links by name instead of ifindexBeniamino Galvani2017-03-271-3/+11
* manager: check that slaves connection have a compatible deviceBeniamino Galvani2017-03-271-1/+16
* policy: add some verbose logging for tracking hostname managementFrancesco Giudici2017-03-241-18/+24
* policy: allow reset of dhcp hostname in "dhcp" hostname-mode config.Francesco Giudici2017-03-241-1/+18
* policy: add support to configurable hostname modeFrancesco Giudici2017-03-243-0/+38
* nm-config: fix comment typoFrancesco Giudici2017-03-241-1/+1
* policy: skip dns and route updates on ip6 config change signal if the device ...Francesco Giudici2017-03-241-5/+7
* policy: detect if the hostname was changed outside NetworkManagerFrancesco Giudici2017-03-241-15/+74
* policy: remove redundant check in _set_hostnameFrancesco Giudici2017-03-241-13/+4
* policy: try to retrieve hostname from dbus firstFrancesco Giudici2017-03-243-18/+78
* device: deal with non-existing IP settings in get_ip_config_may_fail()Beniamino Galvani2017-03-241-1/+1
* iface-helper: log the device contextlr/log-hints-1Lubomir Rintel2017-03-241-1/+1
* keyfile: log the connection contextLubomir Rintel2017-03-241-1/+3
* vpn/vpn-connection: log the connection contextLubomir Rintel2017-03-241-6/+6
* settings-connection: log the connection contextLubomir Rintel2017-03-241-3/+2
* active-connection: log the connection contextLubomir Rintel2017-03-241-1/+5
* wwan/modem-broadband: log the connection contextLubomir Rintel2017-03-241-1/+4
* supplicant: log the device contextLubomir Rintel2017-03-241-7/+3
* ndisc: log the device contextLubomir Rintel2017-03-241-7/+5
* dhcp: log the device contextLubomir Rintel2017-03-241-2/+2
* devices/lldp: log the device contextLubomir Rintel2017-03-241-1/+3
* devices/arping-manager: log the device contextLubomir Rintel2017-03-243-6/+7
* devices: log the device contextLubomir Rintel2017-03-241-1/+3
* logging: log device and connection along with the messageLubomir Rintel2017-03-2443-75/+118
* logging: respect choice of journal/syslog even with --debugLubomir Rintel2017-03-244-16/+18
* core/trivial: rename nm_utils_10pow() to nm_utils_exp10()Thomas Haller2017-03-244-33/+33
* build: don't link against libm.soThomas Haller2017-03-232-5/+2
* core: add nm_utils_10pow() utilsThomas Haller2017-03-233-0/+85
* ifcfg-rh: fix coding styleBeniamino Galvani2017-03-233-35/+36
* dns: avoid cleaning resolv.conf on exit if not neededFrancesco Giudici2017-03-231-0/+4
* nm-manager: Use g_dbus_message_new_method_error_literal()Iain Lane2017-03-231-18/+18
* connectivity: remove verbose trace loggingThomas Haller2017-03-231-14/+1
* platform: remove debug logging messages from "nmp-object.c"Thomas Haller2017-03-231-10/+0
* connectivity: fix clearing timer-id in curl_timeout_cb()Thomas Haller2017-03-221-0/+2
* connectivity: fix the connectivity check timeoutLubomir Rintel2017-03-221-3/+20
* connectivity: conclude the check as soon as we see enough bytesLubomir Rintel2017-03-221-17/+23
* connectivity: conclude the check as soon as we see the magic headerLubomir Rintel2017-03-221-8/+3
* connectivity: split out the finish of the connectivity checkingLubomir Rintel2017-03-221-46/+61
* connectivity: cosmetic fixesLubomir Rintel2017-03-221-2/+3
* udev: drop libgudev in favor of libudevThomas Haller2017-03-2212-261/+345
* device: apply a loose IPv4 rp_filter when it would interfere with multihominglr/rp-filterLubomir Rintel2017-03-221-0/+49
* device: add convenience routines for IPv4 sysctlsLubomir Rintel2017-03-221-0/+32
* route-manager: emit a signal when IPv4 routes changeLubomir Rintel2017-03-222-0/+18
* route-manager: add routine to query route shadowing for a linkLubomir Rintel2017-03-222-0/+28
* ppp: only request IPV6CP when IPv6 is enabled in the connectionDan Williams2017-03-221-4/+12
* connectivity: switch connectivity checking to libcurllr/fg/libcurl_bgo752642Francesco Giudici2017-03-221-112/+296