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
/
platform
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-03
platform: don't consult cache before invoking netlink operation
Thomas Haller
1
-11
/
+1
2018-12-03
platform: assert against valid ifindex and remove duplicate assertions
Thomas Haller
5
-60
/
+14
2018-12-03
platform/tests: improve nmtstp_link_delete() for deleting links
Thomas Haller
3
-27
/
+32
2018-12-03
platform: move assertion from nm_platform_link_get() to nm_platform_link_get_...
Thomas Haller
1
-9
/
+6
2018-12-03
platform: let nmp_cache_lookup_link_full() prefer visible links
Thomas Haller
1
-4
/
+11
2018-11-29
all: say Wi-Fi instead of "wifi" or "WiFi"
Lubomir Rintel
2
-2
/
+2
2018-11-29
wifi/wext: fix double quoting
Lubomir Rintel
1
-1
/
+1
2018-11-29
platform: add nm_platform_link_get_ifi_flags() helper
Thomas Haller
2
-9
/
+30
2018-11-28
platform/tests: fix assertion for unit test for address lifetime
Thomas Haller
1
-2
/
+0
2018-11-12
build: avoid header conflict for <linux/if.h> and <net/if.h> with "nm-platfor...
Thomas Haller
8
-10
/
+20
2018-10-22
core/trivial: fix whitespace
Thomas Haller
1
-1
/
+1
2018-10-22
platform/tests: extend timeout for link-linux tests with meson
Thomas Haller
1
-1
/
+1
2018-10-22
meson: Fix platform tests
Jan Alexander Steffens (heftig)
1
-14
/
+12
2018-10-22
platform/tests: fix test-nmp-object when running on system without udev
Thomas Haller
1
-2
/
+4
2018-10-22
platform/tests: don't compare dangling pointer in "test-nmp-object.c"
Thomas Haller
1
-1
/
+1
2018-10-10
platform/netlink: fix overrun in attribute iteration in nla_ok()
Thomas Haller
1
-1
/
+1
2018-10-07
platform/wpan: allow setting channel
Lubomir Rintel
5
-0
/
+40
2018-10-01
platform: bring back the interface name to log messages
Lubomir Rintel
1
-3
/
+6
2018-10-01
wifi-utils: remove log domain argument
Lubomir Rintel
1
-14
/
+13
2018-10-01
wifi-utils: rename nl80211 to self
Lubomir Rintel
1
-62
/
+62
2018-10-01
wifi-utils: downgrade a log message
Lubomir Rintel
1
-1
/
+1
2018-10-01
platform: log the interface names
Lubomir Rintel
1
-151
/
+153
2018-10-01
wifi: include the interface name in logs
Lubomir Rintel
1
-48
/
+24
2018-10-01
wpan: include the device name in logs
Lubomir Rintel
1
-27
/
+21
2018-09-30
Fix typos
Rafael Fontenelle
1
-1
/
+1
2018-09-15
docs: misc. typos
luz.paz
12
-27
/
+27
2018-09-12
platform/netlink: cleanup error number handling
Thomas Haller
2
-60
/
+82
2018-09-12
platform/trivial: adjust coding style in nm-netlink.c
Thomas Haller
1
-71
/
+71
2018-09-07
platform/wireguard: rework parsing wireguard links in platform
Thomas Haller
5
-342
/
+550
2018-09-07
platform/trivial: rename local variables for nla_policy/nlattr
Thomas Haller
1
-37
/
+37
2018-09-07
platform: fix resusing ext-data from cache in _new_from_nl_link()
Thomas Haller
1
-0
/
+1
2018-09-07
platform/trivial: move code in nm-linux-platform.c around
Thomas Haller
1
-213
/
+209
2018-09-07
platform: let _lookup_cached_link() also return cached links that are not in ...
Thomas Haller
1
-7
/
+11
2018-09-07
platform: cleanup error paths
Thomas Haller
3
-179
/
+127
2018-09-07
platform/netlink: assert that callbacks don't return positive error code
Thomas Haller
1
-2
/
+8
2018-09-07
platform/netlink: drop ref-counting for "struct nl_msg"
Thomas Haller
1
-11
/
+2
2018-09-07
platform/trivial: reorder code
Thomas Haller
1
-30
/
+36
2018-09-07
platform/netlink: drop nlmsg_alloc_inherit() function
Thomas Haller
2
-28
/
+7
2018-09-07
platform: fix printing all-info about NMPObjectLink instances
Thomas Haller
1
-17
/
+21
2018-09-07
all: avoid g_memdup()
Thomas Haller
2
-4
/
+4
2018-09-07
platform/netlink: fix nl_errno() to get absolute error number value
Thomas Haller
1
-1
/
+1
2018-09-06
platform/trivial: add FIXME comment to use new ethtool API to set link settings
Thomas Haller
1
-0
/
+4
2018-09-05
platform: fix typo
Beniamino Galvani
1
-17
/
+17
2018-09-04
shared: move file-get-contents and file-set-contents helper to shared/
Thomas Haller
2
-0
/
+2
2018-09-04
core: extend nm_utils_*_get_contents() to zero temporary memory
Thomas Haller
2
-6
/
+20
2018-08-27
build: always define NM_MORE_LOGGING define and don't check with #ifdef
Thomas Haller
1
-2
/
+2
2018-08-22
wifi: don't use GBytesArray for NMWifiAP's ssid
Thomas Haller
1
-1
/
+4
2018-08-22
platform: drop unused virtual function NMPlatformClass.wifi_get_ssid()
Thomas Haller
2
-8
/
+0
2018-08-20
platform: if AF_INET6 is not available, don't warn
Lubomir Rintel
1
-0
/
+3
2018-08-10
all/ethtool: add support for all currently supported kernel features
Thomas Haller
1
-21
/
+60
[next]