summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: add trace-logging to nm_platform_link_get_all()th/platform-link-get-allThomas Haller2015-07-021-1/+8
* platform: replace debug() log macro with _LOGD()Thomas Haller2015-07-021-35/+33
* platform: add logging macros _LOGx() to nm-platform.cThomas Haller2015-07-021-0/+38
* autogen.sh: print errors to stderr, printf instead echo -nPetr Vorel2015-07-021-2/+2
* merge,cli: branch 'lr/cli-add-properties'Lubomir Rintel2015-07-023-174/+237
|\
| * cli: add bash completion for 'nmcli c add -- <property list>'lr/cli-add-propertiesLubomir Rintel2015-07-021-26/+43
| * cli: allow specifying arbitrary properties on "nmcli c add"Lubomir Rintel2015-07-022-5/+27
| * cli: refactor: split connection property reader from do_connection_modify()Lubomir Rintel2015-07-021-118/+143
| * cli: trivial: move is_property_valid()Lubomir Rintel2015-07-021-25/+24
|/
* dispatcher: don't exit with failure in case D-Bus service stopsThomas Haller2015-07-011-2/+7
* devices,platform: fix build with gccLubomir Rintel2015-07-012-3/+3
* 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