messages from 2023-03-09 10:11:35 to 2023-03-12 09:51:57 UTC [more...]
[PATCH v2 0/3] Assume libbpf 1.0+
2023-03-12 9:51 UTC (13+ messages)
[PATCH net-next] net: introduce budget_squeeze to help us tune rx behavior
2023-03-12 0:04 UTC (3+ messages)
[RFC PATCH net] bpf: Fix unregister memory model in BPF_PROG_RUN in test runner
2023-03-11 21:37 UTC
[PATCH bpf-next v2] bpf, docs: Add extended call instructions
2023-03-11 22:09 UTC
[PATCH bpf-next] bpf, docs: Add extended call instructions
2023-03-11 22:07 UTC (6+ messages)
` [Bpf] "
[PATCH bpf-next] bpf, docs: Add signed comparison example
2023-03-11 19:27 UTC (2+ messages)
` [Bpf] "
[PATCH v2 0/4] enable bpf_prog_pack allocator for powerpc
2023-03-11 10:16 UTC (12+ messages)
` [PATCH v2 1/4] powerpc/code-patching: introduce patch_instructions()
` [PATCH v2 2/4] powerpc/bpf: implement bpf_arch_text_copy
` [PATCH v2 3/4] powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_pack
` [PATCH v2 4/4] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
[PATCH net v2 0/8] update xdp_features flag according to NIC re-configuration
2023-03-11 5:50 UTC (10+ messages)
` [PATCH net v2 1/8] tools: ynl: fix render-max for flags definition
` [PATCH net v2 2/8] tools: ynl: fix get_mask utility routine
` [PATCH net v2 3/8] xdp: add xdp_set_features_flag "
` [PATCH net v2 4/8] net: thunderx: take into account xdp_features setting tx/rx queues
` [PATCH net v2 5/8] net: ena: "
` [PATCH net v2 6/8] veth: take into account device reconfiguration for xdp_features flag
` [PATCH net v2 7/8] net/mlx5e: "
` [PATCH net v2 8/8] mvpp2: take care of xdp_features when reconfiguring queues
[PATCH V2 bpf-next] BPF, docs: libbpf Overview Document
2023-03-11 2:14 UTC
[PATCH net, stable v1 0/3] add checking sq is full inside xdp xmit
2023-03-11 0:50 UTC (2+ messages)
[PATCH v2 bpf-next 0/3] Support stashing local kptrs with bpf_kptr_xchg
2023-03-11 0:50 UTC (5+ messages)
` [PATCH v2 bpf-next 1/3] bpf: Support __kptr to local kptrs
` [PATCH v2 bpf-next 2/3] bpf: Allow local kptrs to be exchanged via bpf_kptr_xchg
` [PATCH v2 bpf-next 3/3] selftests/bpf: Add local kptr stashing test
[PATCH v4 0/3] security: Always enable integrity LSM
2023-03-10 23:37 UTC (8+ messages)
` [PATCH v4 1/3] security: Introduce LSM_ORDER_LAST and set it for the "
` [PATCH v4 2/3] Revert "integrity: double check iint_cache was initialized"
` [PATCH v4 3/3] security: Remove integrity from the LSM list in Kconfig
[PATCH bpf-next v3 1/2] bpf: use canonical ftrace path
2023-03-10 23:34 UTC (4+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: "
[PATCH v13 bpf-next 00/10] Add skb + xdp dynptrs
2023-03-10 21:54 UTC (24+ messages)
` [PATCH v13 bpf-next 09/10] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
` [PATCH v13 bpf-next 10/10] selftests/bpf: tests for using dynptrs to parse skb and xdp buffers
[RFC/PATCHSET 0/9] perf record: Implement BPF sample filter (v4)
2023-03-10 21:53 UTC (6+ messages)
[PATCH bpf-next v4] bpf, docs: Explain helper functions
2023-03-10 21:10 UTC (2+ messages)
[PATCH v1 bpf-next 0/6] Support stashing local kptrs with bpf_kptr_xchg
2023-03-10 20:30 UTC (10+ messages)
` [PATCH v1 bpf-next 1/6] bpf: verifier: Rename kernel_type_name helper to btf_type_name
` [PATCH v1 bpf-next 2/6] bpf: btf: Remove unused btf_field_info_type enum
` [PATCH v1 bpf-next 3/6] bpf: Change btf_record_find enum parameter to field_mask
` [PATCH v1 bpf-next 4/6] bpf: Support __kptr to local kptrs
` [PATCH v1 bpf-next 5/6] bpf: Allow local kptrs to be exchanged via bpf_kptr_xchg
` [PATCH v1 bpf-next 6/6] selftests/bpf: Add local kptr stashing test
[PATCH bpf-next v2 0/3] xdp: recycle Page Pool backed skbs built from XDP frames
2023-03-10 20:10 UTC (6+ messages)
[PATCH v3 0/3] security: Always enable integrity LSM
2023-03-10 19:59 UTC (16+ messages)
` [PATCH v3 1/3] security: Introduce LSM_ORDER_LAST and set it for the "
` [PATCH v3 2/3] Revert "integrity: double check iint_cache was initialized"
` [PATCH v3 3/3] security: Remove integrity from the LSM list in Kconfig
[PATCH v2 bpf-next 00/17] bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage
2023-03-10 19:19 UTC (3+ messages)
` [PATCH v2 bpf-next 12/17] bpf: Add a few bpf mem allocator functions
[PATCH bpf-next v10 0/2] Fix attaching fentry/fexit/fmod_ret/lsm to modules
2023-03-10 19:16 UTC (4+ messages)
` [PATCH bpf-next v10 1/2] bpf: "
` [PATCH bpf-next v10 2/2] bpf/selftests: Test fentry attachment to shadowed functions
[PATCH] kernel/module: add documentation for try_module_get()
2023-03-10 19:04 UTC
[PATCH bpf-next v2] bpf/selftests: Fix send_signal tracepoint tests
2023-03-10 18:40 UTC (2+ messages)
[RFC dwarves] syscall functions in BTF
2023-03-10 18:34 UTC (7+ messages)
[PATCH bpf] bpf: take into account liveness when propagating precision
2023-03-10 18:20 UTC (2+ messages)
[PATCH V3 bpf-next] BPF, docs: libbpf Overview Document
2023-03-10 18:09 UTC
[PATCH bpf-next v6 0/8] Transit between BPF TCP congestion controls
2023-03-10 16:47 UTC (11+ messages)
` [PATCH bpf-next v6 1/8] bpf: Retire the struct_ops map kvalue->refcnt
` [PATCH bpf-next v6 2/8] net: Update an existing TCP congestion control algorithm
` [PATCH bpf-next v6 3/8] bpf: Create links for BPF struct_ops maps
` [PATCH bpf-next v6 4/8] libbpf: Create a bpf_link in bpf_map__attach_struct_ops()
` [PATCH bpf-next v6 5/8] bpf: Update the struct_ops of a bpf_link
` [PATCH bpf-next v6 6/8] libbpf: Update a bpf_link with another struct_ops
` [PATCH bpf-next v6 7/8] libbpf: Use .struct_ops.link section to indicate a struct_ops with a link
` [PATCH bpf-next v6 8/8] selftests/bpf: Test switching TCP Congestion Control algorithms
[PATCH bpf-next] bpf: ensure state checkpointing at iter_next() call sites
2023-03-10 16:40 UTC (2+ messages)
[PATCH dwarves 0/3] dwarves: improve BTF encoder comparison method
2023-03-10 15:18 UTC (5+ messages)
` [PATCH dwarves 1/3] dwarves_fprintf: generalize function prototype print to support passing conf
` [PATCH dwarves 2/3] dwarves_fprintf: support skipping modifier
` [PATCH dwarves 3/3] btf_encoder: compare functions via prototypes not parameter names
[PATCH bpf-next 0/4] selftests/bpf: make BPF_CFLAGS stricter with -Wall
2023-03-10 16:20 UTC (2+ messages)
[PATCH] libbpf: Explicitly call write to append content to file
2023-03-10 15:02 UTC
[PATCH 5.10 223/529] perf llvm: Fix inadvertent file creation
2023-03-10 13:36 UTC
[PATCH 5.4 143/357] perf llvm: Fix inadvertent file creation
2023-03-10 13:37 UTC
[PATCH 4.19 094/252] perf llvm: Fix inadvertent file creation
2023-03-10 13:37 UTC
[LSF/MM/BPF TOPIC] XDP metadata for TX
2023-03-10 11:09 UTC (9+ messages)
[RFC] Implementing the BPF dispatcher on ARM64
2023-03-10 9:33 UTC
[PATCH net-next v3 0/3] vsock: add support for sockmap
2023-03-10 8:53 UTC (2+ messages)
[PATCH v4 net-next] udp: introduce __sk_mem_schedule() usage
2023-03-10 7:40 UTC (2+ messages)
[PATCH bpf-next] bpf/selftests: Fix send_signal tracepoint tests
2023-03-10 6:14 UTC (2+ messages)
[PATCH V2 bpf-next] BPF, docs: libbpf Overview Document
2023-03-10 4:35 UTC (2+ messages)
[PATCH bpf-next] selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace_return_code
2023-03-10 3:20 UTC (2+ messages)
linux-next: manual merge of the bpf-next tree with the bpf tree
2023-03-10 3:18 UTC (3+ messages)
[PATCH net-next v2 0/8][pull request] i40e: support XDP multi-buffer
2023-03-09 21:28 UTC (9+ messages)
` [PATCH net-next v2 1/8] i40e: consolidate maximum frame size calculation for vsi
` [PATCH net-next v2 2/8] i40e: change Rx buffer size for legacy-rx to support XDP multi-buffer
` [PATCH net-next v2 3/8] i40e: add pre-xdp page_count in rx_buffer
` [PATCH net-next v2 4/8] i40e: Change size to truesize when using i40e_rx_buffer_flip()
` [PATCH net-next v2 5/8] i40e: use frame_sz instead of recalculating truesize for building skb
` [PATCH net-next v2 6/8] i40e: introduce next_to_process to i40e_ring
` [PATCH net-next v2 7/8] i40e: add xdp_buff to i40e_ring struct
` [PATCH net-next v2 8/8] i40e: add support for XDP multi-buffer Rx
[PATCH bpf-next v2 0/2] selftests/bpf: use ifname instead of ifindex in XDP
2023-03-09 20:00 UTC (4+ messages)
` [PATCH bpf-next v2 1/2] selftests/bpf: use ifname instead of ifindex in XDP compliance test tool
` [PATCH bpf-next v2 2/2] selftests/bpf: improve error logs "
[PATCH] bpf: fixed a typo for BPF_F_ANY_ALIGNMENT in bpf.h
2023-03-09 19:50 UTC (2+ messages)
[PATCH v2 bpf-next] selftests/bpf: Fix flaky fib_lookup test
2023-03-09 19:50 UTC (2+ messages)
[PATCH] Revert "libbpf: Poison strlcpy()"
2023-03-09 19:03 UTC (7+ messages)
[Question] How can I get floating point registers on arm64
2023-03-09 18:36 UTC (5+ messages)
[PATCH bpf-next v5 0/8] Transit between BPF TCP congestion controls
2023-03-09 18:19 UTC (7+ messages)
` [PATCH bpf-next v5 4/8] libbpf: Create a bpf_link in bpf_map__attach_struct_ops()
[PATCH v2 0/4] enable bpf_prog_pack allocator for powerpc
2023-03-09 18:00 UTC (5+ messages)
` [PATCH v2 1/4] powerpc/code-patching: introduce patch_instructions()
` [PATCH v2 2/4] powerpc/bpf: implement bpf_arch_text_copy
` [PATCH v2 3/4] powerpc/bpf: implement bpf_arch_text_invalidate for bpf_prog_pack
` [PATCH v2 4/4] powerpc/bpf: use bpf_jit_binary_pack_[alloc|finalize|free]
[PATCH bpf-next v9 0/2] Fix attaching fentry/fexit/fmod_ret/lsm to modules
2023-03-09 17:25 UTC (4+ messages)
[PATCH net-next] net: stmmac: call stmmac_finalize_xdp_rx() on a condition
2023-03-09 16:34 UTC (4+ messages)
[PATCH] xsk: Add missing overflow check in xdp_umem_reg
2023-03-09 16:30 UTC (5+ messages)
[PATCH bpf-next v1 0/2] xdp: recycle Page Pool backed skbs built from XDP frames
2023-03-09 16:27 UTC (12+ messages)
` [PATCH bpf-next v1 1/2] "
[PATCH bpf-next] bpf: add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25
2023-03-09 14:58 UTC (8+ messages)
[PATCH] virtio_net: Use NETDEV_TX_BUSY when has no buf to send
2023-03-09 12:26 UTC (3+ messages)
[PATCH bpf-next v2 0/2] net/smc: Introduce BPF injection capability
2023-03-09 11:58 UTC (7+ messages)
` [PATCH bpf-next v2 1/2] net/smc: Introduce BPF injection capability for SMC
` [PATCH bpf-next v2 2/2] bpf/selftests: add selftest for SMC bpf capability
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