summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-11devices: add support for openvswitch deviceslr/ovs-3Lubomir Rintel10-0/+1859
2017-09-11clients: add support for ovs-bridge settingLubomir Rintel3-1/+19
2017-09-11clients: add support for ovs-port settingLubomir Rintel3-0/+20
2017-09-11libnm: add support for openvswitch devicesLubomir Rintel10-24/+173
2017-09-11introspection: add o.fd.NM.Device.Openvswitch interfaceLubomir Rintel3-35/+60
2017-09-11libnm-core: add ovs-bridge settingLubomir Rintel10-0/+166
2017-09-11libnm-core: add ovs-port settingLubomir Rintel10-0/+166
2017-09-11device: ignore enslavement to ovs-masterLubomir Rintel1-13/+18
2017-09-11device: let the device subclass decide whether a slave is compatibleLubomir Rintel2-5/+17
2017-09-11manager: always update the device when the plink comes and goesLubomir Rintel3-45/+45
2017-09-11core/dhcp: use addr-family parameter for instead of booleanThomas Haller11-136/+166
2017-09-11device: enable support for ipv6.dhcp-timeoutThomas Haller10-62/+81
2017-09-11dhcp: dhclient: fix daemon start when dhcp-timeout is specifiedFrancesco Giudici1-1/+1
2017-09-11contrib/rpm: allow building RPM without fatal warningsThomas Haller1-0/+4
2017-09-08contrib/NM-log: don't use exec in bash functionsThomas Haller1-2/+2
2017-09-08ppp: rename the interface only when necessaryBeniamino Galvani3-15/+28
2017-09-08core: merge branch 'th/platform-route-pt4' (part 2)Thomas Haller18-2048/+723
2017-09-08core: rework handling of default-routes and drop NMDefaultRouteManagerThomas Haller13-1979/+284
2017-09-08core: support tracking default-route in NMIP4Config/NMIP6ConfigThomas Haller7-69/+439
2017-09-08core: merge branch 'th/platform-route-pt4' (part 1)Thomas Haller23-370/+530
2017-09-08core: return new route from _nm_ip_config_add_obj()Thomas Haller11-54/+95
2017-09-08core/trivial: rename test functions _nmtst_nm_ip*_config_*() to _nmtst_ip*_co...Thomas Haller8-50/+50
2017-09-08platform: delete routes after adding in nm_platform_ip_route_sync()Thomas Haller1-60/+46
2017-09-08core: ignore routes from non-main table in nm_ip4_config_capture()Thomas Haller2-2/+8
2017-09-08core: don't loop twice over routes in nm_ip4_config_capture()Thomas Haller2-17/+8
2017-09-08core: add nm_utils_connection_has_default_route()Thomas Haller5-67/+56
2017-09-08device: expose nm_device_get_ip_route_metric() functionThomas Haller2-22/+21
2017-09-08core: nm_utils_ip_route_metric_normalize() utilThomas Haller2-4/+7
2017-09-08platform: add nm_clear_nmp_object() utilThomas Haller1-0/+15
2017-09-08core: return new object from _nm_ip_config_add_obj()Thomas Haller3-15/+33
2017-09-08core: use _nm_ip_config_add_obj() in nm_ip4_config_replace() for routesThomas Haller1-6/+7
2017-09-08core/tests: add test for nm_ip6_config_replace()Thomas Haller1-0/+67
2017-09-08platform/trivial: add code commentsThomas Haller2-1/+8
2017-09-08policy: take reference to best_device/activating_deviceThomas Haller1-21/+17
2017-09-08policy: cleanup setting default_device/activating_deviceThomas Haller1-32/+32
2017-09-08policy: don't re-lookup the best device during update_system_hostname()Thomas Haller1-18/+12
2017-09-08policy: always check for hostname from DHCPv6 in update_system_hostname()Thomas Haller1-1/+3
2017-09-08policy: refactor setting hostname from DHCP in update_system_hostname()Thomas Haller1-18/+14
2017-09-08shared: add nm_g_object_ref_set() and nm_clear_g_object()Thomas Haller1-3/+52
2017-09-07shared: add nm_g_object_class_find_property_from_gtype() utilThomas Haller3-3/+16
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-07contrib/NM-log: don't run less with --quit-on-intr argumentThomas Haller1-1/+1
2017-09-07contrib/NM-log: colorize warnings and errors in red (fix)Thomas Haller1-3/+3
2017-09-07contrib/NM-log: colorize warnings and errors in redThomas Haller1-1/+3
2017-09-07contrib/NM-log: improve script and make it sourceableThomas Haller1-22/+36
2017-09-07po: mark broken strings in Japanese translation as fuzzy (bgo#787382)Piotr Drąg1-3/+3
2017-09-07po: update Polish (pl) translation (bgo #787380)Piotr Drąg1-2919/+935
2017-09-07vpn: merge branch 'th/vpn-route-bgo787370'Thomas Haller6-72/+97
2017-09-07vpn: only rely on `ip route get` to resolve route to external VPN gatewayThomas Haller1-43/+23