summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dns: rewrite "resolv.conf" on SIGHUP and SIGUSR1th/dns-update-on-sigusr1-rh1062301Thomas Haller2015-06-251-9/+13
* config: pass signals to nm_config_reload()Thomas Haller2015-06-257-29/+77
* platform: fix inverting guint8 value inet6_addr_gen_mode_invThomas Haller2015-06-253-5/+6
* team: fix potential crash if team binary doesn't existThomas Haller2015-06-251-1/+1
* platform/coverity: add workarounds to suppress coverify warningsThomas Haller2015-06-252-12/+14
* platform/test: minor test fix in "test-nmp-object.c"Thomas Haller2015-06-251-1/+0
* libnm-glib: avoid coverity warningThomas Haller2015-06-251-1/+1
* device: fix handling of ignore-auto-dns and ignore-auto-routesBeniamino Galvani2015-06-251-3/+26
* core: return more meaningful error when no device is found for activationJiří Klimeš2015-06-251-1/+1
* merge: branch 'lr/master-activations'Lubomir Rintel2015-06-243-12/+34
|\
| * manager: reuse an active connection, if the same activation is pendinglr/master-activationsLubomir Rintel2015-06-241-1/+25
| * active-connection: fail the activation if the master AC disconnectLubomir Rintel2015-06-241-2/+3
| * ifcfg-rh,vlan: fall back to VLAN_ID if vlan id can't be determined from DEVICELubomir Rintel2015-06-241-7/+4
| * manager: log the address, not the path of the master active connectionLubomir Rintel2015-06-241-2/+2
|/
* default-route-manager: merge platform signal handlerThomas Haller2015-06-241-49/+28
* device: merge device_ipx_changed() signal handlerThomas Haller2015-06-241-24/+20
* platform: pass object type with platform changed signalThomas Haller2015-06-2412-30/+38
* platform/trivial: fix name of enum value OBJECT_TYPE_UNKNOWNThomas Haller2015-06-244-13/+13
* platform: declare NMPObjectType in nm-types.hThomas Haller2015-06-242-11/+11
* platform: generate gtype for NMPObjectType enumThomas Haller2015-06-241-1/+1
* core: delay handling of link-changed platform event in managerThomas Haller2015-06-241-29/+44
* device: split IP config changes signal handling to IPv4 and IPv6Jiří Klimeš2015-06-241-26/+87
* device: split ensure_ipx_config() into IPv4 and IPv6 (bgo #751430)Jiří Klimeš2015-06-241-10/+26
* platform: (trivial) rename @managed to @unmanaged in link_get_unmanaged()Jiří Klimeš2015-06-243-11/+10
* platform: prettify and line-wrap route_to_string() print statementsThomas Haller2015-06-231-6/+25
* route-manager/logging: fix wording in logging statementThomas Haller2015-06-231-1/+1
* test: add NMTST_BUSY_WAIT() utilThomas Haller2015-06-231-0/+12
* examples: python: add an D-Bus example creating and activating a bondJiří Klimeš2015-06-232-1/+116
* examples: add wifi-hotspot.py script to Makefile.amJiří Klimeš2015-06-231-1/+2
* nmcli: don't hang activation of masters that progress beyond ip-configLubomir Rintel2015-06-231-1/+1
* manager: fix a typo when iterating possible master connectionLubomir Rintel2015-06-221-1/+1
* platform: g_hash_table_add doesn't return a value before 2.40Lubomir Rintel2015-06-221-0/+4
* glib-compat: include string.hLubomir Rintel2015-06-221-0/+1
* platform: fix build on 32-bit systemsLubomir Rintel2015-06-221-5/+5
* trivial: fix spelling error in code commentThomas Haller2015-06-211-1/+1
* platform: don't assert for valid ifindex in nm_platform_link_get()Thomas Haller2015-06-211-12/+13
* platform: refactor virtual methods for link objects in NMPlatformThomas Haller2015-06-2113-537/+293
* nmp-object: check for non-empty ifname in _vt_cmd_obj_is_visible_link()Thomas Haller2015-06-201-1/+3
* platform: fix ip4_check_reinstall_device_route() implementationThomas Haller2015-06-191-11/+46
* platform/trivial: rename ObjectType to NMPObjectTypeThomas Haller2015-06-194-138/+138
* platform: add nm_platform_process_events() functionThomas Haller2015-06-193-0/+28
* trivial: move some code around in nm-device.cDan Williams2015-06-191-23/+23
* all: fix additional compiler warningis about function declarationsJiří Klimeš2015-06-194-4/+4
* merge: activate slaves when master is activated (bgo #735052) (rh #1158529)Jiří Klimeš2015-06-199-7/+287
|\
| * man: mention that connection.autoconnect-slaves property supports default valueJiří Klimeš2015-06-191-0/+4
| * core: activate slaves when master is activated (bgo #735052) (rh #1158529)Jiří Klimeš2015-06-191-0/+124
| * cli: add support for connection.autoconnect-slaves propertyJiří Klimeš2015-06-191-6/+58
| * ifcfg-rh: read/write autoconnect-slaves property as AUTOCONNECT_SLAVESJiří Klimeš2015-06-193-2/+18
| * libnm: add autoconnect-slaves property to NMSettingConnectionJiří Klimeš2015-06-194-0/+84
|/
* vxlan: o.fd.NM.Device.Proxy is a booleanLubomir Rintel2015-06-181-1/+1