BPF List
 help / color / mirror / Atom feed
 messages from 2025-05-26 13:34:26 to 2025-05-28 07:58:26 UTC [more...]

[PATCH net-next v6 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2025-05-28  7:58 UTC  (6+ messages)

[PATCH net-next] selftests/bpf: Fix bpf selftest build warning
 2025-05-28  7:50 UTC  (2+ messages)

[PATCH 00/18] Split netmem from struct page
 2025-05-28  7:51 UTC  (37+ messages)
` [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov
` [PATCH 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH 12/18] page_pool: use netmem APIs to access page->pp_magic in page_pool_page_is_pp()
` [PATCH 13/18] mlx5: use netmem descriptor and APIs for page pool
` [PATCH 18/18] mm, netmem: remove the page pool members in struct page

[PATCH v2 00/16] Split netmem from struct page
 2025-05-28  7:33 UTC  (35+ messages)
` [PATCH v2 01/16] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov
` [PATCH v2 02/16] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [PATCH v2 03/16] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [PATCH v2 04/16] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_large_netmem()
` [PATCH v2 05/16] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [PATCH v2 06/16] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH v2 07/16] page_pool: use netmem put API in page_pool_return_netmem()
` [PATCH v2 08/16] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH v2 09/16] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [PATCH v2 10/16] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH v2 11/16] mlx4: use netmem descriptor and APIs for page pool
` [PATCH v2 12/16] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH v2 13/16] netmem: remove __netmem_get_pp()
` [PATCH v2 14/16] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [PATCH v2 15/16] netdevsim: use netmem descriptor and APIs for page pool
` [PATCH v2 16/16] mt76: "

[PATCH v7 net-next 00/15] AccECN protocol patch series
 2025-05-28  7:26 UTC  (6+ messages)
` [PATCH v7 net-next 09/15] tcp: accecn: AccECN option

[RFC bpf-next 0/4] bpf: Fast-Path approach for BPF program Termination
 2025-05-28  7:10 UTC  (9+ messages)
` [RFC bpf-next 3/4] bpf: Generating a stubbed version of BPF program for termination

[PATCH net-next,v2] net: mana: Add support for Multi Vports on Bare metal
 2025-05-28  6:40 UTC  (8+ messages)
  ` [EXTERNAL] "

[PATCH bpf-next v2 00/11] BPF Standard Streams
 2025-05-28  6:12 UTC  (20+ messages)
` [PATCH bpf-next v2 01/11] bpf: Introduce BPF standard streams
` [PATCH bpf-next v2 04/11] bpf: Hold RCU read lock in bpf_prog_ksym_find
` [PATCH bpf-next v2 05/11] bpf: Add dump_stack() analogue to print to BPF stderr
` [PATCH bpf-next v2 08/11] libbpf: Add bpf_stream_printk() macro
` [PATCH bpf-next v2 10/11] bpftool: Add support for dumping streams

[PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-05-28  5:10 UTC  (14+ messages)
` [PATCH net-next V2 06/11] net/mlx5e: SHAMPO: Separate pool for headers
` [PATCH net-next V2 11/11] net/mlx5e: Support ethtool tcp-data-split settings

[PATCH bpf-next 00/25] bpf: tracing multi-link support
 2025-05-28  3:47 UTC  (26+ messages)
` [PATCH bpf-next 01/25] add per-function metadata storage support
` [PATCH bpf-next 02/25] x86: implement per-function metadata storage for x86
` [PATCH bpf-next 03/25] arm64: implement per-function metadata storage for arm64
` [PATCH bpf-next 04/25] bpf: make kfunc_md support global trampoline link
` [PATCH bpf-next 05/25] x86,bpf: add bpf_global_caller for global trampoline
` [PATCH bpf-next 06/25] ftrace: factor out ftrace_direct_update from register_ftrace_direct
` [PATCH bpf-next 07/25] ftrace: add reset_ftrace_direct_ips
` [PATCH bpf-next 08/25] bpf: introduce bpf_gtramp_link
` [PATCH bpf-next 09/25] bpf: tracing: add support to record and check the accessed args
` [PATCH bpf-next 10/25] bpf: refactor the modules_array to ptr_array
` [PATCH bpf-next 11/25] bpf: verifier: add btf to the function args of bpf_check_attach_target
` [PATCH bpf-next 12/25] bpf: verifier: move btf_id_deny to bpf_check_attach_target
` [PATCH bpf-next 13/25] x86,bpf: factor out __arch_get_bpf_regs_nr
` [PATCH bpf-next 14/25] bpf: tracing: add multi-link support
` [PATCH bpf-next 15/25] ftrace: factor out __unregister_ftrace_direct
` [PATCH bpf-next 16/25] ftrace: supporting replace direct ftrace_ops
` [PATCH bpf-next 17/25] bpf: make trampoline compatible with global trampoline
` [PATCH bpf-next 18/25] libbpf: don't free btf if tracing_multi progs existing
` [PATCH bpf-next 19/25] libbpf: support tracing_multi
` [PATCH bpf-next 20/25] libbpf: add btf type hash lookup support
` [PATCH bpf-next 21/25] libbpf: add skip_invalid and attach_tracing for tracing_multi
` [PATCH bpf-next 22/25] selftests/bpf: use the glob_match() from libbpf in test_progs.c
` [PATCH bpf-next 23/25] selftests/bpf: add get_ksyms and get_addrs to test_progs.c
` [PATCH bpf-next 24/25] selftests/bpf: add testcases for multi-link of tracing
` [PATCH bpf-next 25/25] selftests/bpf: add performance bench test for trace prog

[PATCH net-next 00/16][pull request] libeth: add libeth_xdp helper lib
 2025-05-28  3:49 UTC  (7+ messages)
` [PATCH net-next 01/16] libeth: convert to netmem
` [PATCH net-next 03/16] libeth: xdp: add XDP_TX buffers sending

[PATCH bpf-next] bpf, arm64: Remove unused-but-set function and variable
 2025-05-28  3:20 UTC  (3+ messages)

[PATCH bpf-next v3 0/4] bpf: Introduce global percpu data
 2025-05-28  2:35 UTC  (12+ messages)
` [PATCH bpf-next v3 1/4] "
` [PATCH bpf-next v3 2/4] bpf, libbpf: Support "
` [PATCH bpf-next v3 3/4] bpf, bpftool: Generate skeleton for "
` [PATCH bpf-next v3 4/4] selftests/bpf: Add cases to test "

[PATCH bpf-next v4 0/2] selftests/xsk: Add tests for XDP tail adjustment in AF_XDP
 2025-05-28  2:27 UTC  (3+ messages)

WARNING: suspicious RCU usage in task_cls_state
 2025-05-28  2:07 UTC  (3+ messages)

[RFC PATCH v2 0/5] mm, bpf: BPF based THP adjustment
 2025-05-28  2:04 UTC  (23+ messages)

[PATCH v1 bpf-next 00/10] bpf: tcp: Exactly-once socket iteration
 2025-05-28  0:51 UTC  (3+ messages)
` [PATCH v1 bpf-next 10/10] selftests/bpf: Add tests for bucket resume logic in established sockets

[PATCH net-next,v6] net: mana: Add handler for hardware servicing events
 2025-05-27 21:42 UTC 

[PATCH RFC 0/3] list inline expansions in .BTF.inline
 2025-05-27 21:41 UTC  (8+ messages)

[PATCH] bpf: Specify access type of bpf_sysctl_get_name args
 2025-05-27 21:39 UTC  (3+ messages)

[PATCH bpf-next v3 0/5] bpf: Implement mprog API on top of existing cgroup progs
 2025-05-27 21:36 UTC  (5+ messages)
` [PATCH bpf-next v3 2/5] "

[PATCH bpf-next] selftests/bpf: Fix "expression result unused" warnings
 2025-05-27 21:31 UTC  (15+ messages)

[PATCH bpf-next v1 00/11] bpf: propagate read/precision marks over state graph backedges
 2025-05-27 21:26 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: make reg_not_null() true for CONST_PTR_TO_MAP
 2025-05-27 21:23 UTC  (3+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add a test case with CONST_PTR_TO_MAP null check

[PATCH bpf-next v5 1/2] bpf: Do not include stack ptr register in precision backtracking bookkeeping
 2025-05-27 21:10 UTC  (3+ messages)

[PATCH v4 00/19] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-05-27 20:45 UTC  (4+ messages)

[PATCH v3 00/10] Move uid filtering to BPF filters
 2025-05-27 20:39 UTC  (2+ messages)

[PATCH v1 bpf-next 03/10] bpf: tcp: Get rid of st_bucket_done
 2025-05-27 18:19 UTC  (5+ messages)

[PATCH bpf-next v3 0/2] bpf, arm64: support up to 12 arguments
 2025-05-27 18:00 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] bpf, arm64: Support up to 12 function arguments
` [PATCH bpf-next v3 2/2] selftests/bpf: enable many-args tests for arm64

[PATCH bpf-next] bpf: Check rcu_read_lock_trace_held() in bpf_map_lookup_percpu_elem()
 2025-05-27 17:50 UTC  (2+ messages)

[PATCH bpf-next 1/1] bpf: fix WARNING in __bpf_prog_ret0_warn when jit failed
 2025-05-27 17:50 UTC  (2+ messages)

[PATCH bpf-next v4] bpftool: Add support for custom BTF path in prog load/loadall
 2025-05-27 17:40 UTC  (2+ messages)

[PATCH bpf-next v5 0/3] bpf: Warn with __bpf_trap() kfunc maybe due to uninitialized variable
 2025-05-27 17:40 UTC  (5+ messages)
` [PATCH bpf-next v5 3/3] selftests/bpf: Add unit tests with __bpf_trap() kfunc

[PATCH bpf-next v7 0/5] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
 2025-05-27 17:00 UTC  (2+ messages)

[RFC PATCH net-next v2 0/2] virtio-net: support zerocopy multi buffer XDP in mergeable
 2025-05-27 16:19 UTC  (3+ messages)
` [RFC PATCH net-next v2 1/2] "
` [RFC PATCH net-next v2 2/2] selftests: net: add XDP socket tests for virtio-net

[PATCH net v2 0/2] net: Fix inet_proto_csum_replace_by_diff for IPv6
 2025-05-27 15:14 UTC  (5+ messages)
` [PATCH net v2 1/2] net: Fix checksum update for ILA adj-transport
` [PATCH net v2 2/2] bpf: Fix L4 csum update on IPv6 in CHECKSUM_COMPLETE

Perf buffer lost events not reaching callback
 2025-05-27 13:38 UTC 

[PATCH v2 net-next] xsk: add missing virtual address conversion for page
 2025-05-27 10:00 UTC  (2+ messages)

[PATCH net-next,v5] net: mana: Add handler for hardware servicing events
 2025-05-27  9:28 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] bpf, arm64: support up to 12 arguments
 2025-05-27  9:13 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf, arm64: Support up to 12 function arguments

BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests
 2025-05-27  7:19 UTC  (3+ messages)

[QUESTION]: run test_tcp_custom_syncookie in local host on lo interface
 2025-05-26 23:15 UTC 

[PATCHv2 perf/core 00/22] uprobes: Add support to optimize usdt probes on x86_64
 2025-05-26 21:36 UTC  (6+ messages)
` [PATCHv2 perf/core 01/22] uprobes: Remove breakpoint in unapply_uprobe under mmap_write_lock


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox