BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- [PATCH bpf-next] bpf: Fix race between btf_put and btf_idr walk.,
Alexei Starovoitov
- [PATCH bpf-next 0/4] fix __retval() being always ignored,
Eduard Zingerman
- [PATCH bpf,v2 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings.,
Gilad Sever
- [PATCH bpf,v2 1/4] bpf: factor out socket lookup functions for the TC hookpoint., Gilad Sever
- [PATCH bpf,v2 2/4] bpf: Call __bpf_sk_lookup()/__bpf_skc_lookup() directly via TC hookpoint, Gilad Sever
- [PATCH bpf,v2 3/4] bpf: fix bpf socket lookup from tc/xdp to respect socket VRF bindings, Gilad Sever
- [PATCH bpf,v2 4/4] selftests/bpf: Add tc_socket_lookup tests, Gilad Sever
- Re: [PATCH bpf,v2 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings., Stanislav Fomichev
- sys_enter tracepoint ctx structure,
Yauheni Kaliuta
- Message not available
[PATCH bpf-next v4 0/7] bpf: add netfilter program type,
Florian Westphal
[PATCH bpf 0/4] Socket lookup BPF API from tc/xdp ingress does not respect VRF bindings.,
Gilad Sever
[PATCH net-next] net: lan966x: Don't use xdp_frame when action is XDP_TX,
Horatiu Vultur
bpf-next hang+kasan uaf refcount acquire splat when running test_progs,
Florian Westphal
[PATCH v5 0/9] tracing: Add fprobe events,
Masami Hiramatsu (Google)
[PATCH net-next 0/2] add page_pool support for page recycling in veth driver,
Lorenzo Bianconi
[PATCH bpf-next 0/2] Introduce a new bpf helper of bpf_task_under_cgroup,
Feng zhou
[PATCH v2 bpf-next 0/5] Dynptr helpers,
Joanne Koong
[PATCH bpf-next v2 0/2] Access variable length array relaxed for integer type,
Feng zhou
[PATCH bpf-next] bpftool: Replace "__fallthrough" by a comment to address merge conflict,
Quentin Monnet
[PATCH bpf-next v3 1/2] bpftool: Register struct_ops with a link.,
Kui-Feng Lee
pull-request: bpf 2023-04-19,
Daniel Borkmann
[PATCH bpf-next v2 1/2] bpftool: Register struct_ops with a link.,
Kui-Feng Lee
[PATCH bpf-next v2] bpftool: Show map IDs along with struct_ops links.,
Kui-Feng Lee
[PATCH bpf-next 0/6] bpf: handle another corner case in getsockopt,
Stanislav Fomichev
[PATCH bpf-next] bpftool: Register struct_ops with a link.,
Kui-Feng Lee
[PATCH net-next v3 0/6] tsnep: XDP socket zero-copy support,
Gerhard Engleder
[PATCH v4 5/6] mm/gup: remove vmas parameter from pin_user_pages(), Lorenzo Stoakes
[PATCH v6 bpf-next 0/7] bpf: Add socket destroy capability,
Aditi Ghag
[PATCH bpf-next] selftests/xsk: fix munmap for hugepage allocated umem,
Magnus Karlsson
[PATCH bpf-next V2 0/5] XDP-hints: XDP kfunc metadata for driver igc,
Jesper Dangaard Brouer
[PATCH bpf-next v3 0/6] bpf: add netfilter program type,
Florian Westphal
Re: arch/riscv/net/bpf_jit_comp64.c build error, Björn Töpel
[RFC PATCH bpf-next v2 0/5] net/smc: Introduce BPF injection capability,
D. Wythe
[PATCH net-next v2 00/14] virtio_net: refactor xdp codes,
Xuan Zhuo
- [PATCH net-next v2 01/14] virtio_net: mergeable xdp: put old page immediately, Xuan Zhuo
- [PATCH net-next v2 02/14] virtio_net: introduce mergeable_xdp_prepare(), Xuan Zhuo
- [PATCH net-next v2 03/14] virtio_net: optimize mergeable_xdp_prepare(), Xuan Zhuo
- [PATCH net-next v2 04/14] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp, Xuan Zhuo
- [PATCH net-next v2 05/14] virtio_net: introduce xdp res enums, Xuan Zhuo
- [PATCH net-next v2 06/14] virtio_net: separate the logic of freeing xdp shinfo, Xuan Zhuo
- [PATCH net-next v2 07/14] virtio_net: separate the logic of freeing the rest mergeable buf, Xuan Zhuo
- [PATCH net-next v2 08/14] virtio_net: auto release xdp shinfo, Xuan Zhuo
- [PATCH net-next v2 09/14] virtio_net: introduce receive_mergeable_xdp(), Xuan Zhuo
- [PATCH net-next v2 11/14] virtio_net: introduce receive_small_xdp(), Xuan Zhuo
- [PATCH net-next v2 10/14] virtio_net: merge: remove skip_xdp, Xuan Zhuo
- [PATCH net-next v2 12/14] virtio_net: small: optimize code, Xuan Zhuo
- [PATCH net-next v2 13/14] virtio_net: small: optimize code, Xuan Zhuo
- [PATCH net-next v2 14/14] virtio_net: small: remove skip_xdp, Xuan Zhuo
- Re: [PATCH net-next v2 00/14] virtio_net: refactor xdp codes, Michael S. Tsirkin
[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE,
Daniel Rosenberg
- [RFC PATCH v3 03/37] selftests/bpf: Test allowing NULL buffer in dynptr slice, Daniel Rosenberg
- [RFC PATCH v3 07/37] fuse-bpf: Prepare for fuse-bpf patch, Daniel Rosenberg
- [RFC PATCH v3 02/37] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw), Daniel Rosenberg
- [RFC PATCH v3 08/37] fuse: Add fuse-bpf, a stacked fs extension for FUSE, Daniel Rosenberg
- [RFC PATCH v3 04/37] fs: Generic function to convert iocb to rw flags, Daniel Rosenberg
- [RFC PATCH v3 06/37] fuse-bpf: Add data structures for fuse-bpf, Daniel Rosenberg
- [RFC PATCH v3 09/37] fuse-bpf: Add ioctl interface for /dev/fuse, Daniel Rosenberg
- [RFC PATCH v3 05/37] fuse-bpf: Update fuse side uapi, Daniel Rosenberg
- [RFC PATCH v3 01/37] bpf: verifier: Accept dynptr mem as mem in herlpers, Daniel Rosenberg
- [RFC PATCH v3 11/37] fuse-bpf: Add support for access, Daniel Rosenberg
- [RFC PATCH v3 10/37] fuse-bpf: Don't support export_operations, Daniel Rosenberg
- [RFC PATCH v3 12/37] fuse-bpf: Partially add mapping support, Daniel Rosenberg
- [RFC PATCH v3 13/37] fuse-bpf: Add lseek support, Daniel Rosenberg
- [RFC PATCH v3 14/37] fuse-bpf: Add support for fallocate, Daniel Rosenberg
- [RFC PATCH v3 15/37] fuse-bpf: Support file/dir open/close, Daniel Rosenberg
- [RFC PATCH v3 16/37] fuse-bpf: Support mknod/unlink/mkdir/rmdir, Daniel Rosenberg
- [RFC PATCH v3 18/37] fuse-bpf: support readdir, Daniel Rosenberg
- [RFC PATCH v3 19/37] fuse-bpf: Add support for sync operations, Daniel Rosenberg
- [RFC PATCH v3 20/37] fuse-bpf: Add Rename support, Daniel Rosenberg
- [RFC PATCH v3 17/37] fuse-bpf: Add support for read/write iter, Daniel Rosenberg
- [RFC PATCH v3 21/37] fuse-bpf: Add attr support, Daniel Rosenberg
- [RFC PATCH v3 26/37] bpf: Increase struct_op limits, Daniel Rosenberg
- [RFC PATCH v3 23/37] fuse-bpf: Add xattr support, Daniel Rosenberg
- [RFC PATCH v3 22/37] fuse-bpf: Add support for FUSE_COPY_FILE_RANGE, Daniel Rosenberg
- [RFC PATCH v3 24/37] fuse-bpf: Add symlink/link support, Daniel Rosenberg
- [RFC PATCH v3 25/37] fuse-bpf: allow mounting with no userspace daemon, Daniel Rosenberg
- [RFC PATCH v3 34/37] WIP: fuse-bpf: add error_out, Daniel Rosenberg
- [RFC PATCH v3 37/37] fuse: Provide easy way to test fuse struct_op call, Daniel Rosenberg
- [RFC PATCH v3 27/37] fuse-bpf: Add fuse-bpf constants, Daniel Rosenberg
- [RFC PATCH v3 28/37] WIP: bpf: Add fuse_ops struct_op programs, Daniel Rosenberg
- [RFC PATCH v3 29/37] fuse-bpf: Export Functions, Daniel Rosenberg
- [RFC PATCH v3 31/37] fuse-bpf: Set fuse_ops at mount or lookup time, Daniel Rosenberg
- [RFC PATCH v3 30/37] fuse: Provide registration functions for fuse-bpf, Daniel Rosenberg
- [RFC PATCH v3 33/37] fuse-bpf: Add userspace pre/post filters, Daniel Rosenberg
- [RFC PATCH v3 32/37] fuse-bpf: Call bpf for pre/post filters, Daniel Rosenberg
- [RFC PATCH v3 35/37] tools: Add FUSE, update bpf includes, Daniel Rosenberg
- Re: [RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE, Amir Goldstein
- Re: [RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE, Miklos Szeredi
handling unsupported optlen in cgroup bpf getsockopt: (was [PATCH net-next v4 2/4] net: socket: add sockopts blacklist for BPF cgroup hook),
Martin KaFai Lau
[PATCH bpf-next] bpftool: Show map IDs along with struct_ops links.,
Kui-Feng Lee
[PATCH bpf-next 0/6] Provide bpf_for() and bpf_for_each() by libbpf,
Andrii Nakryiko
- [PATCH bpf-next 1/6] libbpf: misc internal libbpf clean ups around log fixup, Andrii Nakryiko
- [PATCH bpf-next 5/6] libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.h, Andrii Nakryiko
- [PATCH bpf-next 6/6] libbpf: mark bpf_iter_num_{new,next,destroy} as __weak, Andrii Nakryiko
- [PATCH bpf-next 3/6] libbpf: improve handling of unresolved kfuncs, Andrii Nakryiko
- [PATCH bpf-next 2/6] libbpf: report vmlinux vs module name when dealing with ksyms, Andrii Nakryiko
- [PATCH bpf-next 4/6] selftests/bpf: add missing __weak kfunc log fixup test, Andrii Nakryiko
- Re: [PATCH bpf-next 0/6] Provide bpf_for() and bpf_for_each() by libbpf, patchwork-bot+netdevbpf
[PATCH bpf-next v2 1/2] bpf: Improve verifier u32 scalar equality checking,
Yonghong Song
[PATCH net] veth: take into account peer device for NETDEV_XDP_ACT_NDO_XMIT xdp_features flag,
Lorenzo Bianconi
[PATCH] libbpf: Improve version handling when attaching uprobe,
Espen Grindhaug
issue with inflight pages from page_pool,
Lorenzo Bianconi
[PATCH bpf-next 0/6] bpf: Tracing recursion prevention mechanism improvement,
Yafang Shao
[PATCH bpf-next 6/6] bpf: Remove some denied functions from the btf id deny list, Yafang Shao
[PATCH bpf-next V1 0/5] XDP-hints: XDP kfunc metadata for driver igc,
Jesper Dangaard Brouer
[PATCH bpf-next] bpf: Set skb redirect and from_ingress info in __bpf_tx_skb,
Daniel Borkmann
[backport PATCH 2/2] tools build: Add feature test for init_disassemble_info API changes, Anders Roxell
[backport PATCH 1/2] tools perf: Fix compilation error with new binutils,
Anders Roxell
[PATCH v2] bpf: lirc program type should not require SYS_CAP_ADMIN,
Sean Young
[PATCH 0/2] Access variable length array relaxed for integer type,
Feng zhou
[PATCH net-next] xsk: introduce xsk_dma_ops,
Xuan Zhuo
[PATCH bpf-next 1/2] bpf: Improve verifier u32 scalar equality checking,
Yonghong Song
[PATCH bpf-next v2 0/3] Remove KF_KPTR_GET kfunc flag,
David Vernet
[RFC] A new bpf map type for fuzzy matching key,
沈安琪(凛玥)
[PATCH v2 bpf-next 0/9] Shared ownership for local kptrs,
Dave Marchevsky
- [PATCH v2 bpf-next 1/9] bpf: Remove btf_field_offs, use btf_record's fields instead, Dave Marchevsky
- [PATCH v2 bpf-next 2/9] bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing, Dave Marchevsky
- [PATCH v2 bpf-next 3/9] bpf: Support refcounted local kptrs in existing semantics, Dave Marchevsky
- [PATCH v2 bpf-next 6/9] selftests/bpf: Modify linked_list tests to work with macro-ified inserts, Dave Marchevsky
- [PATCH v2 bpf-next 8/9] bpf: Centralize btf_field-specific initialization logic, Dave Marchevsky
- [PATCH v2 bpf-next 5/9] bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail, Dave Marchevsky
- [PATCH v2 bpf-next 4/9] bpf: Add bpf_refcount_acquire kfunc, Dave Marchevsky
- [PATCH v2 bpf-next 7/9] bpf: Migrate bpf_rbtree_remove to possibly fail, Dave Marchevsky
- [PATCH v2 bpf-next 9/9] selftests/bpf: Add refcounted_kptr tests, Dave Marchevsky
- Re: [PATCH v2 bpf-next 0/9] Shared ownership for local kptrs, patchwork-bot+netdevbpf
- Re: [PATCH v2 bpf-next 0/9] Shared ownership for local kptrs, Kumar Kartikeya Dwivedi
[PATCH net-next v2 0/6] tsnep: XDP socket zero-copy support,
Gerhard Engleder
Re: [PATCH] tracing: Add generic test_recursion_try_acquire(),
Yafang Shao
[PATCH v3 6/7] mm/gup: remove vmas parameter from pin_user_pages(),
Lorenzo Stoakes
[PATCH bpf-next 0/3] Remove KF_KPTR_GET kfunc flag,
David Vernet
[PATCH v2 6/7] mm/gup: remove vmas parameter from pin_user_pages(), Lorenzo Stoakes
[PATCH net-next v6 0/3] XDP Rx HWTS metadata for stmmac driver,
Song Yoong Siang
[PATCH 6/7] mm/gup: remove vmas parameter from pin_user_pages(), Lorenzo Stoakes
[PATCH bpf] selftests/bpf: fix xdp_redirect xdp-features for xdp_bonding selftest,
Lorenzo Bianconi
[PATCH net v3 1/1] igc: read before write to SRRCTL register,
Song Yoong Siang
[PATCH bpf] s390/bpf: Fix bpf_arch_text_poke() with new_addr == NULL, Ilya Leoshkevich
Re: LLVM not detected in bpfutil due to LLVM 16 requiring c++17,
Nathan Chancellor
[PATCH v2] libbpf: correct the macro KERNEL_VERSION for old kernel,
songrui.771
[PATCH net v1] virtio_net: bugfix overflow inside xdp_linearize_page(),
Xuan Zhuo
[PATCH net-next v5 0/3] XDP Rx HWTS metadata for stmmac driver,
Song Yoong Siang
[PATCH] libbpf: correct the macro KERNEL_VERSION for old kernel,
songrui.771
[PATCH net v2 1/1] igc: read before write to SRRCTL register,
Song Yoong Siang
xdp_bonding/xdp_bonding_redirect_multi is failing,
Alexei Starovoitov
pull-request: bpf 2023-04-13,
Daniel Borkmann
pull-request: bpf-next 2023-04-13,
Daniel Borkmann
[syzbot] [bpf?] [net?] WARNING in sock_map_del_link,
syzbot
[PATCH net 1/1] igc: read before write to SRRCTL register,
Song Yoong Siang
[PATCH bpf-next v2 0/6] bpf: add netfilter program type,
Florian Westphal
[PATCH net] virtio_net: bugfix overflow inside xdp_linearize_page(),
Xuan Zhuo
[PATCH bpf-next] selftests/bpf: fix use of uninitialized op_name in log tests,
Lorenz Bauer
Packaging bpftool and libbpf: GitHub or kernel?,
Shung-Hsi Yu
[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]