BPF List
 help / color / mirror / Atom feed
 messages from 2025-05-28 00:51:45 to 2025-05-29 03:11:05 UTC [more...]

[RFC v3 00/18] Split netmem from struct page
 2025-05-29  3:10 UTC  (9+ messages)
` [RFC v3 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [RFC v3 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [RFC v3 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_netmem_order()
` [RFC v3 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [RFC v3 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [RFC v3 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [RFC v3 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [RFC v3 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()

[PATCH net-next v6 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2025-05-29  2:56 UTC  (8+ messages)

[PATCH bpf-next v3 0/4] bpf: Introduce global percpu data
 2025-05-29  2:56 UTC  (18+ 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 v1] bpf, sockmap: Fix psock incorrectly pointing to sk
 2025-05-29  2:42 UTC  (3+ messages)

[PATCH] LoongArch: BPF: Optimize the calculation method of jmp_offset in the emit_bpf_tail_call function
 2025-05-29  2:02 UTC  (2+ messages)

[PATCH bpf-next 00/25] bpf: tracing multi-link support
 2025-05-29  1:44 UTC  (31+ 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 0/3] perf: generate events for BPF metadata
 2025-05-29  0:58 UTC  (5+ messages)
` [PATCH 1/3] perf: add support for printing BTF character arrays as strings

[Patch bpf-next v3 0/4] tcp_bpf: improve ingress redirection performance with message corking
 2025-05-29  0:49 UTC  (6+ messages)
` [Patch bpf-next v3 1/4] skmsg: rename sk_msg_alloc() to sk_msg_expand()
` [Patch bpf-next v3 2/4] skmsg: implement slab allocator cache for sk_msg

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

[PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
 2025-05-29  0:12 UTC  (18+ messages)
` [PATCH net-next V2 02/11] net: Add skb_can_coalesce for netmem
` [PATCH net-next V2 11/11] net/mlx5e: Support ethtool tcp-data-split settings

[GIT PULL] BPF changes for 6.16
 2025-05-28 23:11 UTC  (2+ messages)

[GIT PULL] Networking for v6.16
 2025-05-28 23:11 UTC  (2+ messages)

[PATCH bpf-next 0/4] bpf path iterator
 2025-05-28 22:37 UTC  (6+ messages)
` [PATCH bpf-next 1/4] namei: Introduce new helper function path_parent()
` [PATCH bpf-next 2/4] landlock: Use path_parent()
` [PATCH bpf-next 3/4] bpf: Introduce path iterator
` [PATCH bpf-next 4/4] selftests/bpf: Add tests for bpf "

[PATCH bpf-next v1 0/2] bpf,ktls: Fix data corruption caused by using bpf_msg_pop_data() in ktls
 2025-05-28 21:59 UTC  (5+ messages)
` [PATCH bpf-next v1 1/2] bpf,ktls: Fix data corruption when "
` [PATCH bpf-next v1 2/2] selftests/bpf: Add test to cover ktls with bpf_msg_pop_data

[PATCH AUTOSEL 5.15 3/3] perf: Ensure bpf_perf_link path is properly serialized
 2025-05-28 21:56 UTC 

[PATCH AUTOSEL 6.1 3/3] perf: Ensure bpf_perf_link path is properly serialized
 2025-05-28 21:56 UTC 

[PATCH AUTOSEL 6.6 3/3] perf: Ensure bpf_perf_link path is properly serialized
 2025-05-28 21:56 UTC 

[PATCH AUTOSEL 6.12 6/7] perf: Ensure bpf_perf_link path is properly serialized
 2025-05-28 21:56 UTC 

[PATCH AUTOSEL 6.14 7/8] perf: Ensure bpf_perf_link path is properly serialized
 2025-05-28 21:56 UTC 

[PATCH AUTOSEL 6.15 8/9] perf: Ensure bpf_perf_link path is properly serialized
 2025-05-28 21:55 UTC 

[PATCH 0/3] BPF signature verification
 2025-05-28 21:49 UTC  (4+ messages)
` [PATCH 1/3] bpf: Add bpf_check_signature
` [PATCH 2/3] bpf: Support light-skeleton signatures in autogenerated code
` [PATCH 3/3] bpftool: Allow signing of light-skeleton programs

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

[PATCH v2 00/16] Split netmem from struct page
 2025-05-28 20:29 UTC  (37+ 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 net-next,v5] net: mana: Add handler for hardware servicing events
 2025-05-28 20:29 UTC  (3+ messages)
  ` [EXTERNAL] "

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

[PATCH bpf-next v2 00/11] BPF Standard Streams
 2025-05-28 18:02 UTC  (12+ messages)
` [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 09/11] libbpf: Introduce bpf_prog_stream_read() API
` [PATCH bpf-next v2 11/11] selftests/bpf: Add tests for prog streams

[PATCH] bpf: Specify access type of bpf_sysctl_get_name args
 2025-05-28 17:41 UTC  (7+ messages)

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

[RFC PATCH net-next v2 0/2] virtio-net: support zerocopy multi buffer XDP in mergeable
 2025-05-28 17:04 UTC  (5+ 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 bpf-next v1 1/2] bpf: Restrict usage scope of bpf_get_cgroup_classid
 2025-05-28 16:16 UTC  (2+ messages)
` [PATCH bpf-next v1 2/2] bpf/selftests: Add test cases for retrieving classid

[PATCH 00/18] Split netmem from struct page
 2025-05-28 10:54 UTC  (40+ 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 18/18] mm, netmem: remove the page pool members in struct page

[PATCH RFC 0/3] list inline expansions in .BTF.inline
 2025-05-28 10:14 UTC  (9+ messages)

[PATCH v5 bpf-next 0/9] Add kind layout to BTF
 2025-05-28  9:57 UTC  (10+ messages)
` [PATCH v5 bpf-next 1/9] btf: add kind layout encoding to UAPI
` [PATCH v5 bpf-next 2/9] libbpf: Support kind layout section handling in BTF
` [PATCH v5 bpf-next 3/9] libbpf: use kind layout to compute an unknown kind size
` [PATCH v5 bpf-next 4/9] libbpf: Add kind layout encoding support
` [PATCH v5 bpf-next 5/9] libbpf: BTF validation can use kind layout for unknown kinds
` [PATCH v5 bpf-next 6/9] btf: support kernel parsing of BTF with kind layout
` [PATCH v5 bpf-next 7/9] selftests/bpf: test kind encoding/decoding
` [PATCH v5 bpf-next 8/9] bpftool: add BTF dump "format meta" to dump header/metadata
` [PATCH v5 bpf-next 9/9] kbuild, bpf: Specify "kind_layout" optional feature

[PATCH dwarves 0/2] pahole: add support for kind_layout
 2025-05-28  9:53 UTC  (3+ messages)
` [PATCH dwarves 1/2] pahole: Add "kind_layout" BTF encoding feature
` [PATCH dwarves 2/2] man-pages: describe kind_layout BTF feature

[PATCH bpf-next v4 0/4] bpf: Add kfuncs for read-only string operations
 2025-05-28  9:05 UTC  (5+ messages)
` [PATCH bpf-next v4 3/4] "

[PATCH net-next] selftests/bpf: Fix bpf selftest build warning
 2025-05-28  8:10 UTC  (3+ messages)

[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] bpf, arm64: Remove unused-but-set function and variable
 2025-05-28  3:20 UTC  (3+ messages)

[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  (2+ messages)


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