bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-18 18:23:17 to 2023-07-19 20:22:02 UTC [more...]

[PATCH bpf-next v2] selftests/bpf: improve ringbuf benchmark output
 2023-07-19 20:15 UTC 

[PATCH rcu 5/5] checkpatch: Complain about unexpected uses of RCU Tasks Trace
 2023-07-19 19:02 UTC  (7+ messages)

[PATCH bpf-next v3 00/21] XDP metadata via kfuncs for ice
 2023-07-19 18:59 UTC  (23+ messages)
` [PATCH bpf-next v3 01/21] ice: make RX hash reading code more reusable
` [PATCH bpf-next v3 02/21] ice: make RX HW timestamp "
` [PATCH bpf-next v3 03/21] ice: make RX checksum checking "
` [PATCH bpf-next v3 04/21] ice: Make ptype internal to descriptor info processing
` [PATCH bpf-next v3 05/21] ice: Introduce ice_xdp_buff
` [PATCH bpf-next v3 06/21] ice: Support HW timestamp hint
` [PATCH bpf-next v3 07/21] ice: Support RX hash XDP hint
` [PATCH bpf-next v3 08/21] ice: Support XDP hints in AF_XDP ZC mode
` [PATCH bpf-next v3 09/21] xdp: Add VLAN tag hint
` [PATCH bpf-next v3 10/21] ice: Implement "
` [PATCH bpf-next v3 11/21] ice: use VLAN proto from ring packet context in skb path
` [PATCH bpf-next v3 12/21] xdp: Add checksum hint
` [PATCH bpf-next v3 13/21] ice: Implement "
` [PATCH bpf-next v3 14/21] selftests/bpf: Allow VLAN packets in xdp_hw_metadata
` [PATCH bpf-next v3 15/21] net, xdp: allow metadata > 32
` [PATCH bpf-next v3 16/21] selftests/bpf: Add flags and new hints to xdp_hw_metadata
` [PATCH bpf-next v3 17/21] veth: Implement VLAN tag and checksum XDP hint
` [PATCH bpf-next v3 18/21] net: make vlan_get_tag() return -ENODATA instead of -EINVAL
` [PATCH bpf-next v3 19/21] selftests/bpf: Use AF_INET for TX in xdp_metadata
` [PATCH bpf-next v3 20/21] selftests/bpf: Check VLAN tag and proto "
` [PATCH bpf-next v3 21/21] selftests/bpf: check checksum state "

[PATCH bpf-next] selftests/bpf: fix ringbuf benchmark output
 2023-07-19 18:57 UTC  (3+ messages)

[PATCH/RFC 0/2] bpf: Disable preemption in bpf_perf_event_output
 2023-07-19 18:45 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH/RFC 2/2] bpf: Disable preemption in bpf_event_output

pull-request: bpf-next 2023-07-19
 2023-07-19 17:54 UTC 

pull-request: bpf 2023-07-19
 2023-07-19 17:45 UTC 

[PATCH bpf-next] bpf, net: Introduce skb_pointer_if_linear()
 2023-07-19 17:40 UTC  (5+ messages)

[PATCH bpf-next v3 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
 2023-07-19 17:39 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint

[PATCH bpf-next v6 0/8] BPF link support for tc BPF programs
 2023-07-19 17:20 UTC  (10+ messages)
` [PATCH bpf-next v6 1/8] bpf: Add generic attach/detach/query API for multi-progs
` [PATCH bpf-next v6 2/8] bpf: Add fd-based tcx multi-prog infra with link support
` [PATCH bpf-next v6 3/8] libbpf: Add opts-based attach/detach/query API for tcx
` [PATCH bpf-next v6 4/8] libbpf: Add link-based "
` [PATCH bpf-next v6 5/8] libbpf: Add helper macro to clear opts structs
` [PATCH bpf-next v6 6/8] bpftool: Extend net dump with tcx progs
` [PATCH bpf-next v6 7/8] selftests/bpf: Add mprog API tests for BPF tcx opts
` [PATCH bpf-next v6 8/8] selftests/bpf: Add mprog API tests for BPF tcx links

[PATCH bpf-next] bpf: sync tools/ uapi header with
 2023-07-19 17:20 UTC  (2+ messages)

[PATCH v7 bpf-next 00/24] xsk: multi-buffer support
 2023-07-19 17:10 UTC  (26+ messages)
` [PATCH v7 bpf-next 01/24] xsk: prepare 'options' in xdp_desc for multi-buffer use
` [PATCH v7 bpf-next 02/24] xsk: introduce XSK_USE_SG bind flag for xsk socket
` [PATCH v7 bpf-next 03/24] xsk: prepare both copy and zero-copy modes to co-exist
` [PATCH v7 bpf-next 04/24] xsk: move xdp_buff's data length check to xsk_rcv_check
` [PATCH v7 bpf-next 05/24] xsk: add support for AF_XDP multi-buffer on Rx path
` [PATCH v7 bpf-next 06/24] xsk: introduce wrappers and helpers for supporting multi-buffer in Tx path
` [PATCH v7 bpf-next 07/24] xsk: allow core/drivers to test EOP bit
` [PATCH v7 bpf-next 08/24] xsk: add support for AF_XDP multi-buffer on Tx path
` [PATCH v7 bpf-next 09/24] xsk: discard zero length descriptors in "
` [PATCH v7 bpf-next 10/24] xsk: add new netlink attribute dedicated for ZC max frags
` [PATCH v7 bpf-next 11/24] xsk: support mbuf on ZC RX
` [PATCH v7 bpf-next 12/24] ice: xsk: add RX multi-buffer support
` [PATCH v7 bpf-next 13/24] i40e: "
` [PATCH v7 bpf-next 14/24] xsk: support ZC Tx multi-buffer in batch API
` [PATCH v7 bpf-next 15/24] ice: xsk: Tx multi-buffer support
` [PATCH v7 bpf-next 16/24] i40e: xsk: add TX "
` [PATCH v7 bpf-next 17/24] xsk: add multi-buffer documentation
` [PATCH v7 bpf-next 18/24] selftests/xsk: transmit and receive multi-buffer packets
` [PATCH v7 bpf-next 19/24] selftests/xsk: add basic multi-buffer test
` [PATCH v7 bpf-next 20/24] selftests/xsk: add unaligned mode test for multi-buffer
` [PATCH v7 bpf-next 21/24] selftests/xsk: add invalid descriptor "
` [PATCH v7 bpf-next 22/24] selftests/xsk: add metadata copy test for multi-buff
` [PATCH v7 bpf-next 23/24] selftests/xsk: add test for too many frags
` [PATCH v7 bpf-next 24/24] selftests/xsk: reset NIC settings to default after running test suite

[PATCH net-next] page_pool: split types and declarations from page_pool.h
 2023-07-19 17:03 UTC  (4+ messages)

[PATCH v2 bpf-next 0/4] allow bpf_map_sum_elem_count for all program types
 2023-07-19 17:00 UTC  (6+ messages)
` [PATCH v2 bpf-next 1/4] bpf: consider types listed in reg2btf_ids as trusted
` [PATCH v2 bpf-next 2/4] bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map
` [PATCH v2 bpf-next 3/4] bpf: make an argument const in the bpf_map_sum_elem_count kfunc
` [PATCH v2 bpf-next 4/4] bpf: allow any program to use "

[PATCH bpf-next] bpf, x86: initialize the variable "first_off" in save_args()
 2023-07-19 17:00 UTC  (2+ messages)

[PATCH bpf-next v2 00/15] bpf: Support new insns from cpu v4
 2023-07-19 16:57 UTC  (25+ messages)
` [PATCH bpf-next v2 01/15] bpf: Support new sign-extension load insns
` [PATCH bpf-next v2 02/15] bpf: Fix sign-extension ctx member accesses
` [PATCH bpf-next v2 03/15] bpf: Support new sign-extension mov insns
` [PATCH bpf-next v2 04/15] bpf: Support new unconditional bswap instruction
` [PATCH bpf-next v2 05/15] bpf: Support new signed div/mod instructions
` [PATCH bpf-next v2 09/15] selftests/bpf: Add unit tests for new sign-extension load insns
` [PATCH bpf-next v2 12/15] selftests/bpf: Add unit tests for new sdiv/smod insns

[PATCH net-next] net: fec: add XDP_TX feature support
 2023-07-19 16:46 UTC  (4+ messages)

[PATCH bpf-next 0/2] fix setting return values for htab batch ops and docs
 2023-07-19 16:28 UTC  (5+ messages)
` [PATCH bpf-next 1/2] bpf: fix setting return values for htab batch ops

[PATCH v1] samples/bpf: Fix build out of source tree
 2023-07-19 16:13 UTC  (9+ messages)

[PATCH v2] scripts/link-vmlinux.sh: Add alias to duplicate symbols for kallsyms
 2023-07-19 16:08 UTC  (2+ messages)

[PATCH v2 0/9] tracing: Improbe BTF support on probe events
 2023-07-19 16:01 UTC  (16+ messages)
` [PATCH v2 2/9] bpf/btf: tracing: Move finding func-proto API and getting func-param API to BTF

[PATCH RFC] HotBPF: Prevent Kernel Heap-based Exploitation
 2023-07-19 15:50 UTC 

[PATCH bpf] riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework
 2023-07-19 15:18 UTC  (4+ messages)

[PATCH v2 1/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
 2023-07-19 14:51 UTC  (14+ messages)

[PATCH bpf-next v5 0/8] BPF link support for tc BPF programs
 2023-07-19 14:22 UTC  (7+ messages)
` [PATCH bpf-next v5 1/8] bpf: Add generic attach/detach/query API for multi-progs
` [PATCH bpf-next v5 2/8] bpf: Add fd-based tcx multi-prog infra with link support

[PATCH net-next V2 0/4] virtio_net: add per queue interrupt coalescing support
 2023-07-19 12:19 UTC  (5+ messages)
` [PATCH net-next V2 3/4] virtio_net: support per queue interrupt coalesce command

[PATCH vhost v12 00/10] virtio core prepares for AF_XDP
 2023-07-19 11:05 UTC  (13+ messages)
` [PATCH vhost v12 01/10] virtio_ring: check use_dma_api before unmap desc for indirect
` [PATCH vhost v12 02/10] virtio_ring: put mapping error check in vring_map_one_sg
` [PATCH vhost v12 03/10] virtio_ring: introduce virtqueue_set_dma_premapped()
` [PATCH vhost v12 04/10] virtio_ring: support add premapped buf
` [PATCH vhost v12 05/10] virtio_ring: introduce virtqueue_dma_dev()
` [PATCH vhost v12 06/10] virtio_ring: skip unmap for premapped
` [PATCH vhost v12 07/10] virtio_ring: correct the expression of the description of virtqueue_resize()
` [PATCH vhost v12 08/10] virtio_ring: separate the logic of reset/enable from virtqueue_resize
` [PATCH vhost v12 09/10] virtio_ring: introduce virtqueue_reset()
` [PATCH vhost v12 10/10] virtio_net: merge dma operations when filling mergeable buffers

Repo for tips / tricks / common code?
 2023-07-19  9:51 UTC  (3+ messages)

[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
 2023-07-19  9:51 UTC  (18+ messages)
` [PATCH vhost v11 10/10] virtio_net: merge dma operation for one page

[bug report] bpf, x86: allow function arguments up to 12 for TRACING
 2023-07-19  8:55 UTC  (4+ messages)

[ANN] bpf development stats for 6.5
 2023-07-19  7:32 UTC  (5+ messages)

[PATCH bpf-next 0/3] allow bpf_map_sum_elem_count for all program types
 2023-07-19  7:10 UTC  (6+ messages)
  ` [PATCH bpf-next 1/3] bpf: consider CONST_PTR_TO_MAP as trusted pointer to struct bpf_map

[PATCH v2 net] bpf: do not return NET_XMIT_xxx values on bpf_redirect
 2023-07-19  3:42 UTC  (2+ messages)

[PATCH] bpf: lwt: do not return NET_XMIT_xxx values on bpf_redirect
 2023-07-19  3:21 UTC  (3+ messages)

[PATCH net] igc: Prevent garbled TX queue with XDP ZEROCOPY
 2023-07-19  2:10 UTC  (2+ messages)

[PATCH bpf-next] libbpf: fix ringbuf atomics, use EPOLLET
 2023-07-19  1:35 UTC 

[PATCH RFC net-next v5 00/14] virtio/vsock: support datagrams
 2023-07-19  0:50 UTC  (15+ messages)
` [PATCH RFC net-next v5 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
` [PATCH RFC net-next v5 02/14] af_vsock: refactor transport lookup code
` [PATCH RFC net-next v5 03/14] af_vsock: support multi-transport datagrams
` [PATCH RFC net-next v5 04/14] af_vsock: generalize bind table functions
` [PATCH RFC net-next v5 05/14] af_vsock: use a separate dgram bind table
` [PATCH RFC net-next v5 06/14] virtio/vsock: add VIRTIO_VSOCK_TYPE_DGRAM
` [PATCH RFC net-next v5 07/14] virtio/vsock: add common datagram send path
` [PATCH RFC net-next v5 08/14] af_vsock: add vsock_find_bound_dgram_socket()
` [PATCH RFC net-next v5 09/14] virtio/vsock: add common datagram recv path
` [PATCH RFC net-next v5 10/14] virtio/vsock: add VIRTIO_VSOCK_F_DGRAM feature bit
` [PATCH RFC net-next v5 11/14] vhost/vsock: implement datagram support
` [PATCH RFC net-next v5 12/14] vsock/loopback: "
` [PATCH RFC net-next v5 13/14] virtio/vsock: "
` [PATCH RFC net-next v5 14/14] test/vsock: add vsock dgram tests

[PATCH bpf-next] bpf: Drop useless btf_vmlinux in bpf_tcp_ca
 2023-07-19  0:40 UTC  (2+ messages)

[PATCH v3] samples/bpf: README: Update build dependencies required
 2023-07-19  0:30 UTC  (2+ messages)

[PATCH v2 bpf-next 0/6] BPF Refcount followups 2: owner field
 2023-07-19  0:30 UTC  (2+ messages)

[syzbot] [fs?] INFO: task hung in pipe_release (4)
 2023-07-18 23:07 UTC  (2+ messages)

[PATCH bpf v2 0/3] Two more fixes for check_max_stack_depth
 2023-07-18 22:29 UTC  (3+ messages)
` [PATCH bpf v2 2/3] bpf: Repeat check_max_stack_depth for async callbacks

[PATCH bpf] bpf, arm64: Fix BTI type used for freplace attached functions
 2023-07-18 22:28 UTC  (3+ messages)

[PATCH V2,net-next] net: mana: Add page pool for RX buffers
 2023-07-18 21:48 UTC 

[PATCH bpf-next v4 0/6] Support defragmenting IPv(4|6) packets in BPF
 2023-07-18 21:45 UTC  (10+ messages)
` [PATCH bpf-next v4 2/6] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link

[bpf-next] bpf: Verifying eBPF range analysis
 2023-07-18 21:23 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).