bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-03 23:03:14 to 2023-11-07 03:12:55 UTC [more...]

[PATCH net-next v2 00/21] virtio-net: support AF_XDP zero copy
 2023-11-07  3:12 UTC  (19+ messages)
` [PATCH net-next v2 01/21] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH net-next v2 02/21] virtio_net: unify the code for recycling the xmit ptr
` [PATCH net-next v2 03/21] virtio_net: independent directory
` [PATCH net-next v2 04/21] virtio_net: move core structures to virtio_net.h
` [PATCH net-next v2 05/21] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next v2 06/21] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next v2 07/21] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next v2 08/21] virtio_net: sq support premapped mode
` [PATCH net-next v2 09/21] virtio_net: xsk: bind/unbind xsk
` [PATCH net-next v2 10/21] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next v2 11/21] virtio_net: move some api to header
` [PATCH net-next v2 12/21] virtio_net: xsk: tx: support tx
` [PATCH net-next v2 13/21] virtio_net: xsk: tx: support wakeup
` [PATCH net-next v2 14/21] virtio_net: xsk: tx: virtnet_free_old_xmit() distinguishes xsk buffer
` [PATCH net-next v2 15/21] virtio_net: xsk: tx: virtnet_sq_free_unused_buf() check "
` [PATCH net-next v2 16/21] virtio_net: xsk: rx: introduce add_recvbuf_xsk()
` [PATCH net-next v2 17/21] virtio_net: xsk: rx: skip dma unmap when rq is bind with AF_XDP
` [PATCH net-next v2 18/21] virtio_net: xsk: rx: introduce receive_xsk() to recv xsk buffer

[RFC PATCH 00/32] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2023-11-07  3:07 UTC  (51+ messages)
` [RFC PATCH 01/32] seq_buf: Export seq_buf_puts()
` [RFC PATCH 02/32] function_graph: Convert ret_stack to a series of longs
` [RFC PATCH 03/32] fgraph: Use BUILD_BUG_ON() to make sure we have structures divisible by long
` [RFC PATCH 04/32] function_graph: Add an array structure that will allow multiple callbacks
` [RFC PATCH 05/32] function_graph: Allow multiple users to attach to function graph
` [RFC PATCH 06/32] function_graph: Remove logic around ftrace_graph_entry and return
` [RFC PATCH 07/32] ftrace/function_graph: Pass fgraph_ops to function graph callbacks
` [RFC PATCH 08/32] ftrace: Allow function_graph tracer to be enabled in instances
` [RFC PATCH 09/32] ftrace: Allow ftrace startup flags exist without dynamic ftrace
` [RFC PATCH 10/32] function_graph: Have the instances use their own ftrace_ops for filtering
` [RFC PATCH 11/32] function_graph: Add "task variables" per task for fgraph_ops
` [RFC PATCH 12/32] function_graph: Move set_graph_function tests to shadow stack global var
` [RFC PATCH 13/32] function_graph: Move graph depth stored data "
` [RFC PATCH 14/32] function_graph: Move graph notrace bit "
` [RFC PATCH 15/32] function_graph: Implement fgraph_reserve_data() and fgraph_retrieve_data()
` [RFC PATCH 16/32] function_graph: Add selftest for passing local variables
` [RFC PATCH 17/32] function_graph: Fix to update curr_ret_stack with ARRAY entry size
` [RFC PATCH 18/32] function_graph: Fix to initalize ftrace_ops for fgraph with ftrace_graph_func
` [RFC PATCH 19/32] function_graph: Fix to check the return value of ftrace_pop_return_trace()
` [RFC PATCH 20/32] function_graph: Pass the size of reserved data when retrieving it
` [RFC PATCH 21/32] function_graph: Expand the max reserved data size
` [RFC PATCH 22/32] function_graph: Add a new entry handler with parent_ip and ftrace_regs
` [RFC PATCH 23/32] function_graph: Add a new exit "
` [RFC PATCH 24/32] x86/ftrace: Enable HAVE_FUNCTION_GRAPH_FREGS
` [RFC PATCH 25/32] fprobe: Use ftrace_regs in fprobe entry handler
` [RFC PATCH 26/32] fprobe: Use ftrace_regs in fprobe exit handler
` [RFC PATCH 27/32] tracing: Add ftrace_partial_regs() for converting ftrace_regs to pt_regs
` [RFC PATCH 28/32] tracing: Add ftrace_fill_perf_regs() for perf event
` [RFC PATCH 29/32] fprobe: Rewrite fprobe on function-graph tracer
` [RFC PATCH 30/32] tracing/fprobe: Enable fprobe events with CONFIG_DYNAMIC_FTRACE_WITH_ARGS
` [RFC PATCH 31/32] bpf: Enable kprobe_multi feature if CONFIG_FPROBE is enabled
` [RFC PATCH 32/32] Documentation: probes: Update fprobe on function-graph tracer

[PATCH bpf 0/2] Let BPF verifier consider {task,cgroup} is trusted in bpf_iter_reg
 2023-11-07  2:44 UTC  (8+ messages)
` [PATCH bpf 1/2] bpf: Let "
` [PATCH bpf 2/2] selftests/bpf: get trusted cgrp from bpf_iter__cgroup directly

[PATCH bpf 0/6] bpf_redirect_peer fixes
 2023-11-06 23:44 UTC  (10+ messages)
` [PATCH bpf 1/6] netkit: Add tstats per-CPU traffic counters
` [PATCH bpf 4/6] bpf, netkit: Add indirect call wrapper for fetching peer dev

[PATCH bpf-next v5 00/13] xsk: TX metadata
 2023-11-06 23:31 UTC  (5+ messages)
` [PATCH bpf-next v5 06/13] xsk: Document tx_metadata_len layout

BPF/XDP: kernel panic when removing an interface that is an xdp_redirect target
 2023-11-06 23:03 UTC 

[PATCH v9 bpf-next 11/17] bpf,lsm: add BPF token LSM hooks
 2023-11-06 22:46 UTC  (6+ messages)
` [PATCH v9 "

[PATCH bpf-next] bpf: stackmap: add crosstask check to `__bpf_get_stack`
 2023-11-06 22:45 UTC  (2+ messages)

[PATCH v12 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-11-06 22:40 UTC  (19+ messages)
` [PATCH v12 bpf-next 1/9] bpf: Add __bpf_dynptr_data* for in kernel use
` [PATCH v12 bpf-next 2/9] bpf: Factor out helper check_reg_const_str()
` [PATCH v12 bpf-next 3/9] bpf: Introduce KF_ARG_PTR_TO_CONST_STR
` [PATCH v12 bpf-next 4/9] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v12 bpf-next 5/9] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v12 bpf-next 6/9] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v12 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v12 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v12 bpf-next 9/9] selftests/bpf: Add test that uses fsverity and xattr to sign a file

[PATCH v9 bpf-next 09/17] bpf,lsm: refactor bpf_prog_alloc/bpf_prog_free LSM hooks
 2023-11-06 22:29 UTC  (4+ messages)
` [PATCH v9 9/17] "

[PATCH v1] tools/cgroup: introduce cgroup v2 memory.events listener
 2023-11-06 22:09 UTC  (2+ messages)

[PATCH bpf-next v11 00/13] Registrating struct_ops types from modules
 2023-11-06 20:12 UTC  (14+ messages)
` [PATCH bpf-next v11 01/13] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v11 02/13] bpf: get type information with BPF_ID_LIST
` [PATCH bpf-next v11 03/13] bpf, net: introduce bpf_struct_ops_desc
` [PATCH bpf-next v11 04/13] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v11 05/13] bpf: make struct_ops_map support btfs other than btf_vmlinux
` [PATCH bpf-next v11 06/13] bpf: lookup struct_ops types from a given module BTF
` [PATCH bpf-next v11 07/13] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v11 08/13] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v11 09/13] bpf: validate value_type
` [PATCH bpf-next v11 10/13] bpf, net: switch to dynamic registration
` [PATCH bpf-next v11 11/13] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v11 12/13] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v11 13/13] selftests/bpf: test case for register_bpf_struct_ops()

[PATCH bpf-next] bpf, lpm: fix check prefixlen before walking trie
 2023-11-06 20:00 UTC  (5+ messages)

[RFC PATCH bpf-next] bpf, tnums: add bitwise-not helper
 2023-11-06 19:56 UTC  (2+ messages)

Need help in bpf exec hook for execsnoop command
 2023-11-06 19:51 UTC  (4+ messages)

[PATCH] selftests: bpf: config.aarch64: disable CONFIG_DEBUG_INFO_REDUCED
 2023-11-06 19:50 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Add tail padding check for LIBBPF_OPTS_RESET macro
 2023-11-06 19:47 UTC  (2+ messages)

[PATCH v9 bpf-next 17/17] bpf,selinux: allocate bpf_security_struct per BPF token
 2023-11-06 19:18 UTC  (3+ messages)
` [PATCH v9 "

[PATCH] bpf: Use E2BIG instead of ENOENT
 2023-11-06 16:13 UTC  (3+ messages)

[PATCH bpf 0/2] sockmap fix for KASAN_VMALLOC and af_unix
 2023-11-06 14:42 UTC  (6+ messages)
` [PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
` [PATCH bpf 2/2] bpf: sockmap, add af_unix test with both sockets in map

[PATCH bpf 1/2] bpf: sockmap, af_unix sockets need to hold ref for pair sock
 2023-11-06 10:15 UTC  (5+ messages)

[PATCH bpf-next v2 0/1] bpf, arm64: Support Exceptions
 2023-11-06  9:04 UTC  (4+ messages)
` [PATCH bpf-next v2 1/1] bpf, arm64: support exceptions

[net PATCH] octeontx2-pf: Free pending and dropped SQEs
 2023-11-06  9:00 UTC  (2+ messages)

[Bpf] [PATCH] bpf, docs: Add additional ABI working draft base text
 2023-11-06  8:38 UTC  (8+ messages)
` [PATCH v3] "
  ` [Bpf] "

[PATCHv2 bpf-next] bpf: fix compilation error without CGROUPS
 2023-11-06  8:06 UTC  (2+ messages)

[PATCH v9 bpf-next 10/17] bpf,lsm: refactor bpf_map_alloc/bpf_map_free LSM hooks
 2023-11-06  5:01 UTC  (2+ messages)
` [PATCH v9 "

[PATCH v3 bpf-next 06/11] bpf: Add a new kfunc for cgroup1 hierarchy
 2023-11-06  3:18 UTC  (7+ messages)
` [PATCH bpf-next] compiler-gcc: Ignore -Wmissing-prototypes warning for older GCC
` [PATCH v2 bpf-next] compiler-gcc: Suppress -Wmissing-prototypes warning for all supported GCC

[PATCH bpf-next 00/13] BPF register bounds range vs range support
 2023-11-06  2:22 UTC  (6+ messages)
` [PATCH bpf-next 01/13] bpf: generalize reg_set_min_max() to handle non-const register comparisons

[PATCH v9 bpf-next 00/17] BPF token and BPF FS-based delegation
 2023-11-05  6:33 UTC  (3+ messages)
` [PATCH v9 bpf-next 01/17] bpf: align CAP_NET_ADMIN checks with bpf_capable() approach

[PATCH bpf-next v10 00/13] Registrating struct_ops types from modules
 2023-11-05  5:16 UTC  (15+ messages)
` [PATCH bpf-next v10 01/13] bpf: refactory struct_ops type initialization to a function
` [PATCH bpf-next v10 02/13] bpf: get type information with BPF_ID_LIST
` [PATCH bpf-next v10 03/13] bpf, net: introduce bpf_struct_ops_desc
` [PATCH bpf-next v10 04/13] bpf: add struct_ops_tab to btf
` [PATCH bpf-next v10 05/13] bpf: make struct_ops_map support btfs other than btf_vmlinux
` [PATCH bpf-next v10 06/13] bpf: lookup struct_ops types from a given module BTF
` [PATCH bpf-next v10 07/13] bpf: pass attached BTF to the bpf_struct_ops subsystem
` [PATCH bpf-next v10 08/13] bpf: hold module for bpf_struct_ops_map
` [PATCH bpf-next v10 09/13] bpf: validate value_type
` [PATCH bpf-next v10 10/13] bpf, net: switch to dynamic registration
` [PATCH bpf-next v10 11/13] libbpf: Find correct module BTFs for struct_ops maps and progs
` [PATCH bpf-next v10 12/13] bpf: export btf_ctx_access to modules
` [PATCH bpf-next v10 13/13] selftests/bpf: test case for register_bpf_struct_ops()

[PATCH v7 0/5] Reduce overhead of LSMs with static calls
 2023-11-04 20:45 UTC  (2+ messages)

[RFCv2 bpf-next 0/7] Add bpf_xdp_get_xfrm_state() kfunc
 2023-11-04 18:55 UTC  (4+ messages)
` [RFCv2 bpf-next 1/7] bpf: xfrm: "

IETF 118 Call for Agenda Items
 2023-11-04 10:52 UTC  (5+ messages)
  ` [Bpf] "

[PATCH bpf-next v7 0/7] add BPF_F_PERMANENT flag for sockmap skmsg redirect
 2023-11-04  3:27 UTC  (3+ messages)

[PATCH bpf-next] bpf: Use named fields for certain bpf uapi structs
 2023-11-04  3:21 UTC  (2+ messages)

[syzbot] [bpf?] [net?] BUG: unable to handle kernel NULL pointer dereference in sk_psock_verdict_data_ready
 2023-11-03 23:11 UTC 

[PATCH v11 bpf-next 0/9] bpf: File verification with LSM and fsverity
 2023-11-03 23:02 UTC  (4+ messages)
` [PATCH v11 bpf-next 7/9] selftests/bpf: Sort config in alphabetic order
` [PATCH v11 bpf-next 8/9] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v11 bpf-next 9/9] selftests/bpf: Add test that uses fsverity and xattr to sign a file


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