summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* device: reconfigure IP addressing after bringing up deviceth/device-ip-config-on-link-up-rh1309899-pt2Thomas Haller2016-05-291-0/+11
* dhcp: log setting and clearing systemd dhcp client instanceThomas Haller2016-05-291-0/+8
* dns: clear dnsmasq cache after an updateBeniamino Galvani2016-05-281-2/+29
* dns/dnsmasq: cancel pending update on disposeBeniamino Galvani2016-05-281-5/+16
* core: merge branch 'th/vpn-connection-dns-fix'Thomas Haller2016-05-274-31/+71
|\
| * vpn,dns: for interface-less VPN connections get the ip_iface from the parent ...Thomas Haller2016-05-272-2/+2
| * vpn-connection: add @fallback_device argument to nm_vpn_connection_get_ip_ifa...Thomas Haller2016-05-274-28/+60
| * vpn-connection: ensure ip_iface and ip_ifindex are set togetherThomas Haller2016-05-271-3/+11
|/
* dns/dnsmasq: use servers without split DNS if no domain was receivedBeniamino Galvani2016-05-261-2/+1
* team: expose current device configuration through D-Bus and nmcliBeniamino Galvani2016-05-267-23/+210
* nm-device-wifi: add TURBONETT to no-roaming WiFi networksCosimo Cecchi2016-05-251-0/+1
* device: fix NM_DEVICE_GET_PRIVATE() macroBeniamino Galvani2016-05-251-1/+1
* platform: handle missing netlink attribute IFLA_ADDRESS by cache-lookupThomas Haller2016-05-252-17/+26
* logging,vpn: merge branch 'th/vpn-plugin-debug-bgo766816'Thomas Haller2016-05-244-8/+129
|\
| * logging: print debug messages with syslog level LOG_DEBUGThomas Haller2016-05-241-1/+10
| * vpn: set environment for VPN plugin to configure loggingThomas Haller2016-05-241-4/+71
| * logging: add new logging domain LOGD_VPN_PLUGINThomas Haller2016-05-243-3/+15
| * logging: add nm_logging_syslog_enabled() functionThomas Haller2016-05-242-0/+10
| * logging: add nm_logging_get_level() functionThomas Haller2016-05-242-0/+23
|/
* device: replace static zero_hwaddr by nm_ip_addr_zero.addr_ethThomas Haller2016-05-242-4/+2
* platform: reuse nm_ip_addr_zero for a all-zero ethernet MAC addressThomas Haller2016-05-241-0/+5
* platform: refactor comparing for all-zero,all-ones MAC address in nmp_utils_e...Thomas Haller2016-05-241-11/+15
* ifcfg-rh: avoid creating temporary string prefix for svGetValueFull()Thomas Haller2016-05-241-7/+4
* core: merge branch 'th/drop-connection-provider-bgo766560'Thomas Haller2016-05-2429-547/+367
|\
| * core: drop NMConnectionProvider and use NMSettings directlyThomas Haller2016-05-245-280/+5
| * core: drop interface function nm_connection_provider_get_best_connections()Thomas Haller2016-05-245-80/+58
| * device: use NMSettings directly instead of NMConnectionProvider in subclassesThomas Haller2016-05-2411-51/+78
| * device: use NMSettings directly instead of NMConnectionProviderThomas Haller2016-05-242-60/+71
| * bluez: use NMSettings directly instead of NMConnectionProviderThomas Haller2016-05-2410-68/+75
| * settings: add nm_settings_get_connections()Thomas Haller2016-05-242-3/+53
| * core: add nm_settings_get() singleton getter for NMSettingsThomas Haller2016-05-242-0/+11
| * settings/trivial: rename nm_settings_get_connections() to nm_settings_get_con...Thomas Haller2016-05-244-14/+14
| * device: assertion object in NM_DEVICE_GET_PRIVATE()Thomas Haller2016-05-241-1/+12
|/
* dns: add configure option "--with-config-dns-rc-manager-default" for default ...Thomas Haller2016-05-234-46/+47
* libnm/keyfile: sort entries for writing hash-of-stringsThomas Haller2016-05-231-5/+23
* man: fix minor style issue in `man NetworkManager.conf`fg/wiptThomas Haller2016-05-231-2/+2
* device: use NM_PLATFORM_GET instead of "nm_platform_get ()"Thomas Haller2016-05-222-4/+3
* device: wait for termination of IPv6 DAD before proceeding to IP_CHECKBeniamino Galvani2016-05-223-5/+122
* logging: add check for logging level in nm_logging_enabled()Thomas Haller2016-05-221-1/+2
* logging: merge branch 'th/logging-inline-enabled'Thomas Haller2016-05-202-51/+30
|\
| * logging: make nm_logging_enabled() inline functionThomas Haller2016-05-202-10/+9
| * logging: move static variable with logging state to file-scopeThomas Haller2016-05-201-20/+21
| * logging: remove assertion in nm_logging_enabled() from production buildsThomas Haller2016-05-201-2/+1
| * logging: drop explicit initialization of nm-loggingThomas Haller2016-05-201-28/+8
|/
* config: add file name to error messages for parsing failuresBeniamino Galvani2016-05-191-4/+3
* cli: re-merge branch 'th/cli-vpn-import-fixes-rh1337300'Thomas Haller2016-05-194-44/+144
|\
| * cli: merge branch 'th/cli-vpn-import-fixes-rh1337300'Thomas Haller2016-05-194-44/+144
| |\
| | * clients,cli: show better error message when failing to load VPN pluginThomas Haller2016-05-191-5/+29
| | * clients,cli: for connection-add consider VPNs as loaded from the pluginThomas Haller2016-05-193-20/+90
| | * clients: don't assert against existance of plugin in nm_vpn_supports_ipv6()Thomas Haller2016-05-191-2/+4