messages from 2026-05-13 22:22:58 to 2026-05-14 05:13:12 UTC [more...]
[PATCH RFC net-next 0/4] xdp: reuse generic skb XDP handling for veth
2026-05-14 5:13 UTC (2+ messages)
[PATCH bpf-next v4 0/2] bpf,net: add missing custom syncookie statistics and add selftest
2026-05-14 5:09 UTC (3+ messages)
` [PATCH bpf-next v4 1/2] net: add missing syncookie statistics for BPF custom syncookies
` [PATCH bpf-next v4 2/2] selftests/bpf: verify syncookie statistics in tcp_custom_syncookie
[PATCH v2 15/18] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
2026-05-14 5:06 UTC (2+ messages)
[PATCH v2 14/18] perf pmu-events: Split big_c_string storage into standalone compilation unit
2026-05-14 4:35 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Override EXTRA_LDFLAGS for static builds
2026-05-14 4:23 UTC (2+ messages)
[PATCH v2 11/18] perf build: Pre-generate BPF skeleton tooling during umbrella prepare phase
2026-05-14 3:39 UTC (2+ messages)
[PATCH v5] libbpf: Use strscpy() in kernel code for skel_map_create()
2026-05-14 3:20 UTC (3+ messages)
[PATCH v2 10/18] perf build: Move static libbpf dependency out of prepare step
2026-05-14 3:02 UTC (2+ messages)
[PATCH net-next v4 0/8] net: devmem: support devmem with netkit devices
2026-05-14 2:38 UTC (5+ messages)
` [PATCH net-next v4 6/8] selftests: drv-net: refactor devmem command builders into lib module
[PATCH net-next v4 8/8] selftests: drv-net: add netkit devmem tests
2026-05-14 2:29 UTC (3+ messages)
[PATCH v2 08/18] perf build: Move BPF skeleton generation out of Makefile.perf
2026-05-14 1:55 UTC (2+ messages)
[PATCH RESEND bpf-next v10 2/8] bpf: clear list node owner and unlink before drop
2026-05-14 1:50 UTC (4+ messages)
[PATCH bpf-next v3 0/3] bpf: Maximum combined stack depth
2026-05-14 1:40 UTC (8+ messages)
` [PATCH bpf-next v3 1/3] bpf: Report maximum "
` [PATCH bpf-next v3 2/3] selftests/bpf: Test reported max "
` [PATCH bpf-next v3 3/3] veristat: Report "
[PATCH bpf-next v14 8/8] selftests/bpf: Add tests to verify map create failure log
2026-05-14 1:25 UTC (2+ messages)
[PATCH] libbpf: fix UAF in strset__add_str()
2026-05-14 1:10 UTC (3+ messages)
[PATCH bpf-next v14 7/8] libbpf: Add syscall common attributes support for map_create
2026-05-14 1:08 UTC (2+ messages)
[PATCH v2 05/18] perf trace beauty: Make beauty generated C code standalone .o files
2026-05-14 0:50 UTC (2+ messages)
[PATCH bpf-next v14 6/8] bpf: Add syscall common attributes support for map_create
2026-05-14 0:46 UTC (2+ messages)
[PATCH v2 04/18] tools scripts: Short-circuit CC_NO_CLANG compiler probe in Makefile.include
2026-05-14 0:28 UTC (2+ messages)
[PATCH net] net: Clear skb metadata before LWT xmit
2026-05-14 0:26 UTC (4+ messages)
[PATCH net 0/4] xsk: fix meta and publish of cq issues
2026-05-14 0:21 UTC (11+ messages)
` [PATCH net 1/4] xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()
` [PATCH net 3/4] xsk: drain continuation descs after overflow in xsk_build_skb()
[PATCH v2 03/18] tools build: Fix test-clang-bpf-co-re.bin to generate target file
2026-05-14 0:15 UTC (2+ messages)
[PATCH v2 02/18] tools build: Integrate libdebuginfod into test-all fast path
2026-05-13 23:59 UTC (2+ messages)
[PATCH bpf-next v14 4/8] bpf: Add syscall common attributes support for prog_load
2026-05-13 23:56 UTC (2+ messages)
[PATCH bpf-next 1/2] bpf: Report maximum combined stack depth
2026-05-13 23:47 UTC (2+ messages)
[PATCH bpf-next v4 00/11] bpf: Introduce resizable hash map
2026-05-13 23:21 UTC (15+ messages)
` [PATCH bpf-next v4 01/11] rhashtable: Add rhashtable_next_key() API
` [PATCH bpf-next v4 02/11] rhashtable: Add selftest for rhashtable_next_key()
` [PATCH bpf-next v4 03/11] bpf: Implement resizable hashmap basic functions
` [PATCH bpf-next v4 04/11] bpf: Implement iteration ops for resizable hashtab
` [PATCH bpf-next v4 05/11] bpf: Allow special fields in "
` [PATCH bpf-next v4 06/11] bpf: Optimize word-sized keys for resizable hashtable
` [PATCH bpf-next v4 07/11] libbpf: Support "
` [PATCH bpf-next v4 08/11] selftests/bpf: Add basic tests for resizable hash map
` [PATCH bpf-next v4 09/11] selftests/bpf: Add BPF iterator "
` [PATCH bpf-next v4 10/11] bpftool: Add rhash map documentation
` [PATCH bpf-next v4 11/11] selftests/bpf: Add resizable hashmap to benchmarks
[PATCH RESEND bpf-next v10 0/8] bpf: Extend the bpf_list family of APIs
2026-05-13 22:55 UTC (15+ messages)
` [PATCH RESEND bpf-next v10 1/8] bpf: refactor __bpf_list_del to take list node pointer
` [PATCH RESEND bpf-next v10 3/8] bpf: Introduce the bpf_list_del kfunc
` [PATCH RESEND bpf-next v10 4/8] bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
` [PATCH RESEND bpf-next v10 5/8] bpf: Add bpf_list_add to insert node after a given list node
` [PATCH RESEND bpf-next v10 6/8] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH RESEND bpf-next v10 7/8] bpf: allow non-owning list-node args via __nonown_allowed
[PATCH bpf-next v14 1/8] bpf: Extend BPF syscall with common attributes support
2026-05-13 22:48 UTC (2+ messages)
[PATCH RESEND bpf-next v10 8/8] selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty
2026-05-13 22:44 UTC (2+ messages)
page: | 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