summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nmcli: fix bash completion of words containing colon (rh #1271271)jk/nmcli-bash-completion-rh1271271Jiří Klimeš2015-10-141-0/+14
* merge: branch 'lr/multiple-vpn'Lubomir Rintel2015-10-1315-604/+482
|\
| * vpn-manager: support multiple VPN connections of the same typelr/multiple-vpnLubomir Rintel2015-10-139-529/+221
| * device: allow multiple vpn IP configurationsLubomir Rintel2015-10-133-50/+157
| * vpn-connection: export add nm_vpn_connection_get_service()Lubomir Rintel2015-10-132-1/+2
| * libnm-core/vpn-plugin-info: add nm_vpn_plugin_info_supports_multiple()Lubomir Rintel2015-10-132-0/+22
| * libnm/vpn-service-plugin: remove nm_vpn_service_plugin_{get,set}_state()Lubomir Rintel2015-10-133-30/+16
| * libnm/vpn-service-plugin: quit when the peer we watch disconnectsLubomir Rintel2015-10-131-6/+9
| * libnm/vpn-service-plugin: add watch-peer propertyLubomir Rintel2015-10-132-0/+66
| * libnm/vpn-service-plugin: add a missing returnLubomir Rintel2015-10-131-0/+1
|/
* libnm-core: fix documentation for DHCP_TIMEOUT ifcfg-rh variableBeniamino Galvani2015-10-131-1/+1
* device: introduce a global default value for ipv4.dhcp-timeoutBeniamino Galvani2015-10-132-1/+28
* merge: LLDP supportBeniamino Galvani2015-10-1223-63/+1431
|\
| * examples: add python GI example for retrieving LLDP neighborsBeniamino Galvani2015-10-121-0/+52
| * libnm: document that some return values are immutableBeniamino Galvani2015-10-122-3/+7
| * cli: add support for 'connection.lldp' propertyBeniamino Galvani2015-10-121-1/+61
| * ifcfg-rh: add support for 'LLDP' connection propertyBeniamino Galvani2015-10-123-0/+29
| * ifcfg-rh: split out parsing of boolean values from svTrueValue()Beniamino Galvani2015-10-123-60/+82
| * macros: add nm_clear_g_variant() utilThomas Haller2015-10-121-0/+11
| * libnm: add LLDP supportBeniamino Galvani2015-10-123-0/+287
| * device: export list of LLDP neighbors through D-BusBeniamino Galvani2015-10-128-0/+839
| * libnm: add 'lldp' property to NMSettingConnectionBeniamino Galvani2015-10-125-0/+64
|/
* libnm: specify (transfer none) introspection annotation (bgo #756380)Jiří Klimeš2015-10-121-2/+2
* macros: remove early return from nm_clear_g_signal_handler()Thomas Haller2015-10-121-3/+0
* ppp: do not pass NULL to g_variant_new ("(s)")Jiří Klimeš2015-10-121-1/+1
* macros: allow NULL pointer in nm_clear_g_signal_handler()Jiří Klimeš2015-10-121-1/+2
* core: disable assertion in nm_ip[46]_config_replace() by defaultThomas Haller2015-10-102-6/+10
* platform: fix wrongly return "FALSE" instead of "NULL" for pointer typeThomas Haller2015-10-101-5/+5
* platform: use nm_g_hash_table_add() compat wrapper in _nmp_cache_update_add()Thomas Haller2015-10-101-5/+1
* libnm-util/test: use "nm-test-utils.h" in test-setting-dcbThomas Haller2015-10-102-14/+15
* device: fix wrongly managing external-down device due to not setting EXTERNAL...Thomas Haller2015-10-091-2/+3
* platform: downgrade logging level for "event-notification" messagesThomas Haller2015-10-091-2/+2
* logging: merge branch 'th/logging-keep-bgo756175'Thomas Haller2015-10-095-154/+225
|\
| * logging: properly use current domains when setting loggingThomas Haller2015-10-091-39/+50
| * logging: refactor global variable to have them in a structThomas Haller2015-10-091-118/+128
| * logging/trivial: move codeThomas Haller2015-10-091-12/+12
| * platform: warn about growing sysctl logging cache and clear itThomas Haller2015-10-093-12/+44
| * logging: add special logging level "KEEP"Thomas Haller2015-10-093-6/+24
|/
* ifcfg-rh/tests: add a missing file to the distributionLubomir Rintel2015-10-091-1/+2
* tui: add a checkbox for ignore-auto-routes (bgo #756200)Jiří Klimeš2015-10-092-0/+12
* device: get rid of ipv4ll_timeout_remove()Beniamino Galvani2015-10-081-13/+2
* device/vlan: update VLAN MAC address when parent's one changesBeniamino Galvani2015-10-081-4/+36
* device: fix race wrongly managing external-down device due to late udev signalThomas Haller2015-10-081-20/+28
* systemd: grant the daemon a license to kill kidsLubomir Rintel2015-10-081-1/+1
* ifcfg-rh: accept BOOTPROTO=static with missing IPv4 addressesJosef Bacik2015-10-083-6/+26
* merge: merge branch 'systemd' into masterBeniamino Galvani2015-10-0854-1046/+7065
|\
| * systemd: update code from upstreamBeniamino Galvani2015-10-0749-1020/+6966
* | libnm: explicitly cast enum type for g_object_set()Thomas Haller2015-10-081-1/+1
* | dhcp-systemd: sd_dhcp_lease_load() returns no lease or error on ENOENTLubomir Rintel2015-10-081-1/+1
* | core: merge branch 'th/device-schedule-activation-bgo756129'Thomas Haller2015-10-072-206/+240
|\ \