summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bluetooth: assert against registering same device multiple timesth/bluetooth-nap-bgo783326Thomas Haller2017-06-031-0/+3
* bluetooth/trivial: rename NetworkServer's network_servers fieldThomas Haller2017-06-031-6/+6
* bluetooth: split _find_network_server() in two functionsThomas Haller2017-06-031-18/+25
* device: inline bluetooth function in nm-device-bridge.cThomas Haller2017-06-031-53/+29
* libnm: streamline functions in nm-connection.cThomas Haller2017-06-032-140/+76
* all: change handling of connection.type for bluetooth NAP and in generalThomas Haller2017-06-037-109/+103
* device: remove duplicate check for NMDeviceFactory's _add_factory()Thomas Haller2017-06-031-14/+2
* device: hide nm_device_factory_get_supported_types() functionThomas Haller2017-06-032-5/+1
* libnm: avoid assertion with invalid connections in _nm_connection_find_base_t...Thomas Haller2017-06-031-4/+7
* libnm: downgrade assertions in _nm_register_setting_impl() to nm_assert()Thomas Haller2017-06-031-12/+7
* libnm: distinguish INVALID priority setting from NM_SETTING_PRIORITY_CONNECTIONThomas Haller2017-06-031-13/+14
* libnm: use enum for setting prioritiesThomas Haller2017-06-0334-34/+34
* libnm: add enum for setting prioritiesThomas Haller2017-06-028-53/+70
* libnm/trivial: rename _nm_register_setting function to _nm_register_setting_implThomas Haller2017-06-022-8/+8
* core: minor refactoring condition in validate_activation_request()Thomas Haller2017-06-021-15/+11
* core: print the connection.type in nm_utils_log_connection_diff()Thomas Haller2017-06-021-6/+17
* device: merge various device cleanupsThomas Haller2017-06-026-69/+72
|\
| * device: transform NM_DEVICE_IS_MASTER gobject property to field in NMDeviceClassThomas Haller2017-06-025-25/+19
| * core: add nm_device_spec_match_list_full()Thomas Haller2017-06-022-1/+18
| * device: rename activate_stage5_ip4_config_commit() to activate_stage5_ip4_con...Thomas Haller2017-06-021-4/+4
| * device: prefix log messages related to carrierThomas Haller2017-06-021-5/+5
| * device: minor cleanup of NMDeviceEthernet:get_link_speed()Thomas Haller2017-06-021-4/+3
| * device: rework listening to carrier changes for DCB in NMDeviceEthernetThomas Haller2017-06-021-28/+21
| * device: move carrier_changed_notify() notification to nm_device_set_carrier()Thomas Haller2017-06-021-2/+2
|/
* clients: respond to the secret requests that we can't serviceLubomir Rintel2017-06-021-0/+9
* settings: refactor nm_settings_connection_read_and_fill_timestamp()Thomas Haller2017-06-021-18/+20
* tests: work around coverity false-positivesThomas Haller2017-06-021-9/+10
* supplicant: work-around coverify false-positive for check_return: g_async_ini...Thomas Haller2017-06-021-3/+5
* supplicant/tests: work-around coverify false-positive in testThomas Haller2017-06-021-1/+1
* connectivity: fix scheduling periodic connectivity checksThomas Haller2017-06-021-14/+15
* all: replace uses of inet_aton() and friendsThomas Haller2017-06-024-45/+57
* all: reject duplicate keys in JSONLubomir Rintel2017-06-012-4/+4
* build: fix nm binutils tool when building with LTOThomas Haller2017-06-013-4/+3
* build: add a missing test artifact to distLubomir Rintel2017-06-011-0/+1
* merge: branch 'lr/bluetooth-nap'Lubomir Rintel2017-06-0140-174/+556
|\
| * bridge: move the Bluetooth NAP logic to bridge devicelr/bluetooth-napLubomir Rintel2017-06-015-64/+76
| * libnm: add _nm_connection_get_setting_bluetooth_for_nap()Thomas Haller2017-06-013-16/+18
| * device: don't include header of bluetooth plugin in nm-device.hThomas Haller2017-06-013-10/+7
| * bluetooth: emit component-added when a network server is addedLubomir Rintel2017-06-011-2/+13
| * bluetooth: expose known HCI adapters to devicesLubomir Rintel2017-06-012-2/+213
| * device: register a bridge for Bluetooth NAP with BluezLubomir Rintel2017-05-313-1/+89
| * device: retry autoactivation upon a component additionLubomir Rintel2017-05-312-2/+14
| * devices/factory: allow announcing a NULL componentLubomir Rintel2017-05-313-10/+13
| * clients: add support for Bluetooth NAP typeLubomir Rintel2017-05-314-13/+15
| * clients: allow bridge settings for Bluetooth devicesLubomir Rintel2017-05-311-0/+1
| * core/connection: normalize bridge settings into bluetooth NAP connectionsLubomir Rintel2017-05-312-12/+41
| * core/bluetooth: add NAP typeLubomir Rintel2017-05-312-4/+13
| * core: negotiate the best base settingLubomir Rintel2017-05-316-21/+31
| * core: allow two priorities of base settingsLubomir Rintel2017-05-3113-17/+20
| * core/connections: pick base setting from settings the connection actually hasLubomir Rintel2017-05-312-22/+17