summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-09-07dns: use 127.0.0.53 address in /etc/resolv.conf with systemd-resolvedThomas Haller1-2/+9
2017-09-07ifnet: ensure an error is always returned when add failsBeniamino Galvani1-2/+7
2017-09-07vpn: only rely on `ip route get` to resolve route to external VPN gatewayThomas Haller1-43/+23
2017-09-07vpn: improve resolving route to external VPN gateway by restricting oifThomas Haller1-8/+34
2017-09-07platform: add oif argument to nm_platform_ip_route_get()Thomas Haller5-2/+20
2017-09-07vpn: apply parent config in nm_vpn_connection_apply_config() firstThomas Haller1-2/+2
2017-09-07vpn: fix ifindex of parent IP config in apply_parent_device_config()Thomas Haller2-25/+26
2017-09-07platform: refetch IPv6 address if still present after deletionBeniamino Galvani1-2/+13
2017-09-07platform: fix coding style (missing braces)Beniamino Galvani1-1/+2
2017-09-05all: use _nm_utils_ip4_*() utils functionsThomas Haller12-21/+21
2017-09-05ifcfg-rh/tests: test backward compatibility reading routes with "via (null)"Thomas Haller2-1/+9
2017-09-04core: don't require manageable device in unmanaged_to_disconnected()Thomas Haller1-1/+4
2017-09-04device: extend wait time for carrier after MTU changeThomas Haller1-3/+24
2017-09-04systemd: merge branch systemd into masterThomas Haller6-11/+82
2017-09-04systemd: update code from upstream (2017-09-04)Thomas Haller6-11/+82
2017-09-02platform: fix deleting routes in nm_platform_ip_route_sync()Thomas Haller1-3/+3
2017-09-02device: don't release external slaves on state changeBeniamino Galvani1-1/+5
2017-09-02device: don't promote slave devices to managedBeniamino Galvani1-7/+0
2017-09-01core: ignore host-routes routes when matching generated connectionThomas Haller1-13/+37
2017-09-01team: wait that existing instance is killed before starting teamd againBeniamino Galvani1-2/+36
2017-08-31platform: ignore RTM_*LINK messages for unknown ifi_family (AF_BRIDGE)Thomas Haller1-16/+3
2017-08-31settings: ensure the keyfile storage directory actually existsIkey Doherty1-0/+4
2017-08-31core: fix clearing dirty flag in _nm_ip_config_add_obj()Thomas Haller1-2/+6
2017-08-31core: workaround compiler waring in for-each macros for NMIP4Config/NMIP6Conf...Thomas Haller2-12/+12
2017-08-30core: avoid compiler warning in nm_ip_config_iter_ip4_address_for_each() macroThomas Haller2-4/+4
2017-08-30core: use _nm_ip_config_add_obj() in NMIP4Config/NMIP6ConfigThomas Haller2-19/+21
2017-08-30core: allow NULL argument to nm-ip-config's for-each macrosThomas Haller2-16/+8
2017-08-30core: fix emitting changed notification during nm_ip4_config_intersect()Thomas Haller1-0/+9
2017-08-30core/trivial: rename local variableThomas Haller2-33/+33
2017-08-29default-route: skip addition when the route already existsBeniamino Galvani1-10/+60
2017-08-28platform: tests: silence compilation warningBeniamino Galvani1-2/+2
2017-08-28checkpoint: better restore device managed state on rollbackBeniamino Galvani1-6/+18
2017-08-24core: don't suppress host route to gateway in ip-config caputureThomas Haller2-19/+10
2017-08-24platform: add support for routing tables to platform cacheThomas Haller8-15/+74
2017-08-24platform: report error when configuring manual routeThomas Haller1-6/+59
2017-08-24platform: add option to suppress error message from nm_platform_ip_route_add()Thomas Haller4-9/+29
2017-08-24platform: pass string buffer to nm_platform_error_to_string() and print numer...Thomas Haller14-31/+62
2017-08-24platform: assert for namespace in nm_platform_cache_update_emit_signal()Thomas Haller1-0/+4
2017-08-24platform: let platform operations only consider kernel responseThomas Haller1-38/+11
2017-08-24platform: return failure reason from route-add and return only netlink responseThomas Haller7-51/+60
2017-08-24vpn: resolve route to external VPN gateway from kernelThomas Haller1-43/+86
2017-08-24platform: add nm_platform_ip_route_get() for route-lookupThomas Haller4-34/+361
2017-08-24platform: use IFA_F_NOPREFIXROUTE flag for IPv4 addressesThomas Haller1-3/+9
2017-08-24core: cleanup setting ifa_flags in ndisc_config_changed()Thomas Haller2-42/+37
2017-08-24core: move setting NDisc addresses/routes to NMIP6ConfigThomas Haller5-85/+140
2017-08-24all,trivial: include kernel versions and release dates in commentsLubomir Rintel3-8/+12
2017-08-24platform: cleanup detecting kernel support for IFA_FLAGS and IPv6LLThomas Haller2-45/+61
2017-08-24platform/trivial: move codeThomas Haller1-42/+44
2017-08-24platform: add non-exclusive routes and drop route-managerThomas Haller16-2637/+764
2017-08-24platform: fix handling rt_scope of IPv4 routeThomas Haller1-9/+34