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
2017-09-07
dns: use 127.0.0.53 address in /etc/resolv.conf with systemd-resolved
Thomas Haller
1
-2
/
+9
2017-09-07
ifnet: ensure an error is always returned when add fails
Beniamino Galvani
1
-2
/
+7
2017-09-07
vpn: only rely on `ip route get` to resolve route to external VPN gateway
Thomas Haller
1
-43
/
+23
2017-09-07
vpn: improve resolving route to external VPN gateway by restricting oif
Thomas Haller
1
-8
/
+34
2017-09-07
platform: add oif argument to nm_platform_ip_route_get()
Thomas Haller
5
-2
/
+20
2017-09-07
vpn: apply parent config in nm_vpn_connection_apply_config() first
Thomas Haller
1
-2
/
+2
2017-09-07
vpn: fix ifindex of parent IP config in apply_parent_device_config()
Thomas Haller
2
-25
/
+26
2017-09-07
platform: refetch IPv6 address if still present after deletion
Beniamino Galvani
1
-2
/
+13
2017-09-07
platform: fix coding style (missing braces)
Beniamino Galvani
1
-1
/
+2
2017-09-05
all: use _nm_utils_ip4_*() utils functions
Thomas Haller
12
-21
/
+21
2017-09-05
ifcfg-rh/tests: test backward compatibility reading routes with "via (null)"
Thomas Haller
2
-1
/
+9
2017-09-04
core: don't require manageable device in unmanaged_to_disconnected()
Thomas Haller
1
-1
/
+4
2017-09-04
device: extend wait time for carrier after MTU change
Thomas Haller
1
-3
/
+24
2017-09-04
systemd: merge branch systemd into master
Thomas Haller
6
-11
/
+82
2017-09-04
systemd: update code from upstream (2017-09-04)
Thomas Haller
6
-11
/
+82
2017-09-02
platform: fix deleting routes in nm_platform_ip_route_sync()
Thomas Haller
1
-3
/
+3
2017-09-02
device: don't release external slaves on state change
Beniamino Galvani
1
-1
/
+5
2017-09-02
device: don't promote slave devices to managed
Beniamino Galvani
1
-7
/
+0
2017-09-01
core: ignore host-routes routes when matching generated connection
Thomas Haller
1
-13
/
+37
2017-09-01
team: wait that existing instance is killed before starting teamd again
Beniamino Galvani
1
-2
/
+36
2017-08-31
platform: ignore RTM_*LINK messages for unknown ifi_family (AF_BRIDGE)
Thomas Haller
1
-16
/
+3
2017-08-31
settings: ensure the keyfile storage directory actually exists
Ikey Doherty
1
-0
/
+4
2017-08-31
core: fix clearing dirty flag in _nm_ip_config_add_obj()
Thomas Haller
1
-2
/
+6
2017-08-31
core: workaround compiler waring in for-each macros for NMIP4Config/NMIP6Conf...
Thomas Haller
2
-12
/
+12
2017-08-30
core: avoid compiler warning in nm_ip_config_iter_ip4_address_for_each() macro
Thomas Haller
2
-4
/
+4
2017-08-30
core: use _nm_ip_config_add_obj() in NMIP4Config/NMIP6Config
Thomas Haller
2
-19
/
+21
2017-08-30
core: allow NULL argument to nm-ip-config's for-each macros
Thomas Haller
2
-16
/
+8
2017-08-30
core: fix emitting changed notification during nm_ip4_config_intersect()
Thomas Haller
1
-0
/
+9
2017-08-30
core/trivial: rename local variable
Thomas Haller
2
-33
/
+33
2017-08-29
default-route: skip addition when the route already exists
Beniamino Galvani
1
-10
/
+60
2017-08-28
platform: tests: silence compilation warning
Beniamino Galvani
1
-2
/
+2
2017-08-28
checkpoint: better restore device managed state on rollback
Beniamino Galvani
1
-6
/
+18
2017-08-24
core: don't suppress host route to gateway in ip-config caputure
Thomas Haller
2
-19
/
+10
2017-08-24
platform: add support for routing tables to platform cache
Thomas Haller
8
-15
/
+74
2017-08-24
platform: report error when configuring manual route
Thomas Haller
1
-6
/
+59
2017-08-24
platform: add option to suppress error message from nm_platform_ip_route_add()
Thomas Haller
4
-9
/
+29
2017-08-24
platform: pass string buffer to nm_platform_error_to_string() and print numer...
Thomas Haller
14
-31
/
+62
2017-08-24
platform: assert for namespace in nm_platform_cache_update_emit_signal()
Thomas Haller
1
-0
/
+4
2017-08-24
platform: let platform operations only consider kernel response
Thomas Haller
1
-38
/
+11
2017-08-24
platform: return failure reason from route-add and return only netlink response
Thomas Haller
7
-51
/
+60
2017-08-24
vpn: resolve route to external VPN gateway from kernel
Thomas Haller
1
-43
/
+86
2017-08-24
platform: add nm_platform_ip_route_get() for route-lookup
Thomas Haller
4
-34
/
+361
2017-08-24
platform: use IFA_F_NOPREFIXROUTE flag for IPv4 addresses
Thomas Haller
1
-3
/
+9
2017-08-24
core: cleanup setting ifa_flags in ndisc_config_changed()
Thomas Haller
2
-42
/
+37
2017-08-24
core: move setting NDisc addresses/routes to NMIP6Config
Thomas Haller
5
-85
/
+140
2017-08-24
all,trivial: include kernel versions and release dates in comments
Lubomir Rintel
3
-8
/
+12
2017-08-24
platform: cleanup detecting kernel support for IFA_FLAGS and IPv6LL
Thomas Haller
2
-45
/
+61
2017-08-24
platform/trivial: move code
Thomas Haller
1
-42
/
+44
2017-08-24
platform: add non-exclusive routes and drop route-manager
Thomas Haller
16
-2637
/
+764
2017-08-24
platform: fix handling rt_scope of IPv4 route
Thomas Haller
1
-9
/
+34
[next]