BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- Re: [PATCH bpf-next 2/3] bpf: Remove 'may_goto 0' instruction, (continued)
- [no subject],
Tao Chen
- [PATCH bpf-next v1] veristat: load struct_ops programs only once,
Eduard Zingerman
- [PATCH net-next 0/4] net: ethernet: ti: am65-cpsw: streamline RX/TX queue creation and cleanup,
Roger Quadros
- [no subject], Unknown
- [PATCH net-next v3 0/8] bpf: cpumap: enable GRO for XDP_PASS frames,
Alexander Lobakin
- [PATCH bpf] bpf: trace: send signals asynchronously if !preemptible,
Puranjay Mohan
- [PATCH bpf v2 1/4] selftests/bpf: Fix btf leak on new btf alloc failure in btf_distill test,
Pu Lehui
- [PATCH 5.10] xsk: fix OOB map writes when deleting elements, Vasiliy Kovalev
- [PATCH 5.10 1/1] tcp/dccp: Don't use timer_pending() in reqsk_queue_unlink()., d.privalov
- [PATCH net 1/1] tools: Sync if_xdp.h uapi tooling header,
Song Yoong Siang
- [PATCH bpf-next v5 0/7] bpf, mm: Introduce try_alloc_pages(),
Alexei Starovoitov
- [PATCH bpf-next v5 1/7] mm, bpf: Introduce try_alloc_pages() for opportunistic page allocation, Alexei Starovoitov
- [PATCH bpf-next v5 2/7] mm, bpf: Introduce free_pages_nolock(), Alexei Starovoitov
- [PATCH bpf-next v5 3/7] locking/local_lock: Introduce local_trylock_irqsave(), Alexei Starovoitov
- [PATCH bpf-next v5 4/7] memcg: Use trylock to access memcg stock_lock., Alexei Starovoitov
- [PATCH bpf-next v5 5/7] mm, bpf: Use memcg in try_alloc_pages()., Alexei Starovoitov
- [PATCH bpf-next v5 6/7] mm: Make failslab, kfence, kmemleak aware of trylock mode, Alexei Starovoitov
- [PATCH bpf-next v5 7/7] bpf: Use try_alloc_pages() to allocate pages for bpf needs., Alexei Starovoitov
- [PATCH bpf-next v3] selftests/Makefile: override the srctree for out-of-tree builds,
Li Zhijian
- [PATCH v9 0/2] PCI: add enabe(disable)_device() hook for bridge,
Frank Li
- [PATCH bpf-next v7 0/5] Support eliding map lookup nullness,
Daniel Xu
- [LSF/MM/BPF TOPIC] fanotify filter,
Song Liu
- [PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition,
Valentin Schneider
- [PATCH v4 01/30] objtool: Make validate_call() recognize indirect calls to pv_ops[], Valentin Schneider
- [PATCH v4 02/30] objtool: Flesh out warning related to pv_ops[] calls, Valentin Schneider
- [PATCH v4 03/30] rcu: Add a small-width RCU watching counter debug option, Valentin Schneider
- [PATCH v4 04/30] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE, Valentin Schneider
- [PATCH v4 05/30] jump_label: Add annotations for validating noinstr usage, Valentin Schneider
- [PATCH v4 06/30] static_call: Add read-only-after-init static calls, Valentin Schneider
- [PATCH v4 07/30] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init, Valentin Schneider
- [PATCH v4 08/30] x86/idle: Mark x86_idle static call as __ro_after_init, Valentin Schneider
- [PATCH v4 09/30] x86/paravirt: Mark pv_steal_clock static call as __ro_after_init, Valentin Schneider
- [PATCH v4 10/30] riscv/paravirt: Mark pv_steal_clock static call as __ro_after_init, Valentin Schneider
- [PATCH v4 11/30] loongarch/paravirt: Mark pv_steal_clock static call as __ro_after_init, Valentin Schneider
- [PATCH v4 12/30] arm64/paravirt: Mark pv_steal_clock static call as __ro_after_init, Valentin Schneider
- [PATCH v4 14/30] perf/x86/amd: Mark perf_lopwr_cb static call as __ro_after_init, Valentin Schneider
- [PATCH v4 13/30] arm/paravirt: Mark pv_steal_clock static call as __ro_after_init, Valentin Schneider
- [PATCH v4 15/30] sched/clock: Mark sched_clock_running key as __ro_after_init, Valentin Schneider
- [PATCH v4 16/30] x86/speculation/mds: Mark mds_idle_clear key as allowed in .noinstr, Valentin Schneider
- [PATCH v4 18/30] x86/kvm/vmx: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys as allowed in .noinstr, Valentin Schneider
- [PATCH v4 17/30] sched/clock, x86: Mark __sched_clock_stable key as allowed in .noinstr, Valentin Schneider
- [PATCH v4 19/30] stackleack: Mark stack_erasing_bypass key as allowed in .noinstr, Valentin Schneider
- [PATCH v4 21/30] context_tracking: Explicitely use CT_STATE_KERNEL where it is missing, Valentin Schneider
- [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry, Valentin Schneider
- [PATCH v4 23/30] context_tracking: Turn CT_STATE_* into bits, Valentin Schneider
- [PATCH v4 20/30] objtool: Add noinstr validation for static branches/calls, Valentin Schneider
- [PATCH v4 24/30] context-tracking: Introduce work deferral infrastructure, Valentin Schneider
- [PATCH v4 25/30] context_tracking,x86: Defer kernel text patching IPIs, Valentin Schneider
- [PATCH v4 26/30] x86,tlb: Make __flush_tlb_global() noinstr-compliant, Valentin Schneider
- [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs, Valentin Schneider
- [PATCH v4 27/30] x86/tlb: Make __flush_tlb_local() noinstr-compliant, Valentin Schneider
- [PATCH v4 28/30] x86/tlb: Make __flush_tlb_all() noinstr, Valentin Schneider
- [PATCH v4 30/30] context-tracking: Add a Kconfig to enable IPI deferral for NO_HZ_IDLE, Valentin Schneider
- [LSF/MM/BPF TOPIC] pahole + BTF update and next steps, Arnaldo Carvalho de Melo
- [PATCH bpf-next v5 0/4] xsk: TX metadata Launch Time support,
Song Yoong Siang
- [PATCH bpf 1/2] libbpf: Fix return zero when elf_begin failed,
Pu Lehui
- [RFC] x86/alternatives: Merge first and second step in text_poke_bp_batch,
Jiri Olsa
- [PATCH bpf-next] bpf: Alloc bpf_async_cb by using bpf_global_ma under PREEMPT_RT,
Hou Tao
- [PATCH bpf-next v4 0/6] bpf, mm: Introduce try_alloc_pages(),
Alexei Starovoitov
- [no subject], Unknown
- [RFC] kexec: Use bpf to allow kexec to load PE format boot image, Pingfan Liu
- Re: [PATCH bpf v5 1/3] bpf: fix wrong copied_seq calculation,
Jakub Kicinski
- <Possible follow-ups>
- Re: [PATCH bpf v5 1/3] bpf: fix wrong copied_seq calculation, Jakub Sitnicki
[RFC PATCH bpf-next 0/2] bpf: Introduce global percpu data,
Leon Hwang
[PATCH net-next v8 00/11] net: Improve netns handling in rtnetlink,
Xiao Liang
- [PATCH net-next v8 01/11] rtnetlink: Lookup device in target netns when creating link, Xiao Liang
- [PATCH net-next v8 02/11] rtnetlink: Pack newlink() params into struct, Xiao Liang
- [PATCH net-next v8 03/11] net: Use link netns in newlink() of rtnl_link_ops, Xiao Liang
- [PATCH net-next v8 04/11] ieee802154: 6lowpan: Validate link netns in newlink() of rtnl_link_ops, Xiao Liang
- [PATCH net-next v8 05/11] net: ip_tunnel: Use link netns in newlink() of rtnl_link_ops, Xiao Liang
- [PATCH net-next v8 06/11] net: ipv6: Use link netns in newlink() of rtnl_link_ops, Xiao Liang
- [PATCH net-next v8 07/11] net: xfrm: Use link netns in newlink() of rtnl_link_ops, Xiao Liang
- [PATCH net-next v8 08/11] rtnetlink: Remove "net" from newlink params, Xiao Liang
- [PATCH net-next v8 09/11] rtnetlink: Create link directly in target net namespace, Xiao Liang
- [PATCH net-next v8 10/11] selftests: net: Add python context manager for netns entering, Xiao Liang
- [PATCH net-next v8 11/11] selftests: net: Add test cases for link and peer netns, Xiao Liang
[RFC] Fix mismatch in if_xdp.h between tools and kernel UAPI,
Vishal Chourasia
[PATCH net] nfp: bpf: prevent integer overflow in nfp_bpf_event_output(),
Dan Carpenter
[PATCH v2 0/4] Tracing contention lock owner call stack,
Chun-Tse Shao
[PATCH net-next v5 00/15] net-timestamp: bpf extension to equip applications transparently,
Jason Xing
- [PATCH net-next v5 01/15] net-timestamp: add support for bpf_setsockopt(), Jason Xing
- [PATCH net-next v5 02/15] net-timestamp: prepare for bpf prog use, Jason Xing
- [PATCH net-next v5 03/15] bpf: introduce timestamp_used to allow UDP socket fetched in bpf prog, Jason Xing
- [PATCH net-next v5 04/15] net-timestamp: support SK_BPF_CB_FLAGS only in bpf_sock_ops_setsockopt, Jason Xing
- [PATCH net-next v5 05/15] net-timestamp: add strict check in some BPF calls, Jason Xing
- [PATCH net-next v5 06/15] net-timestamp: prepare for isolating two modes of SO_TIMESTAMPING, Jason Xing
- [PATCH net-next v5 07/15] net-timestamp: support SCM_TSTAMP_SCHED for bpf extension, Jason Xing
- [PATCH net-next v5 08/15] net-timestamp: support sw SCM_TSTAMP_SND for bpf extension, Jason Xing
- [PATCH net-next v5 09/15] net-timestamp: support SCM_TSTAMP_ACK for bpf extension, Jason Xing
- [PATCH net-next v5 10/15] net-timestamp: support hw SCM_TSTAMP_SND for bpf extension, Jason Xing
- [PATCH net-next v5 11/15] net-timestamp: support export skb to the userspace, Jason Xing
- [PATCH net-next v5 12/15] net-timestamp: make TCP tx timestamp bpf extension work, Jason Xing
- [PATCH net-next v5 13/15] net-timestamp: support tcp_sendmsg for bpf extension, Jason Xing
- [PATCH net-next v5 14/15] net-timestamp: introduce cgroup lock to avoid affecting non-bpf cases, Jason Xing
- [PATCH net-next v5 15/15] bpf: add simple bpf tests in the tx path for so_timestamping feature, Jason Xing
[RFC PATCH v2 0/2] libbpf: Add support for dynamic tracepoints,
Yafang Shao
[PATCH 0/1] net/core: kernel/bpf: Remove unused values,
Ariel Otilibili
[PATCH] sched_ext: fix kernel-doc warnings,
Randy Dunlap
[LSF/MM/BPF TOPIC] Modular BPF verifier,
Daniel Xu
Crash when attaching uretprobes to processes running in Docker,
Eyal Birger
[PATCH v2] treewide: const qualify ctl_tables where applicable,
Joel Granados
[PATCH bpf] bpf: Fix bpf_sk_select_reuseport() memory leak,
Michal Luczaj
[PATCH net-next v7 0/8] fix two bugs related to page_pool,
Yunsheng Lin
[PATCH] scripts/sorttable: Use a structure of function pointers for elf helpers, Steven Rostedt
[PATCH] selftests/bpf: Fix test_xdp_adjust_tail_grow2 selftest on powerpc,
Saket Kumar Bhaskar
[net-next PATCH v3 0/6] Add af_xdp support for cn10k,
Suman Ghosh
[PATCH bpf-next v2 0/3] selftests: bpf: Migrate test_xdp_redirect.sh to test_progs,
Bastien Curutchet (eBPF Foundation)
[PATCH net v2 0/5] vsock: some fixes due to transport de-assignment,
Stefano Garzarella
[no subject], Unknown
Help getting child process id, K V V
[PATCH 0/4] perf lock: Tracing contention lock owner call stack,
Chun-Tse Shao
[PATCH dwarves] btf_encoder: always initialize func_state to 0,
Ihor Solodrai
[PATCH v9 bpf-next 0/7] Enable writing xattr from BPF programs,
Song Liu
[PATCH bpf-next] bpf: veristat: Document verifier log dumping capability,
Daniel Xu
[PATCH] perf tools: Expose quiet/verbose variables in Makefile.perf, Charlie Jenkins
status of BPF in conjunction with PREEMPT_RT for the 6.6 kernel?,
Chris Friesen
[PATCH v5 0/4] Prefer sysfs/JSON events also when no PMU is provided,
Ian Rogers
[POC][RFC][PATCH] bpf: in-kernel bpf relocations on raw elf files,
Blaise Boscaccy
- [PATCH 01/14] bpf: Port prerequiste BTF handling functions from userspace, Blaise Boscaccy
- [PATCH 03/14] bpf: Port .btf.ext parsing functions from userspace, Blaise Boscaccy
- [PATCH 02/14] bpf: Add data structures for managing in-kernel eBPF relocations, Blaise Boscaccy
- [PATCH 04/14] bpf: Port elf and btf utility helper functions from userspace, Blaise Boscaccy
- [PATCH 05/14] fs/kernel_read_file: Add an eBPF specifier to kernel_read_file, Blaise Boscaccy
- [PATCH 06/14] bpf: Add BPF_LOAD_FD subcommand, Blaise Boscaccy
- [PATCH 07/14] bpf: Implement BPF_LOAD_FD subcommand handler, Blaise Boscaccy
- [PATCH 08/14] bpf: Add elf parsing support to the BPF_LOAD_FD subcommand, Blaise Boscaccy
- [PATCH 09/14] bpf: Collect extern relocations, Blaise Boscaccy
- [PATCH 10/14] bpf: Implement BTF fixup functionality, Blaise Boscaccy
- [PATCH 11/14] bpf: Implement relocation collection, Blaise Boscaccy
- [PATCH 12/14] bpf: Resolve external relocations, Blaise Boscaccy
- [PATCH 13/14] bpf: Apply in-kernel bpf instruction relocations, Blaise Boscaccy
- [PATCH 14/14] bpf: Augment BPF_PROG_LOAD to use in-kernel relocations, Blaise Boscaccy
- Re: [POC][RFC][PATCH] bpf: in-kernel bpf relocations on raw elf files, Alexei Starovoitov
[PATCH dwarves v4 RESEND 00/10] pahole: faster reproducible BTF encoding,
Ihor Solodrai
- [PATCH dwarves v4 RESEND 01/10] btf_encoder: simplify function encoding, Ihor Solodrai
- [PATCH dwarves v4 RESEND 02/10] btf_encoder: free encoder->secinfo in btf_encoder__delete, Ihor Solodrai
- [PATCH dwarves v4 RESEND 04/10] btf_encoder: introduce elf_functions struct type, Ihor Solodrai
- [PATCH dwarves v4 RESEND 05/10] btf_encoder: introduce elf_functions_list, Ihor Solodrai
- [PATCH dwarves v4 RESEND 03/10] btf_encoder: separate elf function, saved function representations, Ihor Solodrai
- [PATCH dwarves v4 RESEND 06/10] btf_encoder: remove skip_encoding_inconsistent_proto, Ihor Solodrai
- [PATCH dwarves v4 RESEND 08/10] dwarf_loader: multithreading with a job/worker model, Ihor Solodrai
- [PATCH dwarves v4 RESEND 07/10] dwarf_loader: introduce cu->id, Ihor Solodrai
- [PATCH dwarves v4 RESEND 09/10] btf_encoder: clean up global encoders list, Ihor Solodrai
- [PATCH dwarves v4 RESEND 10/10] btf_encoder: switch func_states from a list to an array, Ihor Solodrai
- Re: [PATCH dwarves v4 RESEND 00/10] pahole: faster reproducible BTF encoding, Jiri Olsa
[PATCH] Suppress bogus F13 trigger on Sirius keyboard full fan shortcut,
Werner Sembach
[PATCH bpf-next v2 1/2] libbpf: Add unique_match option for multi kprobe,
Yonghong Song
[no subject], Unknown
[PATCH] uprobes: Fix race in uprobe_free_utask,
Jiri Olsa
Re: [PATCH] rust: Disallow BTF generation with Rust + LTO,
Miguel Ojeda
[PATCH] treewide: const qualify ctl_tables where applicable,
Joel Granados
[LSF/MM/BPF TOPIC] Compiled BPF,
Jose E. Marchesi
[PATCH bpf-next v2 0/5] Free htab element out of bucket lock,
Hou Tao
[PATCH v6 00/16] perf tools: Use generic syscall scripts for all archs,
Charlie Jenkins
- [PATCH v6 01/16] perf tools: Create generic syscall table support, Charlie Jenkins
- [PATCH v6 02/16] perf tools: arc: Support generic syscall headers, Charlie Jenkins
- [PATCH v6 03/16] perf tools: csky: Support generic syscall headers, Charlie Jenkins
- [PATCH v6 04/16] perf tools: arm: Support syscall headers, Charlie Jenkins
- [PATCH v6 05/16] perf tools: sh: Support syscall headers, Charlie Jenkins
- [PATCH v6 06/16] perf tools: sparc: Support syscall headers, Charlie Jenkins
- [PATCH v6 07/16] perf tools: xtensa: Support syscall header, Charlie Jenkins
- [PATCH v6 08/16] perf tools: x86: Use generic syscall scripts, Charlie Jenkins
- [PATCH v6 09/16] perf tools: alpha: Support syscall header, Charlie Jenkins
- [PATCH v6 10/16] perf tools: parisc: Support syscall header, Charlie Jenkins
- [PATCH v6 11/16] perf tools: arm64: Use syscall table, Charlie Jenkins
- [PATCH v6 12/16] perf tools: loongarch: Use syscall table, Charlie Jenkins
- [PATCH v6 13/16] perf tools: mips: Use generic syscall scripts, Charlie Jenkins
- [PATCH v6 14/16] perf tools: powerpc: Use generic syscall table scripts, Charlie Jenkins
- [PATCH v6 15/16] perf tools: s390: Use generic syscall table scripts, Charlie Jenkins
- [PATCH v6 16/16] perf tools: Remove dependency on libaudit, Charlie Jenkins
- Re: [PATCH v6 00/16] perf tools: Use generic syscall scripts for all archs, Arnaldo Carvalho de Melo
[PATCH net 0/2] vsock: some fixes due to transport de-assignment,
Stefano Garzarella
[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]