summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* man: update the nmcli manual for new connection add syntaxlr/docsLubomir Rintel2016-05-302-1172/+433
* man: turn the manual page cross-references into linksLubomir Rintel2016-05-309-54/+54
* nmcli: streamline connection additionLubomir Rintel2016-05-302-3584/+984
* shared: backport g_strv_contains()Lubomir Rintel2016-05-301-0/+30
* merge: branch 'lr/connection-token'Lubomir Rintel2016-05-3019-99/+437
|\
| * device: accept failure to lookup link in get_ip_iface_identifier()lr/connection-tokenThomas Haller2016-05-301-2/+4
| * device: lookup platform data only once in get_ip_iface_identifier()Thomas Haller2016-05-301-11/+10
| * device: set the iid to rdisc from connection's propertyLubomir Rintel2016-05-301-10/+51
| * device: use the token set in platform when generating a connectionLubomir Rintel2016-05-301-0/+10
| * platform: add capability to set the tokenized interface identifierLubomir Rintel2016-05-303-5/+54
| * cli: add ipv6.token supportLubomir Rintel2016-05-301-1/+12
| * setting-ip6-config: add token propertyLubomir Rintel2016-05-305-4/+142
| * platform: use utility functionality to stringify linkLubomir Rintel2016-05-301-10/+2
| * platform: remove nm_platform_link_get_ipv6_token()Thomas Haller2016-05-303-38/+8
| * platform: remove unnecessary NMPlatformLink.inet6_token.is_valid fieldThomas Haller2016-05-303-29/+44
| * core-utils: add conversions of ipv6 tokensLubomir Rintel2016-05-304-6/+122
| * linux: use the utility functionality to convert the token from platformLubomir Rintel2016-05-301-8/+1
| * ifcfg-rh: drop IPV6_ADDR_GEN_MODE=stable-privacy when the mode is eui64Lubomir Rintel2016-05-301-0/+2
| * all: fix the identfier typoLubomir Rintel2016-05-305-7/+7
| * libnm-util: a trivial typoLubomir Rintel2016-05-301-1/+1
| * all: trivial: use g_value_dup_string ()Lubomir Rintel2016-05-303-4/+4
* | core: don't include dns-priority in IP configuration hashBeniamino Galvani2016-05-302-6/+2
|/
* 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