public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-13 06:10:31 to 2026-01-14 10:12:57 UTC [more...]

[PATCH bpf-next 0/3] properly load insn array values with offsets
 2026-01-14 10:20 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpf: insn array: return proper address for non-zero offsets

[PATCH net-next 00/11] net: fec: improve XDP copy mode and add AF_XDP zero-copy support
 2026-01-14 10:01 UTC  (18+ messages)
` [PATCH net-next 01/11] net: fec: add fec_txq_trigger_xmit() helper
` [PATCH net-next 02/11] net: fec: add fec_rx_error_check() to check RX errors
` [PATCH net-next 03/11] net: fec: add rx_shift to indicate the extra bytes padded in front of RX frame
` [PATCH net-next 04/11] net: fec: add fec_build_skb() to build a skb
` [PATCH net-next 05/11] net: fec: add fec_enet_rx_queue_xdp() for XDP path
` [PATCH net-next 06/11] net: fec: transmit XDP frames in bulk
` [PATCH net-next 07/11] net: fec: use switch statement to check the type of tx_buf

[RFC PATCH bpf-next 0/3] BPF-based NUMA balancing
 2026-01-14  9:56 UTC  (9+ messages)
` [RFC PATCH bpf-next 1/3] sched: add helpers for numa balancing
` [RFC PATCH bpf-next 2/3] mm: add support for bpf based "
` [RFC PATCH bpf-next 3/3] mm: set numa balancing hot threshold with bpf

[PATCH bpf-next v9 00/11] bpf: fsession support
 2026-01-14  9:52 UTC  (31+ messages)
` [PATCH bpf-next v9 01/11] bpf: add "
` [PATCH bpf-next v9 02/11] bpf: use last 8-bits for the nr_args in trampoline
` [PATCH bpf-next v9 03/11] bpf: change prototype of bpf_session_{cookie,is_return}
` [PATCH bpf-next v9 04/11] bpf: support fsession for bpf_session_is_return
` [PATCH bpf-next v9 05/11] bpf: support fsession for bpf_session_cookie
` [PATCH bpf-next v9 06/11] bpf,x86: introduce emit_store_stack_imm64() for trampoline
` [PATCH bpf-next v9 07/11] bpf,x86: add fsession support for x86_64
` [PATCH bpf-next v9 08/11] libbpf: add fsession support

[PATCH bpf-next v4 0/4] emit ENDBR/BTI instructions for indirect jump targets
 2026-01-14  9:39 UTC  (5+ messages)
` [PATCH bpf-next v4 1/4] bpf: Fix an off-by-one error in check_indirect_jump
` [PATCH bpf-next v4 2/4] bpf: Add helper to detect indirect jump targets
` [PATCH bpf-next v4 3/4] bpf, x86: Emit ENDBR for "
` [PATCH bpf-next v4 4/4] bpf, arm64: Emit BTI for indirect jump target

[PATCH bpf-next 0/4] selftests/bpf: add a new runner for bpftool tests
 2026-01-14  8:59 UTC  (5+ messages)
` [PATCH bpf-next 1/4] bpf/selftests: move assert macros into a dedicated header
` [PATCH bpf-next 2/4] bpf/selftests: introduce bptool test runner and a first test
` [PATCH bpf-next 3/4] selftests/bpf: add bpftool map manipulations tests
` [PATCH bpf-next 4/4] selftests/bpf: remove converted bpftool test scripts

[PATCH bpf-next 0/9] Add support for type-based and enum value-based CO-RE relocations
 2026-01-14  8:48 UTC  (5+ messages)
` [PATCH bpf-next 3/9] libbpf: improve relocation ambiguity detection

[PATCH] bpf/verifier: implement slab cache for verifier state list
 2026-01-14  8:28 UTC  (2+ messages)
` [PATCH bpf-next] "

[bpf-next,v2] bpf: cpumap: report queue_index to xdp_rxq_info
 2026-01-14  6:18 UTC  (3+ messages)

[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
 2026-01-14  6:07 UTC  (21+ messages)
` [PATCH RFC v2 01/20] mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
` [PATCH RFC v2 02/20] mm/slab: move and refactor __kmem_cache_alias()
` [PATCH RFC v2 03/20] mm/slab: make caches with sheaves mergeable
` [PATCH RFC v2 05/20] slab: introduce percpu sheaves bootstrap
` [PATCH RFC v2 06/20] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH RFC v2 09/20] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH RFC v2 13/20] slab: simplify kmalloc_nolock()

[bpf-next,v3] bpf: cpumap: report queue_index to xdp_rxq_info
 2026-01-14  6:04 UTC 

[GIT PULL] BPF fixes for 6.19-rc6
 2026-01-14  5:53 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf: Add range tracking for BPF_DIV and BPF_MOD
 2026-01-14  5:47 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add tests for BPF_DIV and BPF_MOD range tracking

[PATCH bpf-next v1 00/10] bpf: Kernel functions with KF_IMPLICIT_ARGS
 2026-01-14  4:08 UTC  (22+ messages)
` [PATCH bpf-next v1 01/10] bpf: Refactor btf_kfunc_id_set_contains
` [PATCH bpf-next v1 02/10] bpf: Introduce struct bpf_kfunc_meta
` [PATCH bpf-next v1 03/10] bpf: Verifier support for KF_IMPLICIT_ARGS
` [PATCH bpf-next v1 04/10] resolve_btfids: Support "

[PATCH net-next v8 0/9] Add support for providers with large rx buffer
 2026-01-14  3:36 UTC  (13+ messages)
` [PATCH net-next v8 5/9] eth: bnxt: store rx buffer size per queue
` [PATCH net-next v8 6/9] eth: bnxt: adjust the fill level of agg queues with larger buffers
` [PATCH net-next v8 7/9] eth: bnxt: support qcfg provided rx page size
` [PATCH net-next v8 8/9] selftests: iou-zcrx: test large chunk sizes

[PATCH bpf-next 1/3] bpf: return PTR_TO_BTF_ID | PTR_TRUSTED from BPF kfuncs by default
 2026-01-14  3:30 UTC  (7+ messages)
` [PATCH bpf-next 2/3] bpf: drop KF_ACQUIRE flag on BPF kfunc bpf_get_root_mem_cgroup()
` [PATCH bpf-next 3/3] selftests/bpf: assert BPF kfunc default trusted pointer semantics

[PATCH bpf-next v2 0/2] bpf: Improve linked register tracking
 2026-01-14  3:27 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf: Support negative offsets, BPF_SUB, and alu32 for "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add tests for improved "

[PATCH bpf-next v4 0/2] powerpc64/bpf: Inline helper in powerpc JIT
 2026-01-14  3:04 UTC  (2+ messages)

[PATCH] bpf: cpumap: report queue_index to xdp_rxq_info
 2026-01-14  2:44 UTC  (2+ messages)

[PATCH bpf-next v12 00/11] Improve the performance of BTF type lookups with binary search
 2026-01-14  2:21 UTC  (18+ messages)
` [PATCH bpf-next v12 03/11] tools/resolve_btfids: Support BTF sorting feature
` [PATCH bpf-next v12 04/11] libbpf: Optimize type lookup with binary search for sorted BTF
` [PATCH bpf-next v12 06/11] btf: Optimize type lookup with binary search
` [PATCH bpf-next v12 07/11] btf: Verify BTF sorting
` [PATCH bpf-next v12 10/11] libbpf: Optimize the performance of determine_ptr_size

[PATCH bpf-next v4 0/2] bpf, x86: inline bpf_get_current_task() for x86_64
 2026-01-14  1:33 UTC  (6+ messages)
` [PATCH bpf-next v4 1/2] "

[PATCH v5] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2026-01-13 23:44 UTC  (12+ messages)

[PATCH net-next v6 00/16] netkit: Support for io_uring zero-copy and AF_XDP
 2026-01-13 23:22 UTC  (17+ messages)
` [PATCH net-next v6 01/16] net: Add queue-create operation
` [PATCH net-next v6 02/16] net: Implement netdev_nl_queue_create_doit
` [PATCH net-next v6 03/16] net: Add lease info to queue-get response
` [PATCH net-next v6 04/16] net, ethtool: Disallow leased real rxqs to be resized
` [PATCH net-next v6 05/16] net: Proxy net_mp_{open,close}_rxq for leased queues
` [PATCH net-next v6 06/16] net: Proxy netdev_queue_get_dma_dev "
` [PATCH net-next v6 07/16] xsk: Extend xsk_rcv_check validation
` [PATCH net-next v6 08/16] xsk: Proxy pool management for leased queues
` [PATCH net-next v6 09/16] netkit: Add single device mode for netkit
` [PATCH net-next v6 10/16] netkit: Implement rtnl_link_ops->alloc and ndo_queue_create
` [PATCH net-next v6 11/16] netkit: Add netkit notifier to check for unregistering devices
` [PATCH net-next v6 12/16] netkit: Add xsk support for af_xdp applications
` [PATCH net-next v6 13/16] selftests/net: Add bpf skb forwarding program
` [PATCH net-next v6 14/16] selftests/net: Add env for container based tests
` [PATCH net-next v6 15/16] selftests/net: Make NetDrvContEnv support queue leasing
` [PATCH net-next v6 16/16] selftests/net: Add netkit container tests

[PATCH bpf] libbpf: BTF dedup should ignore modifiers in type equivalence checks
 2026-01-13 21:48 UTC  (4+ messages)

[PATCH] bpf-next: Prevent out of bound buffer write in __bpf_get_stack
 2026-01-13 21:01 UTC  (6+ messages)

[PATCH dwarves 0/4] Improve BTF concrete function accuracy
 2026-01-13 20:59 UTC  (8+ messages)
` [PATCH dwarves 1/4] dwarf_loader/btf_encoder: Detect reordered parameters
` [PATCH dwarves 2/4] btf_encoder: Refactor elf_functions__new() with struct btf_encoder as argument
` [PATCH dwarves 3/4] btf_encoder: Add true_signature feature support for "."-suffixed functions
` [PATCH dwarves 4/4] btf_encoder: Prefer strong function definitions for BTF generation

[PATCH net-next 00/10] Call skb_metadata_set when skb->data points past metadata
 2026-01-13 20:22 UTC  (10+ messages)
` [PATCH net-next 07/10] mlx5e: "
    ` [Intel-wired-lan] [PATCH net-next 00/10] "

[PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths
 2026-01-13 18:51 UTC  (6+ messages)

[PATCH bpf-next v4 0/2] bpf: Recognize special arithmetic shift in the verifier
 2026-01-13 18:17 UTC  (2+ messages)

[PATCH bpf-next v2] bpf: Use reg_state() for register access in verifier
 2026-01-13 18:17 UTC  (2+ messages)

[PATCH bpf-next 0/3] Fix a few selftest failure due to 64K page
 2026-01-13 18:17 UTC  (7+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Fix dmabuf_iter/lots_of_buffers failure with "
` [PATCH bpf-next 2/3] selftests/bpf: Fix sk_bypass_prot_mem "
` [PATCH bpf-next 3/3] selftests/bpf: Fix verifier_arena_globals1 "

[PATCH] kernel/bpf/verifier: removed an unused parameter in check_func_proto
 2026-01-13 18:17 UTC  (2+ messages)

[PATCH net-next v5 00/16] netkit: Support for io_uring zero-copy and AF_XDP
 2026-01-13 16:58 UTC  (10+ messages)
` [PATCH net-next v5 13/16] selftests/net: Add bpf skb forwarding program
` [PATCH net-next v5 14/16] selftests/net: Add env for container based tests
` [PATCH net-next v5 15/16] selftests/net: Make NetDrvContEnv support queue leasing

[PATCH RFC v3 01/10] bpf: Refactor __bpf_async_set_callback()
 2026-01-13 16:14 UTC  (5+ messages)

[PATCH] selftests/bpf: wq: fix skel leak in serial_test_wq()
 2026-01-13 15:13 UTC  (2+ messages)

[PATCH iwl-next v4] idpf: export RX hardware timestamping information to XDP
 2026-01-13 15:09 UTC  (3+ messages)
` [Intel-wired-lan] "

Usage of kfuncs in tracepoints
 2026-01-13 13:58 UTC  (7+ messages)

[PATCH v5] tracing: Guard __DECLARE_TRACE() use of __DO_TRACE_CALL() with SRCU-fast
 2026-01-13 13:56 UTC  (5+ messages)

[PATCHv6 bpf-next 0/9] ftrace,bpf: Use single direct ops for bpf trampolines
 2026-01-13 11:58 UTC  (6+ messages)
` [PATCHv6 bpf-next 7/9] bpf: Add trampoline ip hash table

[PATCH bpf-next 0/4] x86/fgraph,bpf: Fix ORC stack unwind from kprobe_multi
 2026-01-13 11:43 UTC  (4+ messages)
` [PATCH bpf-next 2/4] x86/fgraph,bpf: Switch kprobe_multi program stack unwind to hw_regs path

[PATCH net-next v5 03/16] net: Add lease info to queue-get response
 2026-01-13 10:35 UTC  (3+ messages)
` [net-next,v5,03/16] "

[PATCH net-next 11/11] net: fec: add AF_XDP zero-copy support
 2026-01-13  9:29 UTC  (2+ messages)

[PATCH v7 net-next 00/13] AccECN protocol case handling series
 2026-01-13  8:07 UTC  (7+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox