messages from 2023-03-03 12:37:26 to 2023-03-07 11:12:21 UTC [more...]
[PATCH net 0/2] add checking sq is full inside xdp xmit
2023-03-07 11:08 UTC (11+ messages)
` [PATCH net 1/2] virtio_net: separate the logic of checking whether sq is full
` [PATCH net 2/2] virtio_net: add checking sq is full inside xdp xmit
Selectively delay loading of eBPF program
2023-03-07 11:01 UTC (3+ messages)
[PATCH v13 bpf-next 00/10] Add skb + xdp dynptrs
2023-03-07 10:22 UTC (8+ messages)
` [PATCH v13 bpf-next 03/10] bpf: Allow initializing dynptrs in kfuncs
` [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
Suggested patch for bpftool
2023-03-07 9:41 UTC (2+ messages)
[PATCH bpf-next 0/2] update 32-bit bounds when the lower 32-bit value is not wrapping
2023-03-07 22:04 UTC (4+ messages)
` [PATCH bpf-next 1/2] bpf: "
` [PATCH bpf-next 2/2] selftests/bpf: check bounds not in the 32-bit range
[PATCH] perf lock contention: Fix builtin detection
2023-03-07 5:56 UTC (3+ messages)
[RFC/PATCHSET 0/8] perf record: Implement BPF sample filter (v3)
2023-03-07 4:53 UTC (2+ messages)
pull-request: bpf-next 2023-03-06
2023-03-07 4:47 UTC (3+ messages)
[PATCH bpf-next v2 0/8] Support defragmenting IPv(4|6) packets in BPF
2023-03-07 4:17 UTC (5+ messages)
[PATCH bpf-next 00/16] bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage
2023-03-07 3:47 UTC (20+ messages)
` [PATCH bpf-next 01/16] bpf: Move a few bpf_local_storage functions to static scope
` [PATCH bpf-next 02/16] bpf: Refactor codes into bpf_local_storage_destroy
` [PATCH bpf-next 03/16] bpf: Remove __bpf_local_storage_map_alloc
` [PATCH bpf-next 04/16] bpf: Remove the preceding __ from __bpf_selem_unlink_storage
` [PATCH bpf-next 05/16] bpf: Remember smap in bpf_local_storage
` [PATCH bpf-next 06/16] bpf: Repurpose use_trace_rcu to reuse_now "
` [PATCH bpf-next 07/16] bpf: Remove bpf_selem_free_fields*_rcu
` [PATCH bpf-next 08/16] bpf: Add bpf_selem_free_rcu callback
` [PATCH bpf-next 09/16] bpf: Add bpf_selem_free()
` [PATCH bpf-next 10/16] bpf: Add bpf_local_storage_rcu callback
` [PATCH bpf-next 11/16] bpf: Add bpf_local_storage_free()
` [PATCH bpf-next 12/16] bpf: Use bpf_mem_cache_alloc/free in bpf_selem_alloc/free
` [PATCH bpf-next 13/16] bpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
` [PATCH bpf-next 14/16] selftests/bpf: Replace CHECK with ASSERT in test_local_storage
` [PATCH bpf-next 15/16] selftests/bpf: Check freeing sk->sk_local_storage with sk_local_storage->smap is NULL
` [PATCH bpf-next 16/16] selftests/bpf: Add local-storage-create benchmark
[PATCH bpf-next v4 0/4] net/smc: Introduce BPF injection capability
2023-03-07 3:05 UTC (2+ messages)
[PATCH bpf-next v1 0/2] xdp: recycle Page Pool backed skbs built from XDP frames
2023-03-07 2:50 UTC (9+ messages)
` [PATCH bpf-next v1 1/2] "
[PATCH bpf-next v3 0/8] Transit between BPF TCP congestion controls
2023-03-07 2:17 UTC (13+ messages)
` [PATCH bpf-next v3 1/8] bpf: Maintain the refcount of struct_ops maps directly
` [PATCH bpf-next v3 2/8] bpf: Create links for BPF struct_ops maps
` [PATCH bpf-next v3 3/8] net: Update an existing TCP congestion control algorithm
[PATCH v3 net-next] udp: introduce __sk_mem_schedule() usage
2023-03-07 1:56 UTC
[PATCH v2 net-next] udp: introduce __sk_mem_schedule() usage
2023-03-07 0:25 UTC (3+ messages)
[RFC net-next] ethtool: provide XDP information with XDP_FEATURES_GET
2023-03-07 0:15 UTC (7+ messages)
linux-next: manual merge of the bpf-next tree with the bpf tree
2023-03-06 22:58 UTC
stable backport of patches fixing perf, libbpf and bpftools compilation with binutils 2.40
2023-03-06 22:58 UTC
[PATCH 0/2] Hyperlink fixes for BPF QA documentation
2023-03-06 22:33 UTC (2+ messages)
[PATCH bpf v6] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
2023-03-06 22:27 UTC (2+ messages)
[PATCH bpf v2 0/2] fix resolving VAR after DATASEC
2023-03-06 22:19 UTC (4+ messages)
` [PATCH bpf v2 1/2] btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
` [PATCH bpf v2 2/2] selftests/bpf: check that modifier resolves after pointer
pull-request: bpf 2023-03-06
2023-03-06 21:59 UTC
[PATCH net-next 0/8][pull request] i40e: support XDP multi-buffer
2023-03-06 21:08 UTC (9+ messages)
` [PATCH net-next 1/8] i40e: consolidate maximum frame size calculation for vsi
` [PATCH net-next 2/8] i40e: change Rx buffer size for legacy-rx to support XDP multi-buffer
` [PATCH net-next 3/8] i40e: add pre-xdp page_count in rx_buffer
` [PATCH net-next 4/8] i40e: Change size to truesize when using i40e_rx_buffer_flip()
` [PATCH net-next 5/8] i40e: use frame_sz instead of recalculating truesize for building skb
` [PATCH net-next 6/8] i40e: introduce next_to_process to i40e_ring
` [PATCH net-next 7/8] i40e: add xdp_buff to i40e_ring struct
` [PATCH net-next 8/8] i40e: add support for XDP multi-buffer Rx
[LSF/MM/BPF TOPIC] vmtest: Reusable virtual machine testing infrastructure
2023-03-06 19:07 UTC (3+ messages)
` [Lsf-pc] "
[PATCH bpf-next v4 0/3] libbpf: allow users to set kprobe/uprobe attach mode
2023-03-06 18:00 UTC (6+ messages)
` [PATCH bpf-next v4 1/3] libbpf: add support "
` [PATCH bpf-next v4 2/3] selftests/bpf: split test_attach_probe into multi subtests
` [PATCH bpf-next v4 3/3] selftests/bpf: add test for legacy/perf kprobe/uprobe attach mode
[syzbot] [hfs?] kernel BUG in __block_write_full_page
2023-03-06 17:44 UTC
[PATCH bpf-next] selftests/bpf: use ifname instead of ifindex in XDP compliance test tool
2023-03-06 16:01 UTC (3+ messages)
[PATCH bpf-next] libbpf: Use text error for btf_custom_path failures
2023-03-06 16:17 UTC (5+ messages)
[PATCH bpf-next] tools/resolve_btfids: Add /libsubcmd to .gitignore
2023-03-06 15:30 UTC (3+ messages)
[PATCH] btf: fix resolving BTF_KIND_VAR after ARRAY, STRUCT, UNION, PTR
2023-03-06 9:26 UTC (3+ messages)
[PATCH intel-next v6 0/8] i40e: support XDP multi-buffer
2023-03-06 4:23 UTC (17+ messages)
` [PATCH intel-next v6 1/8] i40e: consolidate maximum frame size calculation for vsi
` [Intel-wired-lan] "
` [PATCH intel-next v6 2/8] i40e: change Rx buffer size for legacy-rx to support XDP multi-buffer
` [Intel-wired-lan] "
` [PATCH intel-next v6 3/8] i40e: add pre-xdp page_count in rx_buffer
` [Intel-wired-lan] "
` [PATCH intel-next v6 4/8] i40e: Change size to truesize when using i40e_rx_buffer_flip()
` [Intel-wired-lan] "
` [PATCH intel-next v6 5/8] i40e: use frame_sz instead of recalculating truesize for building skb
` [Intel-wired-lan] "
` [PATCH intel-next v6 6/8] i40e: introduce next_to_process to i40e_ring
` [Intel-wired-lan] "
` [PATCH intel-next v6 7/8] i40e: add xdp_buff to i40e_ring struct
` [Intel-wired-lan] "
` [PATCH intel-next v6 8/8] i40e: add support for XDP multi-buffer Rx
` [Intel-wired-lan] "
[PATCH bpf-next v3 0/3] libbpf: allow users to set kprobe/uprobe attach mode
2023-03-06 3:50 UTC (7+ messages)
` [PATCH bpf-next v3 2/3] selftests/bpf: split test_attach_probe into multi subtests
` [PATCH bpf-next v3 3/3] selftests/bpf: add test for legacy/perf kprobe/uprobe attach mode
[PATCH bpf-next 00/17] BPF open-coded iterators
2023-03-06 0:14 UTC (20+ messages)
` [PATCH bpf-next 13/17] bpf: add support for open-coded iterator loops
` [PATCH bpf-next 14/17] bpf: implement number iterator
` [PATCH bpf-next 15/17] selftests/bpf: add bpf_for_each(), bpf_for(), and bpf_repeat() macros
` [PATCH bpf-next 16/17] selftests/bpf: add iterators tests
[PATCH bpf-next 0/2] bpf: add bound tracking for BPF_MOD
2023-03-06 3:31 UTC (5+ messages)
` [PATCH bpf-next 1/2] "
` [PATCH bpf-next 2/2] selftests/bpf: check if verifier tracks dst_reg bound "
[PATCH AUTOSEL 6.1 08/15] powerpc/bpf/32: Only set a stack frame when necessary
2023-03-05 13:52 UTC
[PATCH AUTOSEL 6.2 08/16] powerpc: Remove __kernel_text_address() in show_instructions()
2023-03-05 13:52 UTC (2+ messages)
` [PATCH AUTOSEL 6.2 09/16] powerpc/bpf/32: Only set a stack frame when necessary
[PATCH bpf-next v4 00/18] bpf: bpf memory usage
2023-03-05 12:46 UTC (19+ messages)
` [PATCH bpf-next v4 01/18] bpf: add new map ops ->map_mem_usage
` [PATCH bpf-next v4 02/18] bpf: lpm_trie memory usage
` [PATCH bpf-next v4 03/18] bpf: hashtab "
` [PATCH bpf-next v4 04/18] bpf: arraymap "
` [PATCH bpf-next v4 05/18] bpf: stackmap "
` [PATCH bpf-next v4 06/18] bpf: reuseport_array "
` [PATCH bpf-next v4 07/18] bpf: ringbuf "
` [PATCH bpf-next v4 08/18] bpf: bloom_filter "
` [PATCH bpf-next v4 09/18] bpf: cpumap "
` [PATCH bpf-next v4 10/18] bpf: devmap "
` [PATCH bpf-next v4 11/18] bpf: queue_stack_maps "
` [PATCH bpf-next v4 12/18] bpf: bpf_struct_ops "
` [PATCH bpf-next v4 13/18] bpf: local_storage "
` [PATCH bpf-next v4 14/18] bpf, net: bpf_local_storage "
` [PATCH bpf-next v4 15/18] bpf, net: sock_map "
` [PATCH bpf-next v4 16/18] bpf, net: xskmap "
` [PATCH bpf-next v4 17/18] bpf: offload map "
` [PATCH bpf-next v4 18/18] bpf: enforce all maps having memory usage callback
[PATCH v2 bpf-next] libbpf: usdt arm arg parsing support
2023-03-04 23:34 UTC (4+ messages)
[PATCH bpf-next v3 0/3] Add support for kptrs in more BPF maps
2023-03-04 16:17 UTC (5+ messages)
` [PATCH bpf-next v3 2/3] bpf: Support kptrs in local storage maps
[PATCH bpf-next v2 0/3] bpf: allow ctx writes using BPF_ST_MEM instruction
2023-03-04 5:50 UTC (5+ messages)
` [PATCH bpf-next v2 1/3] "
` [PATCH bpf-next v2 2/3] selftests/bpf: test if pointer type is tracked for BPF_ST_MEM
` [PATCH bpf-next v2 3/3] selftests/bpf: Disassembler tests for verifier.c:convert_ctx_access()
[LSF/MM/BPF] Running BOF
2023-03-04 5:03 UTC
[PATCH bpf-next 0/3] bpf: allow ctx writes using BPF_ST_MEM instruction
2023-03-03 22:56 UTC (10+ messages)
` [PATCH bpf-next 1/3] "
` [PATCH bpf-next 3/3] selftests/bpf: Disassembler tests for verifier.c:convert_ctx_access()
[PATCH] cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappers
2023-03-03 21:03 UTC (3+ messages)
[PATCH bpf-next] bpf: Use separate RCU callbacks for freeing selem
2023-03-03 17:55 UTC (4+ messages)
[LSF/MM/BPF TOPIC] XDP metadata for TX
2023-03-03 17:16 UTC (8+ messages)
[PATCH v5 bpf-next 0/6] bpf: Introduce kptr RCU
2023-03-03 16:50 UTC (4+ messages)
` [PATCH v5 bpf-next 6/6] bpf: Refactor RCU enforcement in the verifier
[PATCH v2 bpf-next 0/3]: Add socket destroy capability
2023-03-03 16:00 UTC (4+ messages)
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add tests for bpf_sock_destroy
[PATCH bpf-next v2 0/3] xdp: recycle Page Pool backed skbs built from XDP frames
2023-03-03 13:32 UTC (4+ messages)
` [PATCH bpf-next v2 1/3] net: page_pool, skbuff: make skb_mark_for_recycle() always available
` [PATCH bpf-next v2 2/3] xdp: recycle Page Pool backed skbs built from XDP frames
` [PATCH bpf-next v2 3/3] xdp: remove unused {__,}xdp_release_frame()
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