summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: allow multiple devices with the same interface namedcbw/devices-for-allDan Williams2015-12-045-122/+191
* libnm/libnm-glib: add NMClient.get_all_devices() method and AllDevices propertyDan Williams2015-12-0411-41/+387
* test: some refactoring of test-networkmanager-service.pyThomas Haller2015-12-041-46/+43
* api/manager: add GetAllDevices() method and AllDevices propertyDan Williams2015-12-044-13/+104
* core: ensure platform links are compatible with the NMDeviceDan Williams2015-12-0419-29/+125
* core: create devices first and realize them laterDan Williams2015-12-0413-277/+354
* ip-tunnel: don't update_properties() during update_connection()/check_connect...Thomas Haller2015-12-041-4/+0
* ip-tunnel: let update_properties_from_ifindex() clear properties on failureThomas Haller2015-12-041-4/+5
* ip-tunnel: refactor update_properties in NMDeviceIPTunnelThomas Haller2015-12-041-26/+40
* core: add class function for device unrealizationDan Williams2015-12-047-9/+217
* libnm-glib/libnm: add support for "real" NMDevice propertyDan Williams2015-12-046-0/+89
* core: add "real" NMDevice propertyDan Williams2015-12-044-6/+74
* device: let NM_DEVICE_MASTER be equal to nm_device_get_master()Thomas Haller2015-12-041-1/+1
* utils: construct paths array directly in nm_utils_g_value_set_object_path_arr...Thomas Haller2015-12-041-7/+8
* utils: add @filter_func argument to nm_utils_g_value_set_object_path_array()Dan Williams2015-12-046-7/+27
* device: split new_device_added() out of component_added()Thomas Haller2015-12-044-32/+55
* libnm-glib: queue added/removed signals and suppress uninitialized notificationsLubomir Rintel2015-12-041-50/+181
* device: fix disconnecting slave-device when master gets deletedThomas Haller2015-12-041-12/+7
* cli: remove duplicated checks for running NetworkmanagerJiří Klimeš2015-12-031-12/+0
* dhcp: lifetimes are unsigned integers, use %u printf specifier (rh #1268911)Jiří Klimeš2015-12-031-3/+3
* platform/tests: adding missing checks for loaded modulesBeniamino Galvani2015-12-021-3/+25
* merge: branch 'bg/device-creation-ip-tunnel-bgo758047'Beniamino Galvani2015-12-0142-385/+4119
|\
| * libnm-glib: add support for IP tunnel devices as generic onesBeniamino Galvani2015-12-012-0/+3
| * libnm: add NMDeviceIPTunnelBeniamino Galvani2015-12-017-0/+653
| * device/ip-tunnel: add support for IP6TNL tunnelsBeniamino Galvani2015-12-013-5/+143
| * device/ip-tunnel: add support for IPIP tunnelsBeniamino Galvani2015-12-011-1/+45
| * device/ip-tunnel: add support for SIT tunnelsBeniamino Galvani2015-12-011-1/+45
| * device: remove NMDeviceGreBeniamino Galvani2015-12-016-426/+1
| * device: add NMDeviceIPTunnelBeniamino Galvani2015-12-0111-3/+903
| * platform/tests: test IP6TNL linksBeniamino Galvani2015-12-013-0/+77
| * platform/tests: test IPIP linksBeniamino Galvani2015-12-013-0/+59
| * platform/tests: test SIT linksBeniamino Galvani2015-12-013-0/+71
| * platform/tests: test GRE links also using platform codeBeniamino Galvani2015-12-013-6/+48
| * platform: add IP6TNL links supportBeniamino Galvani2015-12-016-0/+264
| * platform: add IPIP links supportBeniamino Galvani2015-12-016-0/+218
| * platform: add SIT links supportBeniamino Galvani2015-12-016-0/+248
| * platform: add GRE links creation supportBeniamino Galvani2015-12-013-4/+114
| * cli: add support for IP tunnel settingsBeniamino Galvani2015-12-013-2/+325
| * libnm-core: add NMSettingIPTunnelBeniamino Galvani2015-12-0111-1/+889
| * libnm-core: add nm_utils_enum_get_values()Beniamino Galvani2015-12-014-0/+77
|/
* libnm: avoid loosing signalsLubomir Rintel2015-12-012-10/+79
* wifi: only try adding supplicant interface 5 times on errors (bgo #753971)Jiří Klimeš2015-11-301-1/+36
* Revert "systemd: fix potential memory leaks"Thomas Haller2015-11-281-3/+1
* man: add missing description of tun parameters in nmcli manual pageJiří Klimeš2015-11-281-0/+16
* cli: allow TAB-completion for tun.mode in nmcli editorJiří Klimeš2015-11-281-1/+5
* cli: allow TAB-completion of "Mode:" in 'nmcli -a con add type tun'Jiří Klimeš2015-11-281-14/+33
* cli: ask user before requiring optional parameters for 'nmcli -a con add type...Jiří Klimeš2015-11-281-0/+4
* cli: fix an error in setting s390-options in nmcli editorJiří Klimeš2015-11-281-1/+12
* cli: fix an error in nmcli editor when setting vpn.data/vpn.secretsJiří Klimeš2015-11-281-2/+15
* cli: fix a crash in 'nmcli -a con clone'Jiří Klimeš2015-11-281-6/+16