BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- [PATCH v1] tools/rtla: Consolidate common parameters into shared structure,
Costa Shulyupin
- [PATCH bpf-next 0/2] Clarify and Enhance XDP Rx Metadata Handling,
Song Yoong Siang
- [Patch bpf-next v4 0/4] tcp_bpf: improve ingress redirection performance with message corking,
Cong Wang
- [PATCH v12 00/14] unwind_user: x86: Deferred unwinding infrastructure,
Steven Rostedt
- [PATCH v12 02/14] unwind_user: Add frame pointer support, Steven Rostedt
- [PATCH v12 06/14] unwind_user/deferred: Add deferred unwinding interface, Steven Rostedt
- [PATCH v12 13/14] unwind_user/x86: Enable frame pointer unwinding on x86, Steven Rostedt
- [PATCH v12 10/14] unwind: Clear unwind_mask on exit back to user space, Steven Rostedt
- [PATCH v12 05/14] unwind_user/deferred: Add unwind cache, Steven Rostedt
- [PATCH v12 12/14] unwind: Finish up unwind when a task exits, Steven Rostedt
- [PATCH v12 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe, Steven Rostedt
- [PATCH v12 01/14] unwind_user: Add user space unwinding API, Steven Rostedt
- [PATCH v12 03/14] unwind_user: Add compat mode frame pointer support, Steven Rostedt
- [PATCH v12 04/14] unwind_user/deferred: Add unwind_user_faultable(), Steven Rostedt
- [PATCH v12 08/14] unwind deferred: Use bitmask to determine which callbacks to call, Steven Rostedt
- [PATCH v12 09/14] unwind deferred: Use SRCU unwind_deferred_task_work(), Steven Rostedt
- [PATCH v12 14/14] unwind_user/x86: Enable compat mode frame pointer unwinding on x86, Steven Rostedt
- [PATCH v12 11/14] unwind: Add USED bit to only have one conditional on way back to user space, Steven Rostedt
- Re: [PATCH v12 00/14] unwind_user: x86: Deferred unwinding infrastructure, Linus Torvalds
- [PATCH bpf-next v3 0/2] bpf: add bpf_dynptr_memset() kfunc,
Ihor Solodrai
- [PATCH AUTOSEL 5.10 2/6] um: vector: Reduce stack usage in vector_eth_configure(), Sasha Levin
- [PATCH AUTOSEL 6.1 02/10] um: vector: Reduce stack usage in vector_eth_configure(), Sasha Levin
- [PATCH AUTOSEL 6.6 12/14] bpf: Adjust free target to avoid global starvation of LRU map, Sasha Levin
- [PATCH AUTOSEL 5.15 2/7] um: vector: Reduce stack usage in vector_eth_configure(), Sasha Levin
- [PATCH AUTOSEL 6.12 17/21] bpf: Adjust free target to avoid global starvation of LRU map, Sasha Levin
- [PATCH AUTOSEL 6.6 03/14] um: vector: Reduce stack usage in vector_eth_configure(), Sasha Levin
- [PATCH AUTOSEL 6.12 03/21] um: vector: Reduce stack usage in vector_eth_configure(), Sasha Levin
- [PATCH AUTOSEL 6.15 19/23] bpf: Adjust free target to avoid global starvation of LRU map, Sasha Levin
- [PATCH AUTOSEL 6.15 03/23] um: vector: Reduce stack usage in vector_eth_configure(), Sasha Levin
- Re: [PATCH v2 dwarves 2/2] github CI: Add comparison of generated BTF functions between baseline, change,
Ihor Solodrai
- [PATCH v3 bpf-next 00/12] bpf: tcp: Exactly-once socket iteration,
Jordan Rife
- [PATCH v3 bpf-next 01/12] bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batch, Jordan Rife
- [PATCH v3 bpf-next 02/12] bpf: tcp: Make sure iter->batch always contains a full bucket snapshot, Jordan Rife
- [PATCH v3 bpf-next 03/12] bpf: tcp: Get rid of st_bucket_done, Jordan Rife
- [PATCH v3 bpf-next 04/12] bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch items, Jordan Rife
- [PATCH v3 bpf-next 05/12] bpf: tcp: Avoid socket skips and repeats during iteration, Jordan Rife
- [PATCH v3 bpf-next 09/12] selftests/bpf: Make ehash buckets configurable in socket iterator tests, Jordan Rife
- [PATCH v3 bpf-next 06/12] selftests/bpf: Add tests for bucket resume logic in listening sockets, Jordan Rife
- [PATCH v3 bpf-next 07/12] selftests/bpf: Allow for iteration over multiple ports, Jordan Rife
- [PATCH v3 bpf-next 10/12] selftests/bpf: Create established sockets in socket iterator tests, Jordan Rife
- [PATCH v3 bpf-next 08/12] selftests/bpf: Allow for iteration over multiple states, Jordan Rife
- [PATCH v3 bpf-next 11/12] selftests/bpf: Create iter_tcp_destroy test program, Jordan Rife
- [PATCH v3 bpf-next 12/12] selftests/bpf: Add tests for bucket resume logic in established sockets, Jordan Rife
- [PATCH net v3 0/2] virtio-net: xsk: rx: fix the frame's length check,
Bui Quang Minh
- [PATCH bpf-next 00/13] Extend skb dynptr for metadata access from TC,
Jakub Sitnicki
- [PATCH bpf-next 01/13] bpf: Ignore dynptr offset in skb data access, Jakub Sitnicki
- [PATCH bpf-next 02/13] bpf: Helpers for skb dynptr read/write/slice, Jakub Sitnicki
- [PATCH bpf-next 03/13] bpf: Add new variant of skb dynptr for the metadata area, Jakub Sitnicki
- [PATCH bpf-next 04/13] bpf: Enable read access to skb metadata with bpf_dynptr_read, Jakub Sitnicki
- [PATCH bpf-next 08/13] selftests/bpf: Pass just bpf_map to xdp_context_test helper, Jakub Sitnicki
- [PATCH bpf-next 05/13] bpf: Enable write access to skb metadata with bpf_dynptr_write, Jakub Sitnicki
- [PATCH bpf-next 07/13] net: Clear skb metadata on handover from device to protocol, Jakub Sitnicki
- [PATCH bpf-next 06/13] bpf: Enable read-write access to skb metadata with dynptr slice, Jakub Sitnicki
- [PATCH bpf-next 09/13] selftests/bpf: Parametrize test_xdp_context_tuntap, Jakub Sitnicki
- [PATCH bpf-next 11/13] selftests/bpf: Cover write access to skb metadata via dynptr, Jakub Sitnicki
- [PATCH bpf-next 12/13] selftests/bpf: Cover lack of access to skb metadata at ip layer, Jakub Sitnicki
- [PATCH bpf-next 10/13] selftests/bpf: Cover read access to skb metadata via dynptr, Jakub Sitnicki
- [PATCH bpf-next 13/13] selftests/bpf: Count successful bpf program runs, Jakub Sitnicki
- [PATCH net v2 0/3] virtio-net: fixes for mergeable XDP receive path,
Bui Quang Minh
- [PATCH bpf-next] selftests/bpf: enable dynptr/test_probe_read_user_str_dynptr,
Mykyta Yatsenko
- [PATCH bpf] selftests/bpf: Re-add kfunc declarations to qdisc tests,
Viktor Malik
- [PATCH][next] selftests/bpf: Fix spelling mistake "subtration" -> "subtraction",
Colin Ian King
- [PATCH bpf-next v2 0/3] bpf: Fix and test aux usage after do_check_insn(),
Luis Gerhorst
- [PATCH bpf-next 0/3] bpf: Fix and test aux usage after do_check_insn(),
Luis Gerhorst
- [PATCH net-next] Documentation: xsk: correct the obsolete references and examples,
Jason Xing
- [PATCH bpf-next] bpf: Warn on internal verifier errors, Paul Chaignon
- [PATCH bpf-next v5 0/3] Task local data,
Amery Hung
- [PATCH net-next] net: mana: Handle Reset Request from MANA NIC,
Haiyang Zhang
- [PATCH v2 bpf-next] selftests/bpf: Fix cgroup_xattr/read_cgroupfs_xattr,
Song Liu
- [PATCH bpf-next v1] bpf: guard BTF_ID_FLAGS(bpf_cgroup_read_xattr) with CONFIG_BPF_LSM,
Eduard Zingerman
- [PATCH net-next v3 0/3] selftest: net: Add selftest for netpoll,
Breno Leitao
- [PATCH bpf-next] selftests/bpf: Fix cgroup_xattr/read_cgroupfs_xattr, Song Liu
- [PATCH bpf-next] selftests/bpf: improve error messages in veristat,
Mykyta Yatsenko
- Re: [PATCH v3] bpftool: Add CET-aware symbol matching for x86_64 architectures,
Quentin Monnet
[PATCH net-next v6] net: xsk: introduce XDP_MAX_TX_BUDGET set/getsockopt,
Jason Xing
[PATCH 5.15] bpf, sockmap: Fix skb refcnt race after locking changes, Pranav Tyagi
[PATCH net-next v4 0/2] net: xsk: update tx queue consumer,
Jason Xing
[PATCH bpf-next v6 1/3] bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo,
Tao Chen
[PATCH bpf-next] bpf: Fix string kfuncs names in doc comments,
Viktor Malik
[PATCH v3 0/5] barrier: Add smp_cond_load_*_timewait(),
Ankur Arora
[BUG][BPF] Kernel Bug Triggered when Ebpf Verifier Check Fails,
陈乐
[PATCH bpf-next v1] selftests/bpf: bpf_rdonly_cast u{8,16,32,64} access tests,
Eduard Zingerman
pull-request: bpf-next 2025-06-27,
Daniel Borkmann
[PATCH] llist: add [READ|WRITE]_ONCE tags for llist_node,
Shakeel Butt
[PATCH 0/4] hfs/hfsplus: add uncached buffer io support,
Yangtao Li
[PATCH bpf 1/2] bpf: Reject %p% format string in bprintf-like helpers,
Paul Chaignon
[PATCH bpf-next v8 0/4] bpf: Add kfuncs for read-only string operations,
Viktor Malik
[PATCH v11 00/11] perf: Support the deferred unwinding infrastructure,
Steven Rostedt
- [PATCH v11 02/11] perf: Have get_perf_callchain() return NULL if crosstask and user are set, Steven Rostedt
- [PATCH v11 05/11] perf: Skip user unwind if the task is a kernel thread, Steven Rostedt
- [PATCH v11 08/11] perf tools: Minimal CALLCHAIN_DEFERRED support, Steven Rostedt
- [PATCH v11 09/11] perf record: Enable defer_callchain for user callchains, Steven Rostedt
- [PATCH v11 01/11] perf: Remove get_perf_callchain() init_nr argument, Steven Rostedt
- [PATCH v11 04/11] perf: Simplify get_perf_callchain() user logic, Steven Rostedt
- [PATCH v11 07/11] perf: Support deferred user callchains for per CPU events, Steven Rostedt
- [PATCH v11 06/11] perf: Support deferred user callchains, Steven Rostedt
- [PATCH v11 03/11] perf: Use current->flags & PF_KTHREAD instead of current->mm == NULL, Steven Rostedt
- Re: [PATCH v11 00/11] perf: Support the deferred unwinding infrastructure, Steven Rostedt
- [PATCH v11 10/11] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED, Steven Rostedt
- [PATCH v11 11/11] perf tools: Merge deferred user callchains, Steven Rostedt
- [PATCH v11 11/11] perf tools: Merge deferred user callchains, Steven Rostedt
- [PATCH v11 10/11] perf script: Display PERF_RECORD_CALLCHAIN_DEFERRED, Steven Rostedt
[PATCH v11 00/14] unwind_user: x86: Deferred unwinding infrastructure,
Steven Rostedt
- [PATCH v11 09/14] unwind deferred: Use SRCU unwind_deferred_task_work(), Steven Rostedt
- [PATCH v11 06/14] unwind_user/deferred: Add deferred unwinding interface, Steven Rostedt
- [PATCH v11 05/14] unwind_user/deferred: Add unwind cache, Steven Rostedt
- [PATCH v11 14/14] unwind_user/x86: Enable compat mode frame pointer unwinding on x86, Steven Rostedt
- [PATCH v11 12/14] unwind_user/x86: Enable frame pointer unwinding on x86, Steven Rostedt
- [PATCH v11 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe, Steven Rostedt
- [PATCH v11 03/14] unwind_user: Add compat mode frame pointer support, Steven Rostedt
- [PATCH v11 08/14] unwind deferred: Use bitmask to determine which callbacks to call, Steven Rostedt
- [PATCH v11 10/14] unwind: Clear unwind_mask on exit back to user space, Steven Rostedt
- [PATCH v11 11/14] unwind: Finish up unwind when a task exits, Steven Rostedt
- [PATCH v11 04/14] unwind_user/deferred: Add unwind_user_faultable(), Steven Rostedt
- [PATCH v11 02/14] unwind_user: Add frame pointer support, Steven Rostedt
- [PATCH v11 01/14] unwind_user: Add user space unwinding API, Steven Rostedt
- [PATCH v11 13/14] perf/x86: Rename and move get_segment_base() and make it global, Steven Rostedt
- Re: [PATCH v11 00/14] unwind_user: x86: Deferred unwinding infrastructure, Florian Weimer
[GIT PULL] BPF fixes for 6.16-rc4,
Alexei Starovoitov
[PATCH bpf] selftests/bpf: adapt one more case in test_lru_map to the new target_free,
Willem de Bruijn
[PATCH bpf-next v3 0/3] bpf: allow void* cast using bpf_rdonly_cast(),
Eduard Zingerman
[PATCH bpf-next] bpf: Fix unwarranted warning on speculative path,
Paul Chaignon
[PATCH] sched_ext: Drop kfuncs marked for removal in 6.15,
Jake Hillion via B4 Relay
[PATCH bpf-next v5 0/3] Support array presets in veristat,
Mykyta Yatsenko
[PATCH v4 bpf-next 0/2] Range tracking for BPF_NEG,
Song Liu
[PATCH net 0/4] virtio-net: fixes for mergeable XDP receive path,
Bui Quang Minh
[FYI] GNU Tools Cauldron 2025, Jose E. Marchesi
[PATCH v2 bpf-next] bpf: add btf_type_is_i{32,64} helpers,
Anton Protopopov
[syzbot] Monthly bpf report (Jun 2025), syzbot
[PATCH net-next v5] net: xsk: introduce XDP_MAX_TX_BUDGET setsockopt,
Jason Xing
[PATCH net-next v2 0/4] selftest: net: Add selftest for netpoll,
Breno Leitao
[PATCH net-next v3 0/2] net: xsk: update tx queue consumer,
Jason Xing
[PATCH bpf v2] libbpf: fix possible use-after-free for externs,
Adin Scannell
[PATCH net-next v7 0/7] Split netmem from struct page,
Byungchul Park
[PATCH bpf-next v1 0/3] bpf: allow void* cast using bpf_rdonly_cast(),
Eduard Zingerman
[syzbot] [bpf?] WARNING: kernel/bpf/verifier.c:LINE at do_check, CPU: syz.NUM.NUM/NUM, syzbot
[PATCH v3 bpf-next 0/2] Range tracking for BPF_NEG,
Song Liu
[PATCH v2 bpf-next 0/2] Range tracking for BPF_NEG,
Song Liu
[PATCH bpf-next v3] selftests/bpf: Fix usdt multispec failure with arm64/clang20 selftest build,
Yonghong Song
[PATCH bpf-next v2 0/2] bpf: add bpf_dynptr_memset() kfunc,
Ihor Solodrai
[PATCH bpf-next] bpf: simplify code by exporting a btf helper,
Anton Protopopov
[PATCH bpf-next v1 0/4] bpf: allow void* cast using bpf_rdonly_cast(),
Eduard Zingerman
[syzbot] [bpf?] [net?] possible deadlock in xsk_notifier (3),
syzbot
[PATCH bpf-next] bpf: Add range tracking for BPF_NEG,
Song Liu
[RFC PATCH bpf-next 0/3] bpf: Introduce BPF_F_CPU flag for percpu_array map,
Leon Hwang
[no subject], Unknown
[PATCH iwl-next v2 00/12] idpf: add XDP support,
Alexander Lobakin
[PATCH iwl-next v2 02/12] idpf: use a saner limit for default number of queues to allocate, Alexander Lobakin
[PATCH iwl-next v2 04/12] idpf: add 4-byte completion descriptor definition, Alexander Lobakin
[PATCH iwl-next v2 03/12] idpf: link NAPIs to queues, Alexander Lobakin
[PATCH iwl-next v2 05/12] idpf: remove SW marker handling from NAPI, Alexander Lobakin
[PATCH iwl-next v2 11/12] idpf: add support for .ndo_xdp_xmit(), Alexander Lobakin
[PATCH iwl-next v2 06/12] idpf: add support for nointerrupt queues, Alexander Lobakin
[PATCH iwl-next v2 08/12] idpf: implement XDP_SETUP_PROG in ndo_bpf for splitq, Alexander Lobakin
[PATCH iwl-next v2 07/12] idpf: prepare structures to support XDP, Alexander Lobakin
[PATCH iwl-next v2 09/12] idpf: use generic functions to build xdp_buff and skb, Alexander Lobakin
[PATCH iwl-next v2 10/12] idpf: add support for XDP on Rx, Alexander Lobakin
[PATCH iwl-next v2 12/12] idpf: add XDP RSS hash hint, Alexander Lobakin
[PATCH bpf-next 0/2] s390/bpf: Describe the frame using a struct instead of constants,
Ilya Leoshkevich
[PATCH bpf-next v3 00/12] BPF Standard Streams,
Kumar Kartikeya Dwivedi
- [PATCH bpf-next v3 01/12] bpf: Refactor bprintf buffer support, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v3 03/12] bpf: Add function to extract program source info, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v3 04/12] bpf: Ensure RCU lock is held around bpf_prog_ksym_find, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v3 02/12] bpf: Introduce BPF standard streams, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v3 07/12] bpf: Report may_goto timeout to BPF stderr, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v3 08/12] bpf: Report rqspinlock deadlocks/timeout to BPF stderr, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v3 05/12] bpf: Add function to find program from stack trace, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v3 06/12] bpf: Add dump_stack() analogue to print to BPF stderr, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v3 09/12] libbpf: Add bpf_stream_printk() macro, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v3 11/12] bpftool: Add support for dumping streams, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v3 12/12] selftests/bpf: Add tests for prog streams, Kumar Kartikeya Dwivedi
- [PATCH bpf-next v3 10/12] libbpf: Introduce bpf_prog_stream_read() API, Kumar Kartikeya Dwivedi
[PATCH v2] perf trace: Split BPF skel code to util/bpf_trace_augment.c,
Namhyung Kim
Re: [PATCH v2] libbpf: Fix null pointer dereference in btf_dump__free on allocation failure, patchwork-bot+netdevbpf
[no subject], Unknown
[PATCH net] bnxt: properly flush XDP redirect lists,
Yan Zhai
[PATCH bpf-next v7 0/4] bpf: Add kfuncs for read-only string operations,
Viktor Malik
[PATCH bpf-next v5 1/3] bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo,
Tao Chen
[PATCH] perf test: Change all remaining #!/bin/sh to #!/bin/bash,
James Clark
[PATCH net-next v2] net: xsk: update tx queue consumer immediately after transmission,
Jason Xing
[PATCH v3 bpf-next 0/4] Introduce bpf_cgroup_read_xattr,
Song Liu
[Index of Archives]
[Linux Samsung SoC]
[Linux Actions SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]