summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* device/logging: downgrade log level of "Activation: Stage x of 5" messagesth/reduce-info-logging-rh1212196Thomas Haller2015-04-171-39/+27
* core/logging: reduce info logging messages for devicesThomas Haller2015-04-172-6/+10
* device/logging: log connection UUID when activating connectionThomas Haller2015-04-171-2/+3
* core/logging: adjust log line about loading setting pluginsThomas Haller2015-04-171-1/+1
* core/logging: downgrade some <info> loggings to <debug>Thomas Haller2015-04-172-2/+2
* device: expose nm_device_has_capability() functionThomas Haller2015-04-172-9/+11
* device: use NMDeviceCapabilities enum for device capabilitiesThomas Haller2015-04-1713-14/+14
* core: optimize nm_match_spec_s390_subchannels() to return earlyThomas Haller2015-04-171-0/+3
* config: fix filename order for config-descriptionThomas Haller2015-04-171-9/+16
* platform/trivial: move ethtool codeThomas Haller2015-04-141-79/+81
* platform/trivial: move udev_detect_link_type_from_device()Thomas Haller2015-04-141-36/+35
* platform: split link_type_from_udev()Thomas Haller2015-04-141-9/+10
* platform/trivial: move udev code closer to beginning of nm-linux-platform.cThomas Haller2015-04-141-42/+46
* platform/trivial: remove unused argument from udev_get_driver()Thomas Haller2015-04-141-2/+2
* 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: use the supplicant's CurrentBSS as the current AP (bgo #747424)Dan Williams2015-04-105-548/+368
|\
| * 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
| * supplicant: ignore NotConnected errors when disconnectingDan Williams2015-04-101-2/+4
| * supplicant: track and expose wpa_supplicant's CurrentBSS propertyDan Williams2015-04-102-6/+48
* | make use of NM_MORE_ASSERTS, nm_assert() and NM_MORE_LOGGINGThomas Haller2015-04-101-4/+2
|/
* platform/trivial: rename object_type_from_nl_object() to _nlo_get_object_type()Thomas Haller2015-04-091-13/+13
* platform/trivial: move code around so that libnl related stuff is togetherThomas Haller2015-04-091-90/+91
* platform/trivial: add OBJECT_TYPE_MAX enum valueThomas Haller2015-04-091-1/+2
* route-manager/test: add variations to test codeThomas Haller2015-04-081-6/+10
* route-manager: refactor route-manager and route_sync()Thomas Haller2015-04-082-265/+546
* util: add nm_utils_array_remove_at_indexes() functionThomas Haller2015-04-083-0/+175
* default-route-manager: cleanup logging macrosThomas Haller2015-04-081-4/+5
* default-route-manager: use NMPlatformVTableRouteThomas Haller2015-04-081-70/+38
* platform: add VTable to handle IPv4 and IPv6 routes genericallyThomas Haller2015-04-082-0/+108
* test: add option in nmtst_platform_ip4_routes_equal() to ignore orderingThomas Haller2015-04-082-10/+10
* route-manager/test: check for exact expected error messageThomas Haller2015-04-081-6/+6
* route-manager/test: fix usage of g_assert_expect_message()Thomas Haller2015-04-082-3/+3
* platform/test: clear host part of routes in fake platformThomas Haller2015-04-081-2/+2
* platform/test: fake platform must use nm-logging for reporting errorsThomas Haller2015-04-081-4/+4
* platform/test: split initialization of platform tests outThomas Haller2015-04-087-1/+34
* test: setup logging during nmtst_init_assert_logging()Thomas Haller2015-04-088-12/+8
* platform: don't write debug message to stderrThomas Haller2015-04-081-5/+12
* wifi: indicate 2ghz and 5ghz wifi device capabilitiesBeniamino Galvani2015-04-083-2/+27
* 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
* dispatcher: fix crash due to wrong signature of variant for argument of "Acti...Thomas Haller2015-04-071-1/+1