BPF - Berkeley Packet Filters
[Prev Page][Next Page]
[PATCH] libbpf: define bpf_tail_call_static when __clang__ is not defined,
James Hilliard
[linux-next:master] BUILD REGRESSION 9a82ccda91ed2b40619cb3c10d446ae1f97bab6e, kernel test robot
[PATCH v2 bpf-next 0/3] BPF mass-verification veristat tool,
Andrii Nakryiko
[PATCH 0/3] perf stat: Fix bperf cgroup counters,
Namhyung Kim
[PATCH v17 00/12] bpf: Add kfuncs for PKCS#7 signature verification,
Roberto Sassu
- [PATCH v17 01/12] bpf: Allow kfuncs to be used in LSM programs, Roberto Sassu
- [PATCH v17 02/12] bpf: Move dynptr type check to is_dynptr_type_expected(), Roberto Sassu
- [PATCH v17 03/12] btf: Allow dynamic pointer parameters in kfuncs, Roberto Sassu
- [PATCH v17 05/12] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL, Roberto Sassu
- [PATCH v17 04/12] bpf: Export bpf_dynptr_get_size(), Roberto Sassu
- [PATCH v17 06/12] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs, Roberto Sassu
- [PATCH v17 07/12] bpf: Add bpf_verify_pkcs7_signature() kfunc, Roberto Sassu
- [PATCH v17 08/12] selftests/bpf: Compile kernel with everything as built-in, Roberto Sassu
- [PATCH v17 09/12] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put(), Roberto Sassu
- [PATCH v17 10/12] selftests/bpf: Add additional tests for bpf_lookup_*_key(), Roberto Sassu
- [PATCH v17 11/12] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc, Roberto Sassu
- [PATCH v17 12/12] selftests/bpf: Add tests for dynamic pointers parameters in kfuncs, Roberto Sassu
[bpf-next] bpf: use kvmemdup_bpfptr helper,
Wang Yufen
[PATCHv3 bpf-next 0/6] bpf: Fixes for CONFIG_X86_KERNEL_IBT,
Jiri Olsa
[PATCH bpf] bpf: btf: fix truncated last_member_type_id in btf_struct_resolve,
Lorenz Bauer
[PATCH bpf] samples/bpf: Replace blk_account_io_done() with __blk_account_io_done(), Rong Tao
[PATCH bpf RESEND] samples/bpf: Replace blk_account_io_done() with __blk_account_io_done(),
Rong Tao
[bpf-next v3 2/2] bpftool: Update doc (add auto_attach to prog load),
Wang Yufen
[bpf-next v3 1/2] bpftool: Add auto_attach for bpf prog load|loadall,
Wang Yufen
[bpf-next 1/2] libbpf: Add make_path_and_pin() helper for bpf_xxx__pin(),
Wang Yufen
BTF and libBPF,
Jeff Xu
[syzbot] WARNING in bpf_verifier_vlog,
syzbot
[PATCH net-next 0/8] add tc-testing test cases,
Zhengchao Shao
- [PATCH net-next 7/8] selftests/tc-testings: add sample action deleting test case, Zhengchao Shao
- [PATCH net-next 5/8] selftests/tc-testings: add ife action deleting test case, Zhengchao Shao
- [PATCH net-next 6/8] selftests/tc-testings: add nat action deleting test case, Zhengchao Shao
- [PATCH net-next 4/8] selftests/tc-testings: add connmark action deleting test case, Zhengchao Shao
- [PATCH net-next 2/8] selftests/tc-testings: add selftests for gate action, Zhengchao Shao
- [PATCH net-next 1/8] selftests/tc-testings: add selftests for ctinfo action, Zhengchao Shao
- [PATCH net-next 3/8] selftests/tc-testings: add selftests for xt action, Zhengchao Shao
- [PATCH net-next 8/8] selftests/tc-testings: add tunnel_key action deleting test case, Zhengchao Shao
- Re: [PATCH net-next 0/8] add tc-testing test cases, Victor Nogueira
- Re: [PATCH net-next 0/8] add tc-testing test cases, patchwork-bot+netdevbpf
[PATCH v4 bpf-next 0/3] cgroup/connect{4,6} programs for unprivileged ICMP ping,
YiFei Zhu
[PATCH v3 bpf-next 0/3] cgroup/connect{4,6} programs for unprivileged ICMP ping,
YiFei Zhu
[PATCH bpf-next] bpf: Add verifier support for custom callback return range,
Dave Marchevsky
[linux-next:master] BUILD REGRESSION 47c191411b68a771261be3dc0bd6f68394cef358, kernel test robot
[PATCH 1/3] perf: Use sample_flags for callchain,
Namhyung Kim
[PATCH] bpftool: output map/prog indices on `gen skeleton`,
Marcelo Juchem
[PATCH bpf-next] bpf: Prevent bpf program recursion for raw tracepoint probes,
Jiri Olsa
[PATCH v2 bpf-next] selftests/bpf: fix ct status check in bpf_nf selftests,
Lorenzo Bianconi
[PATCH bpf-next v2 0/2] Fix cgroup attach flags being assigned to effective progs,
Pu Lehui
[PATCH 0/4] perf lock contention: Improve call stack handling (v1),
Namhyung Kim
[PATCH net-next,v3 00/22] refactor the walk and lookup hook functions in tc_action_ops,
Zhengchao Shao
- [PATCH net-next,v3 03/22] net: sched: act_bpf: get rid of tcf_bpf_walker and tcf_bpf_search, Zhengchao Shao
- [PATCH net-next,v3 02/22] net: sched: act_api: implement generic walker and search for tc action, Zhengchao Shao
- [PATCH net-next,v3 01/22] net: sched: act: move global static variable net_id to tc_action_ops, Zhengchao Shao
- [PATCH net-next,v3 04/22] net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_search, Zhengchao Shao
- [PATCH net-next,v3 05/22] net: sched: act_csum: get rid of tcf_csum_walker and tcf_csum_search, Zhengchao Shao
- [PATCH net-next,v3 06/22] net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_search, Zhengchao Shao
- [PATCH net-next,v3 08/22] net: sched: act_gact: get rid of tcf_gact_walker and tcf_gact_search, Zhengchao Shao
- [PATCH net-next,v3 07/22] net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_search, Zhengchao Shao
- [PATCH net-next,v3 11/22] net: sched: act_ipt: get rid of tcf_ipt_walker/tcf_xt_walker and tcf_ipt_search/tcf_xt_search, Zhengchao Shao
- [PATCH net-next,v3 10/22] net: sched: act_ife: get rid of tcf_ife_walker and tcf_ife_search, Zhengchao Shao
- [PATCH net-next,v3 12/22] net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_search, Zhengchao Shao
- [PATCH net-next,v3 09/22] net: sched: act_gate: get rid of tcf_gate_walker and tcf_gate_search, Zhengchao Shao
- [PATCH net-next,v3 16/22] net: sched: act_police: get rid of tcf_police_walker and tcf_police_search, Zhengchao Shao
- [PATCH net-next,v3 19/22] net: sched: act_skbedit: get rid of tcf_skbedit_walker and tcf_skbedit_search, Zhengchao Shao
- [PATCH net-next,v3 14/22] net: sched: act_nat: get rid of tcf_nat_walker and tcf_nat_search, Zhengchao Shao
- [PATCH net-next,v3 17/22] net: sched: act_sample: get rid of tcf_sample_walker and tcf_sample_search, Zhengchao Shao
- [PATCH net-next,v3 18/22] net: sched: act_simple: get rid of tcf_simp_walker and tcf_simp_search, Zhengchao Shao
- [PATCH net-next,v3 22/22] net: sched: act_vlan: get rid of tcf_vlan_walker and tcf_vlan_search, Zhengchao Shao
- [PATCH net-next,v3 21/22] net: sched: act_tunnel_key: get rid of tunnel_key_walker and tunnel_key_search, Zhengchao Shao
- [PATCH net-next,v3 15/22] net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_search, Zhengchao Shao
- [PATCH net-next,v3 20/22] net: sched: act_skbmod: get rid of tcf_skbmod_walker and tcf_skbmod_search, Zhengchao Shao
- [PATCH net-next,v3 13/22] net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_search, Zhengchao Shao
- Re: [PATCH net-next,v3 00/22] refactor the walk and lookup hook functions in tc_action_ops, patchwork-bot+netdevbpf
differentiate the verifier invalid mem access message error?,
Vincent Li
[PATCH v2 0/2] x86/kprobes: Fixes for CONFIG_RETHUNK,
Masami Hiramatsu (Google)
[linux-next:master] BUILD REGRESSION 5957ac6635a1a12d4aa2661bbf04d3085a73372a, kernel test robot
[PATCH bpf-next v1 0/8] Dynptr convenience helpers,
Joanne Koong
[PATCH bpf-next v6 0/3] Add skb + xdp dynptrs,
Joanne Koong
[PATCH bpf-next v5 0/6] Support direct writes to nf_conn:mark,
Daniel Xu
[PATCH v2] bpf: Simplify code by using for_each_cpu_wrap(),
Punit Agrawal
[PATCH RFCv2 bpf-next 00/18] XDP-hints: XDP gaining access to HW offload hints via BTF,
Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 02/18] libbpf: try to load vmlinux BTF from the kernel first, Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 10/18] btf: Add helper for kernel modules to lookup full BTF ID, Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 09/18] bpf: export btf functions for modules, Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 01/18] libbpf: factor out BTF loading from load_module_btfs(), Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 06/18] xdp: controlling XDP-hints from BPF-prog via helper, Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 04/18] net: create xdp_hints_common and set functions, Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 03/18] libbpf: patch module BTF obj+type ID into BPF insns, Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 11/18] i40e: add XDP-hints handling, Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 12/18] net: use XDP-hints in xdp_frame to SKB conversion, Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 08/18] i40e: refactor i40e_rx_checksum with helper, Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 05/18] net: add net_device feature flag for XDP-hints, Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 07/18] i40e: Refactor i40e_ptp_rx_hwtstamp, Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 13/18] mvneta: add XDP-hints support, Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 14/18] i40e: Add xdp_hints_union, Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 15/18] ixgbe: enable xdp-hints, Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 16/18] ixgbe: add rx timestamp xdp hints support, Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 18/18] ixgbe: AF_XDP xdp-hints processing in ixgbe_clean_rx_irq_zc, Jesper Dangaard Brouer
- [PATCH RFCv2 bpf-next 17/18] xsk: AF_XDP xdp-hints support in desc options, Jesper Dangaard Brouer
- Re: [xdp-hints] [PATCH RFCv2 bpf-next 00/18] XDP-hints: XDP gaining access to HW offload hints via BTF, Alexander Lobakin
- Re: [PATCH RFCv2 bpf-next 00/18] XDP-hints: XDP gaining access to HW offload hints via BTF, sdf
[PATCH bpf-next v2] bpf: Fix resetting logic for unreferenced kptrs,
Jules Irenge
[syzbot] usb-testing boot error: general protection fault in copy_process, syzbot
[PATCH bpf-next] selftests/bpf: fix ct status check in bpf_nf selftests,
Lorenzo Bianconi
Re: [PATCH v2] tracing/kprobes: Add method to display private kprobes in tracefs,
Google
[RFC PATCH] bpf: introduce new bpf map type BPF_MAP_TYPE_WILDCARD,
Anton Protopopov
[PATCH bpf] skmsg: schedule psock work if the cached skb exists on the psock,
Liu Jian
test ./tools/testing/selftests/bpf/test_offload.py failed,
Jie2x Zhou
[PATCH v2] perf test: Skip sigtrap test on old kernels,
Namhyung Kim
[PATCH v2] libbpf: Clean up legacy bpf maps declaration in bpf_helpers,
Liuxin(EulerOS)
[PATCH 0/2] x86/kprobes: Fixes for CONFIG_RETHUNK,
Masami Hiramatsu (Google)
[linux-next:master] BUILD REGRESSION 840126e36e8ff272cb63158646433fa1324533d9, kernel test robot
[PATCH v2 bpf-next 0/3] cgroup/connect{4,6} programs for unprivileged ICMP ping,
YiFei Zhu
[RFC PATCH v2 0/5] Make BPF ring buffer overwritable,
Francis Laniel
[PATCH 0/7] bpf: Add fd modes check for map iter and extend libbpf,
Roberto Sassu
[PATCH bpf-next v11 0/7] bpf-core changes for preparation of,
Benjamin Tissoires
[PATCH bpf-next 0/7] bpftool: Add LLVM as default library for disassembling JIT-ed programs,
Quentin Monnet
[PATCH net-next,v2 00/22] refactor the walk and lookup hook functions in tc_action_ops,
Zhengchao Shao
- [PATCH net-next,v2 09/22] net: sched: act_gate: get rid of tcf_gate_walker and tcf_gate_search, Zhengchao Shao
- [PATCH net-next,v2 15/22] net: sched: act_pedit: get rid of tcf_pedit_walker and tcf_pedit_search, Zhengchao Shao
- [PATCH net-next,v2 18/22] net: sched: act_simple: get rid of tcf_simp_walker and tcf_simp_search, Zhengchao Shao
- [PATCH net-next,v2 21/22] net: sched: act_tunnel_key: get rid of tunnel_key_walker and tunnel_key_search, Zhengchao Shao
- [PATCH net-next,v2 06/22] net: sched: act_ct: get rid of tcf_ct_walker and tcf_ct_search, Zhengchao Shao
- [PATCH net-next,v2 14/22] net: sched: act_nat: get rid of tcf_nat_walker and tcf_nat_search, Zhengchao Shao
- [PATCH net-next,v2 05/22] net: sched: act_csum: get rid of tcf_csum_walker and tcf_csum_search, Zhengchao Shao
- [PATCH net-next,v2 12/22] net: sched: act_mirred: get rid of tcf_mirred_walker and tcf_mirred_search, Zhengchao Shao
- [PATCH net-next,v2 10/22] net: sched: act_ife: get rid of tcf_ife_walker and tcf_ife_search, Zhengchao Shao
- [PATCH net-next,v2 01/22] net: sched: act: move global static variable net_id to tc_action_ops, Zhengchao Shao
- [PATCH net-next,v2 20/22] net: sched: act_skbmod: get rid of tcf_skbmod_walker and tcf_skbmod_search, Zhengchao Shao
- [PATCH net-next,v2 04/22] net: sched: act_connmark: get rid of tcf_connmark_walker and tcf_connmark_search, Zhengchao Shao
- [PATCH net-next,v2 11/22] net: sched: act_ipt: get rid of tcf_ipt_walker/tcf_xt_walker and tcf_ipt_search/tcf_xt_search, Zhengchao Shao
- [PATCH net-next,v2 02/22] net: sched: act_api: implement generic walker and search for tc action, Zhengchao Shao
- [PATCH net-next,v2 13/22] net: sched: act_mpls: get rid of tcf_mpls_walker and tcf_mpls_search, Zhengchao Shao
- [PATCH net-next,v2 07/22] net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_search, Zhengchao Shao
- [PATCH net-next,v2 17/22] net: sched: act_sample: get rid of tcf_sample_walker and tcf_sample_search, Zhengchao Shao
- [PATCH net-next,v2 16/22] net: sched: act_police: get rid of tcf_police_walker and tcf_police_search, Zhengchao Shao
- [PATCH net-next,v2 19/22] net: sched: act_skbedit: get rid of tcf_skbedit_walker and tcf_skbedit_search, Zhengchao Shao
- [PATCH net-next,v2 03/22] net: sched: act_bpf: get rid of tcf_bpf_walker and tcf_bpf_search, Zhengchao Shao
- [PATCH net-next,v2 08/22] net: sched: act_gact: get rid of tcf_gact_walker and tcf_gact_search, Zhengchao Shao
- [PATCH net-next,v2 22/22] net: sched: act_vlan: get rid of tcf_vlan_walker and tcf_vlan_search, Zhengchao Shao
- Re: [PATCH net-next,v2 00/22] refactor the walk and lookup hook functions in tc_action_ops, Jamal Hadi Salim
- Re: [PATCH net-next,v2 00/22] refactor the walk and lookup hook functions in tc_action_ops, Cong Wang
linux-next: build failure after merge of the slab tree,
Stephen Rothwell
[PATCH bpf-next v2 0/3] A couple of small refactorings of BPF program call sites,
Toke Høiland-Jørgensen
pull-request: bpf-next 2022-09-05,
Daniel Borkmann
[PATCH v16 00/12] bpf: Add kfuncs for PKCS#7 signature verification,
Roberto Sassu
- [PATCH v16 02/12] bpf: Move dynptr type check to is_dynptr_type_expected(), Roberto Sassu
- [PATCH v16 01/12] bpf: Allow kfuncs to be used in LSM programs, Roberto Sassu
- [PATCH v16 03/12] btf: Allow dynamic pointer parameters in kfuncs, Roberto Sassu
- [PATCH v16 04/12] bpf: Export bpf_dynptr_get_size(), Roberto Sassu
- [PATCH v16 05/12] KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALL, Roberto Sassu
- [PATCH v16 06/12] bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncs, Roberto Sassu
- [PATCH v16 07/12] bpf: Add bpf_verify_pkcs7_signature() kfunc, Roberto Sassu
- [PATCH v16 09/12] selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put(), Roberto Sassu
- [PATCH v16 08/12] selftests/bpf: Compile kernel with everything as built-in, Roberto Sassu
- [PATCH v16 11/12] selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfunc, Roberto Sassu
- [PATCH v16 10/12] selftests/bpf: Add additional tests for bpf_lookup_*_key(), Roberto Sassu
- [PATCH v16 12/12] selftests/bpf: Add tests for dynamic pointers parameters in kfuncs, Roberto Sassu
- Re: [PATCH v16 00/12] bpf: Add kfuncs for PKCS#7 signature verification, Kumar Kartikeya Dwivedi
[PATCH v2 bpf-next 0/4] Introduce bpf_ct_set_nat_info kfunc helper,
Lorenzo Bianconi
[PATCH] net: sysctl: remove unused variable long_max,
Liu Shixin
[PATCH] libbpf: Clean up legacy bpf maps declaration in bpf_helpers,
Liuxin(EulerOS)
[PATCH bpf-next] selftests: bpf: test_kmod.sh: pass parameter to the module,
Yauheni Kaliuta
[syzbot] WARNING in bpf_bprintf_prepare (2),
syzbot
[PATCH RFC bpf-next v1 00/32] Local kptrs, BPF linked lists,
Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 02/32] bpf: Support kptrs in percpu arraymap, Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 01/32] bpf: Add copy_map_value_long to copy to remote percpu memory, Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 03/32] bpf: Add zero_map_value to zero map value with special fields, Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 04/32] bpf: Support kptrs in percpu hashmap and percpu LRU hashmap, Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 05/32] bpf: Support kptrs in local storage maps, Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 06/32] bpf: Annotate data races in bpf_local_storage, Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 07/32] bpf: Allow specifying volatile type modifier for kptrs, Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 08/32] bpf: Add comment about kptr's PTR_TO_MAP_VALUE handling, Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 10/32] bpf: Drop kfunc support from btf_check_func_arg_match, Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 09/32] bpf: Rewrite kfunc argument handling, Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 11/32] bpf: Support constant scalar arguments for kfuncs, Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 12/32] bpf: Teach verifier about non-size constant arguments, Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 14/32] bpf: Introduce bpf_kptr_alloc helper, Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 13/32] bpf: Introduce bpf_list_head support for BPF maps, Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 15/32] bpf: Add helper macro bpf_expr_for_each_reg_in_vstate, Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 18/32] bpf: Support bpf_spin_lock in local kptrs, Kumar Kartikeya Dwivedi
- [PATCH RFC bpf-next v1 16/32] bpf: Introduce BPF memory object model, Kumar Kartikeya Dwivedi
[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]