BPF - Berkeley Packet Filters
[Prev Page][Next Page]
- Re: [PATCH v4 bpf-next 1/3] libbpf: Fix event name too long error, (continued)
- Re: [PATCH v4 bpf-next 3/3] selftests/bpf: Add test for attaching kprobe with long event names, Andrii Nakryiko
- [PATCH net v2] net: lwtunnel: disable BHs when required,
Justin Iurman
- [no subject], Unknown
- [PATCH iwl-next 00/16] libeth: add libeth_xdp helper lib,
Alexander Lobakin
- [PATCH iwl-next 01/16] libeth: convert to netmem, Alexander Lobakin
- [PATCH iwl-next 02/16] libeth: support native XDP and register memory model, Alexander Lobakin
- [PATCH iwl-next 03/16] libeth: xdp: add XDP_TX buffers sending, Alexander Lobakin
- [PATCH iwl-next 04/16] libeth: xdp: add .ndo_xdp_xmit() helpers, Alexander Lobakin
- [PATCH iwl-next 05/16] libeth: xdp: add XDPSQE completion helpers, Alexander Lobakin
- [PATCH iwl-next 06/16] libeth: xdp: add XDPSQ locking helpers, Alexander Lobakin
- [PATCH iwl-next 08/16] libeth: xdp: add helpers for preparing/processing &libeth_xdp_buff, Alexander Lobakin
- [PATCH iwl-next 07/16] libeth: xdp: add XDPSQ cleanup timers, Alexander Lobakin
- [PATCH iwl-next 09/16] libeth: xdp: add XDP prog run and verdict result handling, Alexander Lobakin
- [PATCH iwl-next 10/16] libeth: xdp: add templates for building driver-side callbacks, Alexander Lobakin
- [PATCH iwl-next 11/16] libeth: xdp: add RSS hash hint and XDP features setup helpers, Alexander Lobakin
- [PATCH iwl-next 12/16] libeth: xsk: add XSk XDP_TX sending helpers, Alexander Lobakin
- [PATCH iwl-next 13/16] libeth: xsk: add XSk xmit functions, Alexander Lobakin
- [PATCH iwl-next 14/16] libeth: xsk: add XSk Rx processing support, Alexander Lobakin
- [PATCH iwl-next 15/16] libeth: xsk: add XSkFQ refill and XSk wakeup helpers, Alexander Lobakin
- [PATCH iwl-next 16/16] libeth: xdp, xsk: access adjacent u32s as u64 where applicable, Alexander Lobakin
- [PATCH bpf] selftests/bpf: remove sockmap_ktls disconnect_after_delete test,
Ihor Solodrai
- [PATCH] selftests/bpf: remove sockmap_ktls disconnect_after_delete test, Ihor Solodrai
- [PATCH bpf v3] libbpf: Fix buffer overflow in bpf_object__init_prog,
Viktor Malik
- [PATCH net-next V4 0/2] veth: qdisc backpressure and qdisc check refactor,
Jesper Dangaard Brouer
- [PATCH] bpf: Remove tracing program restriction on map types,
Devaansh Kumar
- [PATCH net v4 0/3] Bug fixes from XDP and perout series,
Meghana Malladi
- [PATCH v3 0/3] virtio-net: disable delayed refill when pausing rx,
Bui Quang Minh
- [PATCH -next] selftest/bpf/benchs: Remove duplicate sys/types.h header,
Jiapeng Chong
- Re: [PATCH net 1/2] net: tls: explicitly disallow disconnect,
Ihor Solodrai
- [PATCH 0/4] Replace CONFIG_DMABUF_SYSFS_STATS with BPF,
T.J. Mercier
- [PATCH v1 bpf 0/2] bpf: Don't trigger __bpf_prog_ret0_warn() for -ENOMEM.,
Kuniyuki Iwashima
- [PATCH bpf-next] kbuild, bpf: enable --btf_features=attributes,
Ihor Solodrai
- [PATCH] xen-netfront: handle NULL returned by xdp_convert_buff_to_frame(),
Alexey Nepomnyashih
[syzbot] [bpf?] general protection fault in drain_mem_cache (3), syzbot
[RFC PATCH bpf-next/net v1 00/13] BPF Standard Streams,
Kumar Kartikeya Dwivedi
- [RFC PATCH bpf-next/net v1 03/13] selftests/bpf: Convert dynptr_fail to use vmlinux.h, Kumar Kartikeya Dwivedi
- [RFC PATCH bpf-next/net v1 04/13] selftests/bpf: Add tests for dynptr source object interaction, Kumar Kartikeya Dwivedi
- [RFC PATCH bpf-next/net v1 07/13] bpf: Introduce per-prog stdout/stderr streams, Kumar Kartikeya Dwivedi
- [RFC PATCH bpf-next/net v1 05/13] locking/local_lock, mm: Replace localtry_ helpers with local_trylock_t type, Kumar Kartikeya Dwivedi
- [RFC PATCH bpf-next/net v1 08/13] bpf: Add dump_stack() analogue to print to BPF stderr, Kumar Kartikeya Dwivedi
- [RFC PATCH bpf-next/net v1 06/13] bpf: Introduce bpf_dynptr_from_mem_slice, Kumar Kartikeya Dwivedi
- [RFC PATCH bpf-next/net v1 09/13] bpf: Report may_goto timeout to BPF stderr, Kumar Kartikeya Dwivedi
- [RFC PATCH bpf-next/net v1 11/13] bpf: Report arena faults to BPF stderr, Kumar Kartikeya Dwivedi
- [RFC PATCH bpf-next/net v1 12/13] bpftool: Add support for dumping streams, Kumar Kartikeya Dwivedi
- [RFC PATCH bpf-next/net v1 02/13] bpf: Compare dynptr_id in regsafe, Kumar Kartikeya Dwivedi
- [RFC PATCH bpf-next/net v1 01/13] bpf: Tie dynptrs to referenced source objects, Kumar Kartikeya Dwivedi
- [RFC PATCH bpf-next/net v1 13/13] selftests/bpf: Add tests for prog streams, Kumar Kartikeya Dwivedi
- [RFC PATCH bpf-next/net v1 10/13] bpf: Report rqspinlock deadlocks/timeout to BPF stderr, Kumar Kartikeya Dwivedi
[PATCH bpf-next v3 1/2] bpf, sockmap: Introduce tracing capability for sockmap,
Jiayuan Chen
[PATCH net-next RFC V3 0/2] veth: qdisc backpressure and qdisc check refactor,
Jesper Dangaard Brouer
[PATCH v3] mm: alloc_pages_bulk: support both simple and full-featured API,
Yunsheng Lin
Re: [PATCH v3 bpf-next 3/3] selftests/bpf: Add test for attaching kprobe with long event names, Jiri Olsa
Re: [PATCH v3 bpf-next 1/3] libbpf: Fix event name too long error,
Jiri Olsa
[PATCHv3 perf/core 1/2] uprobes/x86: Add support to emulate nop instructions,
Jiri Olsa
[PATCH v2 0/3] virtio-net: disable delayed refill when pausing rx,
Bui Quang Minh
[syzbot] [bpf?] general protection fault in bpf_get_local_storage, syzbot
[PATCH bpf v2] ftrace: fix incorrect hash size in register_ftrace_direct(),
Menglong Dong
[GIT PULL] BPF fixes for 6.15-rc2,
Alexei Starovoitov
[PATCH bpf-next 0/2] bpf: Allow access to const void pointer arguments in tracing programs,
KaFai Wan
[PATCH bpf] ftrace: fix incorrect hash size in register_ftrace_direct(),
Menglong Dong
[syzbot] [bpf?] [net?] possible deadlock in xsk_notifier (2),
syzbot
[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments,
Alexis Lothoré (eBPF Foundation)
[PATCH v2 bpf-next 0/5] bpf: udp: Exactly-once socket iteration,
Jordan Rife
Re: [PATCH bpf-next v2] libbpf: Fix event name too long error, Andrii Nakryiko
[PATCHv2 perf/core 1/2] uprobes/x86: Add support to emulate nop instructions,
Jiri Olsa
[PATCH bpf-next v2 0/9] selftests/bpf: Test sockmap/sockhash redirection,
Michal Luczaj
Message not available
[PATCH bpf-next v2 6/9] selftests/bpf: sockmap_listen cleanup: Drop af_vsock redir tests, Michal Luczaj
[PATCH bpf-next v2 8/9] selftests/bpf: sockmap_listen cleanup: Drop af_inet SOCK_DGRAM redir tests, Michal Luczaj
Re: [PATCH bpf-next v2 0/9] selftests/bpf: Test sockmap/sockhash redirection, John Fastabend
[PATCH bpf v1] bpf: Convert ringbuf.c to rqspinlock,
Kumar Kartikeya Dwivedi
[PATCH bpf-next v2] bpf, sockmap: Introduce tracing capability for sockmap,
Jiayuan Chen
[PATCH 6.1.y] bpf: Prevent tail call between progs attached to different hooks, jianqi.ren.cn
[PATCH v1] perf lock: Add --duration-filter option,
Chun-Tse Shao
[PATCH 6.12.y] libbpf: Prevent compiler warnings/errors, He Zhe
[RFC PATCH bpf-next 0/4] bpf: Implement mprog API on top of existing cgroup progs,
Yonghong Song
[PATCH bpf-next v2] libbpf: verify section type in btf_find_elf_sections,
Ihor Solodrai
[PATCH v2 00/12] Move uid filtering to BPF filters,
Ian Rogers
- [PATCH v2 01/12] perf tests record: Cleanup improvements, Ian Rogers
- [PATCH v2 02/12] perf bench evlist-open-close: Reduce scope of 2 variables, Ian Rogers
- [PATCH v2 03/12] perf parse-events filter: Use evsel__find_pmu, Ian Rogers
- [PATCH v2 05/12] perf parse-events: Add parse_uid_filter helper, Ian Rogers
- [PATCH v2 04/12] perf target: Separate parse_uid into its own function, Ian Rogers
- [PATCH v2 06/12] perf record: Switch user option to use BPF filter, Ian Rogers
- [PATCH v2 07/12] perf tests record: Add basic uid filtering test, Ian Rogers
- [PATCH v2 08/12] perf top: Switch user option to use BPF filter, Ian Rogers
- [PATCH v2 09/12] perf trace: Switch user option to use BPF filter, Ian Rogers
- [PATCH v2 10/12] perf bench evlist-open-close: Switch user option to use BPF filter, Ian Rogers
- [PATCH v2 12/12] perf thread_map: Remove uid options, Ian Rogers
- [PATCH v2 11/12] perf target: Remove uid from target, Ian Rogers
- Re: [PATCH v2 00/12] Move uid filtering to BPF filters, Ian Rogers
[PATCH bpf v2 1/1] selftests/bpf: Make res_spin_lock AA test condition stronger, Kumar Kartikeya Dwivedi
[PATCH bpf v1] bpf: Convert queue_stack_maps.c to rqspinlock,
Kumar Kartikeya Dwivedi
[PATCH bpf v1] bpf: Use architecture provided res_smp_cond_load_acquire,
Kumar Kartikeya Dwivedi
Re: [PATCH bpf-next] libbpf: Fix event name too long error,
Hengqi Chen
[PATCH bpf-next v1] selftests/bpf: Make res_spin_lock AA test condition stronger, Kumar Kartikeya Dwivedi
[PATCH bpf v2] libbpf: Fix buffer overflow in bpf_object__init_prog,
Viktor Malik
[PATCH dwarves v1] dwarf_loader: Fix skipped encoding of function BTF on 32-bit systems,
Tony Ambardar
[PATCH net-next] net: filter: remove dead instructions in filter code,
Lion Ackermann
[PATCH bpf] libbpf: Fix buffer overflow in bpf_object__init_prog,
Viktor Malik
[mainline]Kernel Warnings at kernel/bpf/syscall.c:3374,
Venkat Rao Bagalkote
Re: [PATCH bpf-next v2] bpf: Remove duplicate judgments, Alexei Starovoitov
[syzbot] [bpf?] [net?] possible deadlock in xsk_bind,
syzbot
[PATCH bpf-next v7 00/10] bpf qdisc,
Amery Hung
- [PATCH bpf-next v7 01/10] bpf: Prepare to reuse get_ctx_arg_idx, Amery Hung
- [PATCH bpf-next v7 03/10] bpf: net_sched: Add basic bpf qdisc kfuncs, Amery Hung
- [PATCH bpf-next v7 05/10] bpf: net_sched: Support updating bstats, Amery Hung
- [PATCH bpf-next v7 02/10] bpf: net_sched: Support implementation of Qdisc_ops in bpf, Amery Hung
- [PATCH bpf-next v7 08/10] selftests/bpf: Add a basic fifo qdisc test, Amery Hung
- [PATCH bpf-next v7 10/10] selftests/bpf: Test attaching bpf qdisc to mq and non root, Amery Hung
- [PATCH bpf-next v7 09/10] selftests/bpf: Add a bpf fq qdisc to selftest, Amery Hung
- [PATCH bpf-next v7 04/10] bpf: net_sched: Add a qdisc watchdog timer, Amery Hung
- [PATCH bpf-next v7 06/10] bpf: net_sched: Disable attaching bpf qdisc to non root, Amery Hung
- [PATCH bpf-next v7 07/10] libbpf: Support creating and destroying qdisc, Amery Hung
- Re: [PATCH bpf-next v7 00/10] bpf qdisc, patchwork-bot+netdevbpf
[PATCH v1 bpf-next 0/5] Exactly-once UDP socket iteration,
Jordan Rife
[PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code,
Kuan-Wei Chiu
- [PATCH v4 03/13] media: pci: cx18-av-vbi: Replace open-coded parity calculation with parity_odd(), Kuan-Wei Chiu
- [PATCH v4 05/13] serial: max3100: Replace open-coded parity calculation with parity_odd(), Kuan-Wei Chiu
- [PATCH v4 04/13] media: saa7115: Replace open-coded parity calculation with parity_odd(), Kuan-Wei Chiu
- [PATCH v4 07/13] Input: joystick - Replace open-coded parity calculation with parity_odd(), Kuan-Wei Chiu
- [PATCH v4 01/13] bitops: Change parity8() to parity_odd() with u64 input and bool return type, Kuan-Wei Chiu
- [PATCH v4 10/13] drm/bridge: dw-hdmi: Replace open-coded parity calculation with parity_odd(), Kuan-Wei Chiu
- [PATCH v4 06/13] lib/bch: Replace open-coded parity calculation with parity_odd(), Kuan-Wei Chiu
- [PATCH v4 08/13] net: ethernet: oa_tc6: Replace open-coded parity calculation with parity_odd(), Kuan-Wei Chiu
- [PATCH v4 11/13] mtd: ssfdc: Replace open-coded parity calculation with parity_odd(), Kuan-Wei Chiu
- [PATCH v4 02/13] media: media/test_drivers: Replace open-coded parity calculation with parity_odd(), Kuan-Wei Chiu
- [PATCH v4 12/13] fsi: i2cr: Replace open-coded parity calculation with parity_odd(), Kuan-Wei Chiu
- [PATCH v4 09/13] wifi: brcm80211: Replace open-coded parity calculation with parity_odd(), Kuan-Wei Chiu
- [PATCH v4 13/13] nfp: bpf: Replace open-coded parity calculation with parity_odd(), Kuan-Wei Chiu
- Re: [PATCH v4 00/13] Introduce parity_odd() and refactor redundant parity code, Yury Norov
[PATCH RESEND] bpf: fix possible endless loop in BPF map iteration,
Brandon Kammerdiener
[BUG] ixgbe: Detected Tx Unit Hang (XDP),
Marcus Wichelmann
[PATCH net-next] af_unix: Remove unix_unhash(),
Michal Luczaj
[PATCH net-next v9 0/2] Fix late DMA unmap crash for page pool,
Toke Høiland-Jørgensen
[PATCH bpf-next v1] bpf, sockmap: Introduce tracing capability for sockmap,
Jiayuan Chen
[PATCH] selftests/bpf: Fix bpf_nf selftest failure,
Saket Kumar Bhaskar
[bug report] bpf: Augment raw_tp arguments with PTR_MAYBE_NULL, Dan Carpenter
[no subject], Unknown
[RFC bpf-next 00/13] bpf: Introduce modular verifier,
Daniel Xu
- [RFC bpf-next 01/13] bpf: Move bpf_prog_ctx_arg_info_init() body into header, Daniel Xu
- [RFC bpf-next 03/13] bpf: Move percpu memory allocator definition into core, Daniel Xu
- [RFC bpf-next 02/13] bpf: Move BTF related globals out of verifier.c, Daniel Xu
- [RFC bpf-next 04/13] bpf: Move bpf_check_attach_target() to core, Daniel Xu
- [RFC bpf-next 07/13] bpf: Make bpf_free_kfunc_btf_tab() static in core, Daniel Xu
- [RFC bpf-next 05/13] bpf: Remove map_set_for_each_callback_args callback for maps, Daniel Xu
- [RFC bpf-next 06/13] bpf: Move kfunc definitions out of verifier.c, Daniel Xu
- [RFC bpf-next 08/13] selftests: bpf: Avoid attaching to bpf_check(), Daniel Xu
- [RFC bpf-next 09/13] perf: Export perf_snapshot_branch_stack static key, Daniel Xu
- [RFC bpf-next 10/13] bpf: verifier: Add indirection to kallsyms_lookup_name(), Daniel Xu
- [RFC bpf-next 12/13] bpf: verifier: Make verifier loadable, Daniel Xu
- [RFC bpf-next 11/13] treewide: bpf: Export symbols used by verifier, Daniel Xu
- [RFC bpf-next 13/13] bpf: Supporting building verifier.ko out-of-tree, Daniel Xu
[PATCH bpf-next v5 0/2] libbpf: introduce line_info and func_info getters,
Mykyta Yatsenko
[PATCH 1/2] uprobes/x86: Add support to emulate nop5 instruction,
Jiri Olsa
[PATCH net-next v2 5/8] xdp: double protect netdev->xdp_flags with netdev->lock,
Jakub Kicinski
[PATCH] libbpf: check for empty BTF data section in btf_parse_elf,
Ihor Solodrai
[PATCH v3] bpf: fix possible endless loop in BPF map iteration, Brandon Kammerdiener
[PATCH v2] bpf: fix possible endless loop in BPF map iteration,
Brandon Kammerdiener
[PATCH net-next V2 0/2] veth: qdisc backpressure and qdisc check refactor,
Jesper Dangaard Brouer
[PATCH bpf v3 0/2] support SKF_NET_OFF and SKF_LL_OFF on skb frags,
Willem de Bruijn
[syzbot] [net?] [bpf?] possible deadlock in xsk_diag_dump,
syzbot
[PATCH bpf-next v3] selftests/bpf: support struct/union presets in veristat,
Mykyta Yatsenko
[PATCH bpf-next 1/2] bpf: Clarify role of BPF_F_RECOMPUTE_CSUM,
Paul Chaignon
[PATCH net-next v3 0/2] Refactoring designware VLAN code.,
Boon Khai Ng
[PATCH bpf-next v4 0/3] bpf: Fix use-after-free of sockmap,
Jiayuan Chen
[PATCH net-next v8 0/2] Fix late DMA unmap crash for page pool,
Toke Høiland-Jørgensen
[PATCH bpf-next v1 0/4] bpf, sockmap: Fix data loss and panic issues,
Jiayuan Chen
[PATCH RESEND net-next v3 0/2] tcp: add a new TW_PAWS drop reason,
Jiayuan Chen
[PATCH bpf-next v2 1/2] bpf: Check link_create parameter for multi_kprobe,
Tao Chen
[RFC PATCH bpf-next 0/3] Exactly-once UDP socket iteration,
Jordan Rife
[PATCH v2 security-next 0/4] Introducing Hornet LSM,
Blaise Boscaccy
[PATCH v2 tip/perf] uprobes: avoid false lockdep splat in uprobe timer callback,
Andrii Nakryiko
[RFC PATCH net-next] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops,
Jesper Dangaard Brouer
[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]