index
:
~lkundrak/NetworkManager
lr/active-connection-state-changed
lr/auth-dialog
lr/completion-4
lr/guide
lr/ifla-flags-detection
lr/initrd
lr/nmcli-colors
lr/ovs-2
lr/ovs-3
lr/ovs-interface-plink
lr/rp-filter
lr/version-dir
lr/wifi-data
master
nm-1-0
nm-1-10
nm-1-14
nm-1-4
nm-1-6
nm-1-8
pan2
LR staging for NetworkManager
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-23
team: fix teamd startup code (rh #1184923)
Dan Winship
1
-7
/
+4
2015-01-22
device: adjust default route metric for BRIDGE device type
Thomas Haller
1
-1
/
+10
2015-01-22
core/trivial: fix documentation of nm_utils_uuid_generate_from_strings()
Thomas Haller
1
-2
/
+2
2015-01-21
wwan: consolidate format of log messages
Aleksander Morgado
2
-14
/
+16
2015-01-21
wwan: wait for pppd to exit before relaying the port to ModemManager
Aleksander Morgado
5
-17
/
+245
2015-01-21
wwan,modem: let disconnect() be an async operation
Aleksander Morgado
3
-19
/
+67
2015-01-21
ppp-manager: new async stop() method to request stop and wait for it to complete
Aleksander Morgado
2
-3
/
+116
2015-01-21
device: new deactivate_async() method to be run during DEACTIVATING phase
Aleksander Morgado
2
-2
/
+80
2015-01-21
wifi: set wireless powersave for nl80211 devices when activated
Mathieu Trudel-Lapierre
9
-0
/
+94
2015-01-21
ifcfg-rh: add Wi-Fi powersave support
Dan Williams
2
-0
/
+6
2015-01-21
trival/whitespace: fix indention in nm-dns-manager.c
Thomas Haller
1
-5
/
+5
2015-01-20
core: show better error for software device creation failures (rh #1182923)
Jiří Klimeš
1
-15
/
+45
2015-01-19
core: use nm_utils_modprobe()
Thomas Haller
3
-20
/
+4
2015-01-19
utils: add nm_utils_modprobe()
Thomas Haller
2
-0
/
+39
2015-01-19
core: add nm_utils_setpgid(), and use it
Dan Winship
10
-82
/
+32
2015-01-19
core, dispatcher: drop unnecessary setpgid() calls
Dan Winship
4
-37
/
+4
2015-01-19
nm-iface-helper: small signal handling fixup
Dan Winship
1
-16
/
+6
2015-01-19
core: use GUnixSignalWatchSource to simplify signal handling
Dan Winship
20
-272
/
+44
2015-01-19
dispatcher: add an env var indicating a connection is "external"
Dan Winship
1
-0
/
+5
2015-01-16
connectivity: fix compile error no WITH_CONCHECK
Thomas Haller
1
-0
/
+2
2015-01-15
platform: avoid storing unknown netlink object types (bgo #742928)
Aleksander Morgado
1
-1
/
+44
2015-01-15
Revert "platform: avoid storing unknown netlink object types (bgo #742928)"
Dan Williams
1
-45
/
+1
2015-01-15
platform: don't read past end of address array (bgo #742937)
Dan Williams
1
-1
/
+8
2015-01-15
platform: avoid storing unknown netlink object types (bgo #742928)
Aleksander Morgado
1
-1
/
+45
2015-01-15
connectivity: avoid redundant connectivity checks
Dan Winship
1
-9
/
+17
2015-01-15
connectivity: simplify redundant code
Dan Winship
2
-5
/
+5
2015-01-15
connectivity: fix manager state during connectivity check (bgo #742823)
Dan Winship
1
-9
/
+5
2015-01-15
connectivity: improve debug logging
Dan Winship
1
-1
/
+30
2015-01-15
ifcfg-rh: update test files not to use obsolete GATEWAY<n> variables
Jiří Klimeš
6
-7
/
+50
2015-01-15
ifcfg-rh: read custom IP address for shared connections (rh #1174632)
Jiří Klimeš
4
-3
/
+76
2015-01-14
bond: allow overriding the MTU
Lubomir Rintel
1
-0
/
+21
2015-01-13
settings: update year in copyright text of plugin-info for keyfile and ifcfg-rh
Thomas Haller
2
-2
/
+2
2015-01-13
ifcfg-rh: don't reload connection in connection_ifcfg_changed() if monitoring...
Thomas Haller
1
-3
/
+10
2015-01-13
ifcfg-rh: refactor update_connection()
Thomas Haller
3
-227
/
+231
2015-01-13
ifcfg-rh: sort paths in read_connections()
Thomas Haller
1
-7
/
+63
2015-01-13
ifcfg-rh/trivial: rename connection_new_or_changed() and variable
Thomas Haller
1
-60
/
+66
2015-01-13
ifcfg-rh: add logging macros _LOGX() to plugin.c
Thomas Haller
1
-19
/
+37
2015-01-13
settings: avoid duplicate UUID in settings
Thomas Haller
5
-4
/
+53
2015-01-13
keyfile: ignore GFileMonitor change flags in dir_changed()
Thomas Haller
1
-3
/
+6
2015-01-13
keyfile: reuse duplicate check from update_connection() in add_connection()
Thomas Haller
1
-58
/
+100
2015-01-13
keyfile: cleanup logging
Thomas Haller
2
-11
/
+26
2015-01-13
keyfile: read_connections() must skip duplicate connections
Thomas Haller
1
-10
/
+72
2015-01-13
keyfile: merge update_connection() and new_connection()
Thomas Haller
1
-102
/
+90
2015-01-13
keyfile/trival: move code
Thomas Haller
1
-17
/
+17
2015-01-13
keyfile: simplify g_return() checks for _internal_write_connection()
Thomas Haller
1
-5
/
+2
2015-01-13
settings: log connection diffs in replace_settings only where appropriate
Thomas Haller
10
-4
/
+16
2015-01-13
settings: no need to check nm_connection_compare() before nm_settings_connect...
Thomas Haller
1
-5
/
+3
2015-01-13
settings: fix wrong assertions for calling nm_settings_connection_replace_set...
Thomas Haller
3
-4
/
+8
2015-01-13
core: log object type in nm_utils_log_connection_diff()
Thomas Haller
1
-4
/
+4
2015-01-13
core: log ignored property notification with level TRACE
Thomas Haller
1
-2
/
+2
[next]