summaryrefslogtreecommitdiff
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
* nm-remote-connection: take a reference to self while calling get_settingsLubomir Rintel2015-04-171-1/+4
* valgrind: fix suppressions for glib for Fedora 21Thomas Haller2015-04-171-0/+11
* valgrind: add comment to suppressions fileThomas Haller2015-04-171-0/+6
* contrib/rpm: add comment to NetworkManager.conf fileThomas Haller2015-04-161-0/+13
* 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
* cli: add PHYS_PORT_ID property to devicesJiří Klimeš2015-04-141-7/+10
* wifi: fix memleak in nm_ap_update_from_properties()Beniamino Galvani2015-04-131-1/+2
* api: add missing device state reason for NewActivationDan Williams2015-04-131-0/+5
* device: merge branch 'lr/veth-no-external-up'Lubomir Rintel2015-04-133-6/+27
|\
| * 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-102-9/+5
* | build: add --enable-more-logging configure optionThomas Haller2015-04-101-0/+6
* | build: add --enable-more-asserts configure option and nm_assert() macroThomas Haller2015-04-102-0/+14
* | test: print NMTST_SEED_RAND value with g_print()Thomas Haller2015-04-101-1/+1
|/
* test: fix compiler warning in g_test_assert_expected_messages_internal()Thomas Haller2015-04-101-2/+7
* 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
* test: make valgrind suppressions file configurableThomas Haller2015-04-091-2/+10
* test: log message at g_test_assert_expected_messages()Thomas Haller2015-04-091-2/+14
* test: add description of test behavior to nm-test-utils.hThomas Haller2015-04-091-0/+54
* route-manager: merge branch 'th/route-manager-bgo740064'Thomas Haller2015-04-0824-392/+1009
|\
| * 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