summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* 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
* device: split ensure_ipx_config() into IPv4 and IPv6 (bgo #751430)Jiří Klimeš2015-06-241-10/+26
* platform: refactor virtual methods for link objects in NMPlatformThomas Haller2015-06-211-6/+11
* trivial: move some code around in nm-device.cDan Williams2015-06-191-23/+23
* vxlan: o.fd.NM.Device.Proxy is a booleanLubomir Rintel2015-06-181-1/+1
* manager: use proper reason when stealing a connectionLubomir Rintel2015-06-181-1/+1
* device: delay handling of link-changed platform eventThomas Haller2015-06-181-31/+67
* device: drop logging platform error on failure to set permanent MAC addressThomas Haller2015-06-171-2/+1
* platform: signal missing firmware in nm_platform_set_up()Thomas Haller2015-06-172-7/+5
* device: don't check for NM_PLATFORM_ERROR_NOT_FOUND in set_nm_ipv6ll()Thomas Haller2015-06-171-2/+1
* platform: return NMPlatformError from link-add functionsThomas Haller2015-06-175-17/+22
* platform: expose GUdevDevice instance for platform linksThomas Haller2015-06-171-14/+7
* platform: no longer expose udi field in NMPlatformLinkThomas Haller2015-06-172-4/+6
* platform: remove redundant NMPlatformLink fields "arp" and "up"Thomas Haller2015-06-171-5/+5
* core: update device 'metered' property on connection state changeBeniamino Galvani2015-06-091-1/+59
* core,libnm: add 'metered' property to NMDeviceBeniamino Galvani2015-06-092-1/+37
* platform: move ethtool_get_link_speed() to nm-platform-utilsThomas Haller2015-06-051-32/+2
* platform: merge setup_devices() function into constructed()Thomas Haller2015-06-051-1/+8
* core: add option to suppress error logging if nm_utils_modprobe() failsThomas Haller2015-06-051-1/+1
* device: remove reading ipv6 privacy setting from sysctlThomas Haller2015-06-051-67/+5
* device: add global configuration default for ip6-privacy (use_tempaddr, RFC4941)Thomas Haller2015-06-051-15/+74
* device: make route-metric configurable per-deviceThomas Haller2015-06-051-31/+44
* device: add device-spec "type:"Thomas Haller2015-06-051-0/+4
* device: add nm_device_get_type_description() functionThomas Haller2015-06-054-1/+57
* device: don't assume by default IPv6LL-only connectionsBeniamino Galvani2015-06-021-0/+14
* default-route: also configure default-routes for assumed connectionsThomas Haller2015-05-291-7/+13
* default-route: for devices with 'never-default' enforce the default-route onl...Thomas Haller2015-05-291-2/+34
* default-route: add @out_is_never_default argument to has_default_route()Thomas Haller2015-05-291-4/+2
* builds: only enable TAP driver for glib >= 2.37.6Lubomir Rintel2015-05-281-2/+0
* core/cli: add missing device state-reason to string conversionsJiří Klimeš2015-05-271-0/+2
* device: log the device we were searching in udevJiří Klimeš2015-05-271-3/+5
* tests: use the TAP formatterLubomir Rintel2015-05-261-0/+2
* core: rearrange some VLAN code and clean up dispose()Dan Williams2015-05-191-44/+33
* platform: move InfiniBand property reading into the platform and prefer netlinkDan Williams2015-05-191-10/+4
* core: earlier software capability detectionDan Williams2015-05-196-21/+39
* device: fix wrong assert in NMDeviceFactoryThomas Haller2015-05-181-1/+3