connman.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2023-12-06 23:51:24 to 2023-12-21 06:40:19 UTC [more...]

[PATCH 00/60] Complete 'continuous' Online Check Mode Implementation
 2023-12-21  6:39 UTC  (28+ messages)
` [PATCH v2 01/60] service: Change return type of '__connman_service_wispr_start'
` [PATCH v2 02/60] service: Sanity check the 'type' param in '__connman_service_wispr_start'
` [PATCH v2 03/60] service: Rename 'online_check_enabled_check'
` [PATCH v2 04/60] service: Change return type of 'start_online_check'
` [PATCH v2 05/60] service: Change return type of 'start_wispr_if_connected'
` [PATCH v2 06/60] service: Introduce and use online check 'active' state
` [PATCH v2 07/60] service: Document 'online_check_state' 'active' member
` [PATCH v2 08/60] service: Document 'online_check_is_active'
` [PATCH v2 09/60] service: Document 'online_check_active_set_value'
` [PATCH v2 10/60] service: Document 'online_check_active_{clear,set}'
` [PATCH v2 11/60] service: Rename 'start_wispr_if_connected'
` [PATCH v2 12/60] service: Refactor 'start_online_check_if_connected'
` [PATCH v2 13/60] service: Document 'start_online_check_if_connected_with_type'
` [PATCH v2 14/60] service: Add an explicit conditional for IPv6 in 'reschedule_online_check'
` [PATCH v2 15/60] session: Add service identifier to 'DBG' in four functions
` [PATCH v2 16/60] service: Add online check failure service error enumeration and string
` [PATCH v2 17/60] doc/service: Document online check failure service error
` [PATCH v2 18/60] service: Introduce and use online check 'failures/successes' state
` [PATCH v2 19/60] service: Document 'online_check_state' 'failures/successes' members
` [PATCH v2 20/60] main: Introduce the 'OnlineCheck{Failures,Successes}Threshold' settings
` [PATCH v2 21/60] doc: Document "
` [PATCH v2 22/60] service: Add per-service online check failure threshold state
` [PATCH v2 23/60] service: Document 'connman_service' 'online_check_failures_met_threshold' member
` [PATCH v2 24/60] service: Document 'connman_service' 'online_check_state_ipv{4,6}' members
` [PATCH v2 25/60] service: Move 'set_error' forward declaration earlier in the source
` [PATCH v2 26/60] service: Capture IP configuration state by value rather than by pointer
` [PATCH v2 27/60] service: Complete 'continuous' online check mode implementation

[PATCH 00/60] Complete 'continuous' Online Check Mode Implementation
 2023-12-21  6:17 UTC  (61+ messages)
` [PATCH 01/60] service: Change return type of '__connman_service_wispr_start'
` [PATCH 02/60] service: Sanity check the 'type' param in '__connman_service_wispr_start'
` [PATCH 03/60] service: Rename 'online_check_enabled_check'
` [PATCH 04/60] service: Change return type of 'start_online_check'
` [PATCH 05/60] service: Change return type of 'start_wispr_if_connected'
` [PATCH 06/60] service: Introduce and use online check 'active' state
` [PATCH 07/60] service: Document 'online_check_state' 'active' member
` [PATCH 08/60] service: Document 'online_check_is_active'
` [PATCH 09/60] service: Document 'online_check_active_set_value'
` [PATCH 10/60] service: Document 'online_check_active_{clear,set}'
` [PATCH 11/60] service: Rename 'start_wispr_if_connected'
` [PATCH 12/60] service: Refactor 'start_online_check_if_connected'
` [PATCH 13/60] service: Document 'start_online_check_if_connected_with_type'
` [PATCH 14/60] service: Add an explicit conditional for IPv6 in 'reschedule_online_check'
` [PATCH 15/60] session: Add service identifier to 'DBG' in four functions
` [PATCH 16/60] service: Add online check failure service error enumeration and string
` [PATCH 17/60] doc/service: Document online check failure service error
` [PATCH 18/60] service: Introduce and use online check 'failures/successes' state
` [PATCH 19/60] service: Document 'online_check_state' 'failures/successes' members
` [PATCH 20/60] main: Introduce the 'OnlineCheck{Failures,Successes}Threshold' settings
` [PATCH 21/60] doc: Document "
` [PATCH 22/60] service: Add per-service online check failure threshold state
` [PATCH 23/60] service: Document 'connman_service' 'online_check_failures_met_threshold' member
` [PATCH 24/60] service: Document 'connman_service' 'online_check_state_ipv{4,6}' members
` [PATCH 25/60] service: Move 'set_error' forward declaration earlier in the source
` [PATCH 26/60] service: Capture IP configuration state by value rather than by pointer
` [PATCH 27/60] service: Complete 'continuous' online check mode implementation
` [PATCH 28/60] service: Document 'online_check_failures_threshold_was_met'
` [PATCH 29/60] service: Document 'online_check_failures_threshold_was_met_set_value'
` [PATCH 30/60] service: Document 'online_check_failures_threshold_was_met_{set,clear}'
` [PATCH 31/60] service: Document 'online_check_counter_reset'
` [PATCH 32/60] service: Document 'online_check_{failures,successes}_reset'
` [PATCH 33/60] service: Document 'online_check_state_reset'
` [PATCH 34/60] service: Document 'online_check_counters_log'
` [PATCH 35/60] service: Document 'online_check_counter_threshold_is_met'
` [PATCH 36/60] service: Document 'is_online_check_failure_threshold_met_predicate'
` [PATCH 37/60] service: Document 'online_check_failures_threshold_is_met'
` [PATCH 38/60] service: Document 'is_online_check_success_threshold_met_predicate'
` [PATCH 39/60] service: Document 'online_check_successes_threshold_is_met'
` [PATCH 40/60] service: Document 'online_check_counter_increment_and_log'
` [PATCH 41/60] service: Document 'online_check_log_success'
` [PATCH 42/60] service: Document 'continuous_online_check_log_{counter,failures,successes}_threshold_met'
` [PATCH 43/60] service: Document 'handle_{continuous,oneshot}_online_check_success'
` [PATCH 44/60] service: Document 'online_check_log_failure'
` [PATCH 45/60] service: Document 'handle_{continuous,oneshot}_online_check_failure'
` [PATCH 46/60] service: Add @sa documentation references
` [PATCH 47/60] service: Document the internals of 'service_compare'
` [PATCH 48/60] service: Document interval assignment in '__connman_service_wispr_start'
` [PATCH 49/60] service: Document 'downgrade_connected_services'
` [PATCH 50/60] service: Document 'service_schedule_changed'
` [PATCH 51/60] service: Document 'service_route_changed'
` [PATCH 52/60] service: Add function parameter to 'default_changed' and 'service_list_sort'
` [PATCH 53/60] service: Add @sa documentation reference to 'current_default'
` [PATCH 54/60] service: Add 'DBG' to 'downgrade_connected_services'
` [PATCH 55/60] main/service: Introduce 'OnlineCheckMode' setting
` [PATCH 56/60] service: Leverage "
` [PATCH 57/60] doc: Document the "
` [PATCH 58/60] main: Add comments tags for online check-related settings
` [PATCH 59/60] main: Consolidate logging of "
` [PATCH 60/60] main: Add deprecation warnings for 'EnableOnlineCheck' and 'EnableOnlineToReadyTransition'

[PATCH 0/2] Add option to omit DHCP Client Identifier
 2023-12-20 18:19 UTC  (5+ messages)
` [PATCH 1/2] add option to omit dhcp client identifier
` [PATCH 2/2] add documentation for OmitClientIdentifier

[PATCH 0/3] connection: Rename 'connection.c' to 'gateway.c'
 2023-12-20 17:10 UTC  (8+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] gateway: Updated @file comment to reflect recent rename
` [PATCH 3/3] gateway: Rename public and private symbols after file rename

[PATCH 0/5] Address Unhandled Gateway Route Lifecycle Events/Transitions
 2023-12-20  5:56 UTC  (6+ messages)
` [PATCH 1/5] inet: Use '__connman_inet_rtnl_recv' for RTNL default route transaction
` [PATCH 2/5] gateway: Handle -ESRCH in 'unset_default_gateway_route_common'
` [PATCH 3/5] gateway: Address unhandled gateway lifecycle events/transitions
` [PATCH 4/5] gateway: Add and leveage 'gateway_config_set_{,in}active'
` [PATCH 5/5] gateway: Expand the @param documentation for 'yield_default_gateway{,_for_type}'

[PATCH 0/2] Add Service Identifier to a Couple of 'DBG' Statements
 2023-12-20  2:05 UTC  (3+ messages)
` [PATCH 1/2] session: Add service identifier to 'DBG' in 'service_state_changed'
` [PATCH 2/2] timeserver: Add service identifier to 'DBG' in 'ts_reset'

[PATCH] wispr: Make 'wispr_route_request' route add 'DBG' consistent
 2023-12-20  1:41 UTC 

[PATCH] service: Qualify call to '__connman_timeserver_sync' with default check
 2023-12-20  1:24 UTC 

[PATCH 0/9] inet: Add Missing Gateway Parameter to Host Route Deletion Interfaces
 2023-12-16 18:47 UTC  (11+ messages)
` [PATCH 1/9] service: Refactor 'nameserver_del_routes'
` [PATCH 2/9] service: Add gateway parameter to DNS host route deletion paths
` [PATCH 3/9] inet: Add gateway parameter to 'connman_inet_del_{,ipv6_}host_route'
` [PATCH 4/9] inet: Document 'connman_inet_{add,del}_{,ipv6_}host_route'
` [PATCH 5/9] service: Const-qualify 'add_nameserver_route'
` [PATCH 6/9] service: Add 'DBG' to 'add_nameserver_route'
` [PATCH 7/9] inet: Document '{add,del}_nameserver_route'
` [PATCH 8/9] inet: Document 'nameserver_{add,del}_routes'
` [PATCH 9/9] inet: Document '__connman_service_nameserver_{add,del}_routes'

[PATCH 00/11] service/wispr: Add Per-service-unique WISPr Host Route Metric/Priority
 2023-12-16 18:46 UTC  (13+ messages)
` [PATCH 01/11] service: Add '__connman_service_get_route_metric'
` [PATCH 02/11] service: Document '__connman_service_get_route_metric'
` [PATCH 03/11] wispr: Expand 'DBG' in 'wispr_portal_detect'
` [PATCH 04/11] wispr: Add 'DBG' to '__connman_wispr_start' error path
` [PATCH 05/11] wispr: Update 'DBG' in '__connman_wispr_start'
` [PATCH 06/11] wispr: Refactor 'free_wispr_routes'
` [PATCH 07/11] wispr: Simplify IPv4 vs. IPv6 host route management
` [PATCH 08/11] wispr: Document 'free_wispr_route{,s}'
` [PATCH 09/11] wispr: Document 'wispr_route'
` [PATCH 10/11] wispr: Document 'wispr_portal_context_route_ops'
` [PATCH 11/11] wispr: Leverage '__connman_service_get_route_metric'

[PATCH 0/2] service: Both Cancel and Stop Online Checks where Appropriate
 2023-12-15  8:52 UTC  (4+ messages)
` [PATCH 1/2] service: Add support for 'CONNMAN_IPCONFIG_TYPE_ALL' to 'cancel_online_check'
` [PATCH 2/2] service: Both cancel and stop online checks where appropriate

[PATCH 1/1] inet: Eliminate dead store in 'iproute_default_modify'
 2023-12-15  8:51 UTC  (2+ messages)

[PATCH 0/8] inet: Add IPv{4,6} Host/Network Route Add/Delete with Metric / Priority Functions
 2023-12-15  8:50 UTC  (10+ messages)
` [PATCH 1/8] inet: Relocate 'rtnl_route_cmd2string'
` [PATCH 2/8] inet: Reorder IPv6 host and network route function declarations
` [PATCH 3/8] inet: Add IPv{4,6} host/network route functions with metric/priority
` [PATCH 4/8] connection: Document 'inet_get_addr_data'
` [PATCH 5/8] connection: Document 'inet_mask_addr_data'
` [PATCH 6/8] connection: Document 'inet_modify_host_or_network_route'
` [PATCH 7/8] connection: Document 'inet_modify_{,ipv4_,ipv6_}{host,network}_route'
` [PATCH 8/8] inet: Document IPv{4,6} host/network route functions with metric/priority

[PATCH 0/2] inet: Add and Document '__connman_inet_rtnl_recv'
 2023-12-15  8:45 UTC  (4+ messages)
` [PATCH 1/2] inet: Add '__connman_inet_rtnl_recv'
` [PATCH 2/2] connection: Document '__connman_inet_rtnl_recv'

RFC: There Are No Routes for Non-default Services
 2023-12-15  6:12 UTC  (3+ messages)

RFC: __connman_service_get_route_metric
 2023-12-14 11:35 UTC  (2+ messages)

[PATCH] connection: Fix typo in @file comment
 2023-12-08 19:04 UTC  (2+ messages)

[PATCH 0/3] connection: Introduce and Leverage IP Any / Unspecified Address String Constants and Functions
 2023-12-07 23:46 UTC  (3+ messages)
` [PATCH v2 "

[PATCH 0/4] connection: Harmonize Search Function Names and Document Search Functions
 2023-12-07 23:44 UTC  (6+ messages)
` [PATCH 1/4] connection: Colocate search functions
` [PATCH 2/4] service: Const-qualify 'lookup_gateway_data'
` [PATCH 3/4] connection: Harmonize search function names
` [PATCH 4/4] connection: Document search functions

[PATCH] connection: Rename 'ipv[46]_gateway' gateway config field
 2023-12-07 23:36 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/90] Add Gateway Low-priority Default Routes for Non-default Services
 2023-12-06 23:50 UTC  (30+ messages)
` [PATCH 62/90] connection: Document 'gateway_hash'
` [PATCH 63/90] connection: Document 'is_addr_any_str'
` [PATCH 64/90] connection: Update 'find_any_active_gateway_data' documentation
` [PATCH 65/90] connection: Document 'compute_low_priority_metric'
` [PATCH 66/90] connection: Document 'add_host_route'
` [PATCH 67/90] connection: Document call to 'connman_service_unref'
` [PATCH 68/90] connection: Document 'demote_default_gateway'
` [PATCH 69/90] connection: Document 'promote_default_gateway'
` [PATCH 70/90] connection: Document 'set_ipv4_high_priority_default_gateway_route_cb'
` [PATCH 71/90] connection: Document 'set_ipv6_high_priority_default_gateway_route_cb'
` [PATCH 72/90] connection: Document 'set_ipv4_high_priority_default_gateway'
` [PATCH 73/90] connection: Document 'set_ipv6_high_priority_default_gateway'
` [PATCH 74/90] connection: Document 'unset_ipv4_high_priority_default_gateway_route_cb'
` [PATCH 75/90] connection: Document 'unset_ipv6_high_priority_default_gateway_route_cb'
` [PATCH 76/90] connection: Document 'unset_ipv4_high_priority_default_gateway'
` [PATCH 77/90] connection: Document 'unset_ipv6_high_priority_default_gateway'
` [PATCH 78/90] connection: Document 'set_ipv4_low_priority_default_gateway_route_cb'
` [PATCH 79/90] connection: Document 'set_ipv4_low_priority_default_gateway'
` [PATCH 80/90] connection: Document 'set_low_priority_default_gateway'
` [PATCH 81/90] connection: Document 'unset_ipv4_low_priority_default_gateway_route_cb'
` [PATCH 82/90] connection: Document 'unset_ipv4_low_priority_default_gateway'
` [PATCH 83/90] connection: Document 'unset_low_priority_default_gateway'
` [PATCH 84/90] connection: Fix documentation typos
` [PATCH 85/90] connection: Update 'set_default_gateway_route_common' documentation
` [PATCH 86/90] connection: Update 'unset_default_gateway_route_common' documentation
` [PATCH 87/90] connection: Update '{un,}set_default_gateway' documentation
` [PATCH 88/90] connection: Add @file comment
` [PATCH 89/90] connection: Add whitespace around 'del_gateway_routes_if_active'
` [PATCH 90/90] connection: Ensure function attribution 'DBG' output is consistent


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 NNTP newsgroup(s).