BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- Re: [PATCH bpf-next v10 1/4] bpf: Relax tracing prog recursive attach rules, (continued)
- [PATCH bpf-next v3 0/2] bpf: Simplify checking size of helper accesses,
Andrei Matei
- [PATCH 1/2] powerpc/bpf: ensure module addresses are supported,
Hari Bathini
- [RFC nf-next v3 0/2] netfilter: bpf: support prog update,
D. Wythe
- [PATCH] fix null pointer dereference in bpf_object__collect_prog_relos,
Xin Liu
- [PATCH bpf-next] bpf: Re-support uid and gid when mounting bpffs,
Daniel Borkmann
- [RFC v3 0/3] use preserve_static_offset in bpf uapi headers,
Eduard Zingerman
- LSF/MM/BPF: 2024: Call for Proposals,
Daniel Borkmann
- Re: [PATCH v14 10/12] selftests/landlock: Add network tests,
Mickaël Salaün
- [bug] splat in perf event,
Alexei Starovoitov
- [PATCH bpf 1/2] bpf: Avoid iter->offset making backward progress in bpf_iter_udp,
Martin KaFai Lau
- Dynamic kfunc discovery,
Daniel Xu
- pull-request: bpf-next 2023-12-19,
Daniel Borkmann
- [PATCH] samples/bpf: use %lu format specifier for unsigned long values,
Colin Ian King
- Unexpected behavior from BPF/XDP program,
Farbod Shahinfar
- An invalid memory access was discovered by a fuzz test,
Xin Liu
- [PATCH bpf-next] selftests/bpf: Close cgrp fd before calling cleanup_cgroup_environment(),
Hou Tao
- [PATCH bpf-next 0/3] bpf: inline bpf_kptr_xchg(),
Hou Tao
- [PATCH bpf-next v5 0/4] bpf: support to track BPF_JNE,
Menglong Dong
- [PATCH net-next] xsk: make struct xsk_cb_desc available outside CONFIG_XDP_SOCKETS,
Vladimir Oltean
- memory leak in unix_create1/copy_process/security_prepare_creds,
xingwei lee
- [PATCH bpf-next] bpf: add BPF_F_TOKEN_FD flag to pass with BPF token FD,
Andrii Nakryiko
- pull-request: bpf-next 2023-12-18,
Alexei Starovoitov
- [PATCH bpf-next] bpf: use nla_ok() instead of checking nla_len directly,
Jakub Kicinski
- [PATCH net 3/3] ice: Fix PF with enabled XDP going no-carrier after reset,
Tony Nguyen
- [PATCH v2 bpf-next] bpf: ensure precise is reset to false in __mark_reg_const_zero(),
Andrii Nakryiko
- Re: linux-next: Tree for Dec 15 (drivers/net/ethernet/intel/ice/ice_base.c), Tony Nguyen
- [syzbot] [bpf?] UBSAN: shift-out-of-bounds in adjust_reg_min_max_vals,
syzbot
- [syzbot] [bpf?] [net?] KASAN: slab-use-after-free Read in nla_find,
syzbot
- [PATCH v5 00/34] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph,
Masami Hiramatsu (Google)
- [PATCH v5 01/34] tracing: Add a comment about ftrace_regs definition, Masami Hiramatsu (Google)
- [PATCH v5 02/34] x86: tracing: Add ftrace_regs definition in the header, Masami Hiramatsu (Google)
- [PATCH v5 03/34] function_graph: Convert ret_stack to a series of longs, Masami Hiramatsu (Google)
- [PATCH v5 04/34] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long, Masami Hiramatsu (Google)
- [PATCH v5 05/34] function_graph: Add an array structure that will allow multiple callbacks, Masami Hiramatsu (Google)
- [PATCH v5 06/34] function_graph: Allow multiple users to attach to function graph, Masami Hiramatsu (Google)
- [PATCH v5 07/34] function_graph: Remove logic around ftrace_graph_entry and return, Masami Hiramatsu (Google)
- [PATCH v5 08/34] ftrace/function_graph: Pass fgraph_ops to function graph callbacks, Masami Hiramatsu (Google)
- [PATCH v5 09/34] ftrace: Allow function_graph tracer to be enabled in instances, Masami Hiramatsu (Google)
- [PATCH v5 10/34] ftrace: Allow ftrace startup flags exist without dynamic ftrace, Masami Hiramatsu (Google)
- [PATCH v5 11/34] function_graph: Have the instances use their own ftrace_ops for filtering, Masami Hiramatsu (Google)
- [PATCH v5 12/34] function_graph: Use a simple LRU for fgraph_array index number, Masami Hiramatsu (Google)
- [PATCH v5 13/34] function_graph: Add "task variables" per task for fgraph_ops, Masami Hiramatsu (Google)
- [PATCH v5 14/34] function_graph: Move set_graph_function tests to shadow stack global var, Masami Hiramatsu (Google)
- [PATCH v5 15/34] function_graph: Move graph depth stored data to shadow stack global var, Masami Hiramatsu (Google)
- [PATCH v5 16/34] function_graph: Move graph notrace bit to shadow stack global var, Masami Hiramatsu (Google)
- [PATCH v5 17/34] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data(), Masami Hiramatsu (Google)
- [PATCH v5 18/34] function_graph: Add selftest for passing local variables, Masami Hiramatsu (Google)
- [PATCH v5 19/34] function_graph: Add a new entry handler with parent_ip and ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v5 20/34] function_graph: Add a new exit handler with parent_ip and ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v5 21/34] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS, Masami Hiramatsu (Google)
- [PATCH v5 22/34] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value, Masami Hiramatsu (Google)
- [PATCH v5 23/34] arm64: ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS, Masami Hiramatsu (Google)
- [PATCH v5 24/34] fprobe: Use ftrace_regs in fprobe entry handler, Masami Hiramatsu (Google)
- [PATCH v5 25/34] fprobe: Use ftrace_regs in fprobe exit handler, Masami Hiramatsu (Google)
- [PATCH v5 26/34] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs, Masami Hiramatsu (Google)
- [PATCH v5 27/34] tracing: Add ftrace_fill_perf_regs() for perf event, Masami Hiramatsu (Google)
- [PATCH v5 28/34] fprobe: Rewrite fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v5 29/34] tracing/fprobe: Remove nr_maxactive from fprobe, Masami Hiramatsu (Google)
- [PATCH v5 30/34] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS, Masami Hiramatsu (Google)
- [PATCH v5 31/34] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled, Masami Hiramatsu (Google)
- [PATCH v5 32/34] selftests: ftrace: Remove obsolate maxactive syntax check, Masami Hiramatsu (Google)
- [PATCH v5 33/34] selftests/ftrace: Add a test case for repeating register/unregister fprobe, Masami Hiramatsu (Google)
- [PATCH v5 34/34] Documentation: probes: Update fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH bpf-next v4 0/7] bpf: Reduce memory usage for bpf_global_percpu_ma,
Yonghong Song
- Can netfilter-ebpf modify packets ?, D. Wythe
- [RFC nf-next v2 0/2] netfilter: bpf: support prog update,
D. Wythe
- [RFC PATCH net-next v5 00/14] Device Memory TCP,
Mina Almasry
- [RFC PATCH net-next v5 01/14] net: page_pool: create hooks for custom page providers, Mina Almasry
- [RFC PATCH net-next v5 02/14] net: page_pool: factor out page_pool recycle check, Mina Almasry
- [RFC PATCH net-next v5 03/14] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [RFC PATCH net-next v5 04/14] netdev: support binding dma-buf to netdevice, Mina Almasry
- [RFC PATCH net-next v5 05/14] netdev: netdevice devmem allocator, Mina Almasry
- [RFC PATCH net-next v5 06/14] page_pool: convert to use netmem, Mina Almasry
- [RFC PATCH net-next v5 07/14] page_pool: devmem support, Mina Almasry
- [RFC PATCH net-next v5 08/14] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [RFC PATCH net-next v5 09/14] net: support non paged skb frags, Mina Almasry
- [RFC PATCH net-next v5 10/14] net: add support for skbs with unreadable frags, Mina Almasry
- [RFC PATCH net-next v5 11/14] tcp: RX path for devmem TCP, Mina Almasry
- [RFC PATCH net-next v5 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [RFC PATCH net-next v5 13/14] net: add devmem TCP documentation, Mina Almasry
- [RFC PATCH net-next v5 14/14] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCHv2 bpf-next 0/2] bpf: Add check for negative uprobe multi offset,
Jiri Olsa
- [PATCH bpf-next v4 0/3] bpf: support to track BPF_JNE,
Menglong Dong
- [PATCH bpf-next v14 00/14] Registrating struct_ops types from modules,
thinker . li
- [PATCH bpf-next v14 01/14] bpf: refactory struct_ops type initialization to a function., thinker . li
- [PATCH bpf-next v14 02/14] bpf: get type information with BTF_ID_LIST, thinker . li
- [PATCH bpf-next v14 03/14] bpf, net: introduce bpf_struct_ops_desc., thinker . li
- [PATCH bpf-next v14 04/14] bpf: add struct_ops_tab to btf., thinker . li
- [PATCH bpf-next v14 05/14] bpf: make struct_ops_map support btfs other than btf_vmlinux., thinker . li
- [PATCH bpf-next v14 06/14] bpf: pass btf object id in bpf_map_info., thinker . li
- [PATCH bpf-next v14 07/14] bpf: lookup struct_ops types from a given module BTF., thinker . li
- [PATCH bpf-next v14 08/14] bpf: pass attached BTF to the bpf_struct_ops subsystem, thinker . li
- [PATCH bpf-next v14 09/14] bpf: hold module refcnt in bpf_struct_ops map creation and prog verification., thinker . li
- [PATCH bpf-next v14 10/14] bpf: validate value_type, thinker . li
- [PATCH bpf-next v14 11/14] bpf, net: switch to dynamic registration, thinker . li
- [PATCH bpf-next v14 12/14] libbpf: Find correct module BTFs for struct_ops maps and progs., thinker . li
- [PATCH bpf-next v14 13/14] bpf: export btf_ctx_access to modules., thinker . li
- [PATCH bpf-next v14 14/14] selftests/bpf: test case for register_bpf_struct_ops()., thinker . li
- [PATCH bpf-next v14 06/14] bpf: pass btf object id in bpf_map_info., thinker . li
- [PATCH bpf-next v2 0/1] bpf: Simplify checking size of helper accesses,
Andrei Matei
- [PATCH bpf-next] bpf: Introduce "volatile compare" macro,
Alexei Starovoitov
- [PATCH bpf-next 0/2] bpf: Fix warning in check_obj_size(),
Hou Tao
- [PATCH RESEND bpf-next v2] selftests/bpf: Test the release of map btf,
Hou Tao
- [PATCH bpf-next v3 0/6] bpf: Reduce memory usage for bpf_global_percpu_ma,
Yonghong Song
- [PATCH bpf-next] s390/bpf: Fix indirect trampoline generation,
Alexei Starovoitov
- [PATCH bpf-next] bpf: ensure precise is reset to false in __mark_reg_const_zero(),
Andrii Nakryiko
- [PATCHv2 bpf] bpf: Add missing BPF_LINK_TYPE invocations,
Jiri Olsa
- [PATCH bpf-next v9 0/4] Relax tracing prog recursive attach rules,
Dmitrii Dolgov
- [PATCH net-next 22/24] net: mellanox, nfp, sfc: Use nested-BH locking for XDP redirect., Sebastian Andrzej Siewior
- [PATCH net-next 24/24] net: bpf: Add lockdep assert for the redirect process., Sebastian Andrzej Siewior
- [PATCH net-next 23/24] net: qlogic, socionext, stmmac, cpsw: Use nested-BH locking for XDP redirect., Sebastian Andrzej Siewior
- [PATCH net-next 21/24] net: marvell: Use nested-BH locking for XDP redirect., Sebastian Andrzej Siewior
- [PATCH net-next 20/24] net: intel: Use nested-BH locking for XDP redirect.,
Sebastian Andrzej Siewior
- [PATCH net-next 19/24] net: fungible, gve, mtk, microchip, mana: Use nested-BH locking for XDP redirect., Sebastian Andrzej Siewior
- [PATCH net-next 16/24] net: netkit, veth, tun, virt*: Use nested-BH locking for XDP redirect.,
Sebastian Andrzej Siewior
- [PATCH net-next 18/24] net: Freescale: Use nested-BH locking for XDP redirect., Sebastian Andrzej Siewior
- [PATCH net-next 15/24] net: Use nested-BH locking for XDP redirect.,
Sebastian Andrzej Siewior
- [PATCH net-next 14/24] net: Add a lock which held during the redirect process., Sebastian Andrzej Siewior
- [PATCH net-next 11/24] lwt: Don't disable migration prio invoking BPF., Sebastian Andrzej Siewior
- [PATCH net-next 12/24] seg6: Use nested-BH locking for seg6_bpf_srh_states.,
Sebastian Andrzej Siewior
- [PATCH net-next 13/24] net: Use nested-BH locking for bpf_scratchpad., Sebastian Andrzej Siewior
- [PATCH iwl-next,v1 1/1] igc: Add Tx hardware timestamp request for AF_XDP zero-copy packet,
Song Yoong Siang
- [PATCH bpf-next v3 0/5] bpf: Fix warnings in kvmalloc_node(),
Hou Tao
- [PATCH v3 0/7] x86/cfi,bpf: Fix CFI vs eBPF,
Peter Zijlstra
- [PATCH v3 1/7] cfi: Flip headers, Peter Zijlstra
- [PATCH v3 6/7] bpf: Fix dtor CFI, Peter Zijlstra
- [PATCH v3 2/7] x86/cfi,bpf: Fix BPF JIT call, Peter Zijlstra
- [PATCH v3 3/7] x86/cfi,bpf: Fix bpf_callback_t CFI, Peter Zijlstra
- [PATCH v3 5/7] cfi: Add CFI_NOSEAL(), Peter Zijlstra
- [PATCH v3 7/7] x86/cfi,bpf: Fix bpf_exception_cb() signature, Peter Zijlstra
- [PATCH v3 4/7] x86/cfi,bpf: Fix bpf_struct_ops CFI, Peter Zijlstra
- Re: [PATCH v3 0/7] x86/cfi,bpf: Fix CFI vs eBPF, patchwork-bot+netdevbpf
- Re: [PATCH v3 0/7] x86/cfi,bpf: Fix CFI vs eBPF, Alexei Starovoitov
- [PATCH bpf] bpf: Add missing BPF_LINK_TYPE invocations,
Jiri Olsa
- [RFC] bpf: Issue with bpf_fentry_test7 call,
Jiri Olsa
- [RFC nf-next v1 0/2] netfilter: bpf: support prog update,
D. Wythe
- [bug] splat at boot,
Alexei Starovoitov
- [PATCH v3 bpf-next 00/10] Enhance BPF global subprogs with argument tags,
Andrii Nakryiko
- [PATCH v3 bpf-next 01/10] bpf: abstract away global subprog arg preparation logic from reg state setup, Andrii Nakryiko
- [PATCH v3 bpf-next 03/10] bpf: prepare btf_prepare_func_args() for handling static subprogs, Andrii Nakryiko
- [PATCH v3 bpf-next 02/10] bpf: reuse btf_prepare_func_args() check for main program BTF validation, Andrii Nakryiko
- [PATCH v3 bpf-next 06/10] bpf: support 'arg:xxx' btf_decl_tag-based hints for global subprog args, Andrii Nakryiko
- [PATCH v3 bpf-next 09/10] selftests/bpf: add global subprog annotation tests, Andrii Nakryiko
- [PATCH v3 bpf-next 05/10] bpf: reuse subprog argument parsing logic for subprog call checks, Andrii Nakryiko
- [PATCH v3 bpf-next 07/10] bpf: add support for passing dynptr pointer to global subprog, Andrii Nakryiko
- [PATCH v3 bpf-next 08/10] libbpf: add __arg_xxx macros for annotating global func args, Andrii Nakryiko
- [PATCH v3 bpf-next 10/10] selftests/bpf: add freplace of BTF-unreliable main prog test, Andrii Nakryiko
- [PATCH v3 bpf-next 04/10] bpf: move subprog call logic back to verifier.c, Andrii Nakryiko
- Re: [PATCH v3 bpf-next 00/10] Enhance BPF global subprogs with argument tags, patchwork-bot+netdevbpf
- [PATCH bpf-next v2 0/6] bpf: Reduce memory usage for bpf_global_percpu_ma,
Yonghong Song
- [PATCH bpf-next 0/3] Various BPF exception improvements,
Daniel Xu
- [PATCH v2 bpf-next 0/2] BPF FS mount options parsing follow ups,
Andrii Nakryiko
- [PATCH bpf-next v6 0/5] Add bpf_xdp_get_xfrm_state() kfunc,
Daniel Xu
- [PATCH net] bnxt_en: do not map packet buffers twice,
Michael Chan
- [PATCH bpf-next v6 1/2] bpf: Fix a race condition between btf_put() and map_free(),
Yonghong Song
- [PATCH v6 bpf-next 0/6] bpf: tcp: Support arbitrary SYN Cookie at TC.,
Kuniyuki Iwashima
- [PATCH v5 net-next 0/3] add multi-buff support for xdp running in generic mode,
Lorenzo Bianconi
- [PATCH bpf-next v2] selftests/xsk: fix for SEND_RECEIVE_UNALIGNED test,
Tushar Vyavahare
- [PATCH v5 bpf-next 0/5] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf,
Yafang Shao
- [PATCH v5 bpf-next 1/5] mm, doc: Add doc for MPOL_F_NUMA_BALANCING, Yafang Shao
- [PATCH v5 bpf-next 2/5] mm: mempolicy: Revise comment regarding mempolicy mode flags, Yafang Shao
- [PATCH v5 bpf-next 3/5] mm, security: Add lsm hook for memory policy adjustment, Yafang Shao
- [PATCH v5 bpf-next 4/5] security: selinux: Implement set_mempolicy hook, Yafang Shao
- [PATCH v5 bpf-next 5/5] selftests/bpf: Add selftests for set_mempolicy with a lsm prog, Yafang Shao
- Re: [PATCH v5 bpf-next 0/5] mm, security, bpf: Fine-grained control over memory policy adjustments with lsm bpf, Paul Moore
- [PATCH bpf-next v1] bpf: Include pid, uid and comm in audit output,
Dave Tucker
- [PATCH bpf-next] libbpf: Fix null pointer check in btf__add_str,
Wentao Zhang
- [PATCH bpf-next v3 0/2] bpf: support to track BPF_JNE,
Menglong Dong
- [PATCH bpf-next v3 0/2] bpf: Use GFP_KERNEL in bpf_event_entry_gen(),
Hou Tao
- BUG: unable to handle kernel paging request in bpf_probe_read_compat_str,
xingwei lee
- [Syzkaller & bisect] There is KASAN: global-out-of-bounds Read in bpf_link_show_fdinfo in v6.7-rc5,
Pengfei Xu
- [RFC PATCH net-next v1 0/4] Abstract page from net stack,
Mina Almasry
- [PATCH bpf-next 0/2] BPF FS mount options parsing follow ups,
Andrii Nakryiko
- [PATCH v3 bpf-next 00/10] BPF token support in libbpf's BPF object,
Andrii Nakryiko
- [PATCH v3 bpf-next 01/10] bpf: fail BPF_TOKEN_CREATE if no delegation option was set on BPF FS, Andrii Nakryiko
- [PATCH v3 bpf-next 02/10] libbpf: split feature detectors definitions from cached results, Andrii Nakryiko
- [PATCH v3 bpf-next 03/10] libbpf: further decouple feature checking logic from bpf_object, Andrii Nakryiko
- [PATCH v3 bpf-next 05/10] libbpf: wire up token_fd into feature probing logic, Andrii Nakryiko
- [PATCH v3 bpf-next 04/10] libbpf: move feature detection code into its own file, Andrii Nakryiko
- [PATCH v3 bpf-next 07/10] selftests/bpf: add BPF object loading tests with explicit token passing, Andrii Nakryiko
- [PATCH v3 bpf-next 09/10] libbpf: support BPF token path setting through LIBBPF_BPF_TOKEN_PATH envvar, Andrii Nakryiko
- [PATCH v3 bpf-next 10/10] selftests/bpf: add tests for LIBBPF_BPF_TOKEN_PATH envvar, Andrii Nakryiko
- [PATCH v3 bpf-next 08/10] selftests/bpf: add tests for BPF object load with implicit token, Andrii Nakryiko
- [PATCH v3 bpf-next 06/10] libbpf: wire up BPF token support at BPF object level, Andrii Nakryiko
- Re: [PATCH v3 bpf-next 00/10] BPF token support in libbpf's BPF object, patchwork-bot+netdevbpf
- RE: [PATCH v3 bpf-next 00/10] BPF token support in libbpf's BPF object, John Fastabend
- [RFC PATCH v3 0/3] devguard: guard mknod for non-initial user namespace,
Michael Weiß
- [RFC bpf-next 1/2] bpf: Fail uprobe multi link with negative offset,
Jiri Olsa
[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]