Fix the crash issue when restarting the wpa_supplicant or wifi driver while BackgroundScanning is enable
2025-12-18 9:48 UTC (6+ messages)
` [PATCH] "
[PATCH] wifi: Detect invalid key with auth challenge failed
2025-12-15 10:04 UTC
[PATCH v2 00/42] VPN association state, dual IP support and WG fixes
2025-11-21 15:36 UTC (47+ messages)
` [PATCH v2 01/42] vpn-provider: Use association state for VPN agent input wait
` [PATCH v2 02/42] vpn: Add association state before connect state
` [PATCH v2 03/42] vpn-agent: Do connect state transition after input dialog check
` [PATCH v2 04/42] service: Explicit VPN connect timeout, ignore in VPN agent wait
` [PATCH v2 05/42] provider: Handle VPN configuration and association states
` [PATCH v2 06/42] vpn: Add support for association state, add state getter
` [PATCH v2 07/42] vpn: Check if connecting when setting state or disconnecting
` [PATCH v2 08/42] vpn: Add VPN agent use flag for plugins
` [PATCH v2 09/42] vpn-provider: Transition to CONNECT state with agentless VPNs
` [PATCH v2 10/42] doc: Update VPN documentation for association state + agentless VPN
` [PATCH v2 11/42] wireguard: Add saving of provider properties
` [PATCH v2 12/42] wireguard: Use positive errors for VPN provider connect_cb
` [PATCH v2 13/42] vpn: Fix VPN_FLAG_NO_DAEMON use in error cases
` [PATCH v2 14/42] wireguard: Handle disconnect, error and network errors better
` [PATCH v2 15/42] gresolv: Add GError for hostname lookup
` [PATCH v2 16/42] wireguard: Use GResolv for DNS reresolve to avoid blocking
` [PATCH v2 17/42] vpn: Drop state changes from update_provider_state()
` [PATCH v2 18/42] wireguard: Fix shutdown, ensure one exit and set no agent is used
` [PATCH v2 19/42] vpn: Check if disconnect is implemented before calling in stop_vpn()
` [PATCH v2 20/42] wireguard: Tokenize host for getaddrinfo()
` [PATCH v2 21/42] util: Add address family set/get/reset helpers
` [PATCH "
` [PATCH v3 "
` [PATCH v2 22/42] vpn-provider: Add support for dual-IP VPNs
` [PATCH v2 23/42] provider: "
` [PATCH v2 24/42] vpn: "
` [PATCH v2 25/42] wireguard: Support both IPv4 and IPv6 address
` [PATCH v2 26/42] inet: Expose __connman_inet_is_any_addr() for plugins to use
` [PATCH v2 27/42] wireguard: Set split routing based on AllowedIPs
` [PATCH v2 28/42] Revert "vpn: Remove unused __vpn_provider_check_routes"
` [PATCH v2 29/42] vpn-provider: Allow to add complete routes and to remove routes
` [PATCH v2 30/42] wireguard: Add routes for other than any addresses
` [PATCH v2 31/42] wireguard: Fix string list parsing and IP tunneling
` [PATCH v2 32/42] wireguard: Treat initial connect failure as unreachable host
` [PATCH v2 33/42] service: handle also EALREADY in service_connect()
` [PATCH v2 34/42] vpn-provider: Make daemonless VPNs to connect when connmand is online
` [PATCH v2 35/42] vpn: Implement getter for the flags set by the VPN
` [PATCH v2 36/42] wireguard: Rework hostname resolve, split code and do not resolve IP
` [PATCH v2 37/42] vpn-provider: Delay connect of daemonless VPNs until connmand is online
` [PATCH v2 38/42] service: Send the DNS servers of VPN's transport when VPN is ready
` [PATCH v2 39/42] vpn-provider: Add support for set/get "TransportNameservers"
` [PATCH v2 40/42] wireguard: Add option for using transport nameservers for DNS reresolve
` [PATCH v2 41/42] wireguard: Fix FQDN by using the resolved IP as the gateway
` [PATCH v2 42/42] provider: Add the VPN nameserver routes when connected
Wifi tethering: Cannot enable NAT -2/No such file or directory or -97/Address family not supported by protocol
2025-10-23 22:59 UTC
[PATCH] client: set rl_prompt after saving
2025-10-21 7:29 UTC (4+ messages)
` "
[PATCH] Connman : Add group api doc
2025-10-06 8:56 UTC
[PATCH]Connman : Improve P2P: Update p2p_listen state , default PBC mode, and peer PBC request handling
2025-09-29 4:06 UTC
[PATCH] log: Add config option for setting a loglevel in connmand
2025-09-26 18:37 UTC
Where should a Loglevel setting be implemented?
2025-09-24 13:39 UTC
Demoting IPv4 link-local services in service list sorting
2025-09-09 18:54 UTC (4+ messages)
[PATCH] connman, vpn: avoid hiding implementation-reserved symbols
2025-09-07 8:18 UTC
v1.45, broken wifi connect
2025-08-22 9:44 UTC (9+ messages)
` AW: "
` AW: "
` AW: "
` AW: "
[PATCH 00/46] VPN association state, dual IP support and WG fixes
2025-08-13 11:20 UTC (69+ messages)
` [PATCH 01/45] agent: Cancel agent request on NoReply D-Bus error
` [PATCH 02/45] vpn-provider: Use association state for VPN agent input wait
` [PATCH 03/45] vpn: Add association state before connect state
` [PATCH 04/45] vpn-agent: Do connect state transition after input dialog check
` [PATCH 05/45] service: Explicit VPN connect timeout, ignore in VPN agent wait
` [PATCH 06/45] provider: Handle VPN configuration and association states
` [PATCH 07/45] vpn: Add support for association state, add state getter
` [PATCH 08/45] vpn: Check if connecting when setting state or disconnecting
` [PATCH 09/45] vpn: Add VPN agent use callback for plugins
` [PATCH 10/45] vpn-provider: Transition to CONNECT state with agentless VPNs
` [PATCH 11/45] doc: Update VPN documentation for association state
` [PATCH 12/45] wireguard: Add saving of provider properties
` [PATCH 13/45] wireguard: Use positive errors for VPN provider connect_cb
` [PATCH 14/45] vpn: Fix VPN_FLAG_NO_DAEMON use in error cases
` [PATCH 15/45] wireguard: Handle disconnect, error and network errors better
` [PATCH 16/45] gresolv: Add generic error for GResolv struct with getter
` [PATCH 17/45] vpn-util: Add wrappers for GResolv hostname lookup use
` [PATCH 18/45] wireguard: Use GResolv for DNS reresolve to avoid blocking
` [PATCH 19/45] vpn: Drop state changes from update_provider_state()
` [PATCH 20/45] wireguard: Fix shutdown, ensure one exit and set no agent is used
` [PATCH 21/45] vpn: Check if disconnect is implemented before calling in stop_vpn()
` [PATCH 22/45] wireguard: Tokenize host for getaddrinfo()
` [PATCH 23/45] util: Add address family set/get/reset helpers
` [PATCH 24/45] vpn-provider: Add support for dual-IP VPNs
` [PATCH 25/45] provider: "
` [PATCH 26/45] vpn: "
` [PATCH 27/45] wireguard: Support both IPv4 and IPv6 address
` [PATCH 28/45] inet: Expose __connman_inet_is_any_addr() for plugins to use
` [PATCH 29/45] wireguard: Set split routing based on AllowedIPs
` [PATCH 30/45] Revert "vpn: Remove unused __vpn_provider_check_routes"
` [PATCH 31/45] vpn-provider: Allow to add complete routes and to remove routes
` [PATCH 32/45] wireguard: Add routes for other than any addresses
` [PATCH 33/45] wireguard: Fix string list parsing and IP tunneling
` [PATCH 34/45] wireguard: Treat initial connect failure as unreachable host
` [PATCH 35/45] service: handle also EALREADY in service_connect()
` [PATCH 36/45] vpn-provider: Make daemonless VPNs to connect when connmand is online
` [PATCH 37/45] vpn: Implement getter for the flags set by the VPN
` [PATCH 38/45] vpn-provider: Delay connect of daemonless VPNs until connmand is online
` [PATCH 39/45] wireguard: Rework hostname resolve, split code and do not resolve IP
` [PATCH 40/45] vpn-util: Add wrapper for adding a namerver for GResolv
` [PATCH 41/45] service: Send the DNS servers of VPN's transport when VPN is ready
` [PATCH 42/45] vpn-provider: Add support for set/get "TransportNameservers"
` [PATCH 43/45] wireguard: Add option for using transport nameservers for DNS reresolve
` [PATCH 44/45] wireguard: Fix FQDN by using the resolved IP as the gateway
` [PATCH 45/45] provider: Add the VPN nameserver routes when connected
Connman - Issue - AlwaysConnectedTechnologies option not working
2025-08-07 10:40 UTC
connman configuration for combined wlan0 + ap0 devices for tethering
2025-08-07 9:30 UTC (3+ messages)
[PATCH] Connman : Allow connmanctl to trigger Wi-Fi scan
2025-08-05 15:39 UTC (2+ messages)
[PATCH] service: Fix comparison of services of same preferred type
2025-08-04 19:30 UTC (4+ messages)
` [PATCH] "
[PATCH] Adjust printf(3) formats for 32-bit platforms
2025-08-04 18:55 UTC (4+ messages)
[PATCH 0/3] Generalize Default Enabled Technologies
2025-08-04 18:54 UTC (8+ messages)
` [PATCH 1/3] main: Introduce 'DefaultEnabledTechnologies' setting
` [PATCH 2/3] technology: Leverage "
` [PATCH 3/3] doc: Document the "
[PATCH 00/11] Add association state for VPNs
2025-08-04 15:10 UTC (2+ messages)
[PATCH] connman : Introduce softap with ip feature to connman
2025-07-11 11:13 UTC
[PATCH] client: Add missing newlines on error messages
2025-07-09 17:40 UTC (2+ messages)
[PATCH 00/12] Improve WireGuard disconnect, error and hostname lookup
2025-07-09 10:41 UTC (11+ messages)
[PATCH] Connman : Initial P2P Invite and P2P Scan Implementation
2025-07-07 7:13 UTC
[PATCH] Connman : Initial P2P Group Management API Support (CreateGroup, GetGroups, DisconnectGroup)
2025-07-07 7:06 UTC
[PATCH] Connman : Add support for P2P WPS (PIN/PBC) in ConnMan
2025-07-07 7:04 UTC
[PATCH] Connman : Add initial support for P2P listen mode in ConnMan
2025-07-07 7:00 UTC
[PATCH] client: Add missing newlines on error messages
2025-07-03 18:48 UTC
[PATCH v3 0/3] API to list and remove known services
2025-06-30 16:11 UTC (5+ messages)
` [PATCH v3 1/3] Add GetKnownServices api to connaman
` [PATCH v3 2/3] Add RemoveKnownService to connman
` [PATCH v3 3/3] client: Add RemoveKnownService client implementation
Connection Manager Reports Wi-Fi Signal Strength Lower Than It Should Be
2025-06-26 22:07 UTC
[PATCH v4 1/2] Revert "timezone: Fix compare_file comparison in timezone checking"
2025-06-05 15:00 UTC (4+ messages)
` [PATCH v4 2/2] timezone: Replace Localtime file copy with symbolic link
[PATCH v3 1/2] Revert "timezone: Fix compare_file comparison in timezone checking"
2025-06-04 22:01 UTC (3+ messages)
` [PATCH v3 2/2] timezone: Replace Localtime file copy with symbolic link
[PATCH] connman : Add null check in prepare_target to avoid SIG=6
2025-06-04 21:30 UTC (3+ messages)
[PATCH] connman : Handle empty passphrase setting in wifi/tethering
2025-06-04 21:21 UTC (2+ messages)
[PATCH v2 1/1] timezone: Replace Localtime file copy with symbolic link
2025-06-03 13:17 UTC (2+ messages)
[PATCH] connman : Introduce softap with ip feature to connman
2025-06-02 7:40 UTC (2+ messages)
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).