summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* libnm: keep context-busy-watcher of NMClient alive for one more idle roundth/client-object-manager-dbus-leakThomas Haller2020-01-141-0/+26
* shared: remove nm_dbus_connection_signal_subscribe_object_manager() helperThomas Haller2020-01-144-125/+21
* core/bluetooth: don't use nm_dbus_connection_signal_subscribe_object_manager()Thomas Haller2020-01-141-13/+46
* libnm: avoid leaking GMainContext for sync initialization after context-busy-...Thomas Haller2020-01-141-14/+49
* shared: add nm_source_func_unref_gobject() helperThomas Haller2020-01-141-0/+8
* merge: branch 'bg/vrf'Beniamino Galvani2020-01-1447-11/+1113
|\
| * core,libnm: add VRF supportBeniamino Galvani2020-01-1421-3/+647
| * platform: add VRF supportBeniamino Galvani2020-01-149-0/+174
| * ifcfg-rh: add support for VRF slavesBeniamino Galvani2020-01-144-1/+24
| * libnm-core,cli: add VRF settingBeniamino Galvani2020-01-1417-7/+268
|/
* all: merge branch 'th/unix-fd-source'Thomas Haller2020-01-1316-174/+240
|\
| * session-monitor: don't use GIOChannel to watch plain file descriptorThomas Haller2020-01-131-9/+13
| * lndp: don't use GIOChannel to watch plain file descriptor for socketThomas Haller2020-01-131-14/+19
| * platform: don't use GIOChannel to watch plain file descriptor for netlink socketThomas Haller2020-01-131-21/+17
| * acd: don't use GIOChannel to watch plain file descriptor for event fdThomas Haller2020-01-131-13/+21
| * dhcp/nettools: don't use GIOChannel to watch plain file descriptor for event fdThomas Haller2020-01-131-7/+11
| * bluez: don't use GIOChannel to watch plain file descriptor for rfcommThomas Haller2020-01-131-11/+12
| * bluez: don't use GIOChannel to watch plain file descriptorThomas Haller2020-01-131-41/+48
| * cli: don't use GIOChannel to watch plain file descriptor for nmc_readline_hel...Thomas Haller2020-01-131-7/+13
| * tui: don't use GIOChannel to watch plain file descriptor for key pressThomas Haller2020-01-131-14/+10
| * shared/udev: don't use GIOChannel to watch plain file descriptorThomas Haller2020-01-131-11/+9
| * all: use nm_g_unix_fd_source_new() instead of g_unix_fd_source_new()Thomas Haller2020-01-134-23/+37
| * shared: add nm_g_unix_fd_source_new() helperThomas Haller2020-01-132-1/+28
| * platform: use NM_MAKE_STRV() in NMLinuxPlatform:constucted()Thomas Haller2020-01-131-1/+1
| * shared: use G_SOURCE_FUNC() macro in "shared/nm-test-utils-impl.c"Thomas Haller2020-01-131-1/+1
| * tui: fix signature for nmt_newt_form_keypress_callback() callbackThomas Haller2020-01-131-1/+1
|/
* shared: improve nm_free_secret() to clear entire memory bufferThomas Haller2020-01-092-8/+27
* po: update Ukrainian (uk) translationYuri Chornoivan2020-01-091-1308/+1309
* license: add Beniamino Galvani to RELICENSE.mdThomas Haller2020-01-091-0/+1
* n-dhcp4: use C_CLAMP() macro instead of c_clamp()Beniamino Galvani2020-01-091-1/+1
* license: add RELICENSE.md file to track consent/disapproval for relicensing u...th/relicenseThomas Haller2020-01-091-0/+74
* platform,device: merge branch 'th/device-ip-tunnel-mac'Thomas Haller2020-01-0910-1129/+618
|\
| * core: set MAC address for IP tunnels when creating deviceThomas Haller2020-01-092-7/+41
| * platform: support setting MAC address during nm_platform_link_gre_add()Thomas Haller2020-01-093-3/+10
| * platform: drop NMPlatformLnkMacvtap typedefThomas Haller2020-01-094-7/+5
| * platform: implement link_macvlan_add via nm_platform_link_add()Thomas Haller2020-01-093-89/+31
| * platform: implement link_macsec_add via nm_platform_link_add()Thomas Haller2020-01-093-101/+43
| * platform: implement link_ipip_add via nm_platform_link_add()Thomas Haller2020-01-093-83/+32
| * platform: implement link_ip6gre_add via nm_platform_link_add()Thomas Haller2020-01-093-108/+48
| * platform: implement link_ip6tnl_add via nm_platform_link_add()Thomas Haller2020-01-093-97/+45
| * platform: implement link_6lowpan_add via nm_platform_link_add()Thomas Haller2020-01-093-74/+9
| * platform: implement link_vxlan_add via nm_platform_link_add()Thomas Haller2020-01-094-140/+66
| * platform: implement link_vlan_add via nm_platform_link_add()Thomas Haller2020-01-094-127/+76
| * platform: implement link_sit_add via nm_platform_link_add()Thomas Haller2020-01-093-79/+31
| * platform: implement link_gre_add via nm_platform_link_add()Thomas Haller2020-01-093-92/+45
| * platform: add parent argument to nm_platform_link_add()Thomas Haller2020-01-094-14/+27
| * platform: move special link-add functions to headerThomas Haller2020-01-092-91/+60
| * platform: extend nm_platform_link_add() to accept type specific extra parameterThomas Haller2020-01-094-35/+63
| * platform: log name of link that gets added by nm_platform_link_add()Thomas Haller2020-01-091-4/+6
| * device: avoid assertion failure when setting MAC address of unexpected addres...Thomas Haller2020-01-091-2/+4
|/