messages from 2025-05-27 14:52:01 to 2025-05-28 20:29:12 UTC [more...]
[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 (25+ 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 09/11] libbpf: Introduce bpf_prog_stream_read() API
` [PATCH bpf-next v2 10/11] bpftool: Add support for dumping streams
` [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] "
[PATCH bpf-next v3 0/4] bpf: Introduce global percpu data
2025-05-28 17:10 UTC (13+ 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 "
[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 v2 00/16] Split netmem from struct page
2025-05-28 16:59 UTC (36+ 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: "
[GIT PULL] BPF changes for 6.16
2025-05-28 16:49 UTC
[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 net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
2025-05-28 15:45 UTC (21+ messages)
` [PATCH net-next V2 02/11] net: Add skb_can_coalesce for netmem
` [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 net-next 00/16][pull request] libeth: add libeth_xdp helper lib
2025-05-28 14:57 UTC (8+ messages)
` [PATCH net-next 01/16] libeth: convert to netmem
` [PATCH net-next 03/16] libeth: xdp: add XDP_TX buffers sending
[GIT PULL] Networking for v6.16
2025-05-28 13:59 UTC
[PATCH bpf-next 00/25] bpf: tracing multi-link support
2025-05-28 13:51 UTC (30+ 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 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] LoongArch: BPF: Optimize the calculation method of jmp_offset in the emit_bpf_tail_call function
2025-05-28 10:40 UTC
[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 net-next v6 0/5] net: stmmac: Add PCI driver support for BCM8958x
2025-05-28 7:58 UTC (6+ 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 (3+ messages)
[RFC PATCH v2 0/5] mm, bpf: BPF based THP adjustment
2025-05-28 2:04 UTC (14+ messages)
[PATCH net-next,v6] net: mana: Add handler for hardware servicing events
2025-05-27 21:42 UTC
[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 (2+ messages)
[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 (4+ 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)
[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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox