bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-20 18:52:54 to 2025-06-24 16:46:16 UTC [more...]

[PATCH iwl-next v2 00/12] idpf: add XDP support
 2025-06-24 16:45 UTC  (10+ messages)
` [PATCH iwl-next v2 01/12] idpf: fix Rx descriptor ready check barrier in splitq
` [PATCH iwl-next v2 02/12] idpf: use a saner limit for default number of queues to allocate
` [PATCH iwl-next v2 03/12] idpf: link NAPIs to queues
` [PATCH iwl-next v2 04/12] idpf: add 4-byte completion descriptor definition
` [PATCH iwl-next v2 05/12] idpf: remove SW marker handling from NAPI
` [PATCH iwl-next v2 06/12] idpf: add support for nointerrupt queues
` [PATCH iwl-next v2 07/12] idpf: prepare structures to support XDP
` [PATCH iwl-next v2 08/12] idpf: implement XDP_SETUP_PROG in ndo_bpf for splitq
` [PATCH iwl-next v2 09/12] idpf: use generic functions to build xdp_buff and skb

[PATCH v10 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-06-24 16:36 UTC  (17+ messages)
` [PATCH v10 02/14] unwind_user: Add frame pointer support
` [PATCH v10 06/14] unwind_user/deferred: Add deferred unwinding interface
` [PATCH v10 08/14] unwind deferred: Use bitmask to determine which callbacks to call

[PATCH bpf-next v2 0/3] selftests/bpf: Fix usdt/multispec failure with arm64/clang20
 2025-06-24 16:15 UTC  (6+ messages)
` [PATCH bpf-next v2 1/3] selftests/bpf: Refactor the failed assertion to another subtest

[PATCH dwarves v2] dwarf_loader: Fix skipped encoding of function BTF on 32-bit systems
 2025-06-24 16:14 UTC  (3+ messages)
` [PATCH dwarves v3] "

[PATCH bpf-next v5 1/3] bpf: Show precise link_type for {uprobe,kprobe}_multi fdinfo
 2025-06-24 16:12 UTC  (11+ messages)
` [PATCH bpf-next v5 2/3] bpf: Add show_fdinfo for uprobe_multi
` [PATCH bpf-next v5 3/3] bpf: Add show_fdinfo for kprobe_multi

[PATCH bpf-next v3 00/12] BPF Standard Streams
 2025-06-24 16:03 UTC  (19+ messages)
` [PATCH bpf-next v3 01/12] bpf: Refactor bprintf buffer support
` [PATCH bpf-next v3 02/12] bpf: Introduce BPF standard streams
` [PATCH bpf-next v3 03/12] bpf: Add function to extract program source info
` [PATCH bpf-next v3 04/12] bpf: Ensure RCU lock is held around bpf_prog_ksym_find
` [PATCH bpf-next v3 05/12] bpf: Add function to find program from stack trace
` [PATCH bpf-next v3 06/12] bpf: Add dump_stack() analogue to print to BPF stderr
` [PATCH bpf-next v3 07/12] bpf: Report may_goto timeout "
` [PATCH bpf-next v3 08/12] bpf: Report rqspinlock deadlocks/timeout "
` [PATCH bpf-next v3 09/12] libbpf: Add bpf_stream_printk() macro
` [PATCH bpf-next v3 10/12] libbpf: Introduce bpf_prog_stream_read() API
` [PATCH bpf-next v3 11/12] bpftool: Add support for dumping streams
` [PATCH bpf-next v3 12/12] selftests/bpf: Add tests for prog streams

[PATCH bpf-next v1 1/4] bpf: Save struct_ops instance pointer in bpf_prog_aux
 2025-06-24 15:59 UTC  (5+ messages)

[PATCH bpf-next v4 0/3] Support array presets in veristat
 2025-06-24 15:59 UTC  (5+ messages)
` [PATCH bpf-next v4 2/3] selftests/bpf: support "

[PATCH net v2 0/2] virtio-net: xsk: rx: fix the frame's length check
 2025-06-24 14:58 UTC  (10+ messages)
` [PATCH net v2 1/2] "
` [PATCH net v2 2/2] virtio-net: xsk: rx: move the xdp->data adjustment to buf_to_xdp()

[PATCH net-next v6 0/9] Split netmem from struct page
 2025-06-24 14:56 UTC  (27+ messages)
` [PATCH net-next v6 1/9] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v6 6/9] netmem: remove __netmem_get_pp()
` [PATCH net-next v6 9/9] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[PATCH net-next v2] net: xsk: update tx queue consumer immediately after transmission
 2025-06-24 12:53 UTC  (3+ messages)

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-06-24 12:18 UTC  (4+ messages)
` [PATCH v5 bpf-next 1/5] namei: Introduce new helper function path_walk_parent()

[PATCH bpf-next 0/2] s390/bpf: Describe the frame using a struct instead of constants
 2025-06-24 12:04 UTC  (3+ messages)
` [PATCH bpf-next 1/2] s390/bpf: Centralize frame offset calculations
` [PATCH bpf-next 2/2] s390/bpf: Describe the frame using a struct instead of constants

[PATCH] LoongArch: BPF: Optimize the calculation method of jmp_offset in the emit_bpf_tail_call function
 2025-06-24 12:09 UTC  (4+ messages)
  ` 回复:[PATCH] "

[PATCH bpf-next] selftests/bpf: add btf dedup test covering module BTF dedup
 2025-06-24 11:48 UTC  (5+ messages)

[PATCH bpf-next v7 0/4] bpf: Add kfuncs for read-only string operations
 2025-06-24 10:46 UTC  (9+ messages)
` [PATCH bpf-next v7 1/4] uaccess: Define pagefault lock guard
` [PATCH bpf-next v7 2/4] bpf: Add kfuncs for read-only string operations
` [PATCH bpf-next v7 3/4] selftests/bpf: Allow macros in __retval
` [PATCH bpf-next v7 4/4] selftests/bpf: Add tests for string kfuncs

[PATCHv3 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-06-24  8:36 UTC  (3+ messages)

[PATCH v8 net-next 00/15] AccECN protocol patch series
 2025-06-24  6:39 UTC  (5+ messages)
` [PATCH v8 net-next 09/15] tcp: accecn: AccECN option

[PATCH net] bnxt: properly flush XDP redirect lists
 2025-06-24  5:59 UTC  (2+ messages)

[PATCH v3 0/2] bpf: Specify access type of bpf_sysctl_get_name args
 2025-06-24  5:00 UTC  (2+ messages)

[PATCH net-next v3] net: xsk: introduce XDP_MAX_TX_BUDGET set/getsockopt
 2025-06-24  2:47 UTC  (25+ messages)

[PATCH bpf-next v2] bpf: make update_prog_stats always_inline
 2025-06-24  2:03 UTC  (3+ messages)

[PATCH] perf test: Change all remaining #!/bin/sh to #!/bin/bash
 2025-06-24  1:29 UTC  (2+ messages)

[PATCH net v3] ethernet: ionic: Fix DMA mapping tests
 2025-06-23 23:50 UTC  (6+ messages)

[PATCH v2] perf trace: Split BPF skel code to util/bpf_trace_augment.c
 2025-06-23 22:57 UTC 

[PATCH v5 00/14] Add a deadline server for sched_ext tasks
 2025-06-23 22:15 UTC  (5+ messages)
` [PATCH v5 12/14] selftests/sched_ext: Add test for sched_ext dl_server
` [PATCH v5 14/14] selftests/sched_ext: Add test for DL server total_bw consistency

[PATCH bpf-next 1/2] bpf: add bpf_dynptr_memset() kfunc
 2025-06-23 22:12 UTC  (12+ messages)

[RESEND PATCH v2 bpf-next 00/12] bpf: tcp: Exactly-once socket iteration
 2025-06-23 21:36 UTC  (5+ messages)
` [RESEND PATCH v2 bpf-next 02/12] bpf: tcp: Make sure iter->batch always contains a full bucket snapshot

[PATCH] bpf: turn off sanitizer in do_misc_fixups for old clang
 2025-06-23 21:32 UTC  (2+ messages)

[PATCH] libbpf: fix possible use-after-free for externs
 2025-06-23 20:53 UTC  (3+ messages)

[PATCH v2] libbpf: Fix null pointer dereference in btf_dump__free on allocation failure
 2025-06-23 18:20 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Support ppc64el in vmtest
 2025-06-23 16:40 UTC  (2+ messages)

[PATCH v9 net-next 00/15] AccECN protocol patch series
 2025-06-23 16:13 UTC  (19+ messages)
` [PATCH v9 net-next 01/15] tcp: reorganize SYN ECN code
` [PATCH v9 net-next 02/15] tcp: fast path functions later
` [PATCH v9 net-next 03/15] tcp: reorganize tcp_sock_write_txrx group for variables later
` [PATCH v9 net-next 04/15] tcp: AccECN core
` [PATCH v9 net-next 05/15] tcp: accecn: AccECN negotiation
` [PATCH v9 net-next 06/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v9 net-next 07/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v9 net-next 08/15] tcp: sack option handling improvements
` [PATCH v9 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v9 net-next 10/15] tcp: accecn: AccECN option send control
` [PATCH v9 net-next 11/15] tcp: accecn: AccECN option failure handling
` [PATCH v9 net-next 12/15] tcp: accecn: AccECN option ceb/cep heuristic
` [PATCH v9 net-next 13/15] tcp: accecn: AccECN ACE field multi-wrap heuristic
` [PATCH v9 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK
` [PATCH v9 net-next 15/15] tcp: try to avoid safer when ACKs are thinned

[PATCH bpf-next v6 0/4] bpf: Add kfuncs for read-only string operations
 2025-06-23 12:18 UTC  (7+ messages)
` [PATCH bpf-next v6 4/4] selftests/bpf: Add tests for string kfuncs

[PATCH v3 bpf-next 0/4] Introduce bpf_cgroup_read_xattr
 2025-06-23 11:03 UTC  (6+ messages)
` [PATCH v3 bpf-next 1/4] kernfs: remove iattr_mutex
` [PATCH v3 bpf-next 2/4] bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's node
` [PATCH v3 bpf-next 3/4] bpf: Mark cgroup_subsys_state->cgroup RCU safe
` [PATCH v3 bpf-next 4/4] selftests/bpf: Add tests for bpf_cgroup_read_xattr

[PATCH stable 5.10,5.15 1/2] net: Fix checksum update for ILA adj-transport
 2025-06-23  9:13 UTC  (5+ messages)
` [PATCH stable 5.10,5.15 2/2] bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE

[PATCH net-next] net: xsk: update tx queue consumer immdiately after transmission
 2025-06-23  5:31 UTC  (5+ messages)

[PATCH v3 0/2] bpf, verifier: Improve precision of BPF_ADD and BPF_SUB
 2025-06-23  4:03 UTC  (3+ messages)
` [PATCH v3 1/2] bpf, verifier: Improve precision for "
` [PATCH v3 2/2] selftests/bpf: Add testcases "

[PATCH bpf-next v4 1/2] bpf: Add show_fdinfo for uprobe_multi
 2025-06-23  2:32 UTC  (8+ messages)
` [PATCH bpf-next v4 2/2] bpf: Add show_fdinfo for kprobe_multi

[PATCH net-next v4] net: xsk: introduce XDP_MAX_TX_BUDGET setsockopt
 2025-06-23  2:13 UTC 

[PATCH bpf-next] bpf: Add load_time in bpf_prog fdinfo
 2025-06-22  9:22 UTC  (4+ messages)

[PATCH v4 0/5] perf: generate events for BPF metadata
 2025-06-21 18:01 UTC  (2+ messages)

[PATCH net-next 0/3] gve: XDP TX and redirect support for DQ RDA
 2025-06-21 13:30 UTC  (2+ messages)

[PATCH v2 bpf-next 0/5] Introduce bpf_cgroup_read_xattr
 2025-06-21  3:50 UTC  (13+ messages)
` [PATCH v2 bpf-next 2/5] bpf: Introduce bpf_cgroup_read_xattr to read xattr of cgroup's node
` [PATCH v2 bpf-next 3/5] bpf: Mark cgroup_subsys_state->cgroup RCU safe
` [PATCH v2 bpf-next 4/5] selftests/bpf: Add tests for bpf_cgroup_read_xattr
` [PATCH v2 bpf-next 5/5] bpf: Make bpf_cgroup_read_xattr available to cgroup and struct_ops progs

[PATCH bpf-next 0/4] Introduce bpf_kernfs_read_xattr
 2025-06-21  2:38 UTC  (4+ messages)
` [PATCH bpf-next 1/4] kernfs: Add __kernfs_xattr_get for RCU protected access

[PATCH bpf-next 0/2] bpf/arena: Add kfunc for reserving arena guard memory regions
 2025-06-21  0:15 UTC  (9+ messages)
` [PATCH bpf-next 1/2] bpf/arena: add bpf_arena_guard_pages kfunc

[PATCH v3 0/5] perf: generate events for BPF metadata
 2025-06-20 21:41 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).