summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: avoid using the nm_platform_link_*() getters excessivelylr/nm-1-2Lubomir Rintel2016-04-201-6/+8
* infiniband: remove the partitions on unrealizingLubomir Rintel2016-04-203-8/+48
* platform: add functionality to remove infiniband partitionsLubomir Rintel2016-04-204-18/+87
* libnm-core: empty key is not a pkcs12 fileLubomir Rintel2016-04-202-0/+6
* examples: fix crash in add-connection-libnmBeniamino Galvani2016-04-201-1/+1
* Revert "core: don't leak ActiveConnection object on AddAndActivate failure"Dan Williams2016-04-191-1/+0
* libnm/vpn: merge branch 'th/vpn-load-plugin-bgo765225'Thomas Haller2016-04-1910-103/+141
|\
| * libnm/vpn: search VPN plugin in NMPLUGINDIRThomas Haller2016-04-195-66/+60
| * libnm/vpn: allow specifying non-absolute plugin name in VPN .name fileThomas Haller2016-04-193-39/+87
| * libnm/vpn: fix code comment for nm_vpn_editor_plugin_load_from_file()Thomas Haller2016-04-191-5/+1
| * libnm/vpn: clear internal "keyfile" from NMVpnPluginInfoThomas Haller2016-04-191-4/+6
| * libnm/vpn: lookup nm_vpn_plugin_info_supports_multiple() from cached valuesThomas Haller2016-04-191-4/+4
| * shared: move nm_utils_ascii_str_to_bool() to shared/nm-shared-utils.hThomas Haller2016-04-195-40/+38
|/
* device: check for a parent deviceLubomir Rintel2016-04-193-0/+18
* infiniband: check that the connection to be created is a partition firstLubomir Rintel2016-04-191-7/+8
* infiniband: consistently use the error codeLubomir Rintel2016-04-191-3/+3
* macvlan: fix error handlingLubomir Rintel2016-04-191-1/+2
* device-factory: always prefer manually set interface name to a generated oneLubomir Rintel2016-04-181-3/+2
* libnm-core/vpn-connection: get the service for bus path from pluginLubomir Rintel2016-04-181-1/+4
* linux-platform: fix crash in _new_from_nl_link() when sharing lnk dataThomas Haller2016-04-181-0/+1
* device: merge branch 'th/device-update-default-route'Thomas Haller2016-04-151-20/+43
|\
| * device: fix preserving the default-route during _cleanup_generic_post()Thomas Haller2016-04-151-0/+3
| * device: refactor clearing default-route in NMDeviceThomas Haller2016-04-151-29/+40
| * device: fix wrongly deleting default-route on exitThomas Haller2016-04-151-2/+11
|/
* device/vlan: update hw address also during prepare phaseBeniamino Galvani2016-04-141-21/+30
* vpn-connection: don't fail the connection if there's no VPN gatewayLubomir Rintel2016-04-141-8/+6
* po: update Swedish (sv) translation (bgo #764750)Anders Jonsson2016-04-131-529/+619
* po: update Polish (pl) translation (bgo #764955)Piotr Drąg2016-04-131-55/+54
* po: translation fixes (bgo#764956)Thomas Haller2016-04-122-2/+2
|\
| * po: fix syntax error in Telugu (te) translationPiotr Drąg2016-04-121-1/+1
| * po: fix syntax error in French (fr) translationPiotr Drąg2016-04-121-1/+1
|/
* docs: don't set the online-location attributeLubomir Rintel2016-04-123-3/+3
* release: bump version to 1.1.94 (1.2-rc2)1.2-rc2Lubomir Rintel2016-04-121-1/+1
* man: clarify the license of the manualsLubomir Rintel2016-04-126-62/+77
* man: don't template NetworkManager.conf.xmlLubomir Rintel2016-04-124-17/+14
* man: remove work-in-progress warningLubomir Rintel2016-04-121-1/+0
* man: fix prompt and user input formattingLubomir Rintel2016-04-121-37/+36
* man: fix nmcli-examples synopsis formattingLubomir Rintel2016-04-121-1/+2
* docs: toplevel document nitpicksLubomir Rintel2016-04-121-15/+17
* libnm-core,core: merge branch 'th/nm-ip-address-zero-prefix'Thomas Haller2016-04-124-54/+43
|\
| * ifcfg-rh: support zero prefix length for IP addresses in readerThomas Haller2016-04-121-30/+22
| * core: expose NMIPAddress instances with prefix zero on D-BusThomas Haller2016-04-122-8/+0
| * libnm-core: drup unused @allow_zero_prefix argument from valid_prefix()Thomas Haller2016-04-121-16/+14
| * libnm-core: allow zero prefix length in NMIPAddressThomas Haller2016-04-121-3/+3
| * libnm-core/trivial: add code commentThomas Haller2016-04-121-0/+7
|/
* platform: merge branch 'th/platform-route-resync'Thomas Haller2016-04-1241-799/+1475
|\
| * platform: set NLM_F_EXCL when adding linksThomas Haller2016-04-121-8/+8
| * platform: ensure cache consistency for routes by workaround missing kernel eventThomas Haller2016-04-123-6/+174
| * platform: use _NM_UTILS_LOOKUP_DEFINE()Thomas Haller2016-04-121-41/+33
| * platform: track refresh-all actions that are in progressThomas Haller2016-04-121-14/+117