summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ovs: allow changing mac address of bridges and interfacesbg/ovs-mac-rh1763734Beniamino Galvani2019-10-254-16/+79
* ovs: fix memory leakBeniamino Galvani2019-10-251-1/+1
* core: merge branch 'bg/prefix-route'Beniamino Galvani2019-10-246-11/+58
|\
| * core: don't add prefix route for /32 addresses without peerbg/prefix-routeBeniamino Galvani2019-10-231-0/+7
| * core: don't add prefix route for external addressesBeniamino Galvani2019-10-232-0/+5
| * core: track whether IP addresses are externalBeniamino Galvani2019-10-236-11/+46
|/
* device: allow reapply when the device is activatingBeniamino Galvani2019-10-234-30/+48
* libnm: retire deprecated WiMAX NMObject typesThomas Haller2019-10-2310-759/+51
* device/wwan: merge branch 'afaure/protect-self-variable'Thomas Haller2019-10-231-3/+13
|\
| * device/wwan: fix leak of "error" variable in connect_ready()Thomas Haller2019-10-231-3/+6
| * device: fix crash by handling connection cancellationAntoine Faure2019-10-231-3/+10
|/
* dhcp: truncate client-id for n-dhcp4 client at arbitrary limitThomas Haller2019-10-231-1/+3
* po/da: merge branch 'scootergrisen:patch-2' (#313)Thomas Haller2019-10-231-251/+345
|\
| * Fix missing \nscootergrisen2019-10-231-1/+1
| * Update da.poscootergrisen2019-10-231-251/+345
|/
* libnm: merge branch 'th/libnm-hide-gobject-structs'Thomas Haller2019-10-2287-888/+1027
|\
| * libnm: hide GObject structs from public API and embed private dataThomas Haller2019-10-2285-852/+1010
| * libnm: hide NMClient struct from public headers and use direct private fieldThomas Haller2019-10-212-36/+17
|/
* libnm: merge branch 'th/libnm-no-dbus-codegen-2'Thomas Haller2019-10-1854-2588/+2801
|\
| * libnm: include "nm-types.h" in "nm-libnm-utils.h"Thomas Haller2019-10-181-0/+4
| * libnm: include "nm-libnm-utils.h" by default in libnm sourcesThomas Haller2019-10-186-5/+4
| * libnm: move wincaps_to_dash() function to "nm-libnm-utils.h"Thomas Haller2019-10-183-23/+30
| * libnm: don't use GSimpleAsyncResult for nm_client_new_async()Thomas Haller2019-10-181-30/+15
| * libnm: add logging NML_DBUS_LOG*() for debugging D-Bus for NMClientThomas Haller2019-10-182-0/+171
| * libnm: add NM_CLIENT_DBUS_NAME_OWNER propertyThomas Haller2019-10-183-1/+39
| * libnm: add NM_CLIENT_DBUS_CONNECTION propertyThomas Haller2019-10-183-27/+97
| * libnm: remember the caller's GMainContext when creating NMClientThomas Haller2019-10-181-5/+17
| * libnm/trivial: move code in "nm-client.c"Thomas Haller2019-10-181-238/+252
| * libnm: avoid g_object_notify() in favor of _notify()Thomas Haller2019-10-185-9/+9
| * libnm: use obj_properties array in libnm and cleanupThomas Haller2019-10-1837-2200/+1823
| * libnm/trivial: rename property enum to match property nameThomas Haller2019-10-181-6/+6
| * libnm: fix GObject properties of "NMDeviceModem"Thomas Haller2019-10-181-3/+3
| * libnm: add G_PARAM_STATIC_STRINGS flag to NM_VPN_SERVICE_PLUGIN_DBUS_WATCH_PE...Thomas Haller2019-10-181-1/+2
| * libnm: belatedly add GObject property "NMDeviceOvs{Bridge,Port}:slaves"Thomas Haller2019-10-182-16/+40
| * libnm: remove unused enum value from "nm-object.c"Thomas Haller2019-10-181-1/+0
| * libnm: rework caching singleton value in _nm_dbus_bus_type()Thomas Haller2019-10-181-9/+10
| * libnm/tests: add test for checking typesThomas Haller2019-10-181-0/+251
| * build: link "nm-enum-types.c" with the base "liblibnm" instead of "libnm"Thomas Haller2019-10-181-5/+6
| * shared: move nm_utils_parse_debug_string() from core to sharedThomas Haller2019-10-184-64/+64
| * shared: add nm_c_list_for_each_entry_prev() helper macroThomas Haller2019-10-181-0/+6
| * shared: add nm_g_source_destroy_and_unref() helperThomas Haller2019-10-181-0/+7
|/
* merge: branch 'lr/nmcli-d-wifi-show'Lubomir Rintel2019-10-187-89/+1694
|\
| * cli: add "nmcli d wifi show"lr/nmcli-d-wifi-showLubomir Rintel2019-10-187-11/+1648
| * cli/devices: keep the AddAndActivateInfo alive until the activation endsLubomir Rintel2019-10-181-67/+46
| * cli/devices: on connecting a device, don't uselessly look it up from the acLubomir Rintel2019-10-181-12/+1
| * utils: correct caching of can_show_graphicsLubomir Rintel2019-10-181-1/+1
|/
* dhcp: merge branch 'bg/dhcp-invalid-hostname'Beniamino Galvani2019-10-183-3/+29
|\
| * dhcp: ignore hostname when invalidbg/dhcp-invalid-hostnameBeniamino Galvani2019-10-171-0/+12
| * shared: export systemd dns and hostname validation functionsBeniamino Galvani2019-10-172-2/+16
| * shared: fix function return valueBeniamino Galvani2019-10-171-1/+1
|/