summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* service: harden the NetworkManager service a bitlr/systemd-hardenedLubomir Rintel2015-07-011-0/+3
* core: merge branch 'th/device-route-bgo751264'Thomas Haller2015-07-0123-327/+761
|\
| * route-manager: manage IPv4 device-routes with NMRouteManagerThomas Haller2015-07-019-124/+314
| * route-manager: consider also 'proto kernel' routes during route_flush()Thomas Haller2015-07-011-2/+2
| * platform: properly consider address lifetimes in nm_platform_ip4_address_sync()Thomas Haller2015-07-011-12/+22
| * route-manager: add argument @ignore_kernel_routes to route_sync()Thomas Haller2015-07-015-18/+23
| * route-manager: process platform events before syncing routesThomas Haller2015-07-011-0/+2
| * route-manager: keep a reference of the platform instanceThomas Haller2015-07-011-4/+19
| * libnm: add _nm_utils_ptrarray_find_binary_search() helperThomas Haller2015-07-013-0/+140
| * platform: expose routes with "proto kernel" tooThomas Haller2015-07-013-8/+30
| * platform: change NMPlatformGetRouteMode enum to NMPlatformGetRouteFlags flagsThomas Haller2015-07-0114-63/+59
| * platform/trivial: rename enum value NM_IP_CONFIG_SOURCE_RTPROT_KERNELThomas Haller2015-07-014-6/+6
| * core: minor refactoring iterating and removing list of routesThomas Haller2015-07-012-6/+8
| * platform: track pref_src field of IPv4 routesThomas Haller2015-07-014-13/+28
| * platform: fix setting valid lifetimes when constructing rtnl_addr objectThomas Haller2015-07-012-12/+21
| * platform: move address lifetime utils function to nm-platform-utils.cThomas Haller2015-07-013-73/+101
|/
* platform: fix initializing vlan_id for NMPlatformLink instance from libnl objectThomas Haller2015-07-011-14/+38
* device: restart ping process when it exits with an errorBeniamino Galvani2015-07-012-41/+85
* core: merge branch 'th/device-cleanup-bgo751733'Thomas Haller2015-07-015-38/+60
|\
| * device: fix cleanup DHCP instance when unmanaging device on removed platform ...Thomas Haller2015-07-011-29/+37
| * dhcp: properly reap child process in nm_dhcp_client_stop_existing()Thomas Haller2015-06-301-4/+11
| * core: return parent pid from nm_utils_get_start_time_for_pid()Thomas Haller2015-06-304-6/+13
|/
* core: do not manage devices that are not initialized by platformJiří Klimeš2015-06-301-4/+1
* core: fix memleak in nm_utils_get_start_time_for_pid() and parsing start-timeThomas Haller2015-06-301-11/+7
* dhcp: wait at most 2000 msec to kill existing dhcp processThomas Haller2015-06-301-1/+1
* core: add @max_wait_msec argument to nm_utils_kill_process_sync()Thomas Haller2015-06-303-17/+54
* core: fix nm_utils_kill_process_sync() not to hang for a zombie processThomas Haller2015-06-304-7/+37
* device/trivial: refactor declaration of NMUnmanagedFlags enum flagsThomas Haller2015-06-291-7/+7
* ipx-config: fix testLubomir Rintel2015-06-281-4/+4
* ipx-config: correct nm_ipx_config_merge() setting prioritiesLubomir Rintel2015-06-282-5/+5
* device: only reset ipx fields when there L3 configuration is presentLubomir Rintel2015-06-281-12/+16
* setting: prettify logging hostname changesThomas Haller2015-06-261-4/+6
* route-manager: fix return value of _vx_route_sync()Beniamino Galvani2015-06-261-10/+12
* libnm: backport autoconnect-slaves symbols to libnm_1_0_4Thomas Haller2015-06-262-0/+9
* macros: add NM_BACKPORT_SYMBOL()Dan Winship2015-06-262-3/+15
* linux-platform: don't try to read vlan id from netlink objects without type setLubomir Rintel2015-06-261-1/+1
* device: renew DHCP lease for active "ignore-carrier" devices on carrier-on (b...Jiří Klimeš2015-06-261-33/+39
* config,dns: merge branch 'th/dns-update-on-sigusr1-rh1062301'Thomas Haller2015-06-268-38/+90
|\
| * dns: rewrite "resolv.conf" on SIGHUP and SIGUSR1th/dns-update-on-sigusr1-rh1062301Thomas Haller2015-06-251-9/+13
| * config: pass signals to nm_config_reload()Thomas Haller2015-06-257-29/+77
|/
* platform: fix inverting guint8 value inet6_addr_gen_mode_invThomas Haller2015-06-253-5/+6
* team: fix potential crash if team binary doesn't existThomas Haller2015-06-251-1/+1
* platform/coverity: add workarounds to suppress coverify warningsThomas Haller2015-06-252-12/+14
* platform/test: minor test fix in "test-nmp-object.c"Thomas Haller2015-06-251-1/+0
* libnm-glib: avoid coverity warningThomas Haller2015-06-251-1/+1
* device: fix handling of ignore-auto-dns and ignore-auto-routesBeniamino Galvani2015-06-251-3/+26
* core: return more meaningful error when no device is found for activationJiří Klimeš2015-06-251-1/+1
* merge: branch 'lr/master-activations'Lubomir Rintel2015-06-243-12/+34
|\
| * manager: reuse an active connection, if the same activation is pendinglr/master-activationsLubomir Rintel2015-06-241-1/+25
| * active-connection: fail the activation if the master AC disconnectLubomir Rintel2015-06-241-2/+3