BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- Re: [PATCH v3 0/2] uprobes: Improve scalability by reducing the contention on siglock, (continued)
- [PATCH bpf-next 0/2] allow calling kfuncs in normal tracepoint programs,
JP Kobryn
- [net-next v4 0/5] net: stmmac: Add PCI driver support for BCM8958x,
jitendra . vegiraju
- bpf-next experiment,
Alexei Starovoitov
- [PATCH v6 bpf-next 00/10] Harden and extend ELF build ID parsing logic,
Andrii Nakryiko
- [PATCH v6 bpf-next 01/10] lib/buildid: harden build ID parsing logic, Andrii Nakryiko
- [PATCH v6 bpf-next 02/10] lib/buildid: add single folio-based file reader abstraction, Andrii Nakryiko
- [PATCH v6 bpf-next 03/10] lib/buildid: take into account e_phoff when fetching program headers, Andrii Nakryiko
- [PATCH v6 bpf-next 04/10] lib/buildid: remove single-page limit for PHDR search, Andrii Nakryiko
- [PATCH v6 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault(), Andrii Nakryiko
- [PATCH v6 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API, Andrii Nakryiko
- [PATCH v6 bpf-next 07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF, Andrii Nakryiko
- [PATCH v6 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry, Andrii Nakryiko
- [PATCH v6 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers, Andrii Nakryiko
- [PATCH v6 bpf-next 10/10] selftests/bpf: add build ID tests, Andrii Nakryiko
- Re: [PATCH v6 bpf-next 00/10] Harden and extend ELF build ID parsing logic, Eduard Zingerman
- [PATCH] tools build: Provide consistent build options for fixdep,
Alexander Gordeev
- [syzbot] Monthly bpf report (Aug 2024), syzbot
- [PATCH] bpf: cg_skb add get classid helper,
Feng zhou
- [PATCH] net: Don't allow to attach xdp if bond slave device's upper already has a program,
Feng zhou
- [PATCH] bpf: Fix bpf_get/setsockopt to tos not take effect when TCP over IPv4 via INET6 API,
Feng zhou
- [PATCH] arm64: insn: Simulate nop and push instruction for better uprobe performance,
Liao Chang
- [PATCH net 0/2] selftests: Fix udpgro failures,
Hangbin Liu
- [RFC bpf-next v3 0/7] Share user memory to BPF program through task storage map.,
Kui-Feng Lee
- [PATCH] tools build: Respect HOSTCFLAGS in 'fixdep' compilation, Brian Norris
- linux-next: manual merge of the bpf-next tree with the vfs-brauner tree,
Stephen Rothwell
- [bpf-next v4 1/2] bpf: Add bpf_copy_from_user_str kfunc,
Jordan Rome
- [GIT PULL] bpf for v6.11-rc4,
Alexei Starovoitov
- [PATCH v2 1/2] perf bpf-filter: Support multiple events properly,
Namhyung Kim
- [PATCH bpf-next 0/8] BPF follow ups to struct fd refactorings,
Andrii Nakryiko
- [PATCH bpf-next 1/8] bpf: convert __bpf_prog_get() to CLASS(fd, ...), Andrii Nakryiko
- [PATCH bpf-next 2/8] bpf: switch fdget_raw() uses to CLASS(fd_raw, ...), Andrii Nakryiko
- [PATCH bpf-next 3/8] bpf: factor out fetching bpf_map from FD and adding it to used_maps list, Andrii Nakryiko
- [PATCH bpf-next 4/8] bpf: switch maps to CLASS(fd, ...), Andrii Nakryiko
- [PATCH bpf-next 5/8] bpf: trivial conversions for fdget(), Andrii Nakryiko
- [PATCH bpf-next 6/8] bpf: more trivial fdget() conversions, Andrii Nakryiko
- [PATCH bpf-next 7/8] security,bpf: constify struct path in bpf_token_create() LSM hook, Andrii Nakryiko
- [PATCH bpf-next 8/8] bpf: convert bpf_token_create() to CLASS(fd, ...), Andrii Nakryiko
- Re: [PATCH bpf-next 0/8] BPF follow ups to struct fd refactorings, Andrii Nakryiko
- [PATCH v4 bpf-next 0/5] Support bpf_kptr_xchg into local kptr,
Amery Hung
- [PATCH net-next v19 13/13] netdev: add dmabuf introspection, Mina Almasry
- [PATCH net-next v19 12/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH net-next v19 11/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v19 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v19 09/13] tcp: RX path for devmem TCP,
Mina Almasry
- [PATCH net-next v19 08/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v19 07/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v19 06/13] memory-provider: dmabuf devmem memory provider,
Mina Almasry
- [PATCH net-next v19 05/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v19 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice,
Mina Almasry
- [PATCH net-next v19 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v19 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v19 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH v3] uprobes: turn trace_uprobe's nhit counter to be per-CPU one,
Andrii Nakryiko
- [PATCH v4] libbpf: workaround -Wmaybe-uninitialized false positive,
Sam James
- [RFC PATCH bpf-next 0/6] bpf: Add gen_epilogue and allow kfunc call in pro/epilogue,
Martin KaFai Lau
- [PATCH tip/perf/core] bpf: fix use-after-free in bpf_uprobe_multi_link_attach(),
Oleg Nesterov
- [PATCH] bpf: Annotate struct bpf_cand_cache with __counted_by(),
Thorsten Blum
- [PATCH v2] perf/bpf: Don't call bpf_overflow_handler() for tracing events,
Joe Damato
- New release for pahole, Usama Arif
- [PATCH bpf-next v5 0/2] bpf: enable some functions in cgroup programs,
Matteo Croce
- [PATCH bpf-next v4 0/4] selftests/bpf: convert three other cgroup tests to test_progs,
Alexis Lothoré (eBPF Foundation)
- [PATCH bpf-next v4 0/2] bpf: enable generic kfuncs for BPF_CGROUP_* programs,
Matteo Croce
- [PATCH v3 00/13] uprobes: RCU-protected hot path optimizations,
Andrii Nakryiko
- [PATCH v3 01/13] uprobes: revamp uprobe refcounting and lifetime management, Andrii Nakryiko
- [PATCH v3 02/13] uprobes: protected uprobe lifetime with SRCU, Andrii Nakryiko
- [PATCH v3 03/13] uprobes: get rid of enum uprobe_filter_ctx in uprobe filter callbacks, Andrii Nakryiko
- [PATCH v3 04/13] uprobes: travers uprobe's consumer list locklessly under SRCU protection, Andrii Nakryiko
- [PATCH v3 05/13] perf/uprobe: split uprobe_unregister(), Andrii Nakryiko
- [PATCH v3 06/13] rbtree: provide rb_find_rcu() / rb_find_add_rcu(), Andrii Nakryiko
- [PATCH v3 07/13] uprobes: perform lockless SRCU-protected uprobes_tree lookup, Andrii Nakryiko
- [PATCH v3 08/13] uprobes: switch to RCU Tasks Trace flavor for better performance, Andrii Nakryiko
- [PATCH RFC v3 09/13] uprobes: SRCU-protect uretprobe lifetime (with timeout), Andrii Nakryiko
- [PATCH RFC v3 10/13] uprobes: implement SRCU-protected lifetime for single-stepped uprobe, Andrii Nakryiko
- [PATCH RFC v3 11/13] mm: introduce mmap_lock_speculation_{start|end}, Andrii Nakryiko
- [PATCH RFC v3 12/13] mm: add SLAB_TYPESAFE_BY_RCU to files_cache, Andrii Nakryiko
- [PATCH RFC v3 13/13] uprobes: add speculative lockless VMA to inode resolution, Andrii Nakryiko
- Re: [PATCH v3 00/13] uprobes: RCU-protected hot path optimizations, Oleg Nesterov
- [no subject], Unknown
- [bpf-next v3 1/2] bpf: Add bpf_copy_from_user_str kfunc,
Jordan Rome
- [PATCH v5 bpf-next 00/10] Harden and extend ELF build ID parsing logic,
Andrii Nakryiko
- [PATCH v5 bpf-next 01/10] lib/buildid: harden build ID parsing logic, Andrii Nakryiko
- [PATCH v5 bpf-next 02/10] lib/buildid: add single folio-based file reader abstraction, Andrii Nakryiko
- [PATCH v5 bpf-next 03/10] lib/buildid: take into account e_phoff when fetching program headers, Andrii Nakryiko
- [PATCH v5 bpf-next 04/10] lib/buildid: remove single-page limit for PHDR search, Andrii Nakryiko
- [PATCH v5 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault(), Andrii Nakryiko
- [PATCH v5 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API, Andrii Nakryiko
- [PATCH v5 bpf-next 07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF, Andrii Nakryiko
- [PATCH v5 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry, Andrii Nakryiko
- [PATCH v5 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers, Andrii Nakryiko
- [PATCH v5 bpf-next 10/10] selftests/bpf: add build ID tests, Andrii Nakryiko
- [PATCH bpf-next 0/3] support nocsr patterns for calls to kfuncs,
Eduard Zingerman
- [PATCH bpf v2 1/2] bpf: Fix a kernel verifier crash in stacksafe(),
Yonghong Song
- [PATCH v2] selftests: fix relative rpath usage,
Eugene Syromiatnikov
- [PATCH] btrfs: update target inode's ctime on unlink,
Jeff Layton
- Re: [syzbot] [perf?] KASAN: slab-use-after-free Read in __uprobe_unregister,
Andrii Nakryiko
- [no subject], Unknown
- [PATCH v3] libbpf: workaround -Wmaybe-uninitialized false positive,
Sam James
- [PATCH bpf-next v3 0/4] selftests/bpf: convert three other cgroup tests to test_progs,
Alexis Lothoré (eBPF Foundation)
- [bug report] bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command., Dan Carpenter
- [PATCH bpf 1/2] bpf: Fix a kernel verifier crash in stacksafe(),
Yonghong Song
- [PATCH v6 0/9] Improve the copy of task comm,
Yafang Shao
- [PATCH v6 1/9] Get rid of __get_task_comm(), Yafang Shao
- [PATCH v6 2/9] auditsc: Replace memcpy() with strscpy(), Yafang Shao
- [PATCH v6 3/9] security: Replace memcpy() with get_task_comm(), Yafang Shao
- [PATCH v6 4/9] bpftool: Ensure task comm is always NUL-terminated, Yafang Shao
- [PATCH v6 5/9] mm/util: Fix possible race condition in kstrdup(), Yafang Shao
- [PATCH v6 6/9] mm/util: Deduplicate code in {kstrdup,kstrndup,kmemdup_nul}, Yafang Shao
- [PATCH v6 7/9] tracing: Replace strncpy() with strscpy(), Yafang Shao
- [PATCH v6 8/9] net: Replace strcpy() with strscpy(), Yafang Shao
- [PATCH v6 9/9] drm: Replace strcpy() with strscpy(), Yafang Shao
- [Patch net] vsock: fix recursive ->recvmsg calls,
Cong Wang
- [bpf-next 0/3] samples/bpf: Remove obsolete tracing-related tests,
Daniel T. Lee
- [bpf-next v2 1/2] bpf: Add bpf_copy_from_user_str kfunc,
Jordan Rome
- [PATCH v2] bpf: Fix percpu address space issues,
Uros Bizjak
- Re: [PATCH 6.1 00/86] 6.1.104-rc1 review,
Salvatore Bonaccorso
- Re: [syzbot] [net?] [virt?] BUG: stack guard page was hit in vsock_bpf_recvmsg, syzbot
- [PATCH bpf-next] libbpf: fix license for btf_relocate.c,
Alan Maguire
- Re: [PATCH 6.1 00/86] 6.1.104-rc2 review,
Salvatore Bonaccorso
- [PATCH bpf-next v7 0/6] monitor network traffic for flaky test cases,
Kui-Feng Lee
- [bpf-next v1] bpf: Add bpf_copy_from_user_str kfunc,
Jordan Rome
- [PATCH net] net: mana: Fix RX buf alloc_size alignment and atomic op panic,
Haiyang Zhang
- [PATCH v2] uprobes: make trace_uprobe->nhit counter a per-CPU one,
Andrii Nakryiko
- [PATCH v2] libbpf: workaround -Wmaybe-uninitialized false positive,
Sam James
- [PATCH] libbpf: workaround -Wmaybe-uninitialized false positive, Sam James
- uprobe causing a process to crash on file modification, Rahul Shah
- [bug report] bpf: libbpf: bpftool: Print bpf_line_info during prog dump, Dan Carpenter
- [PATCH v2 0/2] uprobes: Improve scalability by reducing the contention on siglock,
Liao Chang
- Is there any current plan for ipvlan to support AF_XDP?,
Xin Liu
- [PATCH bpf-next 0/4] __jited_x86 test tag to check x86 assembly after jit,
Eduard Zingerman
- Re: [PATCH] selftests/alsa/Makefile: fix relative rpath usage,
Eugene Syromiatnikov
- [PATCH v3 bpf-next 0/5] Support bpf_kptr_xchg into local kptr,
Amery Hung
- [PATCH] selftests/bpf/Makefile: fix relative rpath usage, Eugene Syromiatnikov
- [PATCH bpf-next 0/3] Support passing BPF iterator to kfuncs,
Andrii Nakryiko
- [PATCH net-next 0/4][pull request] igb: Add support for AF_XDP zero-copy,
Tony Nguyen
- Re: bpf tool build failure in latest stable-rc 6.1.103-rc3 due to missing backport,
Hardik Garg
- [bpf-next v1] bpf: Add bpf_copy_from_user_str() helper,
Jordan Rome
- [PATCH v2 bpf-next 0/2] add TCP_BPF_SOCK_OPS_CB_FLAGS to bpf_*sockopt(),
Alan Maguire
- [PATCH net-next v13 00/14] Replace page_frag with page_frag_cache for sk_page_frag(),
Yunsheng Lin
- Re: [PATCH] uprobes: Improve scalability by reducing the contention on siglock,
Liao, Chang
- Re: [PATCH] uprobes: Optimize the allocation of insn_slot for performance,
Liao, Chang
- [PATCH bpf-next] selftests/bpf: Avoid subtraction after htons() in ipip tests,
Asbjørn Sloth Tønnesen
- [PATCH v2 0/6] uprobes: RCU-protected hot path optimizations,
Andrii Nakryiko
- [RFC bpf-next 0/5] Share user memory to BPF program through task storage map.,
Kui-Feng Lee
- [RFC bpf-next 1/5] bpf: Parse and support "kptr_user" tag., Kui-Feng Lee
- [RFC bpf-next 2/5] bpf: Handle BPF_KPTR_USER in verifier., Kui-Feng Lee
- [RFC bpf-next 4/5] libbpf: define __kptr_user., Kui-Feng Lee
- [RFC bpf-next 3/5] bpf: pin, translate, and unpin __kptr_user from syscalls., Kui-Feng Lee
- Re: [RFC bpf-next 3/5] bpf: pin, translate, and unpin __kptr_user from syscalls., Kui-Feng Lee
- Re: [RFC bpf-next 3/5] bpf: pin, translate, and unpin __kptr_user from syscalls., Kui-Feng Lee
- Re: [RFC bpf-next 3/5] bpf: pin, translate, and unpin __kptr_user from syscalls., Kui-Feng Lee
- Re: [RFC bpf-next 3/5] bpf: pin, translate, and unpin __kptr_user from syscalls., Alexei Starovoitov
- [RFC bpf-next 5/5] selftests/bpf: test __kptr_user on the value of a task storage map., Kui-Feng Lee
- [PATCH v4 bpf-next 00/10] Harden and extend ELF build ID parsing logic,
Andrii Nakryiko
- [PATCH v4 bpf-next 01/10] lib/buildid: harden build ID parsing logic, Andrii Nakryiko
- [PATCH v4 bpf-next 02/10] lib/buildid: add single folio-based file reader abstraction, Andrii Nakryiko
- [PATCH v4 bpf-next 03/10] lib/buildid: take into account e_phoff when fetching program headers, Andrii Nakryiko
- [PATCH v4 bpf-next 04/10] lib/buildid: remove single-page limit for PHDR search, Andrii Nakryiko
- [PATCH v4 bpf-next 05/10] lib/buildid: rename build_id_parse() into build_id_parse_nofault(), Andrii Nakryiko
- [PATCH v4 bpf-next 06/10] lib/buildid: implement sleepable build_id_parse() API, Andrii Nakryiko
- [PATCH v4 bpf-next 07/10] lib/buildid: don't limit .note.gnu.build-id to the first page in ELF, Andrii Nakryiko
- [PATCH v4 bpf-next 08/10] bpf: decouple stack_map_get_build_id_offset() from perf_callchain_entry, Andrii Nakryiko
- [PATCH v4 bpf-next 09/10] bpf: wire up sleepable bpf_get_stack() and bpf_get_task_stack() helpers, Andrii Nakryiko
- [PATCH v4 bpf-next 10/10] selftests/bpf: add build ID tests, Andrii Nakryiko
- Re: [PATCH] init/main.c: Initialize early LSMs after arch code, KP Singh
- [PATCH bpf-next v6 0/6] monitor network traffic for flaky test cases,
Kui-Feng Lee
- [RFC bpf-next v6 0/6] monitor network traffic for flaky test cases,
Kui-Feng Lee
[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]