bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-25 17:51:38 to 2023-05-30 14:31:41 UTC [more...]

[PATCH bpf-next] samples/bpf: xdp1 and xdp2 reduce XDPBUFSIZE to 60
 2023-05-30 14:30 UTC 

[PATCH bpf-next 0/2] multi-buffer support for XDP_REDIRECT samples
 2023-05-30 13:40 UTC  (7+ 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-30 13:29 UTC  (2+ messages)

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

[PATCH v2 bpf-next 00/22] xsk: multi-buffer support
 2023-05-30 12:31 UTC  (25+ 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

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)

[RFC PATCH bpf-next 0/8] bpf: Support ->show_fdinfo and ->fill_link_info for kprobe prog
 2023-05-30 11:15 UTC  (14+ 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

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

pull-request: bpf-next 2023-05-26
 2023-05-30  9:29 UTC  (4+ messages)

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

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

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

[PATCH] bpf, x86: allow function arguments up to 12 for TRACING
 2023-05-30  4:44 UTC 

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

[PATCH 0/3] Type aware module allocator
 2023-05-29 18:25 UTC  (15+ messages)
` [PATCH 1/3] module: Introduce module_alloc_type
` [PATCH 2/3] ftrace: Add swap_func to ftrace_process_locs()
` [PATCH 3/3] x86/module: Use module_alloc_type

[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 

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

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  (3+ 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  (15+ messages)
` [PATCH v13 01/12] fprobe: Pass return address to the handlers
` [PATCH v13 02/12] tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURN
` [PATCH v13 03/12] tracing/probes: Add fprobe events for tracing function entry and exit
` [PATCH v13 04/12] selftests/ftrace: Add fprobe related testcases
` [PATCH v13 05/12] tracing/probes: Add tracepoint support on fprobe_events
` [PATCH v13 06/12] tracing/probes: Move event parameter fetching code to common parser
` [PATCH v13 07/12] tracing/probes: Support function parameters if BTF is available
` [PATCH v13 08/12] tracing/probes: Add $arg* meta argument for all function args
` [PATCH v13 09/12] tracing/probes: Add BTF retval type support
` [PATCH v13 10/12] selftests/ftrace: Add tracepoint probe test case
` [PATCH v13 11/12] selftests/ftrace: Add BTF arguments test cases
` [PATCH v13 12/12] Documentation: tracing/probes: Add fprobe event tracing document

[PATCH bpf-next v1 0/2] bpf: verify scalar ids mapping in regsafe()
 2023-05-29  0:59 UTC  (8+ messages)
` [PATCH bpf-next v1 1/2] bpf: verify scalar ids mapping in regsafe() using check_ids()
` [PATCH bpf-next v1 2/2] selftests/bpf: verify that check_ids() is used for scalars in regsafe()

[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 

a small question about bpftool struct_ops
 2023-05-26 23:10 UTC  (5+ messages)

[PATCH bpf-next] bpf, vmtest: Build test_progs and friends as statically linked
 2023-05-26 22:47 UTC 

[PATCH bpf-next 1/2] bpf, net: Support SO_REUSEPORT sockets with bpf_sk_assign
 2023-05-26 21:08 UTC  (12+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Test that SO_REUSEPORT can be used with sk_assign helper

[PATCH] perf bpf filter: Fix a broken perf sample data naming in BPF
 2023-05-26 18:22 UTC  (4+ messages)

[Bpf] IETF BPF working group draft charter
 2023-05-26 17:30 UTC  (24+ messages)

[PATCH 0/2] bpf: utilize table ID in bpf_fib_lookup helper
 2023-05-26 16:58 UTC  (10+ messages)
` [PATCH 1/2] bpf: add table ID to bpf_fib_lookup BPF helper
` [PATCH 2/2] bpf: test table ID fib lookup "

[PATCH V2,net] net: mana: Fix perf regression: remove rx_cqes, tx_cqes counters
 2023-05-26 15:34 UTC  (5+ messages)

[syzbot] [bpf?] WARNING: bad unlock balance in bpf
 2023-05-26 12:52 UTC  (2+ messages)

[PATCH v5] libbpf: kprobe.multi: Filter with available_filter_functions
 2023-05-26 12:20 UTC 

[PATCH v3] libbpf: kprobe.multi: Filter with available_filter_functions
 2023-05-26 12:18 UTC  (8+ messages)
` [PATCH v4] "
    ` [PATCH v5] "

[PATCH bpf-next 0/2] libbpf: add netfilter link attach helper
 2023-05-26 12:11 UTC  (6+ messages)
` [PATCH bpf-next 1/2] tools: "
    ` [PATCH bpf] bpf: netfilter: add BPF_NETFILTER bpf_attach_type
` [PATCH bpf-next 2/2] selftests/bpf: Add bpf_program__attach_netfilter_opts helper test

[RFC PATCH] bpf: Remove in_atomic() from bpf_link_put()
 2023-05-26 11:23 UTC  (7+ messages)
      ` [PATCH v2] "
          ` [PATCH v3] "

[PATCH] net: use umd_cleanup_helper()
 2023-05-26 11:21 UTC 

[PATCH net] net: mana: Fix perf regression: remove rx_cqes, tx_cqes counters
 2023-05-26 10:44 UTC  (5+ messages)

[PATCH bpf-next 1/2] libbpf: ensure libbpf always opens files with O_CLOEXEC
 2023-05-26 10:10 UTC  (5+ messages)
` [PATCH bpf-next 2/2] libbpf: ensure FD >= 3 during bpf_map__reuse_fd()

[PATCH net-next 0/2] support non-frag page for page_pool_alloc_frag()
 2023-05-26  9:26 UTC 

[PATCH net] net: stmmac: fix call trace when stmmac_xdp_xmit() is invoked
 2023-05-26  4:10 UTC  (2+ messages)

[PATCH v3 dwarves 0/6] Support for new btf_type_tag encoding
 2023-05-26  0:06 UTC  (3+ messages)

[PATCH dwarves] pahole: avoid adding same struct structure to two rb trees
 2023-05-25 23:59 UTC 

[PATCH bpf-next] selftests/bpf: Check whether to run selftest
 2023-05-26  0:00 UTC  (2+ messages)

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

[PATCH bpf-next 0/3] Relax checks for unprivileged bpf() commands
 2023-05-25 19:49 UTC  (5+ messages)
` [PATCH bpf-next 3/3] bpf: don't require bpf_capable() for GET_INFO_BY_FD


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