summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* platform/tests: add @platform argument to nmtstp functionsThomas Haller2016-04-121-1/+1
* platform/tests/trivial: rename init_tests() and setup_tests() functionThomas Haller2016-04-122-4/+4
* platform: change @plen field of NMPlatformIPxAddress to type guint8Thomas Haller2016-04-121-2/+4
* platform: change @plen field of NMPlatformIPxRoute to type guint8Thomas Haller2016-04-121-0/+1
* build: disable deprecation checks for internal compilationThomas Haller2016-04-057-7/+0
* manager: ensure IP config of device is cleared before removalLubomir Rintel2016-04-041-0/+12
* device: ensure @error always set by nm_device_factory_create_device()Thomas Haller2016-04-041-1/+18
* device: remove ignored dummy variableThomas Haller2016-04-041-3/+2
* device/trivial: fix indention with tabs vs. spaces and align "nm-device.h"Thomas Haller2016-04-041-53/+53
* device: allow NM-owned device to be assumedBeniamino Galvani2016-04-041-2/+1
* device: consider external devices as unmanaged until they have an IP addressThomas Haller2016-04-041-3/+13
* Revert "manager: don't remove the device before policy learns of ip config ch...Lubomir Rintel2016-04-041-8/+6
* manager: don't remove the device before policy learns of ip config changeLubomir Rintel2016-04-041-6/+8
* merge: merge branch 'systemd' into masterThomas Haller2016-04-012-27/+23
|\
* | device: renew dhcp leases on awake for software devicesNikolay Martynov2016-03-312-6/+11
* | device: refactor by adding set_unmanaged_external_down() functionThomas Haller2016-03-311-16/+23
* | device: refactor setting unmanaged flag EXTERNAL_DOWNThomas Haller2016-03-311-36/+34
* | device: add nm_device_get_unmanaged_mask()Thomas Haller2016-03-312-2/+21
* | device: trival refactoring in can_unmanaged_external_down()Thomas Haller2016-03-301-1/+2
* | bond: add some missing optionsBeniamino Galvani2016-03-291-10/+25
* | bond: fix re-assuming of connectionsBeniamino Galvani2016-03-291-5/+12
* | device: drop external changes on ReapplyLubomir Rintel2016-03-291-0/+2
* | core: be strict about connection argument for Reapply() D-Bus methodThomas Haller2016-03-261-1/+4
* | device: delay the activation if the backing device is not yet thereLubomir Rintel2016-03-261-1/+1
* | device: only clear the activate request when the device disconnectsLubomir Rintel2016-03-261-1/+2
* | device: _get_available_connections() with _get_best_connection()Lubomir Rintel2016-03-262-24/+41
* | device: optimize hashtable usage for shared_ipsThomas Haller2016-03-201-4/+1
* | lldp: refactor keeping tlv data and order entries in neighbor GVariantThomas Haller2016-03-171-107/+167
* | lldp: ensure stable order of variants in LLDP neighbor listThomas Haller2016-03-171-14/+24
* | lldp: drop process_lldp_neighbors()Thomas Haller2016-03-171-105/+9
* | lldp: process one neighbor at a timeThomas Haller2016-03-172-40/+111
* | lldp: implement properties via NM_GOBJECT_PROPERTIES_DEFINE()Thomas Haller2016-03-171-14/+12
* | lldp: improve loggingThomas Haller2016-03-171-5/+13
* | lldp: let lldp_neighbor_new() also create invalid objectsThomas Haller2016-03-171-16/+17
* | lldp: cache the GVariant in LldpNeighborThomas Haller2016-03-171-11/+14
* | lldp: factor out lldp_neighbor_to_variant()Thomas Haller2016-03-171-52/+58
* | lldp: refactor processing all lldp-neighborsThomas Haller2016-03-171-45/+54
* | lldp: split out creation of LldpNeighbor instanceThomas Haller2016-03-171-163/+211
* | lldp/trivial: rename internal type LLDPNeighbor to LldpNeighborThomas Haller2016-03-171-11/+11
* | ethernet: set the connection type when generating the connectionLubomir Rintel2016-03-161-0/+5
* | device: fix handling of available connectionsBeniamino Galvani2016-03-151-6/+5