BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- Re: [PATCH bpf-next] selftests/bpf: Don't assume page size is 4096, (continued)
- [RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace,
Yafang Shao
- [RFC PATCH bpf-next 01/13] fork: New clone3 flag for BPF namespace, Yafang Shao
- [RFC PATCH bpf-next 03/13] bpf: Implement bpf namespace, Yafang Shao
- [RFC PATCH bpf-next 02/13] proc_ns: Extend the field type in struct proc_ns_operations to long, Yafang Shao
- [RFC PATCH bpf-next 05/13] bpf: Make bpf objects id have the same alloc and free pattern, Yafang Shao
- [RFC PATCH bpf-next 04/13] bpf: No need to check if id is 0, Yafang Shao
- [RFC PATCH bpf-next 06/13] bpf: Helpers to alloc and free object id in bpf namespace, Yafang Shao
- [RFC PATCH bpf-next 07/13] bpf: Add bpf helper to get bpf object id, Yafang Shao
- [RFC PATCH bpf-next 08/13] bpf: Alloc and free bpf_map id in bpf namespace, Yafang Shao
- [RFC PATCH bpf-next 09/13] bpf: Alloc and free bpf_prog id in bpf namespace, Yafang Shao
- [RFC PATCH bpf-next 11/13] bpf: Allow iterating bpf objects with CAP_BPF in bpf namespace, Yafang Shao
- [RFC PATCH bpf-next 12/13] bpf: Use bpf_idr_lock array instead, Yafang Shao
- [RFC PATCH bpf-next 13/13] selftests/bpf: Add selftest for bpf namespace, Yafang Shao
- [RFC PATCH bpf-next 10/13] bpf: Alloc and free bpf_link id in bpf namespace, Yafang Shao
- Re: [RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace, Toke Høiland-Jørgensen
- Re: [RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace, Stanislav Fomichev
- Re: [RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace, Song Liu
- Re: [RFC PATCH bpf-next 00/13] bpf: Introduce BPF namespace, Hao Luo
- [PATCH bpf-next v4] bpf, docs: Add docs on extended 64-bit immediate instructions,
Dave Thaler
- [PATCH] loongarch/bpf: Fix bpf load failed with CONFIG_BPF_JIT_ALWAYS_ON, caused by jit (BPF_ST | BPF_NOSPEC) code,
George Guo
- [PATCH bpf-next v5] bpf, docs: Add extended call instructions,
Dave Thaler
- [PATCH bpf-next v3] bpf, docs: Add docs on extended 64-bit immediate instructions,
Dave Thaler
- [PATCH bpf-next 0/3] Don't invoke KPTR_REF destructor on NULL xchg,
David Vernet
- inline ASM helpers for proving bounds checks,
Barret Rhoden
- [PATCH bpf-next v4] bpf, docs: Add extended call instructions,
Dave Thaler
- [PATCH bpf-next 00/43] First set of verifier/*.c migrated to inline assembly,
Eduard Zingerman
- [PATCH bpf-next 01/43] selftests/bpf: Report program name on parse_test_spec error, Eduard Zingerman
- [PATCH bpf-next 02/43] selftests/bpf: __imm_insn & __imm_const macro for bpf_misc.h, Eduard Zingerman
- [PATCH bpf-next 05/43] selftests/bpf: prog_tests entry point for migrated test_verifier tests, Eduard Zingerman
- [PATCH bpf-next 04/43] selftests/bpf: Tests execution support for test_loader.c, Eduard Zingerman
- [PATCH bpf-next 03/43] selftests/bpf: Unprivileged tests for test_loader.c, Eduard Zingerman
- [PATCH bpf-next 06/43] selftests/bpf: verifier/and.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 08/43] selftests/bpf: verifier/basic_stack.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 07/43] selftests/bpf: verifier/array_access.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 09/43] selftests/bpf: verifier/bounds_deduction.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 11/43] selftests/bpf: verifier/cfg.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 10/43] selftests/bpf: verifier/bounds_mix_sign_unsign.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 12/43] selftests/bpf: verifier/cgroup_inv_retcode.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 15/43] selftests/bpf: verifier/const_or.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 13/43] selftests/bpf: verifier/cgroup_skb.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 14/43] selftests/bpf: verifier/cgroup_storage.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 16/43] selftests/bpf: verifier/ctx_sk_msg.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 17/43] selftests/bpf: verifier/direct_stack_access_wraparound.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 18/43] selftests/bpf: verifier/div0.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 19/43] selftests/bpf: verifier/div_overflow.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 20/43] selftests/bpf: verifier/helper_access_var_len.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 22/43] selftests/bpf: verifier/helper_restricted.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 21/43] selftests/bpf: verifier/helper_packet_access.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 23/43] selftests/bpf: verifier/helper_value_access.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 25/43] selftests/bpf: verifier/ld_ind.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 24/43] selftests/bpf: verifier/int_ptr.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 27/43] selftests/bpf: verifier/map_ptr.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 26/43] selftests/bpf: verifier/leak_ptr.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 28/43] selftests/bpf: verifier/map_ret_val.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 29/43] selftests/bpf: verifier/masking.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 30/43] selftests/bpf: verifier/meta_access.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 31/43] selftests/bpf: verifier/raw_stack.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 32/43] selftests/bpf: verifier/raw_tp_writable.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 33/43] selftests/bpf: verifier/ringbuf.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 35/43] selftests/bpf: verifier/stack_ptr.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 36/43] selftests/bpf: verifier/uninit.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 34/43] selftests/bpf: verifier/spill_fill.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 38/43] selftests/bpf: verifier/value.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 37/43] selftests/bpf: verifier/value_adj_spill.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 39/43] selftests/bpf: verifier/value_or_null.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 40/43] selftests/bpf: verifier/var_off.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 41/43] selftests/bpf: verifier/xadd.c converted to inline assembly, Eduard Zingerman
- [PATCH bpf-next 42/43] selftests/bpf: verifier/xdp.c converted to inline assembly, Eduard Zingerman
- Re: [PATCH bpf-next 00/43] First set of verifier/*.c migrated to inline assembly, Stanislav Fomichev
- Re: [PATCH bpf-next 00/43] First set of verifier/*.c migrated to inline assembly, patchwork-bot+netdevbpf
- Re: [PATCH bpf-next 00/43] First set of verifier/*.c migrated to inline assembly, Daniel Borkmann
- [PATCH bpf-next] libbpf: synchronize access to print function pointer,
JP Kobryn
- [PATCH v2 bpf-next 0/3] veristat: add better support of freplace programs,
Andrii Nakryiko
- [PATCH bpf-next 0/5] bpftool: Add inline annotations when dumping program CFGs,
Quentin Monnet
- [PATCH bpf-next 0/3] veristat: add better support of freplace programs,
Andrii Nakryiko
- Re: [PATCH] selftests/bpf: Improve exception handling in rbtree_add_and_remove(), Alexei Starovoitov
- [PATCH bpf-next] bpf: Check IS_ERR for the bpf_map_get() return value,
Martin KaFai Lau
- [PATCH v3 0/4] Add ftrace direct call for arm64,
Florent Revest
- Network RX per process per interface statistics,
Kamil Zaripov
- Kernel panic on bpf_skb_pull_data,
Farbod Shahinfar
- [PATCH] capability: test_deny_namespace breakage due to capability conversion to u64,
Sasha Levin
- Re: [PATCH] arm64: remove special treatment for the link order of head.o,
Ard Biesheuvel
- [PATCH bpf-next V4] xsk: allow remap of fill and/or completion rings,
Nuno Gonçalves
- [syzbot] [bpf?] [net?] general protection fault in bpf_struct_ops_link_create,
syzbot
- pull-request: bpf 2023-03-23,
Daniel Borkmann
- [PATCH bpf-next V3] xsk: allow remap of fill and/or completion rings,
Nuno Gonçalves
- [PATCH v4 bpf-next 0/5] bpf-nex: Add socket destroy capability,
Aditi Ghag
- [PATCH bpf-next v2 0/2] bpf: add bound tracking for BPF_MOD,
Xu Kuohai
- How to avoid race conditions in older kernel where spinlock is unavailable,
刘畅
- GCC-BPF triggers double free in libbpf Error: failed to link 'linked_maps2.bpf.o': Cannot allocate memory (12),
James Hilliard
- [RFC PATCH 0/7] Make rstat flushing IRQ and sleep friendly,
Yosry Ahmed
- [PATCH bpf-next v12 0/8] Transit between BPF TCP congestion controls.,
Kui-Feng Lee
- [PATCH bpf-next v11 0/8] Transit between BPF TCP congestion controls.,
Kui-Feng Lee
- [PATCH bpf-next] bpf: remember meta->iter info only for initialized iters,
Andrii Nakryiko
- [PATCH v3 bpf-next 0/5] bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage,
Martin KaFai Lau
- [PATCH bpf-next v2 1/2] bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation,
Daniel Borkmann
- [PATCH AUTOSEL 6.1 27/34] net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisites, Sasha Levin
- [PATCH AUTOSEL 6.2 38/45] net/mlx5e: Lower maximum allowed MTU in XSK to match XDP prerequisites, Sasha Levin
- [PATCH v2 bpf-next 0/2] error checking where helpers call bpf_map_ops,
JP Kobryn
- [PATCH bpf-next V3 0/6] XDP-hints kfuncs for Intel driver igc,
Jesper Dangaard Brouer
- [QUESTION] bpf: Task struct content availability differences between tracepoint and fexit, Douglas Gastonguay-Goddard
- [PATCH net-next 0/8] virtio_net: refactor xdp codes,
Xuan Zhuo
- [PATCH net-next 1/8] virtio_net: mergeable xdp: put old page immediately, Xuan Zhuo
- [PATCH net-next 3/8] virtio_net: introduce virtnet_xdp_handler() to seprate the logic of run xdp, Xuan Zhuo
- [PATCH net-next 2/8] virtio_net: mergeable xdp: introduce mergeable_xdp_prepare, Xuan Zhuo
- [PATCH net-next 4/8] virtio_net: separate the logic of freeing xdp shinfo, Xuan Zhuo
- [PATCH net-next 5/8] virtio_net: separate the logic of freeing the rest mergeable buf, Xuan Zhuo
- [PATCH net-next 6/8] virtio_net: auto release xdp shinfo, Xuan Zhuo
- [PATCH net-next 8/8] virtio_net: introduce receive_small_xdp(), Xuan Zhuo
- [PATCH net-next 7/8] virtio_net: introduce receive_mergeable_xdp(), Xuan Zhuo
- Re: [PATCH net-next 0/8] virtio_net: refactor xdp codes, Michael S. Tsirkin
- <Possible follow-ups>
- [PATCH net-next 0/8] virtio_net: refactor xdp codes, Xuan Zhuo
- [PATCH bpf-next v10 0/8] Transit between BPF TCP congestion controls.,
Kui-Feng Lee
- [PATCH bpf 00/11] bpf sockmap fixes,
John Fastabend
- [PATCH bpf 01/11] bpf: sockmap, pass skb ownership through read_skb, John Fastabend
- [PATCH bpf 02/11] bpf: sockmap, convert schedule_work into delayed_work, John Fastabend
- [PATCH bpf 04/11] bpf: sockmap, handle fin correctly, John Fastabend
- [PATCH bpf 03/11] bpf: sockmap, improved check for empty queue, John Fastabend
- [PATCH bpf 05/11] bpf: sockmap, TCP data stall on recv before accept, John Fastabend
- [PATCH bpf 06/11] bpf: sockmap, wake up polling after data copy, John Fastabend
- [PATCH bpf 07/11] bpf: sockmap incorrectly handling copied_seq, John Fastabend
- [PATCH bpf 08/11] bpf: sockmap, pull socket helpers out of listen test for general use, John Fastabend
- [PATCH bpf 09/11] bpf: sockmap, build helper to create connected socket pair, John Fastabend
- [PATCH bpf 10/11] bpf: sockmap, test shutdown() correctly exits epoll and recv()=0, John Fastabend
- [PATCH bpf 11/11] bpf: sockmap, test FIONREAD returns correct bytes in rx buffer, John Fastabend
- [PATCH v2 bpf-next 0/4] bpf: Support ksym detection in light skeleton.,
Alexei Starovoitov
- [PATCH bpf-next 1/2] bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation,
Daniel Borkmann
- [PATCH v3 bpf-next 0/5] bpf-next: Add socket destroy capability,
Aditi Ghag
- bpf: missed fentry/fexit invocations due to implicit recursion,
Davide Miola
- [PATCH bpf V2] xdp: bpf_xdp_metadata use EOPNOTSUPP for no driver support,
Jesper Dangaard Brouer
- [PATCH bpf-next V2 0/6] XDP-hints kfuncs for Intel driver igc,
Jesper Dangaard Brouer
- [bug report] bpf: add support for open-coded iterator loops,
Dan Carpenter
- [PATCH bpf-next 0/4] bpf: Support ksym detection in light skeleton.,
Alexei Starovoitov
- [PATCH] tracing: Refuse fprobe if RCU is not watching,
Yafang Shao
- [PATCH v5 net-next] net-sysfs: display two backlog queue len separately,
Jason Xing
- [PATCH bpf-next v2 0/3] net: skbuff: skb bitfield compaction - bpf,
Jakub Kicinski
- [PATCH bpf-next V2] xsk: allow remap of fill and/or completion rings,
Nuno Gonçalves
- [PATCH bpf-next v9 0/8] Transit between BPF TCP congestion controls.,
Kui-Feng Lee
- [PATCH bpf-next v9 2/8] net: Update an existing TCP congestion control algorithm., Kui-Feng Lee
- [PATCH bpf-next v9 3/8] bpf: Create links for BPF struct_ops maps., Kui-Feng Lee
- [PATCH bpf-next v9 4/8] libbpf: Create a bpf_link in bpf_map__attach_struct_ops()., Kui-Feng Lee
- [PATCH bpf-next v9 1/8] bpf: Retire the struct_ops map kvalue->refcnt., Kui-Feng Lee
- [PATCH bpf-next v9 5/8] bpf: Update the struct_ops of a bpf_link., Kui-Feng Lee
- [PATCH bpf-next v9 8/8] selftests/bpf: Test switching TCP Congestion Control algorithms., Kui-Feng Lee
- [PATCH bpf-next v9 6/8] libbpf: Update a bpf_link with another struct_ops., Kui-Feng Lee
- [PATCH bpf-next v9 7/8] libbpf: Use .struct_ops.link section to indicate a struct_ops with a link., Kui-Feng Lee
- Re: [PATCH bpf-next v9 0/8] Transit between BPF TCP congestion controls., Kui-Feng Lee
- <Possible follow-ups>
- [PATCH bpf-next v9 0/8] Transit between BPF TCP congestion controls., Kui-Feng Lee
- [PATCH bpf] bpf: Adjust insufficient default bpf_jit_limit,
Daniel Borkmann
- [PATCH bpf-next] xsk: allow remap of fill and/or completion rings,
Nuno Gonçalves
- [PATCH bpf-next] selftests/xsk: add xdp populate metadata test,
Tushar Vyavahare
- [PATCH v1] libbpf: Explicitly call write to append content to file,
Liu Pan
- [PATCH AUTOSEL 6.1 08/29] selftests/bpf: check that modifier resolves after pointer, Sasha Levin
- [PATCH AUTOSEL 5.15 07/17] selftests/bpf: check that modifier resolves after pointer, Sasha Levin
- [PATCH AUTOSEL 5.4 05/12] selftests/bpf: check that modifier resolves after pointer, Sasha Levin
- [PATCH AUTOSEL 5.10 06/15] selftests/bpf: check that modifier resolves after pointer, Sasha Levin
- [PATCH AUTOSEL 6.2 08/30] selftests/bpf: check that modifier resolves after pointer,
Sasha Levin
- [PATCH bpf-next 1/2] libbpf: Fix ld_imm64 copy logic for ksym in light skeleton.,
Alexei Starovoitov
- [PATCH bpf-next 0/3] Support UMEM chunk_size > PAGE_SIZE,
Kal Conley
- [Patch net-next v3] sock_map: dump socket map id via diag,
Cong Wang
[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]