summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* settings: shortcut nm_settings_get_connection_by_uuid() if @uuid is invaliddcbw/devices-for-all-squashedThomas Haller2014-11-241-0/+3
* core: allow multiple devices with the same interface nameDan Williams2014-11-246-135/+195
* core: ensure platform links are compatible with the NMDeviceDan Williams2014-11-2420-21/+123
* libnm/libnm-glib: add NMClient.get_all_devices() method and "all-devices" pro...Dan Williams2014-11-249-36/+298
* api/manager: add GetAllDevices() method and AllDevices propertyDan Williams2014-11-244-10/+102
* core: create devices first and realize them laterDan Williams2014-11-2413-228/+294
* core: rearrange some VLAN code and clean up dispose()Dan Williams2014-11-241-52/+38
* platform: move InfiniBand property reading into the platformDan Williams2014-11-245-16/+165
* core: earlier software capability detectionDan Williams2014-11-246-18/+53
* core: add class function for device unrealizationDan Williams2014-11-244-13/+145
* libnm-glib/libnm: add support for Realized device propertyDan Williams2014-11-246-0/+82
* core: add "realized" NMDevice propertyDan Williams2014-11-244-6/+66
* core: check duplicate devices by interface name not UDIDan Williams2014-11-241-15/+17
* core: split device creation and device setupDan Williams2014-11-2430-788/+770
* core: move permanent and initial MAC address reading to NMDevice and NMPlatformDan Williams2014-11-249-256/+197
* platform: move driver & firmware version reading into the platformDan Williams2014-11-245-46/+78
* platform: add nm_platform_link_get_by_address()Dan Williams2014-11-244-0/+78
* platform: ensure created interface matches requested typeDan Williams2014-11-241-5/+17
* platform: return link objects from add functionsDan Williams2014-11-2414-67/+143
* core: move virtual interface name handling into device pluginsDan Williams2014-11-245-232/+315
* core: let device plugins advertise supported link and setting typesDan Williams2014-11-2419-316/+425
* settings: ignore incompatible connections when looking for existing onesDan Williams2014-11-241-0/+3
* core: don't activate failed queued activation requestsDan Williams2014-11-241-7/+19
* core: replace open-coded find_device_by_ip_iface() call in IPv4LL codeDan Williams2014-11-241-14/+5
* libnm: allow zero prefix length for NMIPRouteThomas Haller2014-11-247-11/+33
* dhcp: fix printf format string for printing guint32 variableThomas Haller2014-11-241-1/+1
* dhcp: pass device specific route metric to nm_dhcp_systemd_get_lease_ip_confi...Thomas Haller2014-11-246-8/+14
* dhcp: fix expiry time logging/exportingDan Winship2014-11-241-5/+12
* merge: reflect parent device manage/unmanage state for VLANs (rh #1114681)Jiří Klimeš2014-11-2411-23/+131
|\
| * cli: add parent device information for VLAN devicesJiří Klimeš2014-11-241-4/+7
| * libnm: add :parent property for VLAN devicesJiří Klimeš2014-11-243-1/+37
| * libnm-glib: add :parent property for VLAN devicesJiří Klimeš2014-11-243-1/+43
| * core: add NM_UNMANAGED_PARENT flag for a dependency on parent deviceJiří Klimeš2014-11-242-10/+11
| * vlan: export parent device for VLANs as D-Bus propertyJiří Klimeš2014-11-243-7/+33
|/
* po: updated Ukranian translation (bgo #740533)Yuri Chornoivan2014-11-231-2374/+3842
* libnm: merge branch 'secret-agent-old-bgo740345'Dan Winship2014-11-2117-460/+440
|\
| * libnm: rename NMSecretAgent to NMSecretAgentOldDan Winship2014-11-2114-410/+407
| * clients: merge nm_secret_agent_simple_set_connection_path() into nm_secret_ag...Dan Williams2014-11-216-40/+25
| * clients: NMSecretAgentSimple API fixupsDan Winship2014-11-216-37/+35
|/
* libnm-core: Add a missing initializerLubomir Rintel2014-11-211-1/+1
* nmtui: Add a not reached assert to make compiler happyLubomir Rintel2014-11-211-0/+2
* tui: merge branch 'tui-sections-bgo719768'Dan Winship2014-11-2142-964/+1067
|\
| * tui: tweak NmtEditorGrid column rulesDan Winship2014-11-212-27/+32
| * tui: simplify DSL page handlingDan Winship2014-11-213-30/+76
| * tui: rework how editor pages workDan Winship2014-11-2134-269/+515
| * tui: merge NmtPageMain into NmtEditorDan Winship2014-11-215-387/+193
| * tui: rename two classesDan Winship2014-11-2132-347/+347
|/
* libnm-core: merge branch 'cert-apis-bgo719768'Dan Winship2014-11-2126-226/+334
|\
| * libnm-core: add nm_utils_file_is_certificate() and _file_is_private_key()Dan Winship2014-11-215-1/+136
| * libnm-core: tweak crypto.c APIsDan Winship2014-11-215-78/+92