bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-26 22:39:23 to 2023-05-31 20:21:23 UTC [more...]

[RFC bpf-next 0/8] bpf: support BTF kind metadata to separate
 2023-05-31 20:19 UTC 

[PATCH bpf-next v2 0/4] verify scalar ids mapping in regsafe()
 2023-05-31 20:12 UTC  (10+ messages)
` [PATCH bpf-next v2 1/4] bpf: verify scalar ids mapping in regsafe() using check_ids()
` [PATCH bpf-next v2 2/4] selftests/bpf: verify that check_ids() is used for scalars in regsafe()
` [PATCH bpf-next v2 3/4] bpf: filter out scalar ids not used for range transfer "
` [PATCH bpf-next v2 4/4] selftests/bpf: check env->that range_transfer_ids has effect

[PATCH 0/3] Type aware module allocator
 2023-05-31 19:54 UTC  (17+ messages)
` [PATCH 1/3] module: Introduce module_alloc_type

[PATCH bpf-next] bpf, vmtest: Build test_progs and friends as statically linked
 2023-05-31 19:53 UTC  (3+ messages)

[Bpf] IETF BPF working group draft charter
 2023-05-31 19:44 UTC  (20+ messages)

[PATCH v2 0/2] bpf: utilize table ID in bpf_fib_lookup helper
 2023-05-31 19:38 UTC  (3+ messages)
` [PATCH v2 1/2] bpf: add table ID to bpf_fib_lookup BPF helper
` [PATCH v2 2/2] selftests/bpf: test table ID fib lookup "

[RFC PATCH] bpf: Remove in_atomic() from bpf_link_put()
 2023-05-31 19:00 UTC  (8+ messages)
      ` [PATCH v2] "
          ` [PATCH v3] "

[PATCH v4 1/9] capability: introduce new capable flag NODENYAUDIT
 2023-05-31 18:34 UTC  (4+ messages)

[PATCH bpf-next 0/2] add mechanism to report map pressure
 2023-05-31 18:24 UTC  (4+ messages)
` [PATCH bpf-next 1/2] bpf: add new map ops ->map_pressure
` [PATCH bpf-next 2/2] selftests/bpf: test map pressure

[PATCH bpf-next] bpf/xdp: optimize bpf_xdp_pointer to avoid reading sinfo
 2023-05-31 17:54 UTC  (4+ messages)

[PATCH net] ice: recycle/free all of the fragments from multi-buffer frame
 2023-05-31 15:44 UTC 

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

[PATCH] bpf, x86: allow function arguments up to 12 for TRACING
 2023-05-31 13:10 UTC  (5+ messages)

[PATCH net-next v2 4/6] tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGES
 2023-05-31 12:45 UTC 

[PATCH bpf-next 0/2] multi-buffer support for XDP_REDIRECT samples
 2023-05-31 12:02 UTC  (10+ messages)
` [PATCH bpf-next 1/2] samples/bpf: fixup xdp_redirect tool to be able to support xdp multibuffer
` [PATCH bpf-next 2/2] samples/bpf: fixup xdp_redirect_map "

[PATCH bpf-next] tools/resolve_btfids: fix setting HOSTCFLAGS
 2023-05-31 11:40 UTC  (5+ messages)

[PATCH] net: use umd_cleanup_helper()
 2023-05-31 11:10 UTC  (2+ messages)

[PATCH bpf-next] samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60
 2023-05-31 11:10 UTC  (4+ messages)

[PATCH] bpf: Replace all non-returning strlcpy with strscpy
 2023-05-31 11:10 UTC  (3+ messages)

[PATCH] bpf/tests: Use struct_size()
 2023-05-31 11:10 UTC  (3+ messages)

[PATCH v2 1/2] bpf: make defination of bpf_dump_raw_ok based on CONFIG_KALLSYMS
 2023-05-31  8:47 UTC  (2+ messages)
    ` [PATCH v2 2/2] kallsyms: add kallsyms_show_value defination in all cases

[PATCH 1/1] kallsyms: add kallsyms_show_value defination in all cases
 2023-05-31  6:01 UTC  (2+ messages)

[PATCH v2] kernel: bpf: syscall: fix a possible sleep-in-atomic bug in __bpf_prog_put()
 2023-05-31  5:38 UTC  (5+ messages)

[RFC PATCH bpf-next 0/8] bpf: Support ->show_fdinfo and ->fill_link_info for kprobe prog
 2023-05-31  3:24 UTC  (21+ messages)
` [RFC PATCH bpf-next 1/8] bpf: Support ->show_fdinfo for kprobe_multi
` [RFC PATCH bpf-next 2/8] bpf: Support ->fill_link_info "
` [RFC PATCH bpf-next 3/8] bpftool: Show probed function in kprobe_multi link info
` [RFC PATCH bpf-next 4/8] bpf: Always expose the probed address
` [RFC PATCH bpf-next 5/8] bpf: Support ->show_fdinfo for perf_event
` [RFC PATCH bpf-next 6/8] bpf: Add a common helper bpf_copy_to_user()
` [RFC PATCH bpf-next 7/8] bpf: Support ->fill_link_info for perf_event
` [RFC PATCH bpf-next 8/8] bpftool: Show probed function in perf_event link info

a small question about bpftool struct_ops
 2023-05-31  3:14 UTC  (6+ messages)

[PATCH iwl-net v2] ice: recycle/free all of the fragments from multi-buffer frame
 2023-05-31  2:12 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH bpf-next v2 1/2] bpf: Silence a warning in btf_type_id_size()
 2023-05-30 22:40 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a test where map key_type_id with decl_tag type

[PATCH net] bpf, sockmap: avoid potential NULL dereference in sk_psock_verdict_data_ready()
 2023-05-30 21:01 UTC  (2+ messages)

pull-request: bpf-next 2023-05-26
 2023-05-30 19:20 UTC  (5+ messages)

[PATCH bpf v10 00/14] bpf sockmap fixes
 2023-05-30 18:51 UTC  (6+ messages)
` [PATCH bpf v10 07/14] bpf: sockmap, wake up polling after data copy

[PATCH RFC bpf-next 0/3] Revamp bpf_attr and make it easier to evolve
 2023-05-30 18:26 UTC  (8+ messages)
` [PATCH RFC bpf-next 1/3] bpf: revamp bpf_attr and name each command's field and substruct

[PATCH bpf-next 1/2] bpf: Silence a warning in btf_type_id_size()
 2023-05-30 17:48 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a test where map key_type_id with decl_tag type

[PATCH bpf-next 1/2] tools: libbpf: add netfilter link attach helper
 2023-05-30 17:10 UTC  (3+ messages)
` [PATCH bpf] bpf: netfilter: add BPF_NETFILTER bpf_attach_type

[PATCH net] tcp: introduce a compack timer handler in sack compression
 2023-05-30 12:52 UTC  (8+ messages)

Fwd: nvsp_rndis_pkt_complete error status and net_ratelimit: callbacks suppressed messages on 6.4.0rc4
 2023-05-30 12:25 UTC 

[PATCH AUTOSEL 6.2 08/30] selftests/bpf: check that modifier resolves after pointer
 2023-05-30 11:24 UTC  (11+ messages)

[PATCH V3,net] net: mana: Fix perf regression: remove rx_cqes, tx_cqes counters
 2023-05-30 10:10 UTC  (3+ messages)

[PATCH v7] libbpf: kprobe.multi: Filter with available_filter_functions
 2023-05-30  6:07 UTC  (3+ messages)

[PATCH] kernel: bpf: syscall: fix a possible sleep-in-atomic bug in __bpf_prog_put()
 2023-05-30  4:54 UTC  (2+ messages)

linux-next: duplicate patches in the net-next tree
 2023-05-29 22:10 UTC 

[PATCH v6 RESEND] libbpf: kprobe.multi: Filter with available_filter_functions
 2023-05-29 16:03 UTC  (3+ messages)

[PATCH] kernel: bpf: syscall: fix a possible sleep-in-atomic bug in __bpf_prog_put()
 2023-05-29 15:48 UTC 

MOEP/SDE/OMT/05/2023-24
 2023-05-29 14:56 UTC 

[PATCH net-next v2 0/3] support non-frag page for page_pool_alloc_frag()
 2023-05-29  9:28 UTC 

[RFC PATCH stable 5.4 0/8] bpf: Fix bpf_probe_read/bpf_probe_read_str helpers
 2023-05-29  8:37 UTC  (4+ messages)

[bpf?] [net?] Questions about the impact of ebpf sockmap/redirection on socket performance improvement
 2023-05-29  3:49 UTC  (2+ messages)
` [bpf?] [net?] socket test data of ebpf sockmap/redirection and TCP/IP stack

[PATCH v13 00/12] tracing: Add fprobe/tracepoint events
 2023-05-29  3:16 UTC  (4+ messages)
` [PATCH v13 03/12] tracing/probes: Add fprobe events for tracing function entry and exit

[PATCH bpf-next v1 0/2] bpf: verify scalar ids mapping in regsafe()
 2023-05-29  0:59 UTC  (7+ messages)
` [PATCH bpf-next v1 1/2] bpf: verify scalar ids mapping in regsafe() using check_ids()

[syzbot] [net?] KASAN: invalid-access Read in __packet_get_status
 2023-05-27 20:32 UTC  (4+ messages)

[PATCH bpf-next] bpf: replace open code with for allocated object check
 2023-05-27 12:27 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).