BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- Re: [PATCH v5 bpf-next 06/12] bpf: Add uptr support in the map_value of the task local storage., (continued)
- [PATCH bpf] lib/buildid: handle memfd_secret() files in build_id_parse(),
Andrii Nakryiko
- [PATCH v2] sched_ext: Trigger ops.update_idle() from pick_task_idle(),
Andrea Righi
- [RFC net-next v2 0/2] igc: Link IRQs and queues to NAPIs,
Joe Damato
- pull-request: bpf-next 2024-10-14,
Daniel Borkmann
- [PATCH v2 0/3] Fix truncation bug in coerce_reg_to_size_sx and extend selftests.,
Dimitar Kanaliev
- [RFC PATCH v1 29/57] net: igb: Remove PAGE_SIZE compile-time constant assumption,
Ryan Roberts
- [RFC PATCH v1 13/57] bpf: Remove PAGE_SIZE compile-time constant assumption,
Ryan Roberts
- [PATCH 0/3] Fix truncation bug in coerce_reg_to_size_sx and extend selftests.,
Dimitar Kanaliev
- [PATCH bpf-next 1/2] bpf: Add bpf_task_from_vpid() kfunc,
Juntong Deng
- [PATCH] uprobe: avoid out-of-bounds memory access of fetching args,
Ma Qiao
- [syzbot] [bpf?] KCSAN: data-race in __mod_timer / kvfree_call_rcu,
syzbot
- [syzbot] [bpf?] [net?] KASAN: slab-use-after-free Read in page_pool_put_unrefed_netmem, syzbot
- [PATCH bpf v2 0/4] bpf, vsock: Fixes related to sockmap/sockhash redirection,
Michal Luczaj
- [PATCH bpf v2 1/4] bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsock, Michal Luczaj
- [PATCH bpf v2 3/4] vsock: Update msg_count on read_skb(), Michal Luczaj
- [PATCH bpf v2 4/4] bpf, vsock: Drop static vsock_bpf_prot initialization, Michal Luczaj
- [PATCH bpf v2 2/4] vsock: Update rx_bytes on read_skb(), Michal Luczaj
- Re: [PATCH bpf v2 0/4] bpf, vsock: Fixes related to sockmap/sockhash redirection, Stefano Garzarella
- RE: [PATCH bpf v2 0/4] bpf, vsock: Fixes related to sockmap/sockhash redirection, John Fastabend
- Re: [PATCH bpf v2 0/4] bpf, vsock: Fixes related to sockmap/sockhash redirection, patchwork-bot+netdevbpf
- [PATCH bpf 0/2] Two fixes for test_sockmap,
zijianzhang
- [PATCH net-next v21 12/14] net: replace page_frag with page_frag_cache, Yunsheng Lin
- Questions about XDP hints,
tianmuyang
- [PATCH net-next v2 00/12] net-timestamp: bpf extension to equip applications transparently,
Jason Xing
- [PATCH net-next v2 01/12] net-timestamp: introduce socket tsflag requestors, Jason Xing
- [PATCH net-next v2 02/12] net-timestamp: open gate for bpf_setsockopt, Jason Xing
- [PATCH net-next v2 03/12] net-timestamp: reorganize in skb_tstamp_tx_output(), Jason Xing
- [PATCH net-next v2 04/12] net-timestamp: add static key to control the whole bpf extension, Jason Xing
- [PATCH net-next v2 05/12] net-timestamp: add bpf infrastructure to allow exposing timestamp later, Jason Xing
- [PATCH net-next v2 06/12] net-timestamp: introduce TS_SCHED_OPT_CB to generate dev xmit timestamp, Jason Xing
- [PATCH net-next v2 07/12] net-timestamp: introduce TS_SW_OPT_CB to generate driver timestamp, Jason Xing
- [PATCH net-next v2 08/12] net-timestamp: introduce TS_ACK_OPT_CB to generate tcp acked timestamp, Jason Xing
- [PATCH net-next v2 09/12] net-timestamp: add tx OPT_ID_TCP support for bpf case, Jason Xing
- [PATCH net-next v2 10/12] net-timestamp: make bpf for tx timestamp work, Jason Xing
- [PATCH net-next v2 11/12] net-timestamp: add bpf framework for rx timestamps, Jason Xing
- [PATCH net-next v2 12/12] net-timestamp: add bpf support for rx software/hardware timestamp, Jason Xing
- Re: [PATCH net-next v2 00/12] net-timestamp: bpf extension to equip applications transparently, Willem de Bruijn
- [PATCH -next v4 0/2] perf stat: Support inherit events for bperf,
Tengda Wu
- [PATCH] tools/resolve_btfids: Fix 'variable' may be used uninitialized warnings,
Eder Zulian
- [PATCH bpf v1 1/2] bpf: fix link info netfilter flags to populate defrag flag,
Tyrone Wu
- [PATCH v2 rcu 07/13] srcu: Allow inlining of __srcu_read_{,un}lock_lite(), Paul E. McKenney
- [PATCH v2 rcu 11/13] rcutorture: Add light-weight SRCU scenario, Paul E. McKenney
- [PATCH v2 rcu 12/13] refscale: Add srcu_read_lock_lite() support using "srcu-lite", Paul E. McKenney
- [PATCH v2 rcu 10/13] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor, Paul E. McKenney
- [PATCH v2 rcu 06/13] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite(), Paul E. McKenney
- [PATCH v2 rcu 09/13] rcutorture: Add reader_flavor parameter for SRCU readers, Paul E. McKenney
- [PATCH v2 rcu 08/13] rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits, Paul E. McKenney
- [PATCH v2 rcu 05/13] srcu: Standardize srcu_data pointers to "sdp" and similar, Paul E. McKenney
- [PATCH v2 rcu 04/13] srcu: Bit manipulation changes for additional reader flavor, Paul E. McKenney
- [PATCH v2 rcu 01/13] srcu: Rename srcu_might_be_idle() to srcu_should_expedite(), Paul E. McKenney
- [PATCH v2 rcu 03/13] srcu: Renaming in preparation for additional reader flavor, Paul E. McKenney
- [PATCH v2 rcu 02/13] srcu: Introduce srcu_gp_is_expedited() helper function, Paul E. McKenney
- [PATCH] libbpf: Fix possible compiler warnings in hashmap,
Namhyung Kim
- Re: [syzbot] Monthly trace report (Oct 2024),
Steven Rostedt
- [PATCH v2 bpf-next] selftests/bpf: check for timeout in perf_link test,
Ihor Solodrai
- [PATCH] mm/page_alloc: let GFP_ATOMIC order-0 allocs access highatomic reserves, Matt Fleming
- [PATCH iwl-next v8 0/6] igb: Add support for AF_XDP zero-copy,
Kurt Kanzenbach
- [peterz-queue:x86/ibt] [x86/ibt] a512fcf757: kernel_BUG_at_arch/x86/kernel/alternative.c, kernel test robot
- [PATCH,bpf-next v3 0/4] selftests/bpf: migrate and remove cgroup/tracing related tests,
Daniel T. Lee
- [PATCH,bpf-next v3 1/4] selftests/bpf: migrate cgroup sock create test for setting iface/mark/prio, Daniel T. Lee
- [PATCH,bpf-next v3 2/4] selftests/bpf: migrate cgroup sock create test for prohibiting sockets, Daniel T. Lee
- [PATCH,bpf-next v3 3/4] samples/bpf: remove obsolete cgroup related tests, Daniel T. Lee
- [PATCH,bpf-next v3 4/4] samples/bpf: remove obsolete tracing related tests, Daniel T. Lee
- Re: [PATCH,bpf-next v3 0/4] selftests/bpf: migrate and remove cgroup/tracing related tests, patchwork-bot+netdevbpf
- [PATCH,bpf-next v2 0/4] selftests/bpf: migrate and remove cgroup/tracing related tests,
Daniel T. Lee
- [bpf-next 0/4] selftests/bpf: migrate and remove cgroup/tracing related tests,
Daniel T. Lee
- [PATCH net] netfilter: nf_tables: Fix memory leak in nf_flow_offload_xdp_setup(), Lorenzo Bianconi
- [PATCH v5 bpf-next 0/3] bpf: Add kmem_cache iterator and kfunc,
Namhyung Kim
- [PATCH] selftests/bpf: check for timeout in perf_link test,
Ihor Solodrai
- [PATCH bpf-next 1/2] libbpf: never interpret subprogs in .text as entry programs,
Andrii Nakryiko
- [PATCH v3 tip/perf/core 0/4] uprobes,mm: speculative lockless VMA-to-uprobe lookup,
Andrii Nakryiko
- [PATCHv6 bpf-next,perf/core 00/16] uprobe, bpf: Add session support,
Jiri Olsa
- [PATCHv6 perf/core 01/16] uprobe: Add data pointer to consumer handlers, Jiri Olsa
- [PATCHv6 perf/core 02/16] uprobe: Add support for session consumer, Jiri Olsa
- [PATCHv6 bpf-next 03/16] bpf: Allow return values 0 and 1 for kprobe session, Jiri Olsa
- [PATCHv6 bpf-next 04/16] bpf: Force uprobe bpf program to always return 0, Jiri Olsa
- [PATCHv6 bpf-next 05/16] bpf: Add support for uprobe multi session attach, Jiri Olsa
- [PATCHv6 bpf-next 06/16] bpf: Add support for uprobe multi session context, Jiri Olsa
- [PATCHv6 bpf-next 07/16] libbpf: Add support for uprobe multi session attach, Jiri Olsa
- [PATCHv6 bpf-next 08/16] selftests/bpf: Add uprobe session test, Jiri Olsa
- [PATCHv6 bpf-next 09/16] selftests/bpf: Add uprobe session cookie test, Jiri Olsa
- [PATCHv6 bpf-next 10/16] selftests/bpf: Add uprobe session recursive test, Jiri Olsa
- [PATCHv6 bpf-next 11/16] selftests/bpf: Add uprobe session verifier test for return value, Jiri Olsa
- [PATCHv6 bpf-next 12/16] selftests/bpf: Add kprobe session verifier test for return value, Jiri Olsa
- [PATCHv6 bpf-next 13/16] selftests/bpf: Add uprobe session single consumer test, Jiri Olsa
- [PATCHv6 bpf-next 14/16] selftests/bpf: Scale down uprobe multi consumer test, Jiri Olsa
- [PATCHv6 bpf-next 15/16] selftests/bpf: Add uprobe sessions to consumer test, Jiri Olsa
- [PATCHv6 bpf-next 16/16] selftests/bpf: Add threads to consumer test, Jiri Olsa
- map records expiration problem / multi-references (conntrack), Vadim Goncharov
- [PATCH bpf-next v2] bpf: update docs on CONFIG_FUNCTION_ERROR_INJECTION,
Martin Kelly
- [PATCH bpf-next] bpf: update docs on CONFIG_FUNCTION_ERROR_INJECTION,
Martin Kelly
- [PATCH bpf-next v4 00/10] bpf: Support private stack for bpf progs,
Yonghong Song
- [PATCH bpf-next v4 01/10] bpf: Allow each subprog having stack size of 512 bytes, Yonghong Song
- [PATCH bpf-next v4 02/10] bpf: Mark each subprog with proper private stack modes, Yonghong Song
- [PATCH bpf-next v4 05/10] bpf, x86: Add jit support for private stack, Yonghong Song
- [PATCH bpf-next v4 03/10] bpf, x86: Refactor func emit_prologue, Yonghong Song
- [PATCH bpf-next v4 04/10] bpf, x86: Create a helper for certain "reg <op>= imm" operations, Yonghong Song
- [PATCH bpf-next v4 07/10] bpf: Support calling non-tailcall bpf prog, Yonghong Song
- [PATCH bpf-next v4 06/10] selftests/bpf: Add private stack tests, Yonghong Song
- [PATCH bpf-next v4 10/10] selftests/bpf: Add tests for bpf_prog_call(), Yonghong Song
- [PATCH bpf-next v4 09/10] bpf, x86: Jit support for nested bpf_prog_call, Yonghong Song
- [PATCH bpf-next v4 08/10] bpf, x86: Create two helpers for some arith operations, Yonghong Song
- Re: [PATCH bpf-next v4 00/10] bpf: Support private stack for bpf progs, Tejun Heo
- Re: [PATCH] memcg: add tracing for memcg stat updates,
Shakeel Butt
- [PATCH bpf-next v7 0/2] bpf: Fix tailcall infinite loop caused by freplace,
Leon Hwang
- [for-next][PATCH 05/10] tracing: Allow system call tracepoints to handle page faults, Steven Rostedt
- [for-next][PATCH 08/10] tracing/bpf: Add might_fault check to syscall probes, Steven Rostedt
- [for-next][PATCH 07/10] tracing/perf: Add might_fault check to syscall probes, Steven Rostedt
- [for-next][PATCH 06/10] tracing/ftrace: Add might_fault check to syscall probes, Steven Rostedt
- [for-next][PATCH 04/10] tracing/bpf: disable preemption in syscall probe, Steven Rostedt
- [for-next][PATCH 03/10] tracing/perf: disable preemption in syscall probe, Steven Rostedt
- [for-next][PATCH 02/10] tracing/ftrace: disable preemption in syscall probe, Steven Rostedt
- [for-next][PATCH 01/10] tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL, Steven Rostedt
- [PATCH bpf v2 0/3] Fix caching of BTF for kfuncs in the verifier,
Toke Høiland-Jørgensen
- [no subject], Unknown
- [PATCH v4 net 0/4] net: enetc: fix some issues of XDP,
Wei Fang
- [PATCH] selftests/bpf: Removed redundant fd after close in bpf_prog_load_log_buf,
Zhu Jun
- [PATCH net-next] net/smc: Introduce a hook to modify syn_smc at runtime,
D. Wythe
- [PATCH bpf v2] bpf: fix argument type in bpf_loop documentation,
Matteo Croce
- [PATCH] samples/bpf: Fix a resource leak,
Zhu Jun
- [PATCH bpf v1 1/2] bpf: fix unpopulated path_size when uprobe_multi fields unset,
Tyrone Wu
- [PATCH bpf 0/4] bpf, vsock: Fixes related to sockmap/sockhash redirection,
Michal Luczaj
- [PATCH bpf 4/4] bpf, vsock: Drop static vsock_bpf_prot initialization, Michal Luczaj
- [PATCH bpf 1/4] bpf, sockmap: SK_DROP on attempted redirects of unsupported af_vsock, Michal Luczaj
- [PATCH bpf 3/4] vsock: Update msg_count on read_skb(), Michal Luczaj
- Re: [PATCH bpf 0/4] bpf, vsock: Fixes related to sockmap/sockhash redirection, Stefano Garzarella
[PATCH 1/2] perf tools: Fix possible compiler warnings in hashmap,
Namhyung Kim
CONFIG_X86_X32_ABI silently breaks some fentry hooks, Martin Kelly
[PATCH v5 0/8] x86/module: use large ROX pages for text allocations,
Mike Rapoport
[PATCH rcu 12/12] refscale: Add srcu_read_lock_lite() support using "srcu-lite",
Paul E. McKenney
[PATCH rcu 09/12] rcutorture: Add reader_flavor parameter for SRCU readers, Paul E. McKenney
[PATCH rcu 07/12] srcu: Allow inlining of __srcu_read_{,un}lock_lite(), Paul E. McKenney
[PATCH rcu 11/12] rcutorture: Add light-weight SRCU scenario, Paul E. McKenney
[PATCH rcu 06/12] srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite(),
Paul E. McKenney
[PATCH rcu 10/12] rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavor, Paul E. McKenney
[PATCH rcu 08/12] rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bits, Paul E. McKenney
[PATCH rcu 02/12] srcu: Introduce srcu_gp_is_expedited() helper function,
Paul E. McKenney
[PATCH rcu 03/12] srcu: Renaming in preparation for additional reader flavor,
Paul E. McKenney
[PATCH rcu 04/12] srcu: Bit manipulation changes for additional reader flavor,
Paul E. McKenney
[PATCH rcu 05/12] srcu: Standardize srcu_data pointers to "sdp" and similar,
Paul E. McKenney
[PATCH rcu 01/12] srcu: Rename srcu_might_be_idle() to srcu_should_expedite(),
Paul E. McKenney
[PATCH bpf] bpf: fix argument type in bpf_loop documentation,
Matteo Croce
[PATCH rcu 6/7] doc: Remove kernel-parameters.txt entry for rcutorture.read_exit, Paul E. McKenney
[PATCH v4 01/13] LSM: Add the lsm_prop data structure.,
Casey Schaufler
[PATCH net-next 00/18] idpf: XDP chapter III: core XDP changes (+libeth_xdp),
Alexander Lobakin
- [PATCH net-next 01/18] jump_label: export static_key_slow_{inc,dec}_cpuslocked(), Alexander Lobakin
- [PATCH net-next 02/18] skbuff: allow 2-4-argument skb_frag_dma_map(), Alexander Lobakin
- [PATCH net-next 03/18] unroll: add generic loop unroll helpers, Alexander Lobakin
- [PATCH net-next 04/18] bpf, xdp: constify some bpf_prog * function arguments, Alexander Lobakin
- [PATCH net-next 05/18] xdp, xsk: constify read-only arguments of some static inline helpers, Alexander Lobakin
- [PATCH net-next 06/18] xdp: allow attaching already registered memory model to xdp_rxq_info, Alexander Lobakin
- [PATCH net-next 07/18] net: Register system page pool as an XDP memory model, Alexander Lobakin
- [PATCH net-next 08/18] page_pool: make page_pool_put_page_bulk() actually handle array of pages, Alexander Lobakin
- [PATCH net-next 09/18] page_pool: allow mixing PPs within one bulk, Alexander Lobakin
- [PATCH net-next 10/18] xdp: get rid of xdp_frame::mem.id, Alexander Lobakin
- [PATCH net-next 11/18] xdp: add generic xdp_buff_add_frag(), Alexander Lobakin
- [PATCH net-next 12/18] xdp: add generic xdp_build_skb_from_buff(), Alexander Lobakin
- [PATCH net-next 13/18] xsk: allow attaching XSk pool via xdp_rxq_info_reg_mem_model(), Alexander Lobakin
- [PATCH net-next 14/18] xsk: make xsk_buff_add_frag really add a frag via __xdp_buff_add_frag(), Alexander Lobakin
- [PATCH net-next 15/18] xsk: add generic XSk &xdp_buff -> skb conversion, Alexander Lobakin
- [PATCH net-next 16/18] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go, Alexander Lobakin
- [PATCH net-next 17/18] libeth: support native XDP and register memory model, Alexander Lobakin
- [PATCH net-next 18/18] libeth: add a couple of XDP helpers (libeth_xdp), Alexander Lobakin
- Re: [PATCH net-next 00/18] idpf: XDP chapter III: core XDP changes (+libeth_xdp), Jakub Kicinski
extend usage of KMEM_CACHE() for cache creation?, Vlastimil Babka
[PATCH bpf] bpf: fix %p% runtime check in bpf_bprintf_prepare,
Ilya Shchipletsov
[PATCH bpf-next v3 0/3] selftests/bpf: add coverage for xdp_features in test_progs,
Alexis Lothoré (eBPF Foundation)
kmemleak in flowtable xdp, Pablo Neira Ayuso
[PATCH v3 net 0/3] net: enetc: fix some issues of XDP,
Wei Fang
[PATCH] samples/bpf: Remove unused variables,
Zhu Jun
[PATCH bpf v1] selftests/bpf: Fix cross-compiling urandom_read,
Tony Ambardar
[PATCH bpf-next v1 1/2] bpf: force checkpoints at loop back-edges,
Eduard Zingerman
[PATCH bpf-next] libbpf: fix sym_is_subprog() logic for weak global subprogs,
Andrii Nakryiko
[PATCH v4 0/8] tracing: Allow system call tracepoints to handle page faults,
Mathieu Desnoyers
[PATCH bpf v1] selftests/bpf: Fix error compiling cgroup_ancestor.c with musl libc,
Tony Ambardar
[PATCH] bpf: use kvzmalloc to allocate BPF verifier environment,
Rik van Riel
[PATCH 1/3] ima: Remove inode lock,
Roberto Sassu
[PATCH bpf-next v6 0/3] bpf: Fix tailcall infinite loop caused by freplace,
Leon Hwang
[PATCH v3] selftests: sched_ext: Add sched_ext as proper selftest target,
Björn Töpel
[PATCH bpf] selftests/bpf: add missing header include for htons,
Alexis Lothoré (eBPF Foundation)
[PATCH bpf] riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG is enabled,
Pu Lehui
[PATCH bpf-next v4 0/2] Implement mechanism to signal other threads,
Puranjay Mohan
[PATCH v6 0/3] add dedicated wq for cgroup bpf and adjust WQ_MAX_ACTIVE,
Chen Ridong
[PATCH net-next v20 12/14] net: replace page_frag with page_frag_cache, Yunsheng Lin
[PATCH] cgroup/bpf: use a dedicated workqueue for cgroup bpf destruction, Chen Ridong
[PATCH bpf 0/4] Fix caching of BTF for kfuncs in the verifier,
Toke Høiland-Jørgensen
[PATCH net-next 0/9] net-timestamp: bpf extension to equip applications transparently,
Jason Xing
[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]