summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: add NM-PLUGIN-MISSING to devicesjk/nm-plugin-missingJiří Klimeš2015-04-141-10/+12
* core: set nm-plugin-missing device propertyJiří Klimeš2015-04-141-0/+5
* libnm: add nm-plugin-missing property indicating NM device plugin not availableJiří Klimeš2015-04-143-0/+39
* device: add nm-plugin-missing property indicating NM device plugin not availableJiří Klimeš2015-04-144-0/+44
* cli: better indicate when a Wi-Fi plugin might not be available (rh #1168573)Jiří Klimeš2015-04-141-44/+58
* 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
| * 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-083-12/+40
| * 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-089-17/+29
| * platform: don't write debug message to stderrThomas Haller2015-04-081-5/+12
| * test: fix enabling DEBUG logging for testsThomas Haller2015-04-081-1/+1
| * test: fix parsing of NMTST_SEED_RANDThomas Haller2015-04-081-1/+1
| * test: change message about random seed in nmtstThomas Haller2015-04-081-1/+1
|/