summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-25platform: fix build with kernels < 5.7lr/platform-v5.7Lubomir Rintel1-1/+3
2022-06-24merge: branch 'lr/ask-mode'Lubomir Rintel3-104/+172
2022-06-24po: update Ukrainian translationYuri Chornoivan1-199/+269
2022-06-24core: avoid stale entries in the DNS manager for non-virtual devicesbg/cleanup-dns-for-removedBeniamino Galvani1-1/+14
2022-06-24platform: merge branch 'th/platform-genl-2'Thomas Haller4-341/+389
2022-06-24platform/netlink: expose genl_ctrl_policy policy in headerThomas Haller2-11/+14
2022-06-24platform/netlink: drop nl_socket_set_ext_ack() APIThomas Haller3-20/+3
2022-06-24platform/netlink: simplify socket flags and use boolean fieldsThomas Haller3-21/+9
2022-06-24platform/netlink: add flags argument to nl_socket_new()Thomas Haller3-17/+47
2022-06-24platform/netlink: extend nl_nlmsghdr_to_str() for genl messagesThomas Haller3-82/+93
2022-06-24platform/netlink: add reading NETLINK_PKTINFO in nl_recv()Thomas Haller3-45/+69
2022-06-24platform/netlink: minor cleanup in _netlink_recv_handle()Thomas Haller1-14/+9
2022-06-24platform/netlink: move generic code in _netlink_recv_handle()Thomas Haller1-71/+69
2022-06-24platform/netlink: add nl_msg_lite struct to avoid allocating netlink messageThomas Haller2-39/+60
2022-06-24platform/netlink: add const modifier for genl functionsThomas Haller2-23/+23
2022-06-24nmcli/connections: fix setting ifname with "--ask c add"lr/ask-modeLubomir Rintel1-9/+18
2022-06-24nmcli/connections: make sure the connection has a base settingLubomir Rintel1-0/+6
2022-06-24nmcli/connections: factor out code run after new connection's type is setLubomir Rintel1-21/+33
2022-06-24nmcli/connections: use the current value in default in ask_option()Lubomir Rintel3-37/+57
2022-06-24nmcli/connections: don't ask to ask with --askLubomir Rintel1-9/+7
2022-06-24nmcli/connections: make sure the connection has a typeLubomir Rintel1-3/+10
2022-06-24nmcli/connections: make enable_options() always enable an optionLubomir Rintel1-10/+6
2022-06-24nmcli/connections: make opts argument to enable_options() optionalLubomir Rintel1-6/+15
2022-06-24nmcli/connections: allow empty lists with "--ask c add"Lubomir Rintel1-2/+0
2022-06-24nmcli/connections: do not remove a bond option unless reset is allowedLubomir Rintel1-17/+15
2022-06-24nmcli/connections: pass allow_reset to check_and_set() callbackLubomir Rintel1-1/+16
2022-06-24libnmc-setting: fix default suggestions for some optionsLubomir Rintel1-2/+2
2022-06-23platform/netlink: add const modifier to netlink header pointersThomas Haller3-12/+12
2022-06-23platform/netlink: add "rxbuf/txbuf" arguments to nl_socket_new()Thomas Haller3-8/+6
2022-06-23platform/netlink: add "blocking" argument to nl_socket_new()Thomas Haller3-8/+5
2022-06-23connectivity: skip unexpected address families in system_resolver_resolve_cb()Thomas Haller1-2/+2
2022-06-23nmcli/devices: fix a crashLubomir Rintel1-2/+2
2022-06-23merge: branch 'lr/nmcli-checkpoint'Lubomir Rintel5-92/+404
2022-06-23initrd: add comment on top of connections and conf snippetsBeniamino Galvani1-1/+18
2022-06-23initrd: print generated configuration snippetsBeniamino Galvani1-22/+41
2022-06-22device: stop ac6 grace time when ip6ll is ready in shared modeBeniamino Galvani1-2/+2
2022-06-21libnm/docs: add comment about background scanning to wifi.bssid propertyThomas Haller3-2/+6
2022-06-20po: Update Ukrainian translationYuri Chornoivan1-640/+680
2022-06-17wifi: merge branch 'owe-fixes'Thomas Haller4-2/+16
2022-06-17nmcli: distinguish OWE-TM from OWE BSSDavid Bauer1-2/+3
2022-06-17libnm: fix compatibility of OWE-TM with unsecure profilesDavid Bauer1-0/+4
2022-06-17supplicant/config: supplicant: prevent OWE downgradeDavid Bauer2-0/+9
2022-06-17platform: merge branch 'th/platform-genl-1'Thomas Haller4-355/+379
2022-06-17platform: extend netlink processing of messages for different protocolsThomas Haller1-90/+104
2022-06-17platform: move credential check in event_handler_recvmsgs()Thomas Haller1-11/+10
2022-06-17platform/netlink: add netlink_protocol argument to nl_nlmsghdr_to_str()Thomas Haller3-98/+105
2022-06-17platform: move nl_recv() to separate functionThomas Haller1-28/+48
2022-06-17platform: log information about (sync) genetlink socketThomas Haller1-3/+11
2022-06-17platform/trivial: rename netlink sockets in NMLinuxPlatformThomas Haller1-31/+31
2022-06-17platform: require generic netlink socketThomas Haller1-2/+1