summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* devices: add support for openvswitch deviceslr/ovs-3Lubomir Rintel2017-09-1110-0/+1859
* clients: add support for ovs-bridge settingLubomir Rintel2017-09-113-1/+19
* clients: add support for ovs-port settingLubomir Rintel2017-09-113-0/+20
* libnm: add support for openvswitch devicesLubomir Rintel2017-09-1110-24/+173
* introspection: add o.fd.NM.Device.Openvswitch interfaceLubomir Rintel2017-09-113-35/+60
* libnm-core: add ovs-bridge settingLubomir Rintel2017-09-1110-0/+166
* libnm-core: add ovs-port settingLubomir Rintel2017-09-1110-0/+166
* device: ignore enslavement to ovs-masterLubomir Rintel2017-09-111-13/+18
* device: let the device subclass decide whether a slave is compatibleLubomir Rintel2017-09-112-5/+17
* manager: always update the device when the plink comes and goesLubomir Rintel2017-09-113-45/+45
* core/dhcp: use addr-family parameter for instead of booleanThomas Haller2017-09-1111-136/+166
* device: enable support for ipv6.dhcp-timeoutThomas Haller2017-09-1110-62/+81
* dhcp: dhclient: fix daemon start when dhcp-timeout is specifiedFrancesco Giudici2017-09-111-1/+1
* contrib/rpm: allow building RPM without fatal warningsThomas Haller2017-09-111-0/+4
* contrib/NM-log: don't use exec in bash functionsThomas Haller2017-09-081-2/+2
* ppp: rename the interface only when necessaryBeniamino Galvani2017-09-083-15/+28
* core: merge branch 'th/platform-route-pt4' (part 2)Thomas Haller2017-09-0818-2048/+723
|\
| * core: rework handling of default-routes and drop NMDefaultRouteManagerth/platform-route-pt4Thomas Haller2017-09-0813-1979/+284
| * core: support tracking default-route in NMIP4Config/NMIP6ConfigThomas Haller2017-09-087-69/+439
|/
* core: merge branch 'th/platform-route-pt4' (part 1)Thomas Haller2017-09-0823-370/+530
|\
| * core: return new route from _nm_ip_config_add_obj()Thomas Haller2017-09-0811-54/+95
| * core/trivial: rename test functions _nmtst_nm_ip*_config_*() to _nmtst_ip*_co...Thomas Haller2017-09-088-50/+50
| * platform: delete routes after adding in nm_platform_ip_route_sync()Thomas Haller2017-09-081-60/+46
| * core: ignore routes from non-main table in nm_ip4_config_capture()Thomas Haller2017-09-082-2/+8
| * core: don't loop twice over routes in nm_ip4_config_capture()Thomas Haller2017-09-082-17/+8
| * core: add nm_utils_connection_has_default_route()Thomas Haller2017-09-085-67/+56
| * device: expose nm_device_get_ip_route_metric() functionThomas Haller2017-09-082-22/+21
| * core: nm_utils_ip_route_metric_normalize() utilThomas Haller2017-09-082-4/+7
| * platform: add nm_clear_nmp_object() utilThomas Haller2017-09-081-0/+15
| * core: return new object from _nm_ip_config_add_obj()Thomas Haller2017-09-083-15/+33
| * core: use _nm_ip_config_add_obj() in nm_ip4_config_replace() for routesThomas Haller2017-09-081-6/+7
| * core/tests: add test for nm_ip6_config_replace()Thomas Haller2017-09-081-0/+67
| * platform/trivial: add code commentsThomas Haller2017-09-082-1/+8
| * policy: take reference to best_device/activating_deviceThomas Haller2017-09-081-21/+17
| * policy: cleanup setting default_device/activating_deviceThomas Haller2017-09-081-32/+32
| * policy: don't re-lookup the best device during update_system_hostname()Thomas Haller2017-09-081-18/+12
| * policy: always check for hostname from DHCPv6 in update_system_hostname()Thomas Haller2017-09-081-1/+3
| * policy: refactor setting hostname from DHCP in update_system_hostname()Thomas Haller2017-09-081-18/+14
| * shared: add nm_g_object_ref_set() and nm_clear_g_object()Thomas Haller2017-09-081-3/+52
|/
* shared: add nm_g_object_class_find_property_from_gtype() utilThomas Haller2017-09-073-3/+16
* dns: use 127.0.0.53 address in /etc/resolv.conf with systemd-resolvedThomas Haller2017-09-071-2/+9
* ifnet: ensure an error is always returned when add failsBeniamino Galvani2017-09-071-2/+7
* contrib/NM-log: don't run less with --quit-on-intr argumentThomas Haller2017-09-071-1/+1
* contrib/NM-log: colorize warnings and errors in red (fix)Thomas Haller2017-09-071-3/+3
* contrib/NM-log: colorize warnings and errors in redThomas Haller2017-09-071-1/+3
* contrib/NM-log: improve script and make it sourceableThomas Haller2017-09-071-22/+36
* po: mark broken strings in Japanese translation as fuzzy (bgo#787382)Piotr Drąg2017-09-071-3/+3
* po: update Polish (pl) translation (bgo #787380)Piotr Drąg2017-09-071-2919/+935
* vpn: merge branch 'th/vpn-route-bgo787370'Thomas Haller2017-09-076-72/+97
|\
| * vpn: only rely on `ip route get` to resolve route to external VPN gatewayThomas Haller2017-09-071-43/+23