summaryrefslogtreecommitdiff
path: root/src/devices
Commit message (Expand)AuthorAgeFilesLines
...
* trivial: move codeDan Williams2015-05-061-44/+39
* core: don't activate failed queued activation requestsDan Williams2015-05-061-7/+20
* wifi: remove anachronistic NMAccessPoint getter patternDan Williams2015-05-061-21/+5
* wifi: remove unused NMAccessPoint set_property() codeDan Williams2015-05-061-59/+11
* wifi: beautify spacing in nm-wifi-ap.hDan Williams2015-05-061-46/+45
* wifi: make internal functions static or remove themDan Williams2015-05-062-89/+27
* wifi: move NMAccessPoint getters/setters to topDan Williams2015-05-061-354/+327
* wifi: move NMAccessPoint GObject stuff to the bottomDan Williams2015-05-061-263/+256
* wifi: remove supplicant-forgotten current AP from list on disconnectDan Williams2015-05-062-5/+17
* wifi: follow supplicant's scan list instead of managing AP lifetime internallyDan Williams2015-05-063-244/+70
* wifi: condense AP list dump log messageDan Williams2015-05-061-18/+21
* wifi: make nm_ap_dump() print on one lineDan Williams2015-05-063-17/+42
* device: allow reloading of the ignore-carrier flagThomas Haller2015-05-051-1/+29
* config: make ignore-carrier option reloadableThomas Haller2015-05-051-1/+1
* platform: don't wait for udev before announcing linksDan Williams2015-05-013-1/+57
* core: add generic NMDevice function to recheck availabilityDan Williams2015-05-016-90/+91
* platform: don't accept lowering IPv6 hop-limit from RA (CVE-2015-2924)Thomas Haller2015-04-291-8/+2
* wifi: expose the last_seen property for a NMAccessPointMathieu Trudel-Lapierre2015-04-292-2/+24
* wifi: avoid assertion in request_wireless_scan() passing NULL to nm_utils_ssi...Thomas Haller2015-04-231-1/+3
* platform: add self argument to platform functionsThomas Haller2015-04-2118-139/+150
* trivial: fix spelling in commentsThomas Haller2015-04-201-2/+2
* device: add nm-plugin-missing property indicating NM device plugin not availableJiří Klimeš2015-04-202-0/+39
* core: (trivial) fix spelling in commentsJiří Klimeš2015-04-201-4/+4
* device/logging: downgrade log level of "Activation: Stage x of 5" messagesThomas Haller2015-04-181-39/+27
* core/logging: reduce info logging messages for devicesThomas Haller2015-04-181-4/+4
* device/logging: log connection UUID when activating connectionThomas Haller2015-04-181-2/+3
* device: expose nm_device_has_capability() functionThomas Haller2015-04-182-9/+11
* device: use NMDeviceCapabilities enum for device capabilitiesThomas Haller2015-04-1812-13/+13
* wimax: drop WiMAX support (bgo #747846)Dan Winship2015-04-1713-3725/+1
* wifi: fix memleak in nm_ap_update_from_properties()Beniamino Galvani2015-04-131-1/+2
* 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