public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-28 17:07:02 to 2023-07-31 11:13:18 UTC [more...]

[PATCH v3 bpf-next 0/2] bpf: Fix fill_link_info and add selftest
 2023-07-31 11:13 UTC 

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

[PATCH 2/4] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
 2023-07-31 10:13 UTC  (6+ messages)

[PATCH bpf 0/2] Two fixes for cpu-map
 2023-07-31 10:09 UTC  (6+ messages)
` [PATCH bpf 1/2] bpf, cpumap: Make sure kthread is running before map update returns
` [PATCH bpf 2/2] bpf, cpumap: Handle skb as well when clean up ptr_ring

[PATCH v4 bpf 0/2] bpf: return proper error codes for lwt redirect
 2023-07-31  9:48 UTC  (6+ messages)
` [PATCH v4 bpf 1/2] bpf: fix skb_do_redirect return values
` [PATCH v4 bpf 2/2] bpf: selftests: add lwt redirect regression test cases

[PATCH bpf-next] net: remove duplicate INDIRECT_CALLABLE_DECLARE of udp[6]_ehashfn
 2023-07-31  9:42 UTC 

[PATCH net] bpf: sockmap: Remove preempt_disable in sock_map_sk_acquire
 2023-07-31  9:16 UTC  (2+ messages)

[syzbot] [fs?] INFO: task hung in pipe_release (4)
 2023-07-31  8:13 UTC  (9+ messages)
    ` Endless loop in udp with MSG_SPLICE_READ - "

[PATCH bpf-next] tracing: perf_call_bpf: use struct trace_entry in struct syscall_tp_t
 2023-07-31  8:07 UTC  (4+ messages)
` [PATCH bpf-next v2] "

[syzbot] [bpf?] [net?] WARNING: refcount bug in xp_put_pool
 2023-07-31  7:57 UTC 

[syzbot] [bpf?] UBSAN: array-index-out-of-bounds in print_bpf_insn
 2023-07-31  7:57 UTC 

[PATCH v4 0/9] tracing: Improbe BTF support on probe events
 2023-07-31  7:31 UTC  (10+ messages)
` [PATCH v4 1/9] tracing/probes: Support BTF argument on module functions
` [PATCH v4 2/9] bpf/btf: tracing: Move finding func-proto API and getting func-param API to BTF
` [PATCH v4 3/9] bpf/btf: Add a function to search a member of a struct/union
` [PATCH v4 4/9] tracing/probes: Support BTF based data structure field access
` [PATCH v4 5/9] tracing/probes: Support BTF field access from $retval
` [PATCH v4 6/9] tracing/probes: Add string type check with BTF
` [PATCH v4 7/9] tracing/fprobe-event: Assume fprobe is a return event by $retval
` [PATCH v4 8/9] selftests/ftrace: Add BTF fields access testcases
` [PATCH v4 9/9] Documentation: tracing: Update fprobe event example with BTF field

[bug report] selftests/bpf: Verify that the cgroup_skb filters receive expected packets
 2023-07-31  7:27 UTC 

[bug report] bpf: Add bpf_dynptr_slice and bpf_dynptr_slice_rdwr
 2023-07-31  6:29 UTC 

[PATCH net-next V5 0/3] virtio_net: add per queue interrupt coalescing support
 2023-07-31  7:06 UTC  (4+ messages)
` [PATCH net-next V5 1/3] virtio_net: extract interrupt coalescing settings to a structure
` [PATCH net-next V5 2/3] virtio_net: support per queue interrupt coalesce command
` [PATCH net-next V5 3/3] virtio_net: enable per queue interrupt coalesce feature

[PATCH net-next] tcp: Remove unused function declarations
 2023-07-31  6:32 UTC  (3+ messages)

[PATCH net-next V4 0/3] virtio_net: add per queue interrupt coalescing support
 2023-07-31  6:25 UTC  (8+ messages)
` [PATCH net-next V4 2/3] virtio_net: support per queue interrupt coalesce command
` [PATCH net-next V4 3/3] virtio_net: enable per queue interrupt coalesce feature

[PATCH V3 net-next] net: fec: add XDP_TX feature support
 2023-07-31  6:00 UTC 

[RFC PATCH 0/5] mm: Select victim memcg using BPF_OOM_POLICY
 2023-07-31  6:00 UTC  (8+ messages)

[PATCHv5 bpf-next 00/28] bpf: Add multi uprobe link
 2023-07-31  3:33 UTC  (33+ messages)
` [PATCHv5 bpf-next 01/28] bpf: Switch BPF_F_KPROBE_MULTI_RETURN macro to enum
` [PATCHv5 bpf-next 02/28] bpf: Add attach_type checks under bpf_prog_attach_check_attach_type
` [PATCHv5 bpf-next 03/28] bpf: Add multi uprobe link
` [PATCHv5 bpf-next 04/28] bpf: Add cookies support for uprobe_multi link
` [PATCHv5 bpf-next 05/28] bpf: Add pid filter "
` [PATCHv5 bpf-next 06/28] bpf: Add bpf_get_func_ip helper support for uprobe link
` [PATCHv5 bpf-next 07/28] libbpf: Add uprobe_multi attach type and link names
` [PATCHv5 bpf-next 08/28] libbpf: Move elf_find_func_offset* functions to elf object
` [PATCHv5 bpf-next 09/28] libbpf: Add elf_open/elf_close functions
` [PATCHv5 bpf-next 10/28] libbpf: Add elf symbol iterator
` [PATCHv5 bpf-next 11/28] libbpf: Add elf_resolve_syms_offsets function
` [PATCHv5 bpf-next 12/28] libbpf: Add elf_resolve_pattern_offsets function
` [PATCHv5 bpf-next 13/28] libbpf: Add bpf_link_create support for multi uprobes
` [PATCHv5 bpf-next 14/28] libbpf: Add bpf_program__attach_uprobe_multi function
` [PATCHv5 bpf-next 15/28] libbpf: Add support for u[ret]probe.multi[.s] program sections
` [PATCHv5 bpf-next 16/28] libbpf: Add uprobe multi link detection
` [PATCHv5 bpf-next 17/28] libbpf: Add uprobe multi link support to bpf_program__attach_usdt
` [PATCHv5 bpf-next 18/28] selftests/bpf: Move get_time_ns to testing_helpers.h
` [PATCHv5 bpf-next 19/28] selftests/bpf: Add uprobe_multi skel test
` [PATCHv5 bpf-next 20/28] selftests/bpf: Add uprobe_multi api test
` [PATCHv5 bpf-next 21/28] selftests/bpf: Add uprobe_multi link test
` [PATCHv5 bpf-next 22/28] selftests/bpf: Add uprobe_multi test program
` [PATCHv5 bpf-next 23/28] selftests/bpf: Add uprobe_multi bench test
` [PATCHv5 bpf-next 24/28] selftests/bpf: Add uprobe_multi usdt test code
` [PATCHv5 bpf-next 25/28] selftests/bpf: Add uprobe_multi usdt bench test
` [PATCHv5 bpf-next 26/28] selftests/bpf: Add uprobe_multi cookie test
` [PATCHv5 bpf-next 27/28] selftests/bpf: Add uprobe_multi pid filter tests
` [PATCHv5 bpf-next 28/28] selftests/bpf: Add extra link to uprobe_multi tests

[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
 2023-07-31  2:34 UTC  (14+ messages)
` [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()

GCC and binutils support for BPF V4 instructions
 2023-07-30 21:06 UTC  (14+ messages)

[PATCH bpf-next v4 0/3] bpf, arm64: use BPF prog pack allocator in BPF JIT
 2023-07-30 17:22 UTC  (5+ messages)

[PATCH bpf-next v4 0/2] bpf, xdp: Add tracepoint to xdp attaching failure
 2023-07-30 13:49 UTC  (4+ messages)
` [PATCH bpf-next v4 1/2] "
` [PATCH bpf-next v4 2/2] selftests/bpf: Add testcase for xdp attaching failure tracepoint

[PATCH v2] samples/bpf: Fix build out of source tree
 2023-07-30 13:19 UTC  (3+ messages)

[PATCH v3] samples/bpf: Fix build out of source tree
 2023-07-30 13:17 UTC 

[PATCH net-next] tcx: Fix splat during dev unregister
 2023-07-30  9:31 UTC  (2+ messages)

[PATCH 0/1] Formalize type notation and function semantics in ISA standard
 2023-07-30  3:51 UTC  (4+ messages)
` [Bpf] "
` [PATCH 1/1] bpf, docs: "
  ` [Bpf] "

[PATCH bpf-next] docs/bpf: Fix malformed documentation
 2023-07-30  2:00 UTC  (3+ messages)
` [Bpf] "

[syzbot] [bpf?] UBSAN: array-index-out-of-bounds in bpf_mprog_detach
 2023-07-30  0:48 UTC 

[PATCH v3 0/2] Unify uapi bitsperlong.h
 2023-07-29 21:12 UTC  (10+ messages)
` [PATCH v3 1/2] asm-generic: Unify uapi bitsperlong.h for arm64, riscv and loongarch

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-29 19:55 UTC  (10+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 05/20] tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a single CPU
` [RFC PATCH v2 06/20] tracing/filters: Optimise scalar vs cpumask filtering when the "
` [RFC PATCH v2 10/20] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys

[RFC bpf-next v7 0/6] bpf: Force to MPTCP
 2023-07-29  9:57 UTC  (7+ messages)
` [RFC bpf-next v7 1/6] net: socket: add update_socket_protocol hook
` [RFC bpf-next v7 2/6] bpf: Register mptcp modret set
` [RFC bpf-next v7 3/6] selftests/bpf: Add mptcpify program
` [RFC bpf-next v7 4/6] selftests/bpf: use random netns name for mptcp
` [RFC bpf-next v7 5/6] selftests/bpf: add two mptcp netns helpers
` [RFC bpf-next v7 6/6] selftests/bpf: Add mptcpify selftest

[Bpf] Review of draft-thaler-bpf-isa-01
 2023-07-29  4:52 UTC  (25+ messages)

[PATCH net-next 0/3] bnxt_en: Add support for page pool
 2023-07-29  0:42 UTC  (6+ messages)
` [PATCH net-next 1/3] bnxt_en: Fix page pool logic for page size >= 64K
` [PATCH net-next 2/3] bnxt_en: Use the unified RX page pool buffers for XDP and non-XDP
` [PATCH net-next 3/3] bnxt_en: Let the page pool manage the DMA mapping

[PATCH bpf-next v6 0/5] Support defragmenting IPv(4|6) packets in BPF
 2023-07-29  0:00 UTC  (2+ messages)

[PATCH bpf-next v2] docs/bpf: Improve documentation for cpu=v4 instructions
 2023-07-29  0:00 UTC  (3+ messages)
` [Bpf] "

[PATCH v2] bpf: Add length check for SK_DIAG_BPF_STORAGE_REQ_MAP_FD parsing
 2023-07-28 23:57 UTC  (3+ messages)

Register encoding in assembly for load/store instructions
 2023-07-28 23:25 UTC  (13+ messages)

[PATCH V4,net-next] net: mana: Add page pool for RX buffers
 2023-07-28 21:46 UTC 

[PATCH bpf-next] docs/bpf: Improve documentation for cpu=v4 instructions
 2023-07-28 20:43 UTC  (4+ messages)
` [Bpf] "

[PATCH v1 0/6] Simplify C/C++ compiler flags
 2023-07-28 18:43 UTC  (8+ messages)
` [PATCH v1 4/6] perf build: Disable fewer flex warnings

[RFC bpf-next v6] bpf: Force to MPTCP
 2023-07-28 17:45 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox