messages from 2025-07-28 20:21:42 to 2025-08-18 15:24:53 UTC [more...]
[PATCH 1/1] io_uring: move zcrx into a separate branch
2025-08-18 15:24 UTC (2+ messages)
[PATCH net-next v3 00/23][pull request] Queue configs and large buffer providers
2025-08-18 13:59 UTC (25+ messages)
` [PATCH net-next v3 01/23] net: page_pool: sanitise allocation order
` [PATCH net-next v3 02/23] docs: ethtool: document that rx_buf_len must control payload lengths
` [PATCH net-next v3 03/23] net: ethtool: report max value for rx-buf-len
` [PATCH net-next v3 04/23] net: use zero value to restore rx_buf_len to default
` [PATCH net-next v3 05/23] net: clarify the meaning of netdev_config members
` [PATCH net-next v3 06/23] net: add rx_buf_len to netdev config
` [PATCH net-next v3 07/23] eth: bnxt: read the page size from the adapter struct
` [PATCH net-next v3 08/23] eth: bnxt: set page pool page order based on rx_page_size
` [PATCH net-next v3 09/23] eth: bnxt: support setting size of agg buffers via ethtool
` [PATCH net-next v3 10/23] net: move netdev_config manipulation to dedicated helpers
` [PATCH net-next v3 11/23] net: reduce indent of struct netdev_queue_mgmt_ops members
` [PATCH net-next v3 12/23] net: allocate per-queue config structs and pass them thru the queue API
` [PATCH net-next v3 13/23] net: pass extack to netdev_rx_queue_restart()
` [PATCH net-next v3 14/23] net: add queue config validation callback
` [PATCH net-next v3 15/23] eth: bnxt: always set the queue mgmt ops
` [PATCH net-next v3 16/23] eth: bnxt: store the rx buf size per queue
` [PATCH net-next v3 17/23] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v3 18/23] netdev: add support for setting rx-buf-len per queue
` [PATCH net-next v3 19/23] net: wipe the setting of deactived queues
` [PATCH net-next v3 20/23] eth: bnxt: use queue op config validate
` [PATCH net-next v3 21/23] eth: bnxt: support per queue configuration of rx-buf-len
` [PATCH net-next v3 22/23] net: let pp memory provider to specify rx buf len
` [PATCH net-next v3 23/23] net: validate driver supports passed qcfg params
[syzbot] [io-uring?] INFO: task hung in io_wq_put_and_exit (6)
2025-08-18 8:05 UTC
[PATCH] io_uring: uring_cmd: add multishot support without poll
2025-08-18 2:16 UTC (2+ messages)
[zcrx-next 0/2] add support for synchronous refill
2025-08-17 22:44 UTC (3+ messages)
` [zcrx-next 1/2] io_uring/zcrx: introduce io_parse_rqe()
` [zcrx-next 2/2] io_uring/zcrx: allow synchronous buffer return
[zcrx-next 0/8] niov sizing and area mapping improvement
2025-08-17 22:44 UTC (9+ messages)
` [zcrx-next 1/8] io_uring/zcrx: don't pass slot to io_zcrx_create_area
` [zcrx-next 2/8] io_uring/zcrx: move area reg checks into io_import_area
` [zcrx-next 3/8] io_uring/zcrx: check all niovs filled with dma addresses
` [zcrx-next 4/8] io_uring/zcrx: pass ifq to io_zcrx_alloc_fallback()
` [zcrx-next 5/8] io_uring/zcrx: deduplicate area mapping
` [zcrx-next 6/8] io_uring/zcrx: remove dmabuf_offset
` [zcrx-next 7/8] io_uring/zcrx: make niov size variable
` [zcrx-next 8/8] io_uring/zcrx: set sgt for umem area
[zcrx-next 00/10] next zcrx cleanups
2025-08-17 22:43 UTC (11+ messages)
` [zcrx-next 01/10] io_uring/zcrx: replace memchar_inv with is_zero
` [zcrx-next 02/10] io_uring/zcrx: use page_pool_unref_and_test()
` [zcrx-next 03/10] io_uring/zcrx: remove extra io_zcrx_drop_netdev
` [zcrx-next 04/10] io_uring/zcrx: rename dma lock
` [zcrx-next 05/10] io_uring/zcrx: protect netdev with pp_lock
` [zcrx-next 06/10] io_uring/zcrx: unify allocation dma sync
` [zcrx-next 07/10] io_uring/zcrx: reduce netmem scope in refill
` [zcrx-next 08/10] io_uring/zcrx: use guards for the refill lock
` [zcrx-next 09/10] io_uring/zcrx: don't adjust free cache space
` [zcrx-next 10/10] io_uring/zcrx: rely on cache size truncation on refill
[PATCH v2 1/1] io_uring: add request poisoning
2025-08-17 22:09 UTC
[PATCH 1/1] io_uring: add request poisoning
2025-08-17 22:08 UTC (3+ messages)
` [syzbot ci] "
[PATCHSET RFC 0/6] add support for name_to, open_by_handle_at(2) to io_uring
2025-08-16 10:10 UTC (19+ messages)
` [PATCH 1/6] fhandle: create helper for name_to_handle_at(2)
` [PATCH 2/6] io_uring: add support for IORING_OP_NAME_TO_HANDLE_AT
` [PATCH 3/6] fhandle: do_handle_open() should get FD with user flags
` (subset) "
` [PATCH 4/6] fhandle: create __do_handle_open() helper
` [PATCH 5/6] io_uring: add __io_open_prep() helper
` [PATCH 6/6] io_uring: add support for IORING_OP_OPEN_BY_HANDLE_AT
[RFC net-next v3 0/7] devmem/io_uring: allow more flexibility for ZC DMA devices
2025-08-15 15:48 UTC (4+ messages)
` [RFC net-next v3 2/7] io_uring/zcrx: add support for custom "
[GIT PULL] io_uring fixes for 6.17-rc2
2025-08-15 15:11 UTC (2+ messages)
[PATCH] io_uring: Remove unnecessary conditional statement
2025-08-15 7:58 UTC
[PATCH 1/1] io_uring/zctx: check chained notif contexts
2025-08-14 14:40 UTC
[syzbot] [input?] [usb?] [io-uring?] INFO: task hung in io_wq_put_and_exit (5)
2025-08-14 12:04 UTC (3+ messages)
[PATCH v9 00/17] fuse: fuse-over-io-uring
2025-08-14 1:55 UTC (2+ messages)
[PATCH] io_uring/io-wq: add check free worker before create new worker
2025-08-13 12:32 UTC (4+ messages)
[PATCH] io_uring/net: commit partial buffers on retry
2025-08-13 12:32 UTC
[RFC PATCH v2 0/4] rust: miscdevice: abstraction for uring-cmd
2025-08-13 0:54 UTC (39+ messages)
` [RFC PATCH v2 2/4] rust: io_uring: introduce rust abstraction for io-uring cmd
` [RFC PATCH v2 3/4] rust: miscdevice: add uring_cmd() for MiscDevice trait
` [RFC PATCH v2 4/4] samples: rust: rust_misc_device: add uring_cmd example
[PATCH 6.15 027/480] io_uring: fix breakage in EXPERT menu
2025-08-12 17:43 UTC
[PATCH 6.16 024/627] io_uring: fix breakage in EXPERT menu
2025-08-12 17:25 UTC
[PATCH 6.12 017/369] io_uring: fix breakage in EXPERT menu
2025-08-12 17:25 UTC
[PATCH v2 6.6] io_uring/rw: ensure reissue path is correctly handled for IOPOLL
2025-08-12 10:49 UTC (2+ messages)
[PATCH] io_uring: use PTR_ERR_OR_ZERO() to simplify code
2025-08-12 7:53 UTC
[syzbot] [io-uring?] WARNING in vmap_small_pages_range_noflush
2025-08-11 19:52 UTC (4+ messages)
[PATCH 6.6] io_uring/rw: ensure reissue path is correctly handled for IOPOLL
2025-08-09 18:26 UTC
[GIT PULL] io_uring fixes for 6.17-rc1
2025-08-09 5:54 UTC (2+ messages)
[PATCHSET RFC 0/8] Add support for mixed sized CQEs
2025-08-08 17:03 UTC (9+ messages)
` [PATCH 1/8] io_uring: remove io_ctx_cqe32() helper
` [PATCH 2/8] io_uring: add UAPI definitions for mixed CQE postings
` [PATCH 3/8] io_uring/fdinfo: handle mixed sized CQEs
` [PATCH 4/8] io_uring/trace: support completion tracing of mixed 32b CQEs
` [PATCH 5/8] io_uring: add support for IORING_SETUP_CQE_MIXED
` [PATCH 6/8] io_uring/nop: "
` [PATCH 7/8] io_uring/uring_cmd: "
` [PATCH 8/8] io_uring/zcrx: "
[syzbot] [io-uring?] WARNING in __vmap_pages_range_noflush
2025-08-08 13:11 UTC (7+ messages)
[PATCH] io_uring/memmap: cast nr_pages to size_t before shifting
2025-08-08 12:42 UTC
[RFC v1 00/22] Large rx buffer support for zcrx
2025-08-06 22:05 UTC (52+ messages)
` [RFC v1 01/22] docs: ethtool: document that rx_buf_len must control payload lengths
` [RFC v1 02/22] net: ethtool: report max value for rx-buf-len
` [RFC v1 03/22] net: use zero value to restore rx_buf_len to default
` [RFC v1 04/22] net: clarify the meaning of netdev_config members
` [RFC v1 05/22] net: add rx_buf_len to netdev config
` [RFC v1 13/22] net: add queue config validation callback
` [RFC v1 15/22] eth: bnxt: store the rx buf size per queue
` [RFC v1 17/22] netdev: add support for setting rx-buf-len "
` [RFC v1 21/22] net: parametrise mp open with a queue config
[PATCH v3] io_uring/net: Allow to do vectorized send
2025-07-30 12:21 UTC (4+ messages)
[GIT PULL] io_uring updates for 6.17-rc1
2025-07-29 0:13 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- 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