summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* route-manager/build: fix out-of-tree builds for route-manager testslr/route-manager-1-0Thomas Haller2015-06-221-4/+4
* route-manager/test: fix missing initialization of temporary variables on stackThomas Haller2015-06-221-3/+3
* logging: define _LOGT() macro to check valid argumentsThomas Haller2015-06-221-2/+2
* logging: use _nm_log() to avoid duplicate check of whether logging is enabledThomas Haller2015-06-221-3/+3
* make use of NM_MORE_ASSERTS, nm_assert() and NM_MORE_LOGGINGThomas Haller2015-06-222-9/+5
* route-manager/test: add variations to test codeThomas Haller2015-06-221-6/+10
* route-manager: refactor route-manager and route_sync()Thomas Haller2015-06-222-272/+545
* util: add nm_utils_array_remove_at_indexes() functionThomas Haller2015-06-223-0/+175
* route-manager/test: fix usage of g_assert_expect_message()Thomas Haller2015-06-221-1/+1
* route-manager: fix memleaks in nm_route_manager_ip4_route_sync()Thomas Haller2015-06-221-0/+4
* route-manager: refactor: a readability improvementLubomir Rintel2015-06-221-2/+4
* route-manager: define singelton using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-06-221-11/+1
* route-manager: add testLubomir Rintel2015-06-223-0/+737
* route-manager: remember routes that should be activeLubomir Rintel2015-06-221-38/+176
* route-manager: normalize ipv6 route metrics during comparisonLubomir Rintel2015-06-221-1/+5
* core: split route management code out from platformLubomir Rintel2015-06-2211-209/+311
* device: backports for handling default-route of devicesThomas Haller2015-06-225-264/+612
|\
| * default-route: also configure default-routes for assumed connectionsThomas Haller2015-06-221-7/+13
| * default-route: for devices with 'never-default' enforce the default-route onl...Thomas Haller2015-06-221-4/+34
| * device: fix configuring static ip addressesThomas Haller2015-06-221-5/+4
| * device: unschedule ip update if we just scheduled ip configurationLubomir Rintel2015-06-221-0/+1
| * core: fix nm_ip_config_intersect() only to remove addresses, routes and gatewayThomas Haller2015-06-222-68/+8
| * device: always pickup externally configured default routes for a deviceThomas Haller2015-06-221-74/+94
| * device: better accept external IP changesThomas Haller2015-06-221-34/+100
| * device: require a direct route for IPv6 gatewayThomas Haller2015-06-221-2/+2
| * core: add intersect() functions to NMIP?ConfigThomas Haller2015-06-224-0/+154
| * core: refactor subtract() functions in NMIP?ConfigThomas Haller2015-06-222-123/+230
| * device: refactor ipx_config_merge_and_apply()Thomas Haller2015-06-221-111/+136
| * trivial: move nm_device_queued_ip_config_change_clear()Lubomir Rintel2015-06-221-12/+12
|/
* contrib/rpm: let NetworkManager package own '/etc/NetworkManager/' directoryThomas Haller2015-06-221-0/+2
* platform: don't assert for valid ifindex in nm_platform_link_get()Thomas Haller2015-06-221-12/+13
* platform: refactor virtual methods for link objects in NMPlatformThomas Haller2015-06-2212-535/+291
* nmp-object: check for non-empty ifname in _vt_cmd_obj_is_visible_link()Thomas Haller2015-06-221-1/+3
* platform: fix ip4_check_reinstall_device_route() implementationThomas Haller2015-06-221-11/+46
* platform/trivial: rename ObjectType to NMPObjectTypeThomas Haller2015-06-224-138/+138
* platform: add nm_platform_process_events() functionThomas Haller2015-06-223-0/+28
* trivial: move some code around in nm-device.cDan Williams2015-06-221-23/+23
* all: fix additional compiler warningis about function declarationsJiří Klimeš2015-06-224-4/+4
* platform: fix lookup addresses and routes for any ifindex and refactor NMPCac...Thomas Haller2015-06-224-172/+148
* device: delay handling of link-changed platform eventThomas Haller2015-06-221-31/+67
* settings: print filename of loaded setting pluginsThomas Haller2015-06-221-2/+10
* macros: add NM_PRINT_FMT_QUOTED() macroThomas Haller2015-06-221-0/+5
* settings: close module if loading of plugins failsThomas Haller2015-06-221-0/+2
* platform: merge branch 'th/platform_refact_caching-bgo747981'Thomas Haller2015-06-2239-2424/+6787
|\
| * platform: drop nm_platform_get_error()Thomas Haller2015-06-229-312/+38
| * device: drop logging platform error on failure to set permanent MAC addressThomas Haller2015-06-221-2/+1
| * platform: signal missing firmware in nm_platform_set_up()Thomas Haller2015-06-2213-40/+54
| * device: don't check for NM_PLATFORM_ERROR_NOT_FOUND in set_nm_ipv6ll()Thomas Haller2015-06-221-2/+1
| * platform: return NMPlatformError from link-add functionsThomas Haller2015-06-2212-106/+144
| * platform: rework NMPlatformError codesThomas Haller2015-06-223-27/+53