summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release: bump version to 1.1.91 (1.2-beta2)1.2-beta2Beniamino Galvani2016-03-011-1/+1
* core: merge branch 'th/build-core'Thomas Haller2016-03-0119-3332/+3524
|\
| * systemd/tests: add test util for systemdThomas Haller2016-03-015-0/+106
| * core: split "nm-core-utils.h" out of "NetworkManagerUtils.h"Thomas Haller2016-03-0114-3326/+3409
| * logging: make logging independent of platformThomas Haller2016-03-014-6/+9
|/
* lldp/tests: fix memleaks in testThomas Haller2016-03-011-17/+22
* release: update NEWSBeniamino Galvani2016-03-011-1/+12
* merge: branch 'bg/vlan-reorder-hdr-bgo762626'Beniamino Galvani2016-02-2912-47/+95
|\
| * 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-299-27/+79
| * utils: add nm_utils_strbuf_init() macroThomas Haller2016-02-291-0/+13
|/
* platform/trivial: rename NMPlatformIP6Address's "flags" field to "n_ifa_flags"Thomas Haller2016-02-298-25/+25
* platform: adjust type of IPv6 address flags to guintThomas Haller2016-02-299-14/+15
* platform: streamline fields in platform's structuresThomas Haller2016-02-291-32/+33
* platform/trivial: rename NMPlatformLink's "flags" field to "n_ifi_flags"Thomas Haller2016-02-297-29/+29
* platform: adjust type of link flags to guintThomas Haller2016-02-293-6/+3
* systemd,lldp: merge branch 'th/systemd-lldp'Thomas Haller2016-02-2966-162/+88
|\
| * lldp/tests: unref lldp instance in testThomas Haller2016-02-291-1/+1
| * lldp: handle NULL values in lldp_neighbor_id_hash()Thomas Haller2016-02-291-4/+6
| * lldp: don't mix malloc() with g_malloc()Thomas Haller2016-02-291-1/+1
| * lldp: refactor logging to use _LOG() macrosThomas Haller2016-02-291-8/+48
| * lldp: fix calling free on memory returned by systemdThomas Haller2016-02-291-3/+1
| * lldp: refactor process_lldp_neighbors()Thomas Haller2016-02-291-16/+15
| * macros: add nm_auto() macro to cleanup functionsThomas Haller2016-02-291-1/+3
| * systemd: don't include "nm-sd-adapt.h" in systemd header filesThomas Haller2016-02-2962-120/+5
| * build: sort files for libsystemd_nm_la_SOURCES alphabeticallyThomas Haller2016-02-291-8/+8
|/
* cli: fix use-after-free when adding ADSL connectionsBeniamino Galvani2016-02-291-7/+9
* introspection: fix description for vxlan ageing propertyBeniamino Galvani2016-02-291-2/+2
* device: fix compile error due to typoThomas Haller2016-02-291-1/+1
* device/trivial: adjust whitespace for property definitionsThomas Haller2016-02-291-191/+191
* device: use _notify() instead of g_object_notify() for object propertiesatul2016-02-291-209/+139
* 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
|\