bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-28 01:13:09 to 2023-07-29 19:09:07 UTC [more...]

[RFC PATCH v2 00/20] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2023-07-29 19:09 UTC  (13+ messages)
` [RFC PATCH v2 02/20] tracing/filters: Enable filtering a cpumask field by another cpumask
` [RFC PATCH v2 10/20] jump_label,module: Don't alloc static_key_mod for __ro_after_init keys
` [RFC PATCH v2 11/20] objtool: Flesh out warning related to pv_ops[] calls
` [RFC PATCH v2 12/20] objtool: Warn about non __ro_after_init static key usage in .noinstr
` [RFC PATCH v2 13/20] context_tracking: Make context_tracking_key __ro_after_init

(no subject)
 2023-07-29 18:04 UTC  (27+ 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 "

GCC and binutils support for BPF V4 instructions
 2023-07-29 17:56 UTC  (9+ messages)

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

[syzbot] [fs?] INFO: task hung in pipe_release (4)
 2023-07-29 15:27 UTC  (4+ messages)

[PATCH net-next] tcp: Remove unused function declarations
 2023-07-29 12:26 UTC 

[PATCH bpf 0/2] Two fixes for cpu-map
 2023-07-29 10:21 UTC  (4+ 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

[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  (8+ messages)
` [PATCH bpf-next v6 1/5] netfilter: defrag: Add glue hooks for enabling/disabling defrag
` [PATCH bpf-next v6 2/5] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link

[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 bpf 0/2] bpf: return proper error codes for lwt redirect
 2023-07-28 22:47 UTC  (5+ 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 net-next] tcx: Fix splat during dev unregister
 2023-07-28 21:47 UTC 

[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] "

[RFC PATCH 0/5] mm: Select victim memcg using BPF_OOM_POLICY
 2023-07-28 18:42 UTC  (10+ messages)
` [RFC PATCH 3/5] libbpf, bpftool: Support BPF_PROG_TYPE_OOM_POLICY
  ` [External] Re: [RFC PATCH 0/5] mm: Select victim memcg using BPF_OOM_POLICY

[PATCH v1 0/6] Simplify C/C++ compiler flags
 2023-07-28 18:43 UTC  (16+ messages)
` [PATCH v1 1/6] perf bpf-loader: Remove unneeded diagnostic pragma
` [PATCH v1 2/6] perf build: Don't always set -funwind-tables and -ggdb3
` [PATCH v1 3/6] perf build: Add Wextra for C++ compilation
` [PATCH v1 4/6] perf build: Disable fewer flex warnings
` [PATCH v1 5/6] perf build: Disable fewer bison warnings
` [PATCH v1 6/6] perf build: Remove -Wno-redundant-decls in 2 cases

[PATCH 2/4] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
 2023-07-28 18:07 UTC  (5+ messages)

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

[RFC bpf-next v5] bpf: Force to MPTCP
 2023-07-28 16:51 UTC  (6+ messages)

[PATCH v3 bpf-next] bpf/memalloc: Non-atomically allocate freelist during prefill
 2023-07-28 16:50 UTC  (4+ messages)

[PATCH bpf-next] tracing: perf_call_bpf: use struct trace_entry in struct syscall_tp_t
 2023-07-28 16:44 UTC  (5+ messages)
  ` [PATCH bpf-next v2] "

[PATCH bpf-next 0/2] Remove unused fields in cpumap & devmap
 2023-07-28 16:38 UTC  (7+ messages)
` [PATCH bpf-next 1/2] bpf, cpumap: Remove unused cmap field from bpf_cpu_map_entry
` [PATCH bpf-next 2/2] bpf, devmap: Remove unused dtab field from bpf_dtab_netdev

[PATCH v2] samples/bpf: Fix build out of source tree
 2023-07-28 16:30 UTC  (2+ messages)

[PATCH bpf-next v5 00/17] bpf: Support new insns from cpu v4
 2023-07-28 16:18 UTC  (19+ messages)
` [PATCH bpf-next v5 03/17] bpf: Handle sign-extenstin ctx member accesses
` [PATCH bpf-next v5 04/17] bpf: Support new unconditional bswap instruction
` [PATCH bpf-next v5 10/17] selftests/bpf: Add a cpuv4 test runner for cpu=v4 testing
` [PATCH bpf-next v5 11/17] selftests/bpf: Add unit tests for new sign-extension load insns
` [PATCH bpf-next v5 12/17] selftests/bpf: Add unit tests for new sign-extension mov insns
` [PATCH bpf-next v5 13/17] selftests/bpf: Add unit tests for new bswap insns
` [PATCH bpf-next v5 14/17] selftests/bpf: Add unit tests for new sdiv/smod insns
` [PATCH bpf-next v5 15/17] selftests/bpf: Add unit tests for new gotol insn
` [PATCH bpf-next v5 16/17] selftests/bpf: Test ldsx with more complex cases
` [PATCH bpf-next v5 17/17] docs/bpf: Add documentation for new instructions
  ` [Bpf] "

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

[PATCH bpf-next 1/2] bpf: Fix compilation warning with -Wparentheses
 2023-07-28 16:00 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Enable test test_progs-cpuv4 for gcc build kernel

BPF @ IETF 117 Follow Up
 2023-07-28 15:47 UTC  (2+ messages)
` [Bpf] "

[PATCH v1 0/3] Remove BPF arrays from perf event parsing
 2023-07-28 15:45 UTC  (3+ messages)

[PATCH vhost v11 00/10] virtio core prepares for AF_XDP
 2023-07-28 15:03 UTC  (12+ messages)
` [PATCH vhost v11 05/10] virtio_ring: introduce virtqueue_dma_dev()

[RFC net-next v4 0/8] xsk: TX metadata
 2023-07-28 13:19 UTC  (5+ messages)
` [RFC net-next v4 2/8] xsk: add TX timestamp and TX checksum offload support

mlx5 XDP redirect leaking memory on kernel 6.3
 2023-07-28 13:14 UTC  (10+ messages)

[PATCH bpf 0/2] fix rmem incorrect accounting in bpf_tcp_ingress()
 2023-07-28 12:36 UTC  (5+ messages)
` [PATCH bpf 1/2] net: introduce __sk_rmem_schedule() helper

Question: CO-RE-enabled PT_REGS macros give strange results
 2023-07-28 12:30 UTC  (11+ messages)

[PATCH bpf-next v5] libbpf: Expose API to consume one ring at a time
 2023-07-28 10:51 UTC  (2+ messages)

[PATCH bpf] bpf, sockmap: Fix map type error in sock_map_del_link
 2023-07-28 10:56 UTC 

[PATCH bpf] bpf, sockmap: Fix bug that strp_done cannot be called
 2023-07-28 10:57 UTC 

[PATCH] libbpf: fix warnings "'pad_type' 'pad_bits' 'new_off' may be used uninitialized"
 2023-07-28  8:10 UTC  (5+ messages)

[PATCH bpf-next v4] libbpf: Expose API to consume one ring at a time
 2023-07-28  7:32 UTC  (3+ messages)

[PATCH net-next V4 0/3] virtio_net: add per queue interrupt coalescing support
 2023-07-28  5:46 UTC  (5+ messages)
` [PATCH net-next V4 2/3] virtio_net: support per queue interrupt coalesce command

[PATCH v2 bpf-next] bpf/memalloc: Non-atomically allocate freelist during prefill
 2023-07-28  4:06 UTC  (4+ messages)

[PATCH] [v4] bpf: fix bpf_probe_read_kernel prototype mismatch
 2023-07-28  3:52 UTC  (2+ messages)

[RFC PATCH bpf-next 0/2] Remove unnecessary synchronizations in cpumap
 2023-07-28  2:30 UTC  (3+ messages)
` [RFC PATCH bpf-next 1/2] bpf, cpumap: Use queue_rcu_work() to remove unnecessary rcu_barrier()
` [RFC PATCH bpf-next 2/2] bpf, cpumap: Clean up bpf_cpu_map_entry directly in cpu_map_free


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