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
2018-09-13
wifi: fix leaking fake AP in NMDeviceWifi's act_stage1_prepare()
Thomas Haller
1
-0
/
+1
2018-09-13
dns: dnsmasq: avoid crash when no reverse domains exist
Beniamino Galvani
1
-4
/
+6
2018-09-13
build: rename DNSSEC_TRIGGER_SCRIPT to DNSSEC_TRIGGER_PATH
Beniamino Galvani
1
-1
/
+1
2018-09-13
build: meson: generate and use a linker script for NM binary
Beniamino Galvani
1
-47
/
+33
2018-09-13
ifcfg-rh: fix build with meson
Beniamino Galvani
1
-3
/
+3
2018-09-13
build: remove check on dhcpcd version number
Beniamino Galvani
1
-2
/
+0
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-12
dhcp: abort DHCP on devices without MAC address early
Thomas Haller
1
-0
/
+17
2018-09-12
systemd/dhcp: fix assertion starting DHCP client without MAC address
Thomas Haller
1
-2
/
+0
2018-09-12
dhcp: return error reason from DHCP client start
Thomas Haller
10
-214
/
+319
2018-09-12
ppp: cleanup logging in impl_ppp_manager_set_ifindex()
Thomas Haller
1
-7
/
+6
2018-09-12
ppp: downgrade warning about repeated SetIfindex calls from ppp plugin
Thomas Haller
1
-1
/
+4
2018-09-12
ppp: avoid strncpy() in ppp plugin nm_phasechange()
Thomas Haller
1
-1
/
+1
2018-09-11
ppp-manager: avoid crash with nonexisting link in impl_ppp_manager_set_ifindex()
Thomas Haller
1
-1
/
+5
2018-09-11
ppp-manager: fix pppd not exiting correctly on modem hangup
Frederic Danis
1
-1
/
+3
2018-09-11
wifi/iwd: handle new GetOrderedNetworks() return type
Andrew Zaborowski
1
-54
/
+94
2018-09-10
dhcp: fix leak in dhclient's dhclient_start()
Thomas Haller
1
-2
/
+6
2018-09-10
device: mark wireguard devices as unmanaged
Thomas Haller
1
-1
/
+5
2018-09-10
device: rename NM_UNMANAGED_LOOPBACK to NM_UNMANAGED_BY_TYPE
Thomas Haller
2
-6
/
+6
2018-09-10
device: detect loopback device explicitly
Thomas Haller
1
-2
/
+11
2018-09-10
device: make device incompatible with profiles by default
Thomas Haller
1
-0
/
+8
2018-09-08
wifi/iwd: use the new 'Station' DBus interface
Andrew Zaborowski
1
-30
/
+96
2018-09-07
shared: change nm_utils_strbuf_seek_end() handling truncated strings
Thomas Haller
1
-17
/
+15
2018-09-07
wifi/iwd: add new DBus interface name defines
Andrew Zaborowski
1
-0
/
+3
2018-09-07
wifi/iwd: use NM_IN_STRSET for strings
Andrew Zaborowski
1
-1
/
+1
2018-09-07
wifi/iwd: fix leaking agent DBus objects
Andrew Zaborowski
1
-22
/
+31
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
shared: add nm_utils_strbuf_seek_end() helper
Thomas Haller
1
-1
/
+42
2018-09-07
all: avoid g_memdup()
Thomas Haller
4
-9
/
+9
2018-09-07
platform/netlink: fix nl_errno() to get absolute error number value
Thomas Haller
1
-1
/
+1
2018-09-07
core: fix wireless bitrate property name on D-Bus
Beniamino Galvani
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-06
device: allow the reapply of mdns and llmnr properties
Beniamino Galvani
1
-1
/
+3
2018-09-06
core: nm-ip4-config: consider dns-related differences as relevant
Beniamino Galvani
2
-2
/
+31
2018-09-06
ifcfg-rh: add support for connection.llmnr
Beniamino Galvani
2
-0
/
+15
2018-09-06
core: add support for connection.llmnr
Beniamino Galvani
5
-4
/
+82
2018-09-06
core: add nm_config_data_get_connection_default_int64()
Beniamino Galvani
7
-196
/
+175
2018-09-06
settings/ifupdown: use _NMLOG() macros for logging
Thomas Haller
3
-58
/
+88
2018-09-06
settings/ifupdown: various cleanup in nms-ifupdown-parser.c
Thomas Haller
1
-47
/
+32
[next]