All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-06 23:09:50 to 2023-12-06 23:51:33 UTC [more...]

[PATCH 00/90] Add Gateway Low-priority Default Routes for Non-default Services
 2023-12-06 23:50 UTC  (91+ 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
` [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 net-next v2] net: stmmac: don't create a MDIO bus if unnecessary
 2023-12-06 23:46 UTC  (2+ messages)

[PATCH v3,20/21] media: medkatek: vcodec: support tee decoder
 2023-12-06 23:43 UTC  (7+ messages)
` [PATCH] "

[PATCH 0/5] perf/arm_cspmu: Add devicetree support
 2023-12-06 23:43 UTC  (4+ messages)
` [PATCH 5/5] "

[PATCH] wifi: ath12k: report tx bitrate for iw dev xxx station dump
 2023-12-06 23:43 UTC  (2+ messages)

drivers/net/ethernet/intel/ice/ice_ethtool.c:3736:1-7: preceding lock on line 3711
 2023-12-06 23:43 UTC 

[PATCH 0/3] net/sched: Load modules via alias
 2023-12-06 23:42 UTC  (6+ messages)

[toaster][PATCHv3 0/3] toaster: feat to import eventlogs]
 2023-12-06 23:41 UTC  (5+ messages)
` [toaster][PATCHv3 3/3] toaster: Update eventreplay functionality for new eventlog file structure

[Intel-xe] [PATCH v5 0/9] Enable compression handling on LNL
 2023-12-06 23:40 UTC  (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for Enable compression handling on LNL. (rev6)
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "

[PATCH 6.1 000/105] 6.1.66-rc2 review
 2023-12-06 23:39 UTC  (2+ messages)

[PATCH v2 0/9] Support light color temperature and chromaticity
 2023-12-06 23:39 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v4 0/3] xe: Validate fixed CCS mode setting
 2023-12-06 23:39 UTC  (3+ messages)
` [igt-dev] ✓ CI.xeBAT: success for "
` [igt-dev] ✓ Fi.CI.BAT: success for xe: Validate fixed CCS mode setting (rev2)

[PATCH v5 00/50] Improvements to memory use
 2023-12-06 23:39 UTC  (7+ messages)
` [PATCH v5 16/50] perf maps: Add remove maps function to remove a map based on callback
` [PATCH v5 18/50] perf maps: Refactor maps__fixup_overlappings

[Intel-wired-lan] [PATCH net-next v8 0/8] Support symmetric-xor RSS hash
 2023-12-06 23:36 UTC  (17+ messages)
`  "
` [PATCH net-next v8 1/8] net: ethtool: pass a pointer to parameters to get/set_rxfh ethtool ops
` [Intel-wired-lan] [PATCH net-next v8 2/8] net: ethtool: get rid of get/set_rxfh_context functions
  `  "
` [Intel-wired-lan] [PATCH net-next v8 3/8] net: ethtool: add support for symmetric-xor RSS hash
  `  "
` [Intel-wired-lan] [PATCH net-next v8 4/8] ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register values
  `  "
` [Intel-wired-lan] [PATCH net-next v8 5/8] ice: refactor RSS configuration
  `  "
` [Intel-wired-lan] [PATCH net-next v8 6/8] ice: refactor the FD and RSS flow ID generation
  `  "
` [Intel-wired-lan] [PATCH net-next v8 7/8] ice: enable symmetric-xor RSS for Toeplitz hash function
  `  "
` [Intel-wired-lan] [PATCH net-next v8 8/8] iavf: "
  `  "

[Intel-xe] [PATCH v4 0/9] Enable compression handling on LNL
 2023-12-06 23:37 UTC  (5+ messages)
` [Intel-xe] [PATCH v4 3/9] drm/xe/xe2: Updates on XY_CTRL_SURF_COPY_BLT
` [Intel-xe] [PATCH v4 4/9] drm/xe/xe_migrate: Use NULL 1G PTE mapped at 255GiB VA for ccs clear

[PATCH 1/2] sanity.conf: Require bitbake 2.6.1 for recent runqueue change
 2023-12-06 23:36 UTC  (2+ messages)
` [PATCH 2/2] sstate: Remove unneeded code from setscene_depvalid() related to useradd

linux-next: manual merge of the vfs-brauner tree with the btrfs tree
 2023-12-06 23:32 UTC 

[PATCH v2 00/15] selftests/hid: tablets fixes
 2023-12-06 23:32 UTC  (2+ messages)

[PATCH 00/11] x86/kvm/emulate: Avoid RET for FASTOPs
 2023-12-06 23:31 UTC  (3+ messages)
` [PATCH 03/11] objtool: Convert ANNOTATE_RETPOLINE_SAFE to ANNOTATE

fs/seq_file.c:938:9: sparse: struct list_head [noderef] __rcu *
 2023-12-06 23:30 UTC 

[PATCH 0/2] fuse: Rename DIRECT_IO_{RELAX -> ALLOW_MMAP}
 2023-12-06 23:28 UTC  (15+ messages)

[PATCH 1/3] block: Rework bio_for_each_segment_all()
 2023-12-06 23:27 UTC  (4+ messages)

[PATCH net 0/2] fixes for ktls
 2023-12-06 23:27 UTC  (3+ messages)
` [PATCH net 1/2] net: tls, update curr on splice as well
` [PATCH net 2/2] bpf: sockmap, updating the sg structure should also update curr

[net-next PATCH v4 1/3] net: phy: extend PHY package API to support multiple global address
 2023-12-06 23:25 UTC  (3+ messages)
` [net-next PATCH v4 2/3] net: phy: restructure __phy_write/read_mmd to helper and phydev user
` [net-next PATCH v4 3/3] net: phy: add support for PHY package MMD read/write

[PATCH 1/2] nvme: introduce nvme_check_ctrl_fabric_info helper
 2023-12-06 23:26 UTC  (3+ messages)

[PATCH v2 00/10] devm_led_classdev_register() usage problem
 2023-12-06 23:24 UTC  (8+ messages)
` [PATCH v2 01/10] devm-helpers: introduce devm_mutex_init

[PATCH v3 0/7] kexec_file: print out debugging message if required
 2023-12-06 23:22 UTC  (12+ messages)
` [PATCH v3 5/7] kexec_file, ricv: "

[kernel-cve-report] New CVE entries this week
 2023-12-06 23:22 UTC 

[Buildroot] [autobuild.buildroot.net] Your daily results for 2023-11-29
 2023-12-06 23:22 UTC  (4+ messages)

drivers/clk/uniphier/clk-uniphier-mux.c:47 uniphier_clk_mux_get_parent() warn: signedness bug returning '(-22)'
 2023-12-06 23:20 UTC 

[tip:locking/core 1/1] kernel/ptrace.c:489 ptrace_attach() warn: sleeping in atomic context
 2023-12-06 23:20 UTC 

[qais-yousef:uclamp-max-aggregation 11/11] htmldocs: Documentation/scheduler/sched-util-clamp.rst:172: WARNING: undefined label: schedutil-response-time-issues (if the link has no caption the label must precede a section header)
 2023-12-06 23:20 UTC 

[Intel-xe] [PATCH 0/2] xe: Add IP versions to GT query
 2023-12-06 23:19 UTC  (5+ messages)
` [Intel-xe] [PATCH 1/2] drm/xe: Stash GMD_ID value in xe_gt

[PATCH net 0/2] Generic netlink multicast fixes
 2023-12-06 23:19 UTC  (5+ messages)
` [PATCH net 1/2] psample: Require 'CAP_NET_ADMIN' when joining "packets" group
` [PATCH net 2/2] drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" group

[PATCH 0/8] iio: ad9467 and axi-adc cleanups
 2023-12-06 23:18 UTC  (7+ messages)
` [PATCH 6/8] iio: adc: ad9467: use chip_info variables instead of array
` [PATCH 7/8] iio: adc: ad9467: use the more common !val NULL check
` [PATCH 8/8] iio: adc: adi-axi-adc: convert to regmap

[PATCH 0/8] SPMI patches for the merge window
 2023-12-06 23:17 UTC  (9+ messages)
` [PATCH 1/8] spmi: mtk-pmif: Serialize PMIF status check and command submission
` [PATCH 2/8] spmi: mediatek: Fix UAF on device remove
` [PATCH 3/8] spmi: Introduce device-managed functions
` [PATCH 4/8] spmi: Use devm_spmi_controller_alloc()
` [PATCH 5/8] spmi: mtk-pmif: Reorder driver remove sequence
` [PATCH 6/8] spmi: hisi-spmi-controller: Use devm_spmi_controller_add()
` [PATCH 7/8] spmi: Return meaningful errors in spmi_controller_alloc()
` [PATCH 8/8] spmi: mediatek: add device id check

[PATCH BlueZ v1 1/2] bap: Allow setup of multiple stream per endpoint
 2023-12-06 23:16 UTC  (2+ messages)
` [BlueZ,v1,1/2] "

[PATCH bpf-next] selftests/bpf: Test the release of map btf
 2023-12-06 23:16 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next v5 0/3] ethtool: Add ethtool_puts()
 2023-12-06 23:16 UTC  (8+ messages)
`  "
` [Intel-wired-lan] [PATCH net-next v5 1/3] ethtool: Implement ethtool_puts()
  `  "
` [Intel-wired-lan] [PATCH net-next v5 2/3] checkpatch: add ethtool_sprintf rules
  `  "
` [Intel-wired-lan] [PATCH net-next v5 3/3] net: Convert some ethtool_sprintf() to ethtool_puts()
  `  "

[xen-unstable-smoke test] 184015: tolerable all pass - PUSHED
 2023-12-06 23:14 UTC 

[meta-ti][kirkstone][PATCH] CI/CD Auto-Merger: cicd.kirkstone.202312061239
 2023-12-06 23:13 UTC 

[meta-arago][kirkstone][PATCH] CI/CD Auto-Merger: cicd.kirkstone.202312061239
 2023-12-06 23:13 UTC 

[PATCH V4 resend] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
 2023-12-06 23:12 UTC  (3+ messages)

[PATCH v14 00/12] FUSE passthrough for file io
 2023-12-06 23:11 UTC  (15+ messages)

[nbd168-wireless:mt76 58/62] drivers/net/wireless/mediatek/mt76/dma.c:249:49: warning: shift count >= width of type
 2023-12-06 23:10 UTC 

[PATCH v3 0/2] btrfs: migrate extent_buffer::pages[] to folio and more cleanups
 2023-12-06 23:09 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs: migrate extent_buffer::pages[] to folio
` [PATCH v3 2/2] btrfs: cleanup metadata page pointer usage


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.