summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
* device: turn off "unmanaged unless IFF_UP externally" for vethlr/veth-no-external-upLubomir Rintel2015-04-131-0/+12
* device: move the decision whether to wait for IFF_UP a virtual functionLubomir Rintel2015-04-132-6/+15
* wifi: fall back to band matching when frequency matching failsdcbw/supplicant-current-ap-bgo747424Dan Williams2015-04-101-13/+27
* wifi: remove unused AP 'broadcast' propertyDan Williams2015-04-103-32/+1
* wifi: always strict-match access points when mergingDan Williams2015-04-103-85/+15
* wifi: trivial whitespace fixupDan Williams2015-04-101-1/+1
* wifi: update AP properties from supplicant signalsDan Williams2015-04-103-17/+37
* wifi: use supplicant's CurrentBSS as the current APDan Williams2015-04-101-251/+96
* wifi: use a hash table to track access pointsDan Williams2015-04-103-156/+154
* device: use "new-activation" reason when deactivating for another activationLubomir Rintel2015-04-081-1/+1
* device,libnm,cli: add "new-activation" reason for device state changeLubomir Rintel2015-04-081-0/+1
* device: translate NM_DEVICE_STATE_REASON_UNKNOWN to "unknown"Lubomir Rintel2015-04-081-0/+1
* supplicant-manager, wifi: (trivial) fix signal argument typesDan Winship2015-04-061-3/+3
* bluetooth: port bluez4 code to gdbusDan Winship2015-04-033-177/+87
* libnm, core: use typechecked proxy_call methodsDan Winship2015-04-033-20/+13
* libnm, core: use _nm_dbus_signal_connect()Dan Winship2015-04-032-47/+27
* manager: remove a connection from device if we're activating it on another de...Lubomir Rintel2015-04-032-9/+40
* bridge/bond/team: device availability shouldn't depend on IFF_UP (bgo #746918)Dan Williams2015-04-023-9/+3
* team: ratelimit teamd spawningDan Williams2015-04-021-57/+79
* team: respawn teamd when it exits instead of failing activation (rh #1145988)Dan Williams2015-04-021-79/+115
* wifi: clear WPAS_REMOVED_TAG when scanning Wi-Fi APBernd Edlinger2015-04-021-3/+18
* device: use UNMANAGED reason instead of REMOVED when unmanaging devices upon ...Lubomir Rintel2015-04-021-2/+2
* device: progress the device activation if it has a valid assumed connectionLubomir Rintel2015-04-011-0/+2
* core: use dev_id when calculating the interface IPv6 IID (rh #1101809)Dan Williams2015-03-271-0/+4
* Revert "core: make veth devices default-unmanaged for now"lr/udev-unmanaged-fd731014Lubomir Rintel2015-03-231-1/+0
* libnm,core: don't mix up enum typesLubomir Rintel2015-03-191-1/+1
* device: if there's a ll address already don't re-commit itLubomir Rintel2015-03-172-6/+10
* device: fix a couple of copy & paste errorsLubomir Rintel2015-03-171-2/+2
* device: do not touch sysctls after the device was removedLubomir Rintel2015-03-171-14/+20
* device: unschedule ip update if we just scheduled ip configurationLubomir Rintel2015-03-131-0/+1
* trivial: move nm_device_queued_ip_config_change_clear()Lubomir Rintel2015-03-131-12/+12
* device: don't assume valid ip4/ip6 config in nm_device_get_ipX_route_metric()Dan Williams2015-03-121-4/+18
* device: fix handling if DHCP hostname for configure-and-quitDan Williams2015-03-121-1/+1
* wifi: fix recognition of AP RSN capabilitiesDan Williams2015-03-101-1/+1
* nm-device: avoid improper IPv6 MTU configurationlr/ipv6-mtu-rh1194007Lubomir Rintel2015-03-091-4/+49
* nm-device: move device MTU setting from IP4Config to NMDeviceLubomir Rintel2015-03-091-0/+10
* nm-device: set ipv6 mtu at config commit timeLubomir Rintel2015-03-091-6/+16
* supplicant: convert interface/config to GDBusDan Williams2015-03-033-133/+102
* wwan: refactor nm_modem_ip_type_to_string() and fix return typeThomas Haller2015-03-031-19/+9
* wwan: don't warn on disconnect if ModemManager isn't runningDan Williams2015-03-021-1/+2
* trivial: don't run wifi tests if the tests are disabledLubomir Rintel2015-03-021-0/+2
* core: pass ifindex as parameter to nm_ip6_config_new()lr/route-manager-rh740064Lubomir Rintel2015-02-273-18/+18
* core: pass ifindex as parameter to nm_ip4_config_new()Dan Williams2015-02-274-18/+21
* ip6-config: keep track of ifindexLubomir Rintel2015-02-272-2/+11
* ip4-config: keep track of ifindexLubomir Rintel2015-02-273-1/+12
* core: split route management code out from platformLubomir Rintel2015-02-272-2/+4
* device: add multicast-snooping option supportJiří Klimeš2015-02-261-1/+2
* wwan: indentation & alignment fixesAleksander Morgado2015-02-243-25/+25
* wwan: new retry logic when ipv4=auto and ipv6=autoAleksander Morgado2015-02-243-130/+232
* device: set the reason for when deactivating for another activationLubomir Rintel2015-02-241-1/+1