summaryrefslogtreecommitdiff
path: root/src/devices/nm-device-vlan.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch master of git://anongit.freedesktop.org/NetworkManager/NetworkMa...Thomas Haller2016-03-261-1/+2
|\
| * utils: inject platform into nm_utils_complete_generic()Thomas Haller2016-03-151-1/+2
* | Merge branch 'master' of git://anongit.freedesktop.org/NetworkManager/Network...Stjepan Gros2016-02-271-2/+1
|\ \ | |/
| * device: when activating without cloned-mac-address, set the permanent oneLubomir Rintel2016-02-261-2/+1
* | Merge branch 'master' of git://anongit.freedesktop.org/NetworkManager/Network...Stjepan Gros2016-02-201-2/+1
|\ \ | |/
| * all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* | Merge branch 'master' of git://anongit.freedesktop.org/NetworkManager/Network...Stjepan Gros2016-02-171-15/+5
|\ \ | |/
| * device: remove interface name checks from all classesLubomir Rintel2016-02-171-11/+1
| * device-factory/trivial: rename get_virtual_iface_name() to get_connection_ifa...Lubomir Rintel2016-02-171-4/+4
* | Merge branch 'master' of git://anongit.freedesktop.org/NetworkManager/Network...Stjepan Gros2016-02-161-5/+5
|\ \ | |/
| * device: remove default-unmanaged and refactor unmanaged flagsThomas Haller2016-02-151-2/+2
| * device/trivial: rename nm_device_set_unmanaged_flags()Thomas Haller2016-02-151-5/+5
* | Merge branch 'master' of git://anongit.freedesktop.org/NetworkManager/Network...Stjepan Gros2016-02-131-1/+2
|\ \ | |/
| * device/vlan: check existence of ip6 configuration before reapplying itBeniamino Galvani2016-02-121-1/+2
* | Merge branch 'master' of git://anongit.freedesktop.org/NetworkManager/Network...Stjepan Gros2016-02-121-10/+2
|\ \ | |/
| * device: add nm_device_get_applied_setting()Beniamino Galvani2016-02-121-10/+2
* | Refactoring NMPlatform object so that there is one copy perStjepan Gros2016-02-111-5/+5
|/
* core: reject existing links when trying to add a link via platformThomas Haller2016-01-251-1/+1
* device/vlan: reapply IPv6 configuration after MAC changeBeniamino Galvani2016-01-121-0/+6
* device: refactor virtual function NMDevice:unrealize_notify() to only clear p...Thomas Haller2016-01-111-2/+2
* device/trivial: rename virtual function NMDevice:unrealize() to unrealize_not...Thomas Haller2016-01-111-3/+3
* device: pass NMPlatformLink instance as const pointerThomas Haller2016-01-111-1/+1
* device/vlan: refactor handling platform properties for NMDeviceVlanThomas Haller2016-01-111-75/+69
* device/vlan: remove unreachable code from realize()Thomas Haller2016-01-111-7/+1
* device: move implementation of NMDevice:setup_start() to realize_start_setup()Thomas Haller2016-01-111-3/+3
* core: always use gulong to store signal handler idsBeniamino Galvani2016-01-061-2/+2
* vlan: make connection available if the device is not realLubomir Rintel2016-01-041-0/+13
* device/vlan: fix failed assertion in parent_hwaddr_changed()Beniamino Galvani2015-12-221-4/+8
* platform/trivial: rename link related functionsThomas Haller2015-12-101-6/+6
* platform: return pointer to NMPlatformLink object for add functionsThomas Haller2015-12-101-3/+1
* device: pass const NMPlatformLink instance to setup_start()/setup_finish()Thomas Haller2015-12-091-1/+1
* device: set link type from all factoriesLubomir Rintel2015-12-081-0/+1
* core: use define for NMDevice's "state-changed" signal nameThomas Haller2015-12-071-1/+1
* core/trivial: rename functionsThomas Haller2015-12-041-5/+5
* core: ensure platform links are compatible with the NMDeviceDan Williams2015-12-041-1/+1
* core: create devices first and realize them laterDan Williams2015-12-041-14/+20
* core: add class function for device unrealizationDan Williams2015-12-041-0/+11
* device: split new_device_added() out of component_added()Thomas Haller2015-12-041-16/+8
* vlan: handle vlan flags, ingress and egress map in NMDeviceVlanThomas Haller2015-11-021-20/+42
* platform: implement vlan properties as lnk dataThomas Haller2015-11-011-18/+23
* device/vlan: update VLAN MAC address when parent's one changesBeniamino Galvani2015-10-081-4/+36
* core: separate active and applied connectionLubomir Rintel2015-09-181-3/+3
* device: fix a crash when VLAN fails to realizeJiří Klimeš2015-09-081-0/+2
* platform: handle parent interfaces in other netnsThomas Haller2015-08-251-20/+29
* device: don't assert the platform device's not there upon creation attemptLubomir Rintel2015-08-131-1/+0
* devices, active-connection: port to gdbusDan Winship2015-08-101-6/+7
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-2/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-3/+1
* core: split device creation and device setup (bgo #737458)Dan Williams2015-07-311-181/+131
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-1/+1