summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! device: ensure we don't have pending updates before checking for IPv6L...fg/ipv6_add_sync-rh1452046Francesco Giudici2017-06-131-8/+7
* device: ensure we don't have pending updates before checking for IPv6LL addre...Francesco Giudici2017-06-121-0/+8
* cli: remove spurious device names from outputBeniamino Galvani2017-06-111-2/+4
* ppp: merge branch 'th/ppp-cleanup'Thomas Haller2017-06-091-91/+43
|\
| * ppp: fix cancelling timeout when pppd process exitsThomas Haller2017-06-091-0/+1
| * ppp: cleanup logging pppd exit reason in ppp_watch_cbThomas Haller2017-06-091-20/+16
| * ppp: don't log newlinesThomas Haller2017-06-091-2/+2
| * ppp: refactor ppp_exit_code() to split out error to string conversionThomas Haller2017-06-091-63/+26
| * ppp/trivial: fix whitespaceThomas Haller2017-06-091-38/+38
| * ppp: inline and drop trivial function remove_timeout_handler()Thomas Haller2017-06-091-10/+2
|/
* cli: fix output of iface in overview output (rh#1460219)Thomas Haller2017-06-091-4/+4
|\
| * cli: minor refactoring of if-condition in device_overviewThomas Haller2017-06-091-3/+3
| * cli: fix output of iface in overview outputThomas Haller2017-06-091-1/+1
|/
* device: apply route metric penality only when the default route existsBeniamino Galvani2017-06-091-3/+6
* core: merge branch 'th/assume-master-rh1452062'Thomas Haller2017-06-086-191/+396
|\
| * device: suppress logging and return error reason from nm_device_generate_conn...Thomas Haller2017-06-083-28/+37
| * manager: cleanup logging message during recheck_assume_connection()/get_exist...Thomas Haller2017-06-081-28/+24
| * device: remove logging for emitting RECHECK_ASSUME signalThomas Haller2017-06-081-3/+2
| * manager: add more logging to recheck_assume_connection()Thomas Haller2017-06-081-4/+9
| * manager: add "rfkill" prefix to related logging messagesThomas Haller2017-06-081-11/+11
| * manager: add logging macro _NMLOG3() for logging connection messagesThomas Haller2017-06-082-14/+54
| * manager: add logging macro _NMLOG2() for logging device messagesThomas Haller2017-06-083-45/+63
| * logging: add LOG3 macrosThomas Haller2017-06-081-0/+31
| * device: expose nm_device_state_to_str() function for NMDeviceStateThomas Haller2017-06-082-14/+16
| * device: rework device's _NMLOG() logging macroThomas Haller2017-06-081-6/+16
| * manager: fix preserving assume state during activationThomas Haller2017-06-083-50/+144
| * core: allow assuming connections on "nm-owned" software devicesThomas Haller2017-06-081-3/+0
| * device: only set nm-owned from statefile during initial setupThomas Haller2017-06-083-11/+15
|/
* device: check connectivity on the IP interfaceBeniamino Galvani2017-06-081-1/+1
* bond: check for NULL bond mode value in update_connection()Beniamino Galvani2017-06-081-1/+1
* ppp: unexport NMPPPManager instance on dispose()Thomas Haller2017-06-071-0/+4
* ppp: cast int argument for variadic g_signal_emit(NM_PPP_MANAGER_STATE_CHANGE...Thomas Haller2017-06-071-3/+3
* cli: disable pager in editor modeBeniamino Galvani2017-06-071-1/+2
* systemd: update service unit file to use dbus-send for ExecReloadThomas Haller2017-06-071-2/+2
* core: merge branch 'bg/nm-owned-persist-rh1376199'Beniamino Galvani2017-06-075-14/+58
|\
| * manager: restore the previous persistent nm-owned state of devicesBeniamino Galvani2017-06-072-1/+17
| * config: allow persisting the device nm-owned stateBeniamino Galvani2017-06-073-5/+33
| * device: rename priv->is_nm_owned to priv->nm_ownedBeniamino Galvani2017-06-073-9/+9
|/
* bluetooth: merge branch 'th/bluetooth-nap-bgo783326'Thomas Haller2017-06-0750-467/+401
|\
| * bluetooth: assert against registering same device multiple timesThomas Haller2017-06-071-0/+3
| * bluetooth/trivial: rename NetworkServer's network_servers fieldThomas Haller2017-06-071-6/+6
| * bluetooth: split _find_network_server() in two functionsThomas Haller2017-06-071-18/+25
| * device: inline bluetooth function in nm-device-bridge.cThomas Haller2017-06-071-53/+29
| * libnm: streamline functions in nm-connection.cThomas Haller2017-06-072-140/+76
| * all: change handling of connection.type for bluetooth NAP and in generalThomas Haller2017-06-077-109/+103
| * device: remove duplicate check for NMDeviceFactory's _add_factory()Thomas Haller2017-06-071-14/+2
| * device: hide nm_device_factory_get_supported_types() functionThomas Haller2017-06-072-5/+1
| * libnm: avoid assertion with invalid connections in _nm_connection_find_base_t...Thomas Haller2017-06-071-4/+7
| * libnm: downgrade assertions in _nm_register_setting_impl() to nm_assert()Thomas Haller2017-06-071-12/+7
| * libnm: distinguish INVALID priority setting from NM_SETTING_PRIORITY_CONNECTIONThomas Haller2017-06-071-13/+14