BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- Re: [PATCH] uprobes: Improve the usage of xol slots for better scalability, (continued)
- Grand Piano 9/17, Michelle Fangman
- [PATCHv4 00/14] uprobe, bpf: Add session support,
Jiri Olsa
- [PATCHv4 01/14] uprobe: Add data pointer to consumer handlers, Jiri Olsa
- [PATCHv4 02/14] uprobe: Add support for session consumer, Jiri Olsa
- [PATCHv4 03/14] bpf: Add support for uprobe multi session attach, Jiri Olsa
- [PATCHv4 04/14] bpf: Add support for uprobe multi session context, Jiri Olsa
- [PATCHv4 05/14] bpf: Allow return values 0 and 1 for uprobe/kprobe session, Jiri Olsa
- [PATCHv4 06/14] libbpf: Fix uretprobe.multi.s programs auto attachment, Jiri Olsa
- [PATCHv4 07/14] libbpf: Add support for uprobe multi session attach, Jiri Olsa
- [PATCHv4 08/14] selftests/bpf: Add uprobe session test, Jiri Olsa
- [PATCHv4 10/14] selftests/bpf: Add uprobe session recursive test, Jiri Olsa
- [PATCHv4 09/14] selftests/bpf: Add uprobe session cookie test, Jiri Olsa
- [PATCHv4 11/14] selftests/bpf: Add uprobe session verifier test for return value, Jiri Olsa
- [PATCHv4 12/14] selftests/bpf: Add kprobe session verifier test for return value, Jiri Olsa
- [PATCHv4 14/14] selftests/bpf: Add consumers stress test on single uprobe, Jiri Olsa
- [PATCHv4 13/14] selftests/bpf: Add uprobe session single consumer test, Jiri Olsa
- Re: [PATCHv4 00/14] uprobe, bpf: Add session support, patchwork-bot+netdevbpf
- [PATCH bpf-next 1/2] selftests/bpf: remove test_skb_cgroup_id.sh from TEST_PROGS,
Ihor Solodrai
- [RFC/RFT v2 0/3] Introduce GRO support to cpumap codebase,
Lorenzo Bianconi
- [PATCH dwarves v1] pahole: generate "bpf_fastcall" decl tags for eligible kfuncs,
Eduard Zingerman
- [PATCH bpf-next v1 0/4] 'bpf_fastcall' attribute in vmlinux.h and bpf_helper_defs.h,
Eduard Zingerman
- [PATCH bpf-next v6 0/8] libbpf, selftests/bpf: Support cross-endian usage,
Tony Ambardar
- [PATCH bpf-next v6 1/8] libbpf: Improve log message formatting, Tony Ambardar
- [PATCH bpf-next v6 2/8] libbpf: Fix header comment typos for BTF.ext, Tony Ambardar
- [PATCH bpf-next v6 3/8] libbpf: Fix output .symtab byte-order during linking, Tony Ambardar
- [PATCH bpf-next v6 4/8] libbpf: Support BTF.ext loading and output in either endianness, Tony Ambardar
- [PATCH bpf-next v6 5/8] libbpf: Support opening bpf objects of either endianness, Tony Ambardar
- [PATCH bpf-next v6 6/8] libbpf: Support linking bpf objects of either endianness, Tony Ambardar
- [PATCH bpf-next v6 7/8] libbpf: Support creating light skeleton of either endianness, Tony Ambardar
- [PATCH bpf-next v6 8/8] selftests/bpf: Support cross-endian building, Tony Ambardar
- Re: [PATCH bpf-next v6 0/8] libbpf, selftests/bpf: Support cross-endian usage, patchwork-bot+netdevbpf
- [PATCH net] bondig: Add bond_xdp_check for bond_xdp_xmit in bond_main.c,
Jiwon Kim
- [PATCH bpf-next v2 0/2] Support eliding map lookup nullness,
Daniel Xu
- [PATCH -next v3 0/2] perf stat: Support inherit events for bperf,
Tengda Wu
- [PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines,
Hari Bathini
- [PATCH v5 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry, Hari Bathini
- [PATCH v5 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain, Hari Bathini
- [PATCH v5 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x, Hari Bathini
- [PATCH v5 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code, Hari Bathini
- [PATCH v5 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED(), Hari Bathini
- [PATCH v5 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace, Hari Bathini
- [PATCH v5 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same, Hari Bathini
- [PATCH v5 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext, Hari Bathini
- [PATCH v5 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel(), Hari Bathini
- [PATCH v5 10/17] powerpc/ftrace: Add a postlink script to validate function tracer, Hari Bathini
- [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link, Hari Bathini
- [PATCH v5 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs, Hari Bathini
- [PATCH v5 12/17] powerpc64/ftrace: Move ftrace sequence out of line, Hari Bathini
- [PATCH v5 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS, Hari Bathini
- [PATCH v5 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS, Hari Bathini
- [PATCH v5 16/17] samples/ftrace: Add support for ftrace direct samples on powerpc, Hari Bathini
- [PATCH v5 17/17] powerpc64/bpf: Add support for bpf trampolines, Hari Bathini
- Re: [PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines, Masahiro Yamada
- [PATCH] bpf: Constify struct btf_kind_operations,
Christophe JAILLET
- [PATCH v15 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph,
Masami Hiramatsu (Google)
- [PATCH v15 01/19] tracing: Add a comment about ftrace_regs definition, Masami Hiramatsu (Google)
- [PATCH v15 02/19] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value, Masami Hiramatsu (Google)
- [PATCH v15 03/19] function_graph: Pass ftrace_regs to entryfunc, Masami Hiramatsu (Google)
- [PATCH v15 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v15 05/19] function_graph: Pass ftrace_regs to retfunc, Masami Hiramatsu (Google)
- [PATCH v15 06/19] fprobe: Use ftrace_regs in fprobe entry handler, Masami Hiramatsu (Google)
- [PATCH v15 07/19] fprobe: Use ftrace_regs in fprobe exit handler, Masami Hiramatsu (Google)
- [PATCH v15 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs, Masami Hiramatsu (Google)
- [PATCH v15 09/19] tracing: Add ftrace_fill_perf_regs() for perf event, Masami Hiramatsu (Google)
- [PATCH v15 10/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS, Masami Hiramatsu (Google)
- [PATCH v15 11/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled, Masami Hiramatsu (Google)
- [PATCH v15 12/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC, Masami Hiramatsu (Google)
- [PATCH v15 13/19] fprobe: Rewrite fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v15 14/19] tracing: Fix function timing profiler to initialize hashtable, Masami Hiramatsu (Google)
- [PATCH v15 15/19] tracing/fprobe: Remove nr_maxactive from fprobe, Masami Hiramatsu (Google)
- [PATCH v15 16/19] selftests: ftrace: Remove obsolate maxactive syntax check, Masami Hiramatsu (Google)
- [PATCH v15 17/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe, Masami Hiramatsu (Google)
- [PATCH v15 18/19] Documentation: probes: Update fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v15 19/19] bpf: Add get_entry_ip() for arm64, Masami Hiramatsu (Google)
- Re: [PATCH v15 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph, Andrii Nakryiko
- [PATCH bpf-next 0/2] Support eliding map lookup nullness,
Daniel Xu
- [PATCH net] netkit: Ensure current->bpf_net_context is set in netkit_xmit(),
Jordan Rife
- [GIT PULL] BPF changes for v6.12,
Alexei Starovoitov
- [PATCH bpf-next v3] libbpf: Fix expected_attach_type set when kernel not support,
Tao Chen
- [PATCH bpf v2 0/2] Check the remaining info_cnt before repeating btf fields,
Hou Tao
- [syzbot] Monthly bpf report (Sep 2024), syzbot
- [PATCH bpf-next v3 0/2] Fix bpf_get/setsockopt failed when TCP over IPv4 via INET6 API,
Feng zhou
- [PATCH bpf-next v1] selftests/bpf:Enhance bpf ability to detect ksym read error by libcap,
Lin Yikai
- [PATCH bpf-next v5 1/9] bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit,
Daniel Borkmann
- [PATCH bpf-next v5 2/9] bpf: Remove truncation test in bpf_strtol and bpf_strtoul helpers, Daniel Borkmann
- [PATCH bpf-next v5 3/9] bpf: Fix helper writes to read-only maps, Daniel Borkmann
- [PATCH bpf-next v5 5/9] bpf: Zero former ARG_PTR_TO_{LONG,INT} args in case of error, Daniel Borkmann
- [PATCH bpf-next v5 6/9] selftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized test, Daniel Borkmann
- [PATCH bpf-next v5 4/9] bpf: Improve check_raw_mode_ok test for MEM_UNINIT-tagged types, Daniel Borkmann
- [PATCH bpf-next v5 7/9] selftests/bpf: Rename ARG_PTR_TO_LONG test description, Daniel Borkmann
- [PATCH bpf-next v5 8/9] selftests/bpf: Add a test case to write strtol result into .rodata, Daniel Borkmann
- [PATCH bpf-next v5 9/9] selftests/bpf: Add a test case to write mtu result into .rodata, Daniel Borkmann
- Re: [PATCH bpf-next v5 1/9] bpf: Fix bpf_strtol and bpf_strtoul helpers for 32bit, patchwork-bot+netdevbpf
- [PATCH v2 1/3] btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.sh,
Masahiro Yamada
- [PATCH bpf-next RESEND v2] libbpf: Fix expected_attach_type set when kernel not support,
Tao Chen
- [PATCH v2] libbpf: Fix expected_attach_type set when kernel not support, Tao Chen
- [PATCH bpf-next v3 1/2] bpf: Fix a sdiv overflow issue,
Yonghong Song
- [PATCH v4 0/3] Fix deadlock caused by cgroup_mutex and cpu_hotplug_lock,
Chen Ridong
- [PATCH] bpf: Add get_entry_ip() for arm64, Masami Hiramatsu (Google)
- [PATCH bpf-next] libbpf: Fix expected_attach_type set when kernel not support,
Tao Chen
- [RFC PATCH 0/3] Allow sk_lookup UDP return traffic to egress.,
Tiago Lam
- [PATCH bpf-next v2] libbpf: add bpf_object__token_fd accessor,
Ihor Solodrai
- [PATCH bpf-next] libbpf: add bpf_object__token_fd accessor,
Ihor Solodrai
- [PATCH net] netkit: Assign missing bpf_net_context,
Breno Leitao
- [PATCH v14 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph,
Masami Hiramatsu (Google)
- [PATCH v14 01/19] tracing: Add a comment about ftrace_regs definition, Masami Hiramatsu (Google)
- [PATCH v14 02/19] tracing: Rename ftrace_regs_return_value to ftrace_regs_get_return_value, Masami Hiramatsu (Google)
- [PATCH v14 03/19] function_graph: Pass ftrace_regs to entryfunc, Masami Hiramatsu (Google)
- [PATCH v14 04/19] function_graph: Replace fgraph_ret_regs with ftrace_regs, Masami Hiramatsu (Google)
- [PATCH v14 05/19] function_graph: Pass ftrace_regs to retfunc, Masami Hiramatsu (Google)
- [PATCH v14 06/19] fprobe: Use ftrace_regs in fprobe entry handler, Masami Hiramatsu (Google)
- [PATCH v14 07/19] fprobe: Use ftrace_regs in fprobe exit handler, Masami Hiramatsu (Google)
- [PATCH v14 08/19] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs, Masami Hiramatsu (Google)
- [PATCH v14 09/19] tracing: Add ftrace_fill_perf_regs() for perf event, Masami Hiramatsu (Google)
- [PATCH v14 10/19] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS, Masami Hiramatsu (Google)
- [PATCH v14 11/19] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled, Masami Hiramatsu (Google)
- [PATCH v14 12/19] ftrace: Add CONFIG_HAVE_FTRACE_GRAPH_FUNC, Masami Hiramatsu (Google)
- [PATCH v14 13/19] fprobe: Rewrite fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v14 14/19] tracing: Fix function timing profiler to initialize hashtable, Masami Hiramatsu (Google)
- [PATCH v14 15/19] tracing/fprobe: Remove nr_maxactive from fprobe, Masami Hiramatsu (Google)
- [PATCH v14 16/19] selftests: ftrace: Remove obsolate maxactive syntax check, Masami Hiramatsu (Google)
- [PATCH v14 17/19] selftests/ftrace: Add a test case for repeating register/unregister fprobe, Masami Hiramatsu (Google)
- [PATCH v14 18/19] Documentation: probes: Update fprobe on function-graph tracer, Masami Hiramatsu (Google)
- [PATCH v14 19/19] fgraph: Skip recording calltime/rettime if it is not nneeded, Masami Hiramatsu (Google)
- Message not available
[RFC 0/2] fix two bugs related to page_pool,
Yunsheng Lin
[PATCH bpf-next v2] docs/bpf: Add missing BPF program types to docs,
Donald Hunter
[PATCH mptcp-next v5 1/5] bpf: Add mptcp_subflow bpf_iter,
Geliang Tang
[PATCH] tools/bpf: Add missing fclose.,
zhangjiao2
[PATCH bpf-next v2 1/2] bpf: Fix a sdiv overflow issue,
Yonghong Song
[PATCH bpf-next 0/2] Two tiny fixes for btf record,
Hou Tao
pull-request: bpf-next 2024-09-11,
Daniel Borkmann
[PATCH bpf] xsk: fix batch alloc API on non-coherent systems,
Maciej Fijalkowski
[syzbot] [bpf?] possible deadlock in htab_map_delete_elem, syzbot
[PATCH net] net: netfilter: move nf flowtable bpf initialization in nf_flow_table_module_init(),
Lorenzo Bianconi
[PATCH bpf-next/net v6 0/3] selftests/bpf: new MPTCP subflow subtest,
Matthieu Baerts (NGI0)
[PATCH bpf-next v1] docs/bpf: Add missing BPF program types to docs,
Donald Hunter
[RESEND][PATCH bpf 0/2] Check the remaining info_cnt before repeating btf fields,
Hou Tao
[RESEND][PATCH bpf 2/2] selftests/bpf: Add more test case for field flattening, Hou Tao
[PATCH 1/3] btf: remove redundant CONFIG_BPF test in scripts/link-vmlinux.sh,
Masahiro Yamada
[PATCH net v4 0/2] bpf: devmap: provide rxq after redirect,
Florian Kauer
[PATCH] Fix a bug in ebpf verifier,
lonial con
[PATCH bpf-next] bpf: lsm: Set bpf_lsm_blob_sizes.lbs_task to 0,
Song Liu
[PATCH v2] docs/bpf: Add constant values for linkages,
Will Hawkins
[PATCH bpf-next 1/2] bpf: Fix a sdiv overflow issue,
Yonghong Song
Adding new fields to xsk_tx_metadata,
tianmuyang
[PATCH bpf-next v3 0/5] bpf: Allow skb dynptr for tp_btf,
Philo Lu
[PATCH bpf-next v2] bpf: Use fake pt_regs when doing bpf syscall tracepoint tracing,
Yonghong Song
Toolchains Track at Linux Plumbers Conference, Jose E. Marchesi
[PATCH v3 01/13] LSM: Add the lsm_prop data structure., Casey Schaufler
[PATCH bpf-next v2] selftests/bpf: convert test_xdp_features.sh to test_progs,
Alexis Lothoré (eBPF Foundation)
[PATCH] uprobes: switch to RCU Tasks Trace flavor for better performance,
Andrii Nakryiko
[PATCH AUTOSEL 6.10 18/18] ice: check for XDP rings instead of bpf program when unconfiguring, Sasha Levin
[PATCH net-next v26 00/13] Device Memory TCP,
Mina Almasry
- [PATCH net-next v26 01/13] netdev: add netdev_rx_queue_restart(), Mina Almasry
- [PATCH net-next v26 02/13] net: netdev netlink api to bind dma-buf to a net device, Mina Almasry
- [PATCH net-next v26 03/13] netdev: support binding dma-buf to netdevice, Mina Almasry
- [PATCH net-next v26 04/13] netdev: netdevice devmem allocator, Mina Almasry
- [PATCH net-next v26 05/13] page_pool: devmem support, Mina Almasry
- [PATCH net-next v26 06/13] memory-provider: dmabuf devmem memory provider, Mina Almasry
- [PATCH net-next v26 07/13] net: support non paged skb frags, Mina Almasry
- [PATCH net-next v26 08/13] net: add support for skbs with unreadable frags, Mina Almasry
- [PATCH net-next v26 09/13] tcp: RX path for devmem TCP, Mina Almasry
- [PATCH net-next v26 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags, Mina Almasry
- [PATCH net-next v26 11/13] net: add devmem TCP documentation, Mina Almasry
- [PATCH net-next v26 12/13] selftests: add ncdevmem, netcat for devmem TCP, Mina Almasry
- [PATCH net-next v26 13/13] netdev: add dmabuf introspection, Mina Almasry
- Re: [PATCH net-next v26 00/13] Device Memory TCP, patchwork-bot+netdevbpf
[PATCH v2] bpftool: Fix undefined behavior in qsort(NULL, 0, ...),
Kuan-Wei Chiu
[no subject], Unknown
[PATCH HID v2 00/11] HID: bpf: add a new hook to control hid-generic,
Benjamin Tissoires
- [PATCH HID v2 01/11] HID: bpf: move HID-BPF report descriptor fixup earlier, Benjamin Tissoires
- [PATCH HID v2 02/11] HID: core: save one kmemdup during .probe(), Benjamin Tissoires
- [PATCH HID v2 03/11] HID: core: remove one more kmemdup on .probe(), Benjamin Tissoires
- [PATCH HID v2 04/11] HID: bpf: allow write access to quirks field in struct hid_device, Benjamin Tissoires
- [PATCH HID v2 05/11] selftests/hid: add dependency on hid_common.h, Benjamin Tissoires
- [PATCH HID v2 06/11] selftests/hid: cleanup C tests by adding a common struct uhid_device, Benjamin Tissoires
- [PATCH HID v2 07/11] selftests/hid: allow to parametrize bus/vid/pid/rdesc on the test device, Benjamin Tissoires
- [PATCH HID v2 08/11] HID: add per device quirk to force bind to hid-generic, Benjamin Tissoires
- [PATCH HID v2 09/11] selftests/hid: add test for assigning a given device to hid-generic, Benjamin Tissoires
- [PATCH HID v2 10/11] HID: add quirk to prevent hid-input to be used, Benjamin Tissoires
- [PATCH HID v2 11/11] selftests/hid: add test to disable hid-input, Benjamin Tissoires
- Re: (subset) [PATCH HID v2 00/11] HID: bpf: add a new hook to control hid-generic, Benjamin Tissoires
[v3 PATCH bpf-next 0/2] bpf: Add percpu map value size check,
Tao Chen
[PATCH bpf-next/net v5 0/3] selftests/bpf: new MPTCP subflow subtest,
Matthieu Baerts (NGI0)
[PATCH 1/2] perf build: Autodetect minimum required llvm-dev version,
James Clark
[PATCH] bpftool: Fix undefined behavior in qsort(NULL, 0, ...),
Kuan-Wei Chiu
[PATCH bpf-next] libbpf: Fix uretprobe.multi.s programs auto attachment,
Jiri Olsa
[PATCH v2 bpf-next] selftests: xsk: read current MAX_SKB_FRAGS from sysctl knob,
Maciej Fijalkowski
[no subject], Unknown
[PATCH 6.10 177/375] perf lock contention: Fix spinlock and rwlock accounting, Greg Kroah-Hartman
[PATCH net-next v4 0/6] net: ethernet: ti: am65-cpsw: Add multi queue RX support,
Roger Quadros
[PATCH net] net/mlx5: Fix error path in multi-packet WQE transmit,
Gerd Bayer
[PATCH] arm64: uprobes: Simulate STP for pushing fp/lr into user stack,
Liao Chang
[PATCH mptcp-next v3 1/5] bpf: Add mptcp_subflow bpf_iter,
Geliang Tang
[PATCH bpf-next] bpf: Use fake pt_regs when doing bpf syscall tracepoint tracing,
Yonghong Song
[PATCH bpf-next] bpf: ringbuf: Support consuming BPF_MAP_TYPE_RINGBUF from prog,
Daniel Xu
[PATCH bpf-next v2] libbpf: fix some typos in comments, Yusheng Zheng
[PATCH 0/3] SRCU-protected uretprobes hot path,
Andrii Nakryiko
[PATCH bpf-next v3] selftests/bpf: Fix arena_atomics failure due to llvm change,
Yonghong Song
[PATCH] bpf: devmap: allow for repeated redirect,
Florian Kauer
[syzbot] [mm?] INFO: rcu detected stall in x64_sys_call,
syzbot
[PATCH net 5/5] igb: Always call igb_xdp_ring_update_tail() under Tx lock, Tony Nguyen
[PATCH 0/8] tracing: Allow system call tracepoints to handle page faults,
Mathieu Desnoyers
- [PATCH 2/8] tracing/ftrace: guard syscall probe with preempt_notrace, Mathieu Desnoyers
- [PATCH 3/8] tracing/perf: guard syscall probe with preempt_notrace, Mathieu Desnoyers
- [PATCH 4/8] tracing/bpf: guard syscall probe with preempt_notrace, Mathieu Desnoyers
- [PATCH 1/8] tracing: Declare system call tracepoints with TRACE_EVENT_SYSCALL, Mathieu Desnoyers
- [PATCH 8/8] tracing/bpf: Add might_fault check to syscall probes, Mathieu Desnoyers
- [PATCH 5/8] tracing: Allow system call tracepoints to handle page faults, Mathieu Desnoyers
- [PATCH 6/8] tracing/ftrace: Add might_fault check to syscall probes, Mathieu Desnoyers
- [PATCH 7/8] tracing/perf: Add might_fault check to syscall probes, Mathieu Desnoyers
- Re: [PATCH 0/8] tracing: Allow system call tracepoints to handle page faults, Andrii Nakryiko
- Re: [PATCH 0/8] tracing: Allow system call tracepoints to handle page faults, Google
[PATCH bpf-next] selftests/bpf: convert test_xdp_features.sh to test_progs,
Alexis Lothoré (eBPF Foundation)
[PATCH net v3 0/2] bpf: devmap: provide rxq after redirect,
Florian Kauer
[PATCH bpf-next] MAINTAINERS: record lib/buildid.c as owned by BPF subsystem,
Andrii Nakryiko
[PATCH bpf-next] MAINTAINERS: BPF ARC JIT: update my e-mail address,
Shahab Vahedi
Kernel oops caused by signed divide,
Zac Ecob
[PATCH] perf/x86/intel: Allow to setup LBR for counting event for BPF,
kan . liang
[PATCH bpf-next] selftests: xsk: read current MAX_SKB_FRAGS from sysctl knob,
Maciej Fijalkowski
[PATCH bpf] bpf: Fix error message on kfunc arg type mismatch,
Maxim Mikityanskiy
[PATCH v2] bpftool: Fix typos,
Andrew Kreimer
[PATCH RESEND v2 00/19] random: Resolve circular include dependency and include <linux/percpu.h>,
Uros Bizjak
[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]