summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* platform: fix build with kernels < 5.7lr/platform-v5.7Lubomir Rintel2022-06-251-1/+3
* merge: branch 'lr/ask-mode'Lubomir Rintel2022-06-243-104/+172
|\
| * nmcli/connections: fix setting ifname with "--ask c add"lr/ask-modeLubomir Rintel2022-06-241-9/+18
| * nmcli/connections: make sure the connection has a base settingLubomir Rintel2022-06-241-0/+6
| * nmcli/connections: factor out code run after new connection's type is setLubomir Rintel2022-06-241-21/+33
| * nmcli/connections: use the current value in default in ask_option()Lubomir Rintel2022-06-243-37/+57
| * nmcli/connections: don't ask to ask with --askLubomir Rintel2022-06-241-9/+7
| * nmcli/connections: make sure the connection has a typeLubomir Rintel2022-06-241-3/+10
| * nmcli/connections: make enable_options() always enable an optionLubomir Rintel2022-06-241-10/+6
| * nmcli/connections: make opts argument to enable_options() optionalLubomir Rintel2022-06-241-6/+15
| * nmcli/connections: allow empty lists with "--ask c add"Lubomir Rintel2022-06-241-2/+0
| * nmcli/connections: do not remove a bond option unless reset is allowedLubomir Rintel2022-06-241-17/+15
| * nmcli/connections: pass allow_reset to check_and_set() callbackLubomir Rintel2022-06-241-1/+16
| * libnmc-setting: fix default suggestions for some optionsLubomir Rintel2022-06-241-2/+2
* | po: update Ukrainian translationYuri Chornoivan2022-06-241-199/+269
* | 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
|\ \