BPF List
 help / color / mirror / Atom feed
 messages from 2025-02-25 17:00:10 to 2025-02-27 14:02:26 UTC [more...]

[PATCH iwl-next v6 0/9] igc: Add support for Frame Preemption feature in IGC
 2025-02-27 14:01 UTC 

[PATCH bpf-next 00/10] selftests/bpf: Migrate test_tunnel.sh to test_progs
 2025-02-27 13:24 UTC  (11+ messages)
` [PATCH bpf-next 01/10] selftests/bpf: test_tunnel: Add generic_attach* helpers
` [PATCH bpf-next 02/10] selftests/bpf: test_tunnel: Add ping helpers
` [PATCH bpf-next 03/10] selftests/bpf: test_tunnel: Move gre tunnel test to test_progs
` [PATCH bpf-next 04/10] selftests/bpf: test_tunnel: Move ip6gre "
` [PATCH bpf-next 05/10] selftests/bpf: test_tunnel: Move erspan tunnel tests "
` [PATCH bpf-next 06/10] selftests/bpf: test_tunnel: Move ip6erspan tunnel test "
` [PATCH bpf-next 07/10] selftests/bpf: test_tunnel: Move geneve "
` [PATCH bpf-next 08/10] selftests/bpf: test_tunnel: Move ip6geneve "
` [PATCH bpf-next 09/10] selftests/bpf: test_tunnel: Move ip6tnl tunnel tests "
` [PATCH bpf-next 10/10] selftests/bpf: test_tunnel: Remove test_tunnel.sh

[PATCH net-next v5 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
 2025-02-27 13:20 UTC  (10+ messages)
` [PATCH net-next v5 1/8] net: gro: decouple GRO from the NAPI layer
` [PATCH net-next v5 2/8] net: gro: expose GRO init/cleanup to use outside of NAPI
` [PATCH net-next v5 3/8] bpf: cpumap: switch to GRO from netif_receive_skb_list()
` [PATCH net-next v5 4/8] bpf: cpumap: reuse skb array instead of a linked list to chain skbs
` [PATCH net-next v5 5/8] net: skbuff: introduce napi_skb_cache_get_bulk()
` [PATCH net-next v5 6/8] bpf: cpumap: switch to napi_skb_cache_get_bulk()
` [PATCH net-next v5 7/8] veth: use napi_skb_cache_get_bulk() instead of xdp_alloc_skb_bulk()
` [PATCH net-next v5 8/8] xdp: remove xdp_alloc_skb_bulk()

[PATCH net-next v3 0/3] net: ti: icssg-prueth: Add native mode XDP support
 2025-02-27 12:27 UTC  (6+ messages)
` [PATCH net-next v3 2/3] net: ti: icssg-prueth: introduce and use prueth_swdata struct for SWDATA
` [PATCH net-next v3 3/3] net: ti: icssg-prueth: Add XDP support

[PATCH v7 0/8] x86/module: use large ROX pages for text allocations
 2025-02-27 11:13 UTC  (3+ messages)
` [PATCH v7 7/8] execmem: add support for cache of large ROX pages

[PATCH v8 0/4] Tracing contention lock owner call stack
 2025-02-27 11:11 UTC  (6+ messages)
` [PATCH v8 1/4] perf lock: Add bpf maps for owner stack tracing
` [PATCH v8 2/4] perf lock: Retrieve owner callstack in bpf program
` [PATCH v8 3/4] perf lock: Make rb_tree helper functions generic
` [PATCH v8 4/4] perf lock: Report owner stack in usermode

[Patch bpf-next 0/4] tcp_bpf: improve ingress redirection performance with message corking
 2025-02-27  9:53 UTC  (5+ messages)
` [Patch bpf-next 3/4] skmsg: use bitfields for struct sk_psock

[PATCH bpf-next v3 0/9] Introduce load-acquire and store-release BPF instructions
 2025-02-27  8:04 UTC  (4+ messages)
` [PATCH bpf-next v3 4/9] bpf: Introduce load-acquire and store-release instructions

[PATCH net v2] xsk: fix __xsk_generic_xmit() error code when cq is full
 2025-02-27  8:10 UTC 

[PATCH net] netkit: Remove double invocation to clear ipvs property flag
 2025-02-27  7:22 UTC  (4+ messages)

[PATCH v7 0/4] Tracing contention lock owner call stack
 2025-02-27  7:05 UTC  (6+ messages)
` [PATCH v7 4/4] perf lock: Report owner stack in usermode

[PATCH 00/17] Introduce and use generic parity32/64 helper
 2025-02-27  6:38 UTC  (14+ messages)
` [PATCH 02/17] bitops: Add generic parity calculation for u64
` [PATCH 03/17] x86: Replace open-coded parity calculation with parity8()

[PATCH bpf-next 0/3] bpf: Overwrite the htab element atomically
 2025-02-27  4:08 UTC  (14+ messages)
` [PATCH bpf-next 2/3] bpf: Overwrite the element in hash map atomically
  ` [RESEND] "

[PATCH] bpf: fix possible endless loop in BPF map iteration
 2025-02-27  2:24 UTC  (7+ messages)

[RESEND PATCH bpf-next v2 0/4] bpf: Introduce global percpu data
 2025-02-27  2:11 UTC  (8+ messages)
` [RESEND PATCH bpf-next v2 1/4] "

[PATCH 0/1] security: Propagate universal pointer data in bpf hooks
 2025-02-26 22:02 UTC  (8+ messages)
` [PATCH 1/1] "

[PATCH bpf-next v3 0/3] introduce bpf_dynptr_copy kfunc
 2025-02-26 21:10 UTC  (5+ messages)
` [PATCH bpf-next v3 1/3] bpf/helpers: refactor bpf_dynptr_read and bpf_dynptr_write
` [PATCH bpf-next v3 2/3] bpf/helpers: introduce bpf_dynptr_copy kfunc
` [PATCH bpf-next v3 3/3] selftests/bpf: add tests for bpf_dynptr_copy

[RFC PATCH bpf-next v2 0/5] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
 2025-02-26 19:39 UTC  (5+ messages)
` [RFC PATCH bpf-next v2 3/5] sched_ext: Add scx_kfunc_ids_ops_context for unified filtering of context-sensitive SCX kfuncs

[PATCH sched_ext/for-6.15 v3 0/5] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
 2025-02-26 19:28 UTC  (6+ messages)
` [PATCH sched_ext/for-6.15 v3 1/5] bpf: Add struct_ops context information to struct bpf_prog_aux
` [PATCH sched_ext/for-6.15 v3 2/5] sched_ext: Declare context-sensitive kfunc groups that can be used by different SCX operations
` [PATCH sched_ext/for-6.15 v3 3/5] sched_ext: Add scx_kfunc_ids_ops_context_sensitive for unified filtering of context-sensitive SCX kfuncs
` [PATCH sched_ext/for-6.15 v3 4/5] sched_ext: Removed mask-based runtime restrictions on calling kfuncs in different contexts
` [PATCH sched_ext/for-6.15 v3 5/5] selftests/sched_ext: Update enq_select_cpu_fails to adapt to struct_ops context filter

[PATCH bpf-next v3 0/6] XDP metadata support for tun driver
 2025-02-26 19:29 UTC  (27+ messages)
` [PATCH bpf-next v3 1/6] net: tun: enable XDP metadata support
` [PATCH bpf-next v3 2/6] net: tun: enable transfer of XDP metadata to skb
` [PATCH bpf-next v3 3/6] selftests/bpf: move open_tuntap to network helpers
` [PATCH bpf-next v3 4/6] selftests/bpf: refactor xdp_context_functional test and bpf program
` [PATCH bpf-next v3 5/6] selftests/bpf: add test for XDP metadata support in tun driver
` [PATCH bpf-next v3 6/6] selftests/bpf: fix file descriptor assertion in open_tuntap helper

[PATCH bpf-next v5 0/2] selftests/bpf: implement setting global variables in veristat
 2025-02-26 18:50 UTC  (8+ messages)
` [PATCH bpf-next v5 1/2] "
` [PATCH bpf-next v5 2/2] selftests/bpf: introduce veristat test

[PATCH bpf-next v2 1/2] libbpf: implement bpf_usdt_arg_size BPF function
 2025-02-26 18:20 UTC  (5+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: test bpf_usdt_arg_size() function

[PATCH bpf-next 0/3] bpf: introduce skb refcount kfuncs
 2025-02-26 17:30 UTC  (4+ messages)

[PATCH iproute2-next v3] ip: link: netkit: Support scrub options
 2025-02-26 17:30 UTC  (2+ messages)

[PATCH iproute2-next v2] ip: link: netkit: Support scrub options
 2025-02-26 17:04 UTC  (3+ messages)

[PATCH bpf-next] bpf: Fix deadlock between rcu_tasks_trace and event_mutex
 2025-02-26 17:00 UTC  (2+ messages)

[PATCH 0/2] Add option for generating BTF types of global variables
 2025-02-26 16:57 UTC  (16+ messages)
` [PATCH 1/2] kallsyms: output rodata to ".kallsyms_rodata"
` [PATCH 2/2] btf: Add the option to include global variable types

[PATCH bpf-next v2] docs/bpf: Document some special sdiv/smod operations
 2025-02-26 16:56 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] introduce bpf_dynptr_copy kfunc
 2025-02-26 16:54 UTC  (3+ messages)
` [PATCH bpf-next v2 3/3] selftests/bpf: add tests for bpf_dynptr_copy

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-26 16:52 UTC  (16+ messages)
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs

[PATCH v3 0/4] ftrace: Add function arguments to function tracers
 2025-02-26 16:11 UTC  (8+ messages)
` [PATCH v3 1/4] ftrace: Add print_function_args()
` [PATCH v3 2/4] ftrace: Add support for function argument to graph tracer
` [PATCH v3 3/4] ftrace: Have funcgraph-args take affect during tracing
` [PATCH v3 4/4] ftrace: Add arguments to function tracer

[PATCH bpf-next v8 0/5] Add prog_kfunc feature probe
 2025-02-26 16:10 UTC  (11+ messages)
` [PATCH bpf-next v8 3/5] libbpf: Add libbpf_probe_bpf_kfunc API
` [PATCH bpf-next v8 4/5] libbpf: Init kprobe prog expected_attach_type for kfunc probe

eBPF verifier does not load libxdp dispatcher eBPF program
 2025-02-26 16:01 UTC  (5+ messages)

[PATCH bpf-next 1/2] bpf: add get_netns_cookie helper to cgroup_skb programs
 2025-02-26 15:40 UTC  (2+ messages)

[PATCH v4 00/12] Direct Map Removal for guest_memfd
 2025-02-26 15:30 UTC  (13+ messages)
` [PATCH v4 02/12] mm/secretmem: set AS_NO_DIRECT_MAP instead of special-casing
` [PATCH v4 03/12] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v4 04/12] KVM: Add capability to discover KVM_GMEM_NO_DIRECT_MAP support

[PATCH bpf-next v4 0/4] bpf: Improve error reporting for freplace attachment failure
 2025-02-26 14:17 UTC  (8+ messages)
` [PATCH bpf-next v4 2/4] "

[PATCH bpf-next v1 0/3] bpf: Fix use-after-free of sockmap
 2025-02-26 13:22 UTC  (4+ messages)
` [PATCH bpf-next v1 1/3] bpf, sockmap: avoid using sk_socket after free
` [PATCH bpf-next v1 2/3] selftests/bpf: Add socketpair to create_pair to support unix socket
` [PATCH bpf-next v1 3/3] selftests/bpf: Add edge case tests for sockmap

[PATCH bpf-next 0/6] selftests/xsk: Add tests for XDP tail adjustment in AF_XDP
 2025-02-26 12:23 UTC  (6+ messages)
` [PATCH bpf-next 2/6] selftests/xsk: Add tail adjustment functionality to XDP

[PATCH bpf-next v2] add function metadata support
 2025-02-26 12:15 UTC 

[PATCH perf/core] uprobes: remove too strict lockdep_assert() condition in hprobe_expire()
 2025-02-26 11:30 UTC  (3+ messages)

[PATCH net-next v10 0/4] fix the DMA API misuse problem for page_pool
 2025-02-26 11:03 UTC  (2+ messages)
` [PATCH net-next v10 1/4] page_pool: introduce page_pool_get_pp() API

[PATCH net-next v4 0/4] virtio-net: Link queues to NAPIs
 2025-02-26  9:41 UTC  (3+ messages)

[PATCH v3 bpf-next 0/3] bpf: Reject attaching fexit to __noreturn functions
 2025-02-26  3:55 UTC  (8+ messages)
` [PATCH v3 1/2] bpf: Reject attaching fexit to functions annotated with __noreturn

[PATCH bpf-next v9 0/6] bpf, mm: Introduce try_alloc_pages()
 2025-02-26  3:19 UTC  (2+ messages)

[PATCH bpf-next v1] bpf: abort verification if env->cur_state->loop_entry != NULL
 2025-02-26  3:10 UTC  (2+ messages)

[PATCH bpf-next v5 1/2] bpf: Search and add kfuncs in struct_ops prologue and epilogue
 2025-02-26  3:10 UTC  (3+ messages)
` [PATCH bpf-next v5 2/2] selftests/bpf: Test gen_pro/epilogue that generate kfuncs

[PATCH RFCv2 00/18] uprobes: Add support to optimize usdt probes on x86_64
 2025-02-26  2:36 UTC  (7+ messages)
` [PATCH RFCv2 08/18] uprobes/x86: Add uprobe syscall to speed up uprobe

[PATCH net-next 0/1] ppp: Fix KMSAN uninit-value warning with bpf
 2025-02-26  2:05 UTC  (3+ messages)
` [PATCH net-next 1/1] ppp: Fix KMSAN warning by initializing 2-byte header

[RFC PATCH bpf-next 0/6] bpf: BPF runtime hooks: low-overhead non-intrusive tracking of runtime acquire/release (for watchdog)
 2025-02-26  1:57 UTC  (5+ messages)
` [RFC PATCH bpf-next 4/6] bpf: Add bpf runtime hooks for tracking runtime acquire/release

[PATCH 02/17] bitops: Add generic parity calculation for u64
 2025-02-26  1:35 UTC  (3+ messages)

[PATCH net-next v4 0/1] ppp: Fix KMSAN uninit-value warning with bpf
 2025-02-26  1:36 UTC  (2+ messages)
` [PATCH net-next v4 1/1] ppp: Fix KMSAN warning by initializing 2-byte header

[LSF/MM/BPF TOPIC] SLUB allocator, mainly the sheaves caching layer
 2025-02-26  0:17 UTC  (2+ messages)

[PATCH v3 tip/perf/core 0/2] SRCU-protected uretprobes hot path
 2025-02-25 22:10 UTC  (6+ messages)
` [PATCH v3 tip/perf/core 2/2] uprobes: SRCU-protect uretprobe lifetime (with timeout)

[PATCH bpf-next v4 1/2] bpf: Search and add kfuncs in struct_ops prologue and epilogue
 2025-02-25 22:02 UTC  (5+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Test gen_pro/epilogue that generate kfuncs

[PATCH bpf-next v3 1/2] bpf: Search and add kfuncs in struct_ops prologue and epilogue
 2025-02-25 21:12 UTC  (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Test gen_pro/epilogue that generate kfuncs

[PATCH bpf-next v4 0/2] selftests/bpf: implement setting global variables in veristat
 2025-02-25 18:35 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] "

[for-next][PATCH 4/6] scripts/sorttable: Zero out weak functions in mcount_loc table
 2025-02-25 18:00 UTC  (5+ messages)


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