summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: avoid stale entries in the DNS manager for non-virtual devicesbg/cleanup-dns-for-removedBeniamino Galvani2022-06-241-1/+14
* platform: merge branch 'th/platform-genl-2'Thomas Haller2022-06-244-341/+389
|\
| * platform/netlink: expose genl_ctrl_policy policy in headerThomas Haller2022-06-242-11/+14
| * platform/netlink: drop nl_socket_set_ext_ack() APIThomas Haller2022-06-243-20/+3
| * platform/netlink: simplify socket flags and use boolean fieldsThomas Haller2022-06-243-21/+9
| * platform/netlink: add flags argument to nl_socket_new()Thomas Haller2022-06-243-17/+47
| * platform/netlink: extend nl_nlmsghdr_to_str() for genl messagesThomas Haller2022-06-243-82/+93
| * platform/netlink: add reading NETLINK_PKTINFO in nl_recv()Thomas Haller2022-06-243-45/+69
| * platform/netlink: minor cleanup in _netlink_recv_handle()Thomas Haller2022-06-241-14/+9
| * platform/netlink: move generic code in _netlink_recv_handle()Thomas Haller2022-06-241-71/+69
| * platform/netlink: add nl_msg_lite struct to avoid allocating netlink messageThomas Haller2022-06-242-39/+60
| * platform/netlink: add const modifier for genl functionsThomas Haller2022-06-242-23/+23
| * platform/netlink: add const modifier to netlink header pointersThomas Haller2022-06-233-12/+12
| * platform/netlink: add "rxbuf/txbuf" arguments to nl_socket_new()Thomas Haller2022-06-233-8/+6
| * platform/netlink: add "blocking" argument to nl_socket_new()Thomas Haller2022-06-233-8/+5
|/
* connectivity: skip unexpected address families in system_resolver_resolve_cb()Thomas Haller2022-06-231-2/+2
* nmcli/devices: fix a crashLubomir Rintel2022-06-231-2/+2
* merge: branch 'lr/nmcli-checkpoint'Lubomir Rintel2022-06-235-92/+404
|\
| * nmcli/devices: add "checkpoint" commandlr/nmcli-checkpointLubomir Rintel2022-06-153-3/+279
| * nmcli: be less insistant on exiting when readline() gets no inputLubomir Rintel2022-06-151-1/+2
| * nmcli/devices: use GPtrArray from get_device_list() directlyLubomir Rintel2022-06-151-32/+23
| * nmcli/devices: return GPtrArray instead of GSList from get_device_list()Lubomir Rintel2022-06-151-43/+35
| * nmcli/devices: make get_device_list() terminate on "--"Lubomir Rintel2022-06-151-0/+22
| * nmcli/devices: make get_device_list() shift argc/argvLubomir Rintel2022-06-151-25/+28
| * glib-aux: add g_ptr_array_find() compat routineLubomir Rintel2022-06-151-0/+27
* | initrd: add comment on top of connections and conf snippetsBeniamino Galvani2022-06-231-1/+18
* | initrd: print generated configuration snippetsBeniamino Galvani2022-06-231-22/+41
* | device: stop ac6 grace time when ip6ll is ready in shared modeBeniamino Galvani2022-06-221-2/+2
* | libnm/docs: add comment about background scanning to wifi.bssid propertyThomas Haller2022-06-213-2/+6
* | po: Update Ukrainian translationYuri Chornoivan2022-06-201-640/+680
* | wifi: merge branch 'owe-fixes'Thomas Haller2022-06-174-2/+16
|\ \
| * | nmcli: distinguish OWE-TM from OWE BSSDavid Bauer2022-06-171-2/+3
| * | libnm: fix compatibility of OWE-TM with unsecure profilesDavid Bauer2022-06-171-0/+4
| * | supplicant/config: supplicant: prevent OWE downgradeDavid Bauer2022-06-172-0/+9
|/ /
* | platform: merge branch 'th/platform-genl-1'Thomas Haller2022-06-174-355/+379
|\ \
| * | platform: extend netlink processing of messages for different protocolsThomas Haller2022-06-171-90/+104
| * | platform: move credential check in event_handler_recvmsgs()Thomas Haller2022-06-171-11/+10
| * | platform/netlink: add netlink_protocol argument to nl_nlmsghdr_to_str()Thomas Haller2022-06-173-98/+105
| * | platform: move nl_recv() to separate functionThomas Haller2022-06-171-28/+48
| * | platform: log information about (sync) genetlink socketThomas Haller2022-06-171-3/+11
| * | platform/trivial: rename netlink sockets in NMLinuxPlatformThomas Haller2022-06-171-31/+31
| * | platform: require generic netlink socketThomas Haller2022-06-171-2/+1
| * | platform: drop _genl_sock() function and directly access dataThomas Haller2022-06-171-12/+3
| * | platform/netlink: also set NETLINK_EXT_ACK for genl socketThomas Haller2022-06-172-4/+2
| * | platform/netlink: combine nl_socket_alloc() and nl_connect()Thomas Haller2022-06-174-83/+72
| * | platform/netlink: add nm_auto_nlsock cleanup macroThomas Haller2022-06-171-5/+4
|/ /
* | libnm/docs: elaborate how ipv4.dns-search/ipv6.dns-search worksThomas Haller2022-06-173-5/+11
* | dhcp: nettools: save the lease after it gets acceptedBeniamino Galvani2022-06-171-0/+2
* | dhcp: wait DAD completion for DHCPv6 addressesBeniamino Galvani2022-06-161-8/+99
* | cli: reformat file to look betterThomas Haller2022-06-161-49/+105