summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-06-17platform: drop _genl_sock() function and directly access dataThomas Haller1-12/+3
2022-06-17platform/netlink: also set NETLINK_EXT_ACK for genl socketThomas Haller2-4/+2
2022-06-17platform/netlink: combine nl_socket_alloc() and nl_connect()Thomas Haller4-83/+72
2022-06-17platform/netlink: add nm_auto_nlsock cleanup macroThomas Haller1-5/+4
2022-06-17libnm/docs: elaborate how ipv4.dns-search/ipv6.dns-search worksThomas Haller3-5/+11
2022-06-17dhcp: nettools: save the lease after it gets acceptedBeniamino Galvani1-0/+2
2022-06-16dhcp: wait DAD completion for DHCPv6 addressesBeniamino Galvani1-8/+99
2022-06-16cli: reformat file to look betterThomas Haller1-49/+105
2022-06-16build: add missing example files to "Makefile.examples" for distThomas Haller1-0/+9
2022-06-16build: sort files in Makefile.examplesThomas Haller1-16/+16
2022-06-16feat: add example for wifi sae connectionliaohanqin1-0/+36
2022-06-16ifcfg-rh: fix wrong type for vint64 variableFernando Fernandez Mancera1-3/+4
2022-06-16libnm: support wait-activation-delay propertyFernando Fernandez Mancera15-576/+833
2022-06-15release: bump version to 1.39.7 (development)1.39.7-devLubomir Rintel2-2/+2
2022-06-15nmcli/devices: add "checkpoint" commandlr/nmcli-checkpointLubomir Rintel3-3/+279