bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-07-11 18:50:07 to 2025-07-15 01:36:43 UTC [more...]

[PATCH net-next v10 00/12] Split netmem from struct page
 2025-07-15  1:36 UTC  (17+ messages)
` [PATCH net-next v10 01/12] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v10 02/12] netmem: use netmem_desc instead of page to access ->pp in __netmem_get_pp()
` [PATCH net-next v10 03/12] mlx4: access ->pp_ref_count through netmem_desc instead of page
` [PATCH net-next v10 04/12] netdevsim: access ->pp "
` [PATCH net-next v10 05/12] mt76: "
` [PATCH net-next v10 06/12] net: fec: "
` [PATCH net-next v10 07/12] octeontx2-pf: "
` [PATCH net-next v10 08/12] iavf: "
` [PATCH net-next v10 09/12] idpf: "
` [PATCH net-next v10 10/12] mlx5: "
` [PATCH net-next v10 11/12] net: ti: icssg-prueth: "
` [PATCH net-next v10 12/12] libeth: xdp: "

[PATCH bpf-next v2 00/18] bpf: tracing multi-link support
 2025-07-15  1:15 UTC  (16+ messages)
` [PATCH bpf-next v2 06/18] bpf: tracing: add support to record and check the accessed args
` [PATCH bpf-next v2 12/18] libbpf: don't free btf if tracing_multi progs existing
` [PATCH bpf-next v2 13/18] libbpf: support tracing_multi
` [PATCH bpf-next v2 14/18] libbpf: add btf type hash lookup support
` [PATCH bpf-next v2 15/18] libbpf: add skip_invalid and attach_tracing for tracing_multi
` [PATCH bpf-next v2 17/18] selftests/bpf: add basic testcases "

[PATCH v3] cgroup: llist: avoid memory tears for llist_node
 2025-07-15  1:01 UTC  (2+ messages)

[Patch bpf-next v4 0/4] tcp_bpf: improve ingress redirection performance with message corking
 2025-07-15  0:26 UTC  (8+ messages)
` [Patch bpf-next v4 4/4] "

[PATCHv5 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-07-14 23:54 UTC  (20+ messages)
` [PATCHv5 perf/core 08/22] uprobes/x86: Add mapping for optimized uprobe trampolines
` [PATCHv5 perf/core 09/22] uprobes/x86: Add uprobe syscall to speed up uprobe
` [PATCHv5 perf/core 10/22] uprobes/x86: Add support to optimize uprobes
` [PATCHv5 22/22] man2: Add uprobe syscall page

[PATCH net-next] xsk: skip validating skb list in xmit path
 2025-07-14 23:53 UTC  (3+ messages)

[PATCH bpf-next v3] bpf: make the attach target more accurate
 2025-07-14 23:32 UTC  (5+ messages)

[RFC bpf-next v1 0/4] Support cookie for link-based struct_ops attachment
 2025-07-14 22:51 UTC  (14+ messages)
` [RFC bpf-next v1 2/4] bpf: Support cookie for linked-based "

[PATCH v6 bpf-next 00/12] bpf: tcp: Exactly-once socket iteration
 2025-07-14 22:30 UTC  (15+ messages)
` [PATCH v6 bpf-next 01/12] bpf: tcp: Make mem flags configurable through bpf_iter_tcp_realloc_batch
` [PATCH v6 bpf-next 02/12] bpf: tcp: Make sure iter->batch always contains a full bucket snapshot
` [PATCH v6 bpf-next 03/12] bpf: tcp: Get rid of st_bucket_done
` [PATCH v6 bpf-next 04/12] bpf: tcp: Use bpf_tcp_iter_batch_item for bpf_tcp_iter_state batch items
` [PATCH v6 bpf-next 05/12] bpf: tcp: Avoid socket skips and repeats during iteration
` [PATCH v6 bpf-next 06/12] selftests/bpf: Add tests for bucket resume logic in listening sockets
` [PATCH v6 bpf-next 07/12] selftests/bpf: Allow for iteration over multiple ports
` [PATCH v6 bpf-next 08/12] selftests/bpf: Allow for iteration over multiple states
` [PATCH v6 bpf-next 09/12] selftests/bpf: Make ehash buckets configurable in socket iterator tests
` [PATCH v6 bpf-next 10/12] selftests/bpf: Create established sockets "
` [PATCH v6 bpf-next 11/12] selftests/bpf: Create iter_tcp_destroy test program
` [PATCH v6 bpf-next 12/12] selftests/bpf: Add tests for bucket resume logic in established sockets

[PATCH v5 bpf-next 0/5] bpf path iterator
 2025-07-14 21:09 UTC  (4+ messages)

[PATCH bpf-next 1/2] bpf: Add struct bpf_token_info
 2025-07-14 21:06 UTC  (5+ messages)

[PATCH 00/12] Signed BPF programs
 2025-07-14 21:05 UTC  (11+ messages)
` [PATCH 05/12] libbpf: Support exclusive map creation

[PATCH net-next V4 0/5] selftests: drv-net: Test XDP native support
 2025-07-14 21:03 UTC  (6+ messages)
` [PATCH net-next V4 1/5] net: netdevsim: hook in XDP handling
` [PATCH net-next V4 2/5] selftests: drv-net: Test XDP_PASS/DROP support
` [PATCH net-next V4 3/5] selftests: drv-net: Test XDP_TX support
` [PATCH net-next V4 4/5] selftests: drv-net: Test tail-adjustment support
` [PATCH net-next V4 5/5] selftests: drv-net: Test head-adjustment support

[PATCH net-next v9 0/8] Split netmem from struct page
 2025-07-14 19:17 UTC  (34+ messages)
` [PATCH net-next v9 1/8] netmem: introduce struct netmem_desc mirroring "
` [PATCH net-next v9 2/8] netmem: introduce utility APIs to use struct netmem_desc
` [PATCH net-next v9 3/8] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()
` [PATCH net-next v9 6/8] mlx4: use netmem descriptor and APIs for page pool
` [PATCH net-next v9 8/8] mt76: "

[PATCH v2 bpf] xsk: fix immature cq descriptor production
 2025-07-14 19:04 UTC  (2+ messages)

[PATCH v2 0/6] slab: Re-entrant kmalloc_nolock()
 2025-07-14 18:46 UTC  (19+ messages)
` [PATCH v2 3/6] locking/local_lock: Introduce local_lock_lockdep_start/end()
` [PATCH v2 6/6] slab: Introduce kmalloc_nolock() and kfree_nolock()

[PATCH bpf-next] bpf: Replace deprecated strcpy() with strscpy()
 2025-07-14 18:45 UTC  (2+ messages)

[PATCH v1 0/7] perf auxtrace: Support AUX pause with BPF backend
 2025-07-14 17:45 UTC  (4+ messages)
` [PATCH v1 2/7] bpf: Add bpf_perf_event_aux_pause kfunc

[PATCH v2] perf ftrace latency: Add -e option to measure time between two events
 2025-07-14 17:28 UTC  (2+ messages)

Potential bug, uncorrectly accepted cyclyc program by the eBPF verifier
 2025-07-14 16:45 UTC  (2+ messages)

[PATCH RFC net-next 0/5] net: ethernet: ti: am65-cpsw: add AF_XDP zero copy support
 2025-07-14 15:48 UTC  (4+ messages)
    ` [EXTERNAL] "

[PATCH v12 0/4] support large align and nid in Rust allocators
 2025-07-14 15:27 UTC  (7+ messages)
` [PATCH v12 2/4] mm/slub: allow to set node and align in k[v]realloc

[PATCH v12 net-next 00/15] AccECN protocol patch series
 2025-07-14 15:12 UTC  (20+ messages)
` [PATCH v12 net-next 04/15] tcp: ecn functions in separated include file
` [PATCH v12 net-next 06/15] tcp: accecn: AccECN negotiation
` [PATCH v12 net-next 07/15] tcp: Add wait_third_ack for ECN negotiation in simultaneous connect
` [PATCH v12 net-next 08/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v12 net-next 09/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v12 net-next 11/15] tcp: accecn: AccECN option
` [PATCH v12 net-next 12/15] tcp: accecn: AccECN option send control
` [PATCH v12 net-next 13/15] tcp: accecn: AccECN option failure handling
` [PATCH v12 net-next 14/15] tcp: accecn: AccECN option ceb/cep and ACE field multi-wrap heuristics

[PATCH v13 00/14] unwind_user: x86: Deferred unwinding infrastructure
 2025-07-14 15:11 UTC  (16+ messages)
` [PATCH v13 02/14] unwind_user: Add frame pointer support
` [PATCH v13 07/14] unwind_user/deferred: Make unwind deferral requests NMI-safe
` [PATCH v13 09/14] unwind deferred: Use SRCU unwind_deferred_task_work()

[RFC] vfs: security: Parse dev_name before calling security_sb_mount
 2025-07-14 15:10 UTC  (11+ messages)

[PATCH net-next v7 0/7] Split netmem from struct page
 2025-07-14 13:58 UTC  (10+ messages)
` [PATCH net-next v7 1/7] netmem: introduce struct netmem_desc mirroring "

[RFC PATCH bpf-next v2 0/3] bpf: Introduce BPF_F_CPU flag for percpu_array map
 2025-07-14 12:49 UTC  (10+ messages)
` [RFC PATCH bpf-next v2 1/3] "
` [RFC PATCH bpf-next v2 2/3] bpf, libbpf: Support BPF_F_CPU "
` [RFC PATCH bpf-next v2 3/3] selftests/bpf: Add case to test BPF_F_CPU

[PATCH bpf-next v2 0/3] bpf: Show precise rejected function when attaching to __noreturn and deny list functions
 2025-07-14 12:04 UTC  (4+ messages)
` [PATCH bpf-next v2 1/3] bpf: Show precise rejected function when attaching fexit/fmod_ret to __noreturn functions
` [PATCH bpf-next v2 2/3] bpf: Add log for attaching tracing programs to functions in deny list
` [PATCH bpf-next v2 3/3] selftests/bpf: Add selftest "

[PATCH net-next v7 0/3] selftest: net: Add selftest for netpoll
 2025-07-14  9:56 UTC  (4+ messages)
` [PATCH net-next v7 1/3] selftests: drv-net: add helper/wrapper for bpftrace
` [PATCH net-next v7 2/3] selftests: drv-net: Strip '@' prefix from bpftrace map keys
` [PATCH net-next v7 3/3] selftests: net: add netpoll basic functionality test

[PATCH net-next v6 0/3] selftest: net: Add selftest for netpoll
 2025-07-14  9:52 UTC  (4+ messages)
` [PATCH net-next v6 3/3] selftests: net: add netpoll basic functionality test

[PATCH v3 0/5] Support trampoline for LoongArch
 2025-07-14  8:55 UTC  (3+ messages)

[PATCH] tools/libbpf: add WERROR option
 2025-07-13 23:03 UTC  (8+ messages)

[PATCH net-next V3 0/4] selftests: drv-net: Test XDP native support
 2025-07-13 19:11 UTC  (11+ messages)
` [PATCH net-next V3 1/4] selftests: drv-net: Test XDP_PASS/DROP support
` [PATCH net-next V3 2/4] selftests: drv-net: Test XDP_TX support
` [PATCH net-next V3 3/4] selftests: drv-net: Test tail-adjustment support
` [PATCH net-next V3 4/4] selftests: drv-net: Test head-adjustment support

[syzbot] [bpf?] [net?] INFO: task hung in dev_map_free (3)
 2025-07-13 14:25 UTC 

[PATCH bpf-next v9 0/2] Support kCFI + BPF on arm64
 2025-07-13 11:01 UTC  (5+ messages)
` [PATCH bpf-next v9 2/2] arm64/cfi,bpf: "

Potential BPF Arena Security Vulnerability, Possible Memory Access and Overflow Issues
 2025-07-12  1:33 UTC  (11+ messages)
  ` [External] : "

[PATCH v5 bpf-next 00/12] bpf: tcp: Exactly-once socket iteration
 2025-07-12  1:25 UTC  (4+ messages)
` [PATCH v5 bpf-next 10/12] selftests/bpf: Create established sockets in socket iterator tests

[PATCH] bpftool: Add CET-aware symbol matching for x86_64 architectures
 2025-07-12  0:47 UTC  (5+ messages)
` [PATCH v3] "
    `  "

[PATCH] perf ftrace latency: Add -e option to measure time between two events
 2025-07-12  0:34 UTC  (2+ messages)

[PATCH bpf-next v3 0/5] sockmap: Fix reading with splice(2)
 2025-07-11 23:09 UTC  (6+ messages)
` [PATCH bpf-next v3 1/5] net: Add splice_read to prot

[PATCH net-next v5 0/3] selftest: net: Add selftest for netpoll
 2025-07-11 22:41 UTC  (5+ messages)
` [PATCH net-next v5 3/3] selftests: net: add netpoll basic functionality test

[PATCH v13 00/11] perf: Support the deferred unwinding infrastructure
 2025-07-11 20:56 UTC  (3+ messages)

[PATCH] bpf/verifier: factor BPF_F_TEST_RND_HI32 flag check out of opt_subreg_zext_lo32_rnd_hi32
 2025-07-11 20:40 UTC  (2+ 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).