summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform/trivial: remove obsolete code commentth/platform-api-cleanup-bgo759261Thomas Haller2015-12-091-28/+0
* platform: remove g_return() checks for platform klass implementationThomas Haller2015-12-091-34/+0
* platform: move reading sysctl-options for master/slave to NMPlatformThomas Haller2015-12-094-135/+67
* platform/trivial: rename sysctl slave/master option functionsThomas Haller2015-12-095-21/+21
* platform/trivial: rename link related functionsThomas Haller2015-12-0915-115/+128
* trival: fix whitespaceThomas Haller2015-12-091-53/+53
* platform: return pointer to NMPlatformLink object for add functionsThomas Haller2015-12-0916-90/+90
* device: pass const NMPlatformLink instance to setup_start()/setup_finish()Thomas Haller2015-12-0910-15/+15
* device: accept UNKNOWN device types during create_and_realize()Thomas Haller2015-12-091-3/+3
* merge: vxlan devices creation supportBeniamino Galvani2015-12-0932-52/+3084
|\
| * platform/tests: use nmtst_inet{4,6}_from_string() helpersBeniamino Galvani2015-12-091-12/+12
| * libnm-glib: consider unknown devices as generic onesBeniamino Galvani2015-12-091-2/+2
| * platform/tests: create vxlan links also using platform codeBeniamino Galvani2015-12-093-12/+76
| * libnm: add NMDeviceVxlanBeniamino Galvani2015-12-097-0/+949
| * device/vxlan: support device creationBeniamino Galvani2015-12-097-26/+446
| * platform: add vxlan supportBeniamino Galvani2015-12-094-1/+137
| * cli: add vxlan supportBeniamino Galvani2015-12-094-3/+469
| * libnm-core: add NMSettingVxlanBeniamino Galvani2015-12-0910-0/+997
|/
* device: don't try to match the spec against a device with no hwaddrLubomir Rintel2015-12-091-1/+1
* manager: let external devices go on removalLubomir Rintel2015-12-091-3/+3
* merge: macvlan and macvtap devices creation supportBeniamino Galvani2015-12-0933-56/+2009
|\
| * libnm: add NMDeviceMacvlanBeniamino Galvani2015-12-097-0/+432
| * device/macvlan: support device creationBeniamino Galvani2015-12-097-25/+598
| * platform: add macvtap link creation supportBeniamino Galvani2015-12-098-10/+72
| * platform/tests: test macvlans also using platform codeBeniamino Galvani2015-12-093-3/+46
| * platform: add macvlan link creation supportBeniamino Galvani2015-12-093-0/+88
| * cli: add macvlan supportBeniamino Galvani2015-12-094-2/+280
| * libnm-core: add NMSettingMacvlanBeniamino Galvani2015-12-0910-0/+478
| * platform: return the macvlan mode as integerBeniamino Galvani2015-12-095-28/+27
|/
* man: correct manual page with respect to whitespace in device-specThomas Haller2015-12-091-3/+7
* device/tun: set tun mode when the device is createdBeniamino Galvani2015-12-091-0/+3
* libnm: fix description of NMDeviceIPTunnel:input-key propertyJiří Klimeš2015-12-091-1/+1
* libnm: fix indenting in libnm/nm-device-ip-tunnel.cJiří Klimeš2015-12-091-1/+1
* device/trivial: rename variableThomas Haller2015-12-091-4/+5
* device: during activating device transit to DISCONNECTED stateThomas Haller2015-12-091-1/+1
* device: add NM_DEVICE_CHECK_DEV_AVAILABLE_FOR_USER_REQUEST flagThomas Haller2015-12-092-7/+8
* device: fix enum value NM_DEVICE_CHECK_CON_AVAILABLE_ALLThomas Haller2015-12-091-2/+1
* device: move initialization of ifindex to constructor()Beniamino Galvani2015-12-091-10/+30
* cli: TAB-complete yes/no for boolean properties in the editorJiří Klimeš2015-12-091-22/+71
* merge: branch 'lr/device-link-type'Lubomir Rintel2015-12-0816-26/+137
|\
| * manager: improve the add_device() error handling a bitlr/device-link-typeLubomir Rintel2015-12-081-8/+17
| * device: set link type from all factoriesLubomir Rintel2015-12-0813-1/+62
| * device: precisely match the link type to the platform deviceLubomir Rintel2015-12-081-1/+14
| * device: add link_type propertyLubomir Rintel2015-12-082-16/+44
|/
* trival: fix whitespaceThomas Haller2015-12-081-1/+1
* config: add defines for key names for keyfileThomas Haller2015-12-082-4/+10
* active-connection: improve logging in NMActiveConnectionThomas Haller2015-12-071-59/+56
* macros: add nm_sprintf_bufa()Thomas Haller2015-12-071-0/+11
* device: fix crash in master_ready() logging unset priv->masterThomas Haller2015-12-071-1/+1
* core: use define for NMManager's "state-changed" signal nameThomas Haller2015-12-073-2/+3