summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-01-23team: fix teamd startup code (rh #1184923)Dan Winship1-7/+4
2015-01-22device: adjust default route metric for BRIDGE device typeThomas Haller1-1/+10
2015-01-22core/trivial: fix documentation of nm_utils_uuid_generate_from_strings()Thomas Haller1-2/+2
2015-01-21wwan: consolidate format of log messagesAleksander Morgado2-14/+16
2015-01-21wwan: wait for pppd to exit before relaying the port to ModemManagerAleksander Morgado5-17/+245
2015-01-21wwan,modem: let disconnect() be an async operationAleksander Morgado3-19/+67
2015-01-21ppp-manager: new async stop() method to request stop and wait for it to completeAleksander Morgado2-3/+116
2015-01-21device: new deactivate_async() method to be run during DEACTIVATING phaseAleksander Morgado2-2/+80
2015-01-21wifi: set wireless powersave for nl80211 devices when activatedMathieu Trudel-Lapierre9-0/+94
2015-01-21ifcfg-rh: add Wi-Fi powersave supportDan Williams2-0/+6
2015-01-21trival/whitespace: fix indention in nm-dns-manager.cThomas Haller1-5/+5
2015-01-20core: show better error for software device creation failures (rh #1182923)Jiří Klimeš1-15/+45
2015-01-19core: use nm_utils_modprobe()Thomas Haller3-20/+4
2015-01-19utils: add nm_utils_modprobe()Thomas Haller2-0/+39
2015-01-19core: add nm_utils_setpgid(), and use itDan Winship10-82/+32
2015-01-19core, dispatcher: drop unnecessary setpgid() callsDan Winship4-37/+4
2015-01-19nm-iface-helper: small signal handling fixupDan Winship1-16/+6
2015-01-19core: use GUnixSignalWatchSource to simplify signal handlingDan Winship20-272/+44
2015-01-19dispatcher: add an env var indicating a connection is "external"Dan Winship1-0/+5
2015-01-16connectivity: fix compile error no WITH_CONCHECKThomas Haller1-0/+2
2015-01-15platform: avoid storing unknown netlink object types (bgo #742928)Aleksander Morgado1-1/+44
2015-01-15Revert "platform: avoid storing unknown netlink object types (bgo #742928)"Dan Williams1-45/+1
2015-01-15platform: don't read past end of address array (bgo #742937)Dan Williams1-1/+8
2015-01-15platform: avoid storing unknown netlink object types (bgo #742928)Aleksander Morgado1-1/+45
2015-01-15connectivity: avoid redundant connectivity checksDan Winship1-9/+17
2015-01-15connectivity: simplify redundant codeDan Winship2-5/+5
2015-01-15connectivity: fix manager state during connectivity check (bgo #742823)Dan Winship1-9/+5
2015-01-15connectivity: improve debug loggingDan Winship1-1/+30
2015-01-15ifcfg-rh: update test files not to use obsolete GATEWAY<n> variablesJiří Klimeš6-7/+50
2015-01-15ifcfg-rh: read custom IP address for shared connections (rh #1174632)Jiří Klimeš4-3/+76
2015-01-14bond: allow overriding the MTULubomir Rintel1-0/+21
2015-01-13settings: update year in copyright text of plugin-info for keyfile and ifcfg-rhThomas Haller2-2/+2
2015-01-13ifcfg-rh: don't reload connection in connection_ifcfg_changed() if monitoring...Thomas Haller1-3/+10
2015-01-13ifcfg-rh: refactor update_connection()Thomas Haller3-227/+231
2015-01-13ifcfg-rh: sort paths in read_connections()Thomas Haller1-7/+63
2015-01-13ifcfg-rh/trivial: rename connection_new_or_changed() and variableThomas Haller1-60/+66
2015-01-13ifcfg-rh: add logging macros _LOGX() to plugin.cThomas Haller1-19/+37
2015-01-13settings: avoid duplicate UUID in settingsThomas Haller5-4/+53
2015-01-13keyfile: ignore GFileMonitor change flags in dir_changed()Thomas Haller1-3/+6
2015-01-13keyfile: reuse duplicate check from update_connection() in add_connection()Thomas Haller1-58/+100
2015-01-13keyfile: cleanup loggingThomas Haller2-11/+26
2015-01-13keyfile: read_connections() must skip duplicate connectionsThomas Haller1-10/+72
2015-01-13keyfile: merge update_connection() and new_connection()Thomas Haller1-102/+90
2015-01-13keyfile/trival: move codeThomas Haller1-17/+17
2015-01-13keyfile: simplify g_return() checks for _internal_write_connection()Thomas Haller1-5/+2
2015-01-13settings: log connection diffs in replace_settings only where appropriateThomas Haller10-4/+16
2015-01-13settings: no need to check nm_connection_compare() before nm_settings_connect...Thomas Haller1-5/+3
2015-01-13settings: fix wrong assertions for calling nm_settings_connection_replace_set...Thomas Haller3-4/+8
2015-01-13core: log object type in nm_utils_log_connection_diff()Thomas Haller1-4/+4
2015-01-13core: log ignored property notification with level TRACEThomas Haller1-2/+2