summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* device: set Ethernet MTU for PPPoE connections in stage2/configBeniamino Galvani2015-05-131-0/+23
* device: set MTU on IP interfaceBeniamino Galvani2015-05-131-1/+1
* core: use explict NMLogDomain enum instead of intThomas Haller2015-05-122-6/+8
* device: fix configuring static ip addressesThomas Haller2015-05-111-5/+4
* ipv4ll: use internal implementationBeniamino Galvani2015-05-112-103/+68
* device: fix device state transition after IPv4LL failureBeniamino Galvani2015-05-111-9/+11
* device/trivial: move nm_device_check_ip_failed()Beniamino Galvani2015-05-111-36/+36
* device/trivial: rename 'aipd' and 'autoip4' to 'ipv4ll'Beniamino Galvani2015-05-112-44/+44
* device: make sure NMDevice doesn't vanish halfway through applying configurationLubomir Rintel2015-05-111-0/+3
* core: let plugins indicate links which should be ignoreddcbw/dfa-earlyDan Williams2015-05-0616-13/+41
* core: move permanent and initial MAC address reading to NMDevice and NMPlatformDan Williams2015-05-065-253/+133
* platform: move driver & firmware version reading into the platformDan Williams2015-05-061-46/+7
* platform: return link objects from add functionsDan Williams2015-05-065-5/+7
* core: move virtual interface name handling into device pluginsDan Williams2015-05-064-32/+183
* trivial: move codeDan Williams2015-05-061-55/+57
* core: let device plugins advertise supported link and setting typesDan Williams2015-05-0618-234/+603
* vlan: don't fail if parent isn't found at construct time for existing devicesDan Williams2015-05-062-25/+98