ConnMan network manager
 help / color / mirror / Atom feed
 messages from 2023-11-19 17:07:29 to 2023-12-06 23:51:24 UTC [more...]

[PATCH 00/90] Add Gateway Low-priority Default Routes for Non-default Services
 2023-12-06 23:50 UTC  (68+ messages)
` [PATCH 01/90] connection: Rename 'find_active_gateway_data'
` [PATCH 02/90] connection: Document 'find_any_active_gateway_data'
` [PATCH 03/90] connection: Replace gateway config active Boolean
` [PATCH 04/90] connection: Document gateway configuration state
` [PATCH 05/90] connection: Replace gateway config VPN Boolean
` [PATCH 06/90] connection: Document gateway configuration flags
` [PATCH 07/90] connection: Introduce gateway configuration 'type'
` [PATCH 08/90] connection: Document 'gateway_config_type'
` [PATCH 09/90] connection: Add function parameter to {un,}set_default_gateway
` [PATCH 10/90] connection: Fix 'DBG' copy-and-paste typo
` [PATCH 11/90] connection: Split '{un,}_default_gateway' IP-specific functions
` [PATCH 12/90] connection: Add 'DBG' to 'del_gateway_routes'
` [PATCH 13/90] connection: Rename 'active_gateway' local
` [PATCH 14/90] connection: Check 'service' parameter for null
` [PATCH 15/90] connection: Check service network index for validity
` [PATCH 16/90] connection: Refactor '__connman_connection_gateway_add'
` [PATCH 17/90] connection: Remove 'DBG' from '__connman_connection_update_gateway'
` [PATCH 18/90] connection: Refactor 'yield_default_gateway'
` [PATCH 19/90] connection: Document 'gateway_data_config_get'
` [PATCH 20/90] connection: Document 'yield_default_gateway_for_type'
` [PATCH 21/90] connection: Add 'gateway_config_free'
` [PATCH 22/90] connection: Document 'gateway_config_free'
` [PATCH 23/90] connection: Introduce and leverage 'mutate_default_gateway'
` [PATCH 24/90] connection: Document 'mutate_default_gateway_ops'
` [PATCH 25/90] connection: Document 'mutate_default_gateway'
` [PATCH 26/90] connection: Add gateway config ADDED/REMOVED states
` [PATCH 27/90] connection: Add low-priority default gateway config type
` [PATCH 28/90] connection: Change return type of 'unset_default_gateway'
` [PATCH 29/90] connection: Leverage 'unset_default_gateway' in 'del_gateway_routes'
` [PATCH 30/90] connection: Change return type of 'set_default_gateway'
` [PATCH 31/90] connection: Fan out route manipulation into callbacks
` [PATCH 32/90] connection: Document 'mutate_default_gateway_route_cb_t'
` [PATCH 33/90] connection: Document 'set_default_gateway_route_common'
` [PATCH 34/90] connection: Document 'unset_default_gateway_route_common'
` [PATCH 35/90] inet: Add '__connman_inet_table2string'
` [PATCH 36/90] inet: Document '__connman_inet_table2string'
` [PATCH 37/90] inet: Leverage '__connman_inet_table2string'
` [PATCH 38/90] rtnl: Add support for extracting the table identifier
` [PATCH 39/90] ipconfig: Pass the rtnl table to '__connman_ipconfig_{new,del}route'
` [PATCH 39/90] ipconfig: Pass the rtnl table to "
` [PATCH 40/90] rtnl: Add support for extracting the metric/priority
` [PATCH 41/90] ipconfig: Pass the rtnl metric to '__connman_ipconfig_{new,del}route'
` [PATCH 41/90] ipconfig: Pass the rtnl metric to "
` [PATCH 42/90] ipconfig: Pass the rtnl dst prefixlen "
` [PATCH 42/90] ipconfig: Pass the rtnl dst prefixlen to "
` [PATCH 43/90] inet: Include interface index and name in 'DBG'
` [PATCH 44/90] inet: Include the command value and string "
` [PATCH 45/90] ipconfig: Use 'RT_SCOPE_*' mnemonics
` [PATCH 46/90] inet: Add a metric parameter to 'iproute_default_modify'
` [PATCH 47/90] inet: Document 'iproute_default_modify'
` [PATCH 48/90] connection: Document '__connman_inet_add_default_to_table'
` [PATCH 49/90] connection: Document '__connman_inet_del_default_to_table'
` [PATCH 50/90] inet: Add '__connman_inet_{add,del}_default_{to,from}_table_with_metric'
` [PATCH 51/90] inet: Document '__connman_inet_{add,del}_default_{to,from}_table_with_metric'
` [PATCH 52/90] connection: Add support for low-priority default routes
` [PATCH 53/90] connection: Introduce '{de,pro}mote_default_gateway'
` [PATCH 54/90] connection: Add 'is_addr_any_str'
` [PATCH 55/90] connection: Introduce gateway config 'ops'
` [PATCH 56/90] connection: Refactor 'add_host_route'
` [PATCH 57/90] connection: Add 'DBG' else clauses to 'connection_delgateway'
` [PATCH 58/90] connection: Document 'gateway_config_state' finite state machine
` [PATCH 59/90] connection: Document 'gateway_config_ops'
` [PATCH 60/90] connection: Document 'gateway_config'
` [PATCH 61/90] connection: Document 'gateway_data'
` [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

RFC: There Are No Routes for Non-default Services
 2023-12-06 22:19 UTC 

Regression caused by "Don't add route for invalid dst and gateway address combinations”
 2023-12-06  5:17 UTC  (5+ messages)

[PATCH 80/80] Added @file comment to 'src/connman.h'
 2023-12-06  0:40 UTC 

A Few Minor Complications on connman + connman-vpn + wpa_supplicant + ofono Bringup
 2023-12-05 17:09 UTC  (4+ messages)
      ` There Are No Routes for Non-default Ethernet / Wi-Fi Services (was Re: A Few Minor Complications on connman + connman-vpn + wpa_supplicant + ofono Bringup)

Thanks!
 2023-12-01  6:35 UTC  (3+ messages)

[PATCH 0/8] connection: Improve Connection Gateway Debugging and Documentation
 2023-11-30 15:43 UTC  (24+ messages)
` [PATCH 1/8] log: Refactor debugging preprocessor macros
` [PATCH 2/8] log: Document "
` [PATCH 3/8] connection: Introduce and leverage 'gateway_{config,data}_debug'
` [PATCH 4/8] connection: Document 'gateway_{config,data}_debug'
` [PATCH 5/8] connection: Expand, Enhance, and Refactor 'DBG'
` [PATCH 6/8] connection: Document 'connection_{add,del}gateway'
` [PATCH 7/8] connection: Document '__connman_connection_gateway_{add,remove}'
` [PATCH 8/8] connection: Document '__connman_connection_update_gateway'
  ` [PATCH v2 1/8] log: Refactor debugging preprocessor macros
  ` [PATCH v2 2/8] log: Document "
  ` [PATCH v2 3/8] connection: Introduce and leverage 'gateway_{config,data}_debug'
  ` [PATCH v2 4/8] connection: Document 'gateway_{config,data}_debug'
  ` [PATCH v2 5/8] connection: Expand, Enhance, and Refactor 'DBG'
  ` [PATCH v2 6/8] connection: Document 'connection_{add,del}gateway'
  ` [PATCH v2 7/8] connection: Document '__connman_connection_gateway_{add,remove}'
  ` [PATCH v2 8/8] connection: Document '__connman_connection_update_gateway'

[PATCH 0/4] connection: Simplify '{un,}set_default_gateway' Flow
 2023-11-30  5:26 UTC  (5+ messages)
` [PATCH 1/4] connection: Simplify 'set_default_gateway' flow
` [PATCH 2/4] connection: Simplify 'unset_default_gateway' flow
` [PATCH 3/4] connection: Add additional DBG statements to '{un,}set_default_gateway'
` [PATCH 4/4] connection: Document '{un,}set_default_gateway'

[PATCH 0/3] connection: Optimize Conditional '&&' Clauses in '__connman_connection_gateway_remove'
 2023-11-30  0:23 UTC  (4+ messages)
` [PATCH 1/3] connection: Fix white space indentation
` [PATCH 2/3] connection: Optimize conditional '&&' clauses
` [PATCH 3/3] connection: Rename 'set_default[46]' local variables

[PATCH] connection: Explicitly handle CONNMAN_IPCONFIG_TYPE_ALL
 2023-11-29 23:38 UTC 

[PATCH 0/2] connection: Remove Unnecessary '__connman_service_get_index' Calls
 2023-11-29 23:17 UTC  (3+ messages)
` [PATCH 1/2] connection: Remove unused local variables
` [PATCH 2/2] connection: Remove unnecessary '__connman_service_get_index' calls

[PATCH 0/3] connection: Introduce and Leverage IP Any / Unspecified Address String Constants and Functions
 2023-11-29 20:42 UTC  (13+ messages)
` [PATCH 1/3] connection: Introduce and leverage 'ipv[46]_addr_any_str' constants
` [PATCH 2/3] connection: Introduce and leverage 'is_ipv[46]_addr_any_str' functions
` [PATCH 3/3] connection: Document 'is_ipv[46]_addr_any_str'
` [PATCH v2 0/3] connection: Introduce and Leverage IP Any / Unspecified Address String Constants and Functions
  ` [PATCH v2 1/3] connection: Introduce and leverage 'ipv[46]_addr_any_str' constants
  ` [PATCH v2 2/3] connection: Introduce and leverage 'is_ipv[46]_addr_any_str' functions
  ` [PATCH v2 3/3] connection: Document 'is_ipv[46]_addr_any_str'

[PATCH] connection: Rename 'ipv[46]_gateway' gateway config field
 2023-11-29 19:53 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/4] connection: Refactor 'connection_newgateway'
 2023-11-29 13:23 UTC  (6+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] connection: Document 'check_default_gateway'
` [PATCH 3/4] connection: Rename 'choose_default_gateway'
` [PATCH 4/4] connection: Document 'yield_default_gateway'

[PATCH] network: Const-qualify network leaf getter functions
 2023-11-29 12:56 UTC  (2+ messages)

[PATCH] service: Const-qualify 'service' param in '*_nameserver_{add,del}_routes'
 2023-11-29 12:56 UTC  (2+ messages)

[PATCH] ipconfig: Return a unique string for 'CONNMAN_IPCONFIG_TYPE_ALL'
 2023-11-29 12:54 UTC  (2+ messages)

[PATCH] ipconfig: Const-qualify 'ipconfig' parameters
 2023-11-29 12:54 UTC  (2+ messages)

[PATCH 0/2] ipconfig: Add DBG and Documentation to '__connman_ipconfig_gateway_{add,remove}'
 2023-11-29 12:53 UTC  (4+ messages)
` [PATCH 1/2] ipconfig: Expand and harmonize 'DBG' in '__connman_ipconfig_gateway_{add,remove}'
` [PATCH 2/2] ipconfig: Document '__connman_ipconfig_gateway_{add,remove}'

Re: Query about ipv4 connman web page
 2023-11-29 12:49 UTC  (2+ messages)
  `  "

[PATCH 0/3] Rename 'disable_gateway' and 'del_routes'
 2023-11-29  6:21 UTC  (4+ messages)
` [PATCH 1/3] connection: Rename 'disable_gateway'
` [PATCH 2/3] connection: Rename 'del_routes'
` [PATCH 3/3] connection: Document 'del_gateway_routes{,_if_active}'

[PATCH 0/3] connection: Refactor 'add_gateway'
 2023-11-29  4:53 UTC  (4+ messages)
` [PATCH 1/3] connection: Simplify exception handling in 'add_gateway'
` [PATCH 2/3] connection: Change the function signature of 'add_gateway'
` [PATCH 3/3] connection: Document 'add_gateway'

[PATCH 0/4] connection: Harmonize Search Function Names and Document Search Functions
 2023-11-29  0:47 UTC  (5+ 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] Allow running bootstrap-configure from anywhere
 2023-11-28 17:40 UTC  (4+ messages)

Query about ipv4 connman web page
 2023-11-28  9:55 UTC  (2+ messages)

[PATCH 58/58] service: Make DBG in '__connman_service_ipconfig_indicate_state' consistent
 2023-11-25 16:31 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/3] service: Minor address_updated Changes
 2023-11-25 16:21 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] service: Leverage 'connman_service_is_default'
  ` [PATCH v2 2/3] service: Add DBG statement to 'address_updated'
  ` [PATCH v2 3/3] service: Add documentation "

Request for Comment: Implementing Non-link-level Failure Monitoring / Failover
 2023-11-24 16:45 UTC  (6+ messages)

[PATCH 0/2] service: Add and Leverage 'clear_error'
 2023-11-23 11:27 UTC  (4+ messages)
` [PATCH 1/2] service: Add and leverage 'clear_error'
` [PATCH 2/2] service: Document '{clear,set}_error'

[PATCH 0/2] service: Bifurcate 'complete_online_check' handling
 2023-11-23 11:25 UTC  (2+ messages)

[PATCH] service: Group online check state by IP configuration type
 2023-11-23 11:24 UTC  (2+ messages)

[PATCH] service: Document the 'current_default' global
 2023-11-23 11:24 UTC  (2+ messages)

[PATCH] service: Const-qualify 'connman_service_get_interface'
 2023-11-23 11:23 UTC  (2+ messages)

[PATCH] service: Leverage 'connman_service_set_proxy_method'
 2023-11-23 11:22 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/17] Address Redundant IPv4 Reachability Checks
 2023-11-23 11:19 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v2 17/17] service: Leverage '__connman_wispr_cancel'

Wired 802.1x support
 2023-11-22 18:49 UTC  (2+ messages)

[PATCH 0/1] RFC: dnsproxy changes
 2023-11-22 16:47 UTC  (2+ messages)
` [PATCH 1/1] dnsproxy: Changes

[PATCH] doc: add the optional freq parameter to the connmanctl manpage
 2023-11-20 14:56 UTC  (2+ messages)


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).