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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-14
cli: add nmcli g logging completion
lr/completion-4
Lubomir Rintel
1
-9
/
+52
2017-02-14
cli: add completion for "nmcli c edit"
Lubomir Rintel
1
-4
/
+24
2017-02-14
cli: complete the [-][-]help arguments
Lubomir Rintel
1
-1
/
+13
2017-02-14
cli: complete VPN types
Lubomir Rintel
1
-0
/
+20
2017-02-14
dhcp: dhclient: reset the request list if conf file contains 'request'
Beniamino Galvani
2
-0
/
+5
2017-02-14
wifi: introduce enum type NMSupplicantInterfaceState instead of plain int
Thomas Haller
5
-80
/
+65
2017-02-14
build: simplify (un)install hooks for man pages
Thomas Haller
1
-14
/
+11
2017-02-14
build: combine handling of setting docs and man pages
Thomas Haller
3
-38
/
+26
2017-02-13
build: move code around and reorder conditions
Thomas Haller
2
-28
/
+32
2017-02-13
cli: make nmcli do its own command completion
Lubomir Rintel
1
-1240
/
+57
2017-02-13
cli: fix setting of private key password
Beniamino Galvani
1
-1
/
+2
2017-02-10
platform: avoid printing "(null)" interface name during logging
Thomas Haller
1
-3
/
+3
2017-02-10
shared: cleanup nm_strquote_a() and nm_sprintf_bufa()
Thomas Haller
1
-28
/
+25
2017-02-10
dns: fix shutdown to restore non-cached DNS config
Thomas Haller
3
-15
/
+46
2017-02-10
platform: use IFA_FLAGS name instead of numeric value
Thomas Haller
1
-1
/
+1
2017-02-10
platform: unify logging messages about kernel support
Thomas Haller
1
-10
/
+8
2017-02-10
platform: downgrade warning about failure to detect kernel support to debug
Thomas Haller
1
-2
/
+2
2017-02-10
all: merge branch 'th/device-pending-action-bgo777831' (part 3, connection-list)
Thomas Haller
12
-302
/
+379
2017-02-10
core: define a full sort order for nm_settings_connection_cmp_timestamp()
Thomas Haller
2
-32
/
+50
2017-02-10
core: consolidate sorting of connections by autoconnect/timestamp
Thomas Haller
8
-57
/
+41
2017-02-10
core: make nm_utils_cmp_connection_by_autoconnect_priority() more robust
Thomas Haller
1
-13
/
+43
2017-02-10
core: refactor nm_manager_get_activatable_connections() to return an array
Thomas Haller
3
-36
/
+60
2017-02-10
core: refactor nm_settings_get_connections_sorted() to return array instead o...
Thomas Haller
5
-85
/
+100
2017-02-10
core: drop nm_settings_get_best_connections() for new nm_settings_get_connect...
Thomas Haller
5
-112
/
+95
2017-02-10
core: add and use nm_settings_connection_cmp_default*()
Thomas Haller
3
-30
/
+35
2017-02-10
core: add and use nm_settings_connection_cmp_timestamp*()
Thomas Haller
5
-34
/
+42
2017-02-10
core: add nm_utils_cmp_connection_by_autoconnect_priority_p_with_data() function
Thomas Haller
4
-7
/
+17
2017-02-10
all: merge branch 'th/device-pending-action-bgo777831' (part 2, wifi-scan)
Thomas Haller
10
-365
/
+414
2017-02-10
device/wifi: prevent clearing pending wifi scan action during inactive suppli...
Thomas Haller
1
-9
/
+16
2017-02-10
device/wifi: don't emit wrong SCAN_DONE signal when "Scan" request completes
Thomas Haller
1
-2
/
+0
2017-02-10
device/wifi: first emit NEW_BSS signals before SCAN_DONE
Thomas Haller
1
-2
/
+2
2017-02-10
device/wifi: don't reschedule idle handler for schedule_ap_list_dump()
Thomas Haller
1
-2
/
+2
2017-02-10
device/wifi: cache GObject property "scanning"
Thomas Haller
2
-13
/
+29
2017-02-10
device/wifi/trivial: reorder code in "nm-device-wifi.c"
Thomas Haller
1
-73
/
+74
2017-02-10
device/wifi: give wifi-scan related logging message common prefix
Thomas Haller
1
-11
/
+11
2017-02-10
device/wifi: ensure consistent timestamp for dumping Wi-Fi AP
Thomas Haller
3
-11
/
+15
2017-02-10
device/wifi: log scanning related messages with LOGD_WIFI instead of LOGD_WIF...
Thomas Haller
1
-26
/
+29
2017-02-10
device/wifi: refactor logging of Wi-Fi AP by preserving logging context of de...
Thomas Haller
3
-39
/
+48
2017-02-10
device: cleanup handling queued state change in NMDevice
Thomas Haller
2
-60
/
+60
2017-02-10
device/trivial: reorder defines in "nm-device.c"
Thomas Haller
1
-58
/
+63
2017-02-10
device: change hw_addr_type field to bitfield type
Thomas Haller
1
-2
/
+5
2017-02-10
device: inline device helper structs QueuedState and PingInfo
Thomas Haller
1
-18
/
+14
2017-02-10
device: prepend pending actions list
Thomas Haller
1
-1
/
+1
2017-02-10
device: don't clone pending-action string
Thomas Haller
1
-5
/
+6
2017-02-10
device: implement queued_state_to_string() via NM_UTILS_LOOKUP_STR_DEFINE_STA...
Thomas Haller
1
-23
/
+16
2017-02-10
device: refactor pending-action strings as named defines
Thomas Haller
6
-48
/
+56
2017-02-10
device: queue recheck-available before removing "wait for supplicant" pending...
Thomas Haller
1
-9
/
+6
2017-02-10
device: add pending-action "recheck-available"
Thomas Haller
1
-1
/
+9
2017-02-10
core: use define for GObject property name NM_SUPPLICANT_INTERFACE_SCANNING
Thomas Haller
1
-1
/
+1
2017-02-10
all: merge branch 'th/device-pending-action-bgo777831' (part 1, cached-quark)
Thomas Haller
20
-111
/
+112
[next]