summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* device: only 'ignore-auto-routes' and 'ignore-auto-dns' for certain settingsth/device-ignore-auto-bgo752546Thomas Haller2015-08-051-38/+41
* core: add @merge_flags argument to nm_ip4_config_merge() and nm_ip6_config_me...Thomas Haller2015-08-051-11/+11
* all: drop includes to <glib/gi18n.h> for "nm-default.h"Dan Winship2015-08-0515-21/+0
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-0551-77/+51
* include: add convenience header "nm-default.h"Thomas Haller2015-08-056-6/+6
* all: include internal headers with quotesThomas Haller2015-08-053-3/+3
* 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-043-0/+10
* core: split device creation and device setup (bgo #737458)Dan Williams2015-07-3128-739/+801
* wwan: trivial: fix typos in error stringsBeniamino Galvani2015-07-291-2/+2
* bluetooth, vpn-manager: use GDBusProxies to monitor servicesDan Winship2015-07-242-85/+48
* core: port NMDhcp4Config/NMDhcp6Config to GVariantDan Winship2015-07-241-34/+4
* core: move D-Bus export/unexport into NMExportedObjectDan Winship2015-07-2415-148/+53
* core: add an NMExportedObject base classDan Winship2015-07-2422-65/+29
* core: add missing g_dbus_error_strip_remote_error() callsDan Winship2015-07-244-3/+8
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-2454-98/+38
* include: add nm-dbus-compat.hDan Winship2015-07-242-4/+4
* core: configure Wake-on-LAN parameters for Ethernet devicesBeniamino Galvani2015-07-241-0/+37
* 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
* all: remove #if GLIB_CHECK_VERSION conditionals around g_type_init()Thomas Haller2015-07-121-1/+1
* test: initialize tests with nmtst_init()Thomas Haller2015-07-121-5/+6
* device: fix regression for ignored search domains in ip._config_merge_and_app...Thomas Haller2015-07-091-2/+4
* bluetooth: avoid an assertion failure if built w/o bluez5 supportLubomir Rintel2015-07-091-3/+6
* 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
* infiniband: don't crash if the parent interface is not yet thereLubomir Rintel2015-07-021-0/+3
* 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
* route-manager: manage IPv4 device-routes with NMRouteManagerThomas Haller2015-07-011-3/+9
* platform: change NMPlatformGetRouteMode enum to NMPlatformGetRouteFlags flagsThomas Haller2015-07-011-2/+2
* device: restart ping process when it exits with an errorBeniamino Galvani2015-07-011-40/+84
* device: fix cleanup DHCP instance when unmanaging device on removed platform ...Thomas Haller2015-07-011-29/+37
* device/trivial: refactor declaration of NMUnmanagedFlags enum flagsThomas Haller2015-06-291-7/+7
* device: only reset ipx fields when there L3 configuration is presentLubomir Rintel2015-06-281-12/+16
* device: renew DHCP lease for active "ignore-carrier" devices on carrier-on (b...Jiří Klimeš2015-06-261-33/+39
* team: fix potential crash if team binary doesn't existThomas Haller2015-06-251-1/+1
* device: fix handling of ignore-auto-dns and ignore-auto-routesBeniamino Galvani2015-06-251-3/+26
* device: merge device_ipx_changed() signal handlerThomas Haller2015-06-241-24/+20
* platform: pass object type with platform changed signalThomas Haller2015-06-242-1/+4
* device: split IP config changes signal handling to IPv4 and IPv6Jiří Klimeš2015-06-241-26/+87