BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- Re: [PATCH v4 bpf-next 8/8] selftests/bpf: introduce XDP compliance test tool, (continued)
- [PATCH] ixgbe: Panic during XDP_TX with > 64 CPUs,
John Hickey
- pull-request: bpf-next 2023-01-28,
Daniel Borkmann
- [PATCH bpf-next v2 00/31] Support bpf trampoline for s390x,
Ilya Leoshkevich
- [PATCH bpf-next v2 03/31] selftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTF, Ilya Leoshkevich
- [PATCH bpf-next v2 05/31] selftests/bpf: Fix symlink creation error, Ilya Leoshkevich
- [PATCH bpf-next v2 02/31] bpf: Change BPF_MAX_TRAMP_LINKS to enum, Ilya Leoshkevich
- [PATCH bpf-next v2 08/31] selftests/bpf: Fix decap_sanity_ns cleanup, Ilya Leoshkevich
- [PATCH bpf-next v2 09/31] selftests/bpf: Fix verify_pkcs7_sig on s390x, Ilya Leoshkevich
- [PATCH bpf-next v2 07/31] selftests/bpf: Set errno when urand_spawn() fails, Ilya Leoshkevich
- [PATCH bpf-next v2 11/31] selftests/bpf: Fix cgrp_local_storage on s390x, Ilya Leoshkevich
- [PATCH bpf-next v2 10/31] selftests/bpf: Fix xdp_do_redirect on s390x, Ilya Leoshkevich
- [PATCH bpf-next v2 12/31] selftests/bpf: Check stack_mprotect() return value, Ilya Leoshkevich
- [PATCH bpf-next v2 14/31] selftests/bpf: Add a sign-extension test for kfuncs, Ilya Leoshkevich
- [PATCH bpf-next v2 13/31] selftests/bpf: Increase SIZEOF_BPF_LOCAL_STORAGE_ELEM on s390x, Ilya Leoshkevich
- [PATCH bpf-next v2 16/31] selftests/bpf: Fix test_xdp_adjust_tail_grow2 on s390x, Ilya Leoshkevich
- [PATCH bpf-next v2 18/31] selftests/bpf: Fix sk_assign on s390x, Ilya Leoshkevich
- [PATCH bpf-next v2 15/31] selftests/bpf: Fix test_lsm on s390x, Ilya Leoshkevich
- [PATCH bpf-next v2 20/31] selftests/bpf: Fix profiler on s390x, Ilya Leoshkevich
- [PATCH bpf-next v2 19/31] selftests/bpf: Fix xdp_synproxy/tc on s390x, Ilya Leoshkevich
- [PATCH bpf-next v2 22/31] libbpf: Fix unbounded memory access in bpf_usdt_arg(), Ilya Leoshkevich
- [PATCH bpf-next v2 23/31] libbpf: Fix BPF_PROBE_READ{_STR}_INTO() on s390x, Ilya Leoshkevich
- [PATCH bpf-next v2 26/31] s390/bpf: Fix a typo in a comment, Ilya Leoshkevich
- [PATCH bpf-next v2 25/31] bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag, Ilya Leoshkevich
- [PATCH bpf-next v2 21/31] libbpf: Simplify barrier_var(), Ilya Leoshkevich
- [PATCH bpf-next v2 27/31] s390/bpf: Add expoline to tail calls, Ilya Leoshkevich
- [PATCH bpf-next v2 28/31] s390/bpf: Implement bpf_arch_text_poke(), Ilya Leoshkevich
- [PATCH bpf-next v2 31/31] s390/bpf: Implement bpf_jit_supports_kfunc_call(), Ilya Leoshkevich
- [PATCH bpf-next v2 24/31] bpf: iterators: Split iterators.lskel.h into little- and big- endian versions, Ilya Leoshkevich
- [PATCH bpf-next v2 29/31] s390/bpf: Implement arch_prepare_bpf_trampoline(), Ilya Leoshkevich
- [PATCH bpf-next v2 30/31] s390/bpf: Implement bpf_jit_supports_subprog_tailcalls(), Ilya Leoshkevich
- [PATCH bpf-next v2 04/31] selftests/bpf: Fix liburandom_read.so linker error, Ilya Leoshkevich
- [PATCH bpf-next v2 06/31] selftests/bpf: Fix kfree_skb on s390x, Ilya Leoshkevich
- [PATCH bpf-next v2 01/31] bpf: Use ARG_CONST_SIZE_OR_ZERO for 3rd argument of bpf_tcp_raw_gen_syncookie_ipv{4,6}(), Ilya Leoshkevich
- [PATCH bpf-next v2 17/31] selftests/bpf: Fix vmlinux test on s390x, Ilya Leoshkevich
- Re: [PATCH bpf-next v2 00/31] Support bpf trampoline for s390x, patchwork-bot+netdevbpf
- [PATCHSET v2] sched: Implement BPF extensible scheduler class,
Tejun Heo
- [PATCH 01/30] cgroup: Implement cgroup_show_cftypes(), Tejun Heo
- [PATCH 03/30] sched: Restructure sched_class order sanity checks in sched_init(), Tejun Heo
- [PATCH 02/30] sched: Encapsulate task attribute change sequence into a helper macro, Tejun Heo
- [PATCH 04/30] sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork(), Tejun Heo
- [PATCH 05/30] sched: Add sched_class->reweight_task(), Tejun Heo
- [PATCH 06/30] sched: Add sched_class->switching_to() and expose check_class_changing/changed(), Tejun Heo
- [PATCH 07/30] sched: Factor out cgroup weight conversion functions, Tejun Heo
- [PATCH 08/30] sched: Expose css_tg(), __setscheduler_prio() and SCHED_CHANGE_BLOCK(), Tejun Heo
- [PATCH 12/30] sched_ext: Add boilerplate for extensible scheduler class, Tejun Heo
- [PATCH 09/30] sched: Enumerate CPU cgroup file types, Tejun Heo
- [PATCH 10/30] sched: Add @reason to sched_class->rq_{on|off}line(), Tejun Heo
- [PATCH 11/30] sched: Add normal_policy(), Tejun Heo
- [PATCH 15/30] sched_ext: Add sysrq-S which disables the BPF scheduler, Tejun Heo
- [PATCH 14/30] sched_ext: Add scx_example_dummy and scx_example_qmap example schedulers, Tejun Heo
- [PATCH 16/30] sched_ext: Implement runnable task stall watchdog, Tejun Heo
- [PATCH 20/30] sched_ext: Make watchdog handle ops.dispatch() looping stall, Tejun Heo
- [PATCH 17/30] sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED_EXT, Tejun Heo
- [PATCH 21/30] sched_ext: Add task state tracking operations, Tejun Heo
- [PATCH 19/30] sched_ext: Implement scx_bpf_kick_cpu() and task preemption support, Tejun Heo
- [PATCH 24/30] sched_ext: Implement SCX_KICK_WAIT, Tejun Heo
- [PATCH 23/30] sched_ext: Add cgroup support, Tejun Heo
- [PATCH 22/30] sched_ext: Implement tickless support, Tejun Heo
- [PATCH 18/30] sched_ext: Allow BPF schedulers to switch all eligible tasks into sched_ext, Tejun Heo
- [PATCH 26/30] sched_ext: Implement sched_ext_ops.cpu_online/offline(), Tejun Heo
- [PATCH 27/30] sched_ext: Implement core-sched support, Tejun Heo
- [PATCH 25/30] sched_ext: Implement sched_ext_ops.cpu_acquire/release(), Tejun Heo
- [PATCH 28/30] sched_ext: Documentation: scheduler: Document extensible scheduler class, Tejun Heo
- [PATCH 29/30] sched_ext: Add a basic, userland vruntime scheduler, Tejun Heo
- [PATCH 30/30] sched_ext: Add a rust userspace hybrid example scheduler, Tejun Heo
- Re: [PATCHSET v2] sched: Implement BPF extensible scheduler class, Tejun Heo
- [PATCH bpf-next v4] bpf, docs: Use consistent names for the same field,
Dave Thaler
- pull-request: bpf 2023-01-27,
Daniel Borkmann
- [PATCH bpf-next] selftest/bpf: Make crashes more debuggable in test_progs,
Stanislav Fomichev
- [PATCH bpf-next] Add support for tracing programs in BPF_PROG_RUN,
Grant Seltzer
- [PATCH v9 bpf-next 0/5] Add skb + xdp dynptrs,
Joanne Koong
- [PATCH bpf-next 0/6] New benchmark for hashmap lookups,
Anton Protopopov
- [PATCH v3 1/3] selftests: net: .gitignore the scratch directory of bpf,
Andrei Gherzan
- [PATCH bpf-next RFC V1] selftests/bpf: xdp_hw_metadata clear metadata when -EOPNOTSUPP,
Jesper Dangaard Brouer
- [PATCH v2 net] ixgbe: allow to increase MTU to some extent with XDP enabled,
Jason Xing
- [PATCH 00/35] Documentation: correct lots of spelling errors (series 1),
Randy Dunlap
- [PATCH bpf v2] bpf: Fix the kernel crash caused by bpf_setsockopt().,
Kui-Feng Lee
- [PATCH v8 bpf-next 0/5] Add skb + xdp dynptrs,
Joanne Koong
- [PATCH bpf-next v2] selftests/bpf: Properly enable hwtstamp in xdp_hw_metadata,
Stanislav Fomichev
- Mapping local-storage maps into user space,
David Vernet
- [LSF/MM/BPF TOPIC] State Of The Page,
Matthew Wilcox
- [LSF/MM/BPF TOPIC] Multi-kfunc sets / restricted scoping,
David Vernet
- [PATCH v3 bpf-next 0/8] xdp: introduce xdp-feature support,
Lorenzo Bianconi
- [PATCH net-next 05/11] net: add missing includes of linux/sched/clock.h, Jakub Kicinski
- [LSF/MM/BPF TOPIC] Per-arg kfunc flags, David Vernet
- [PATCH bpf-next] Fix malformed documentation formatting,
Grant Seltzer
- [PATCH bpf-next] Add documentation to map pinning API functions,
Grant Seltzer
- [PATCH] perf lock contention: Add -S/--callstack-filter option,
Namhyung Kim
- [PATCH bpf-next] selftests/bpf: Properly enable hwtstamp in xdp_hw_metadata,
Stanislav Fomichev
- [PATCH bpf-next 00/24] Support bpf trampoline for s390x,
Ilya Leoshkevich
- [PATCH bpf-next 22/24] s390/bpf: Implement arch_prepare_bpf_trampoline(), Ilya Leoshkevich
- [PATCH bpf-next 15/24] selftests/bpf: Fix test_xdp_adjust_tail_grow2 on s390x, Ilya Leoshkevich
- [PATCH bpf-next 08/24] selftests/bpf: Fix verify_pkcs7_sig on s390x, Ilya Leoshkevich
- [PATCH bpf-next 01/24] selftests/bpf: Fix liburandom_read.so linker error, Ilya Leoshkevich
- [PATCH bpf-next 16/24] selftests/bpf: Fix vmlinux test on s390x, Ilya Leoshkevich
- [PATCH bpf-next 05/24] selftests/bpf: Fix kfree_skb on s390x, Ilya Leoshkevich
- [PATCH bpf-next 11/24] selftests/bpf: Check stack_mprotect() return value, Ilya Leoshkevich
- [PATCH bpf-next 02/24] selftests/bpf: Fix symlink creation error, Ilya Leoshkevich
- [PATCH bpf-next 21/24] bpf: btf: Add BTF_FMODEL_SIGNED_ARG flag, Ilya Leoshkevich
- [PATCH bpf-next 07/24] selftests/bpf: Fix decap_sanity_ns cleanup, Ilya Leoshkevich
- [PATCH bpf-next 09/24] selftests/bpf: Fix xdp_do_redirect on s390x, Ilya Leoshkevich
- [PATCH bpf-next 10/24] selftests/bpf: Fix cgrp_local_storage on s390x, Ilya Leoshkevich
- [PATCH bpf-next 06/24] selftests/bpf: Set errno when urand_spawn() fails, Ilya Leoshkevich
- [PATCH bpf-next 17/24] libbpf: Read usdt arg spec with bpf_probe_read_kernel(), Ilya Leoshkevich
- [PATCH bpf-next 12/24] selftests/bpf: Increase SIZEOF_BPF_LOCAL_STORAGE_ELEM on s390x, Ilya Leoshkevich
- [PATCH bpf-next 19/24] s390/bpf: Add expoline to tail calls, Ilya Leoshkevich
- [PATCH bpf-next 03/24] selftests/bpf: Fix fexit_stress on s390x, Ilya Leoshkevich
- [PATCH bpf-next 20/24] s390/bpf: Implement bpf_arch_text_poke(), Ilya Leoshkevich
- [PATCH bpf-next 23/24] s390/bpf: Implement bpf_jit_supports_subprog_tailcalls(), Ilya Leoshkevich
- [PATCH bpf-next 18/24] s390/bpf: Fix a typo in a comment, Ilya Leoshkevich
- [PATCH bpf-next 04/24] selftests/bpf: Fix trampoline_count on s390x, Ilya Leoshkevich
- [PATCH bpf-next 13/24] selftests/bpf: Add a sign-extension test for kfuncs, Ilya Leoshkevich
- [PATCH bpf-next 14/24] selftests/bpf: Fix test_lsm on s390x, Ilya Leoshkevich
- [PATCH bpf-next 24/24] s390/bpf: Implement bpf_jit_supports_kfunc_call(), Ilya Leoshkevich
- Re: [PATCH bpf-next 00/24] Support bpf trampoline for s390x, Andrii Nakryiko
- [PATCH v2 1/2] selftests: net: Fix missing nat6to4.o when running udpgro_frglist.sh,
Andrei Gherzan
- [PATCH bpf-next v3 0/2] Enable bpf_setsockopt() on ktls enabled sockets.,
Kui-Feng Lee
- [PATCH] bpf, docs: Use consistent names for the same field,
dthaler1968
- [PATCH] bpf, docs: Add note about type convention,
dthaler1968
- [for-next][PATCH 12/12] bpf/tracing: Use stage6 of tracing to not duplicate macros, Steven Rostedt
- [PATCH 1/2] selftests: net: Fix missing nat6to4.o when running udpgro_frglist.sh,
Andrei Gherzan
- [PATCH bpf-next v4 0/4] Enable struct_ops programs to be sleepable,
David Vernet
- Re: [syzbot] WARNING in pskb_expand_head,
syzbot
- [PATCH bpf-next v3 0/7] Enable cpumasks to be used as kptrs,
David Vernet
- [bpf-next v2] selftests/bpf: fix vmtest static compilation error, Daniel T. Lee
- [PATCH v2 0/6] introduce vm_flags modifier functions,
Suren Baghdasaryan
- [PATCH net v2 0/5] net: xdp: execute xdp_do_flush() before napi_complete_done(),
Magnus Karlsson
- [PATCH bpf-next v3 0/4] Subject: [PATCH bpf-next v2 0/4] Enable struct_ops programs to be sleepable,
David Vernet
- [PATCH bpf-next] bpftool: disable bpfilter kernel config checks,
Chethan Suresh
- [PATCH v2 bpf-next 0/8] xdp: introduce xdp-feature support,
Lorenzo Bianconi
- [PATCH bpf-next] bpf: Fix the kernel crash caused by bpf_setsockopt().,
Kui-Feng Lee
- KASAN veth use after free in XDP_REDIRECT,
Shawn Bohrer
- [RFC bpf-next] docs/bpf: Add description of register liveness tracking algorithm,
Eduard Zingerman
- [PATCH 0/2] tracing: Have bpf and perf reuse the tracefs TRACE_EVENT macros,
Steven Rostedt
- [PATCH bpf-next v2 0/2] Enable bpf_setsockopt() on ktls enabled sockets.,
Kui-Feng Lee
- [PATCH bpf-next v2 0/4] Enable struct_ops programs to be sleepable,
David Vernet
- [PATCH dwarves 0/5] dwarves: support encoding of optimized-out parameters, removal of inconsistent static functions,
Alan Maguire
- [PATCH bpf-next 0/5] bpf: Move kernel test kfuncs into bpf_testmod,
Jiri Olsa
- [PATCH AUTOSEL 5.15 06/14] bpf: Skip task with pid=1 in send_signal_common(), Sasha Levin
- [PATCH AUTOSEL 5.4 2/6] bpf: Skip task with pid=1 in send_signal_common(), Sasha Levin
- [PATCH AUTOSEL 5.10 4/8] bpf: Skip task with pid=1 in send_signal_common(), Sasha Levin
- [PATCH AUTOSEL 6.1 06/35] bpf: Skip task with pid=1 in send_signal_common(), Sasha Levin
- [PATCH v4 1/2] tools/resolve_btfids: Install subcmd headers,
Ian Rogers
- [RFC PATCH 11/19] xdp: convert to use vm_account, Alistair Popple
- [RFC PATCH 01/19] mm: Introduce vm_account,
Alistair Popple
- Is fentry/fexit support possible with an external BTF?,
Jason Ling
- [PATCH bpf-next 0/3] Enable struct_ops programs to be sleepable,
David Vernet
- linux-next: manual merge of the bpf-next tree with Linus' tree,
Stephen Rothwell
- [PATCH v1 bpf-next 1/2] selftests/bpf: Clean up user_ringbuf, cgrp_kfunc, task_kfunc, kfunc_dynptr_param tests,
Joanne Koong
- [PATCH bpf-next v2 0/3] Add BPF_KFUNC macro for kfunc definitions,
David Vernet
- [RFC bpf-next 0/5] test_verifier tests migration to inline assembly,
Eduard Zingerman
- Are BPF programs preemptible?,
Yaniv Agman
- [PATCH] perf test: Switch basic bpf filtering test to use syscall tracepoint,
Naveen N. Rao
- Kernel build fail with 'btf_encoder__encode: btf__dedup failed!',
Daniel Xu
- [PATCH bpf v2 0/4] bpf, sockmap: Fix infinite recursion in sock_map_close,
Jakub Sitnicki
- [PATCH bpf v2 2/4] bpf, sockmap: Check for any of tcp_bpf_prots when cloning a listener, Jakub Sitnicki
- [PATCH bpf v2 1/4] bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself, Jakub Sitnicki
- [PATCH bpf v2 3/4] selftests/bpf: Pass BPF skeleton to sockmap_listen ops tests, Jakub Sitnicki
- [PATCH bpf v2 4/4] selftests/bpf: Cover listener cloning with progs attached to sockmap, Jakub Sitnicki
- Re: [PATCH bpf v2 0/4] bpf, sockmap: Fix infinite recursion in sock_map_close, patchwork-bot+netdevbpf
- [PATCH net] ixgbe: allow to increase MTU to some extent with XDP enalbed,
Jason Xing
[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]