summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! ifcfg-rh: change the handling of REORDER_HDR flagbg/vlan-reorder-hdr-bgo762626Beniamino Galvani2016-02-291-0/+6
* libnm-core: remove special handling of missing VLAN_FLAGSBeniamino Galvani2016-02-292-20/+3
* ifcfg-rh: change the handling of REORDER_HDR flagBeniamino Galvani2016-02-298-26/+64
* utils: add nm_utils_strbuf_init() macroThomas Haller2016-02-291-0/+13
* device: the veth should have the same priority as ethernetLubomir Rintel2016-02-271-2/+1
* device: when activating without cloned-mac-address, set the permanent oneLubomir Rintel2016-02-267-13/+11
* wifi/test: fix bug in test code wpa_flags_for_idx()Thomas Haller2016-02-261-1/+1
* contrib/rpm: print dnf-install command at the end of build.shThomas Haller2016-02-261-1/+3
* arping-manager: failure to get a device name should not be fatalLubomir Rintel2016-02-261-2/+11
* device: trivial: fix indentation and whitespacesBeniamino Galvani2016-02-251-10/+10
* callouts: downgrade logging severity of messages to g_info() and g_debug()Thomas Haller2016-02-241-5/+14
* nm-glib: backport g_info() macroThomas Haller2016-02-241-0/+7
* libnm,core: fix syntax of 'transfer' annotationBeniamino Galvani2016-02-245-7/+7
* ifcfg-rh: add test for BOOTPROTO=autoipLubomir Rintel2016-02-243-0/+26
* ifcfg-rh: short circuit the IP configuration parsing on IPv4LLLubomir Rintel2016-02-241-6/+1
* device: check may_fail when progressing to IP_CHECKLubomir Rintel2016-02-241-12/+29
* device/trivial: rename nm_device_check_ip_failed()Lubomir Rintel2016-02-241-10/+10
* wifi: ignore monitor interfacesDan Williams2016-02-241-0/+11
* platform: optimize sysctl_set() to use stack allocated bufferThomas Haller2016-02-241-4/+12
* device: merge branch 'jk/device-types-bgo762538'Thomas Haller2016-02-239-5/+44
|\
| * device: add new NMDeviceType NM_DEVICE_TYPE_VETHThomas Haller2016-02-239-1/+16
| * libnm: add missing device types to get_type_name()Thomas Haller2016-02-232-4/+28
|/
* all: merge branch 'jk/device-types'Thomas Haller2016-02-235-10/+31
|\
| * libnm-util: add missing device types to NMDeviceTypeThomas Haller2016-02-231-0/+4
| * examples: add missing device-types to examplesThomas Haller2016-02-233-1/+13
| * doc: update introspection/all.xml to include missing nm-device xmlsThomas Haller2016-02-231-9/+14
|/
* man: clarify DEVICE_IFACE vs. DEVICE_IP_IFACE in `man NetworkManager`Thomas Haller2016-02-221-2/+7
* wifi: avoid autoconnecting Ad-Hoc networks with method=autoLubomir Rintel2016-02-221-4/+5
* device: merge branch 'th/device-unmanaged-settings-bgo762331'Thomas Haller2016-02-223-23/+16
|\
| * device: revert overruling NM_UNMANAGED_USER_SETTINGS decisionThomas Haller2016-02-222-16/+4
| * device: rename NM_UNMANAGED_USER_CONFIG to NM_UNMANAGED_USER_SETTINGSThomas Haller2016-02-222-14/+16
| * ifcfg-rh: fix leaking unmanaged_spec/unhandled_spec in NMIfcfgConnectionThomas Haller2016-02-221-0/+3
|/
* logging: merge branch 'th/logging-format-bgo762009'Thomas Haller2016-02-215-41/+189
|\
| * logging: always print the timestamp and align locationThomas Haller2016-02-211-4/+4
| * logging: add LOG_FORMAT_FLAG_ALIGN_LOCATION flagThomas Haller2016-02-211-6/+36
| * logging: add logging-format-flagsThomas Haller2016-02-211-29/+82
| * core: use nm_utils_parse_debug_string() instead of g_parse_debug_string()Thomas Haller2016-02-211-9/+3
| * utils: add nm_utils_parse_debug_string() to replace g_parse_debug_string()Thomas Haller2016-02-212-0/+65
| * dispatcher: minor cleanup ignoring dispatcher scripts by filenameThomas Haller2016-02-211-3/+9
|/
* macros: split macro NM_GOBJECT_PROPERTIES_DEFINE() in twoThomas Haller2016-02-191-2/+5
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-19437-1000/+801
* device: don't allways set assumed reason when platform init is doneLubomir Rintel2016-02-191-1/+18
* shared: fix nm_sprintf_buf() macro to allow plain stringThomas Haller2016-02-191-2/+2
* device: expose NMIP4Config:addresses in stable/defined sort orderThomas Haller2016-02-183-0/+71
* platform: expose nmp_utils_ip4_address_is_link_local() functionThomas Haller2016-02-184-12/+18
* Revert "build: fix detection of NSS library on Debian"Thomas Haller2016-02-181-5/+1
* device: fix assertion on unmanaged_mask for slave devicesBeniamino Galvani2016-02-181-2/+0
* build: fix detection of NSS library on DebianThomas Haller2016-02-181-1/+5
* ifcfg-rh/tests: pass arguments to tests via nmtst_add_test_func()Thomas Haller2016-02-181-144/+115
* ifcfg-rh: more testcase cleanupsDan Williams2016-02-171-924/+349