summaryrefslogtreecommitdiff
path: root/src/devices/nm-device.c
Commit message (Expand)AuthorAgeFilesLines
* core: separate active and applied connectionlr/applied-connection-bgo724041Lubomir Rintel2015-09-181-69/+103
* device/trivial: rename nm_device_get_unmanaged_flag() to nm_device_get_unmana...Thomas Haller2015-09-181-5/+5
* device/trivial: rename nm_device_set_initial_unmanaged_flag() to nm_device_se...Thomas Haller2015-09-181-8/+8
* device: allow modifying Managed propertyThomas Haller2015-09-181-1/+14
* policy: update device's metered property when connection changesBeniamino Galvani2015-09-181-2/+1
* device: refactor setting unmanaged based on device-specThomas Haller2015-09-161-0/+19
* device: add explicit NM_UNMANAGED_LOOPBACK flag for not managing "lo"Thomas Haller2015-09-161-6/+4
* device: add debug log for setting unmanged flagsThomas Haller2015-09-141-11/+37
* device/trivial: move local variable closer to where it is usedThomas Haller2015-09-141-2/+4
* iface-helper: enabled dhcp4/slaac according to IP methodThomas Haller2015-09-131-23/+18
* device: retry DHCP after timeout/expiration for assumed connectionsBeniamino Galvani2015-09-081-0/+20
* device: don't reset NM_UNMANAGED_DEFAULT when platform doesn't override thisLubomir Rintel2015-09-081-2/+2
* device: retry creation of default connection after link is initializedBeniamino Galvani2015-09-031-0/+10
* device: fix clearing of dhcp6_restart_id in dhcp6_cleanup()Beniamino Galvani2015-08-261-1/+1
* device: don't disconnect after DHCP failure when there are static IPsBeniamino Galvani2015-08-261-0/+68
* device: don't clear @master on cleanup when the link is still enslavedBeniamino Galvani2015-08-201-3/+5
* device: accept multiple addresses in a DHCPv6 leaseBeniamino Galvani2015-08-171-5/+28
* device: log message when constructing NMDevice instanceThomas Haller2015-08-131-1/+3
* device: avoid a crash during destructionLubomir Rintel2015-08-121-1/+2
* device: don't call ioctl to update priv->ip4_addressBeniamino Galvani2015-08-111-17/+10
* devices, active-connection: port to gdbusDan Winship2015-08-101-55/+49
* device: avoid setting MTU to zero if undefinedLubomir Rintel2015-08-101-1/+1
* device: only 'ignore-auto-routes' and 'ignore-auto-dns' for certain settingsThomas Haller2015-08-061-40/+49
* core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_me...Thomas Haller2015-08-061-11/+11
* device: fix memory leak in act_stage3_ip6_config_start()Beniamino Galvani2015-08-051-5/+0
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-051-1/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-3/+1
* device: lower serverity of MTU adjustment loggingLubomir Rintel2015-08-041-3/+3
* device: don't modify the device MTU if it's unsetLubomir Rintel2015-08-041-3/+3
* device: add audit supportBeniamino Galvani2015-08-041-0/+8
* core: split device creation and device setup (bgo #737458)Dan Williams2015-07-311-142/+211
* core: port NMDhcp4Config/NMDhcp6Config to GVariantDan Winship2015-07-241-34/+4
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-241-62/+18
* core: add an NMExportedObject base classDan Winship2015-07-241-5/+3
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* ip4-config: 0.0.0.0 is a valid gateway tooLubomir Rintel2015-07-221-1/+1
* device: always assume default-route for generate-assumed-connectionsThomas Haller2015-07-221-12/+20
* device: move setting v4_commit_first_time/v6_commit_first_time to the end of ...Thomas Haller2015-07-221-10/+13
* device/trivial: rename private field in NMDevicePrivateThomas Haller2015-07-221-12/+15
* device: prefer wifi over wwan by defaultTore Anderson2015-07-221-4/+4
* logging: make use of journal configurableThomas Haller2015-07-141-0/+12
* routes: fix race syncing routes by not doing full-syncThomas Haller2015-07-141-6/+20
* routes/trival: add argument @routes_full_sync to IP config commitThomas Haller2015-07-141-1/+4
* device: fix regression for ignored search domains in ip._config_merge_and_app...Thomas Haller2015-07-091-2/+4
* device: use NULL instead of 0 in g_return_val_if_fail() for pointerJiří Klimeš2015-07-081-1/+1
* device: trivial: fix a copy/paste error in commentJiří Klimeš2015-07-081-1/+1
* device: just get ip_iface in the place where it is neededJiří Klimeš2015-07-071-2/+2
* config: add write support for NMConfigThomas Haller2015-07-021-1/+1
* config: add macros NM_CONFIG_GET_DATA and NM_CONFIG_GET_DATA_ORIGThomas Haller2015-07-021-4/+4
* devices,platform: fix build with gccLubomir Rintel2015-07-011-2/+2