bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-17 16:15:52 to 2023-07-19 14:09:41 UTC [more...]

[PATCH bpf-next v6 0/8] BPF link support for tc BPF programs
 2023-07-19 14:08 UTC 

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

[PATCH net-next] page_pool: split types and declarations from page_pool.h
 2023-07-19 14:01 UTC  (2+ messages)

[PATCH v7 bpf-next 00/24] xsk: multi-buffer support
 2023-07-19 13:24 UTC  (25+ 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 bpf-next] bpf, net: Introduce skb_pointer_if_linear()
 2023-07-19 13:10 UTC  (2+ messages)

[PATCH bpf-next v2 00/15] bpf: Support new insns from cpu v4
 2023-07-19 12:53 UTC  (27+ 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 bpf-next v3 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
 2023-07-19 12:52 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint

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

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

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

[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

[PATCH bpf-next] bpf, x86: initialize the variable "first_off" in save_args()
 2023-07-19 11:03 UTC 

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

[PATCH v2 bpf-next 0/4] allow bpf_map_sum_elem_count for all program types
 2023-07-19  9:29 UTC  (5+ 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 "

[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 bpf-next 0/2] fix setting return values for htab batch ops and docs
 2023-07-19  7:09 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: fix setting return values for htab batch ops

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

[PATCH net-next] net: fec: add XDP_TX feature support
 2023-07-19  3:28 UTC  (3+ 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] selftests/bpf: fix ringbuf benchmark output
 2023-07-19  1:47 UTC 

[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  (8+ messages)
` [PATCH v2 bpf-next 1/6] [DONOTAPPLY] Revert "bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixed"
` [PATCH v2 bpf-next 2/6] bpf: Introduce internal definitions for UAPI-opaque bpf_{rb,list}_node
` [PATCH v2 bpf-next 3/6] bpf: Add 'owner' field to bpf_{list,rb}_node
` [PATCH v2 bpf-next 4/6] selftests/bpf: Add rbtree test exercising race which 'owner' field prevents
` [PATCH v2 bpf-next 5/6] selftests/bpf: Disable newly-added 'owner' field test until refcount re-enabled
` [PATCH v2 bpf-next 6/6] [DONOTAPPLY] Revert "selftests/bpf: Disable newly-added 'owner' field test until refcount re-enabled"

[PATCH bpf-next v5 0/8] BPF link support for tc BPF programs
 2023-07-19  0:25 UTC  (5+ 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 v2 1/3] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
 2023-07-18 23:22 UTC  (13+ 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  (4+ messages)
` [PATCH bpf v2 2/3] bpf: Repeat check_max_stack_depth for async callbacks
` [PATCH bpf v2 3/3] selftests/bpf: Add more tests for check_max_stack_depth bug

[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 

[PATCH bpf] riscv, bpf: Adapt bpf trampoline to optimized riscv ftrace framework
 2023-07-18 20:06 UTC  (2+ messages)

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

[RFC bpf-next v5] bpf: Force to MPTCP
 2023-07-18 16:14 UTC  (2+ messages)

[syzbot] [modules?] WARNING in do_page_fault
 2023-07-18 15:21 UTC 

[PATCH iwl-next v3 0/4] igb: Add support for AF_XDP zero-copy
 2023-07-18 11:26 UTC  (4+ messages)
` [PATCH iwl-next v3 3/4] igb: add AF_XDP zero-copy Rx support

[PATCH net-next] net: mana: Add page pool for RX buffers
 2023-07-17 23:59 UTC  (7+ messages)
      `  "

[PATCH bpf-next v1 00/10] Exceptions - 1/2
 2023-07-17 19:39 UTC  (29+ messages)
` [PATCH bpf-next v1 04/10] bpf: Add support for inserting new subprogs
` [PATCH bpf-next v1 05/10] arch/x86: Implement arch_bpf_stack_walk
` [PATCH bpf-next v1 06/10] bpf: Implement bpf_throw kfunc
` [PATCH bpf-next v1 07/10] bpf: Ensure IP is within prog->jited_length for bpf_throw calls
` [PATCH bpf-next v1 08/10] bpf: Introduce bpf_set_exception_callback

[PATCH v2 00/12] mm: jit/text allocator
 2023-07-17 17:23 UTC  (9+ messages)
` [PATCH v2 02/12] mm: introduce execmem_text_alloc() and jit_text_alloc()

[PATCH v1] samples/bpf: Fix build out of source tree
 2023-07-17 16:46 UTC  (8+ messages)

[PATCH bpf v1 0/3] Two more fixes for check_max_stack_depth
 2023-07-17 16:16 UTC  (4+ messages)
` [PATCH bpf v1 2/3] bpf: Repeat check_max_stack_depth for async callbacks


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).