BPF List
 help / color / mirror / Atom feed
 messages from 2024-04-03 00:21:09 to 2024-04-04 12:24:08 UTC [more...]

[PATCH net-next v14 00/15] Introducing P4TC (series 1)
 2024-04-04 12:23 UTC  (14+ messages)
` [PATCH net-next v14 01/15] net: sched: act_api: Introduce P4 actions list
` [PATCH net-next v14 02/15] net/sched: act_api: increase action kind string length
` [PATCH net-next v14 03/15] net/sched: act_api: Update tc_action_ops to account for P4 actions
` [PATCH net-next v14 04/15] net/sched: act_api: add struct p4tc_action_ops as a parameter to lookup callback
` [PATCH net-next v14 05/15] net: sched: act_api: Add support for preallocated P4 action instances
` [PATCH net-next v14 06/15] p4tc: add P4 data types
` [PATCH net-next v14 07/15] p4tc: add template API
` [PATCH net-next v14 08/15] p4tc: add template pipeline create, get, update, delete
` [PATCH net-next v14 09/15] p4tc: add template action create, update, delete, get, flush and dump
` [PATCH net-next v14 10/15] p4tc: add runtime action support
` [PATCH net-next v14 11/15] p4tc: add template table create, update, delete, get, flush and dump
` [PATCH net-next v14 12/15] p4tc: add runtime table entry create and update
` [PATCH net-next v14 13/15] p4tc: add runtime table entry get, delete, flush and dump

[PATCH net-next v3 0/5] allocate dummy device dynamically
 2024-04-04 11:59 UTC  (8+ messages)
` [PATCH net-next v3 1/5] net: create a dummy net_device allocator
` [PATCH net-next v3 2/5] net: marvell: prestera: allocate dummy net_device dynamically
  ` [EXTERNAL] "
` [PATCH net-next v3 3/5] net: mediatek: mtk_eth_sock: "
` [PATCH net-next v3 4/5] net: ipa: "
` [PATCH net-next v3 5/5] net: ibm/emac: "

[PATCHv2 0/3] uprobe: uretprobe speed up
 2024-04-04 11:58 UTC  (11+ messages)
` [PATCHv2 1/3] uprobe: Add uretprobe syscall to speed up return probe

[PATCH net-next v2 0/4] Change BPF_TEST_RUN use the system page pool for live XDP frames
 2024-04-04 11:43 UTC  (10+ messages)
` [PATCH net-next v2 1/4] net: Register system page pool as an XDP memory model
` [PATCH net-next v2 2/4] bpf: test_run: Use system page pool for XDP live frame mode

[PATCH bpf-next v4 0/2] bpf,riscv: Add support for BPF Arena
 2024-04-04 11:42 UTC  (3+ messages)
` [PATCH bpf-next v4 1/2] bpf,riscv: Implement PROBE_MEM32 pseudo instructions
` [PATCH bpf-next v4 2/2] bpf,riscv: Implement bpf_addr_space_cast instruction

[PATCH] bpf: fix null ptr deref in dev_map_enqueue
 2024-04-04 11:03 UTC  (3+ messages)

[PATCH] uprobes: reduce contention on uprobes_tree access
 2024-04-04 10:45 UTC  (9+ messages)

[PATCH net-next v6 0/3] Add minimal XDP support to TI AM65 CPSW Ethernet driver
 2024-04-04  9:58 UTC  (3+ messages)
` [PATCH net-next v6 3/3] net: ethernet: ti: am65-cpsw: Add minimal XDP support

[RFC/PATCHES 00/12] pahole: Reproducible parallel DWARF loading/serial BTF encoding
 2024-04-04  9:42 UTC  (12+ messages)
` [PATCH 02/12] pahole: Disable BTF multithreaded encoded when doing reproducible builds
` [PATCH 03/12] dwarf_loader: Separate creating the cu/dcu pair from processing it

[PATCH bpf-next] bpf: pack struct bpf_fib_lookup
 2024-04-04  9:39 UTC  (10+ messages)

[syzbot] [bpf?] [net?] possible deadlock in pit_timer_fn
 2024-04-04  7:19 UTC  (2+ messages)

[PATCH bpf-next 0/3] export send_byte and send_recv_data
 2024-04-04  6:03 UTC  (5+ messages)
` [PATCH bpf-next 1/3] selftests/bpf: Export send_byte helper
` [PATCH bpf-next 3/3] selftests/bpf: Export send_recv_data helper

[PATCH bpf-next] bpf: handle CONFIG_SMP=n configuration in x86 BPF JIT
 2024-04-04  4:40 UTC  (2+ messages)

[PATCH bpf-next v3 0/5] bpf: Add bpf_link support for sk_msg and sk_skb progs
 2024-04-04  3:31 UTC  (10+ messages)
` [PATCH bpf-next v3 1/5] "
          ` run bpf prog w/o sockmap [was: bpf: Add bpf_link support for sk_msg and sk_skb progs]

[PATCH v2 bpf-next] bpf: Fix latent unsoundness in and/or/xor value tracking
 2024-04-04  3:05 UTC  (5+ messages)

[PATCH bpf-next v4 0/5] bpf: Add bpf_link support for sk_msg and sk_skb progs
 2024-04-04  2:53 UTC  (6+ messages)
` [PATCH bpf-next v4 1/5] "
` [PATCH bpf-next v4 2/5] libbpf: Add bpf_link support for BPF_PROG_TYPE_SOCKMAP
` [PATCH bpf-next v4 3/5] bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAP
` [PATCH bpf-next v4 4/5] selftests/bpf: Refactor out helper functions for a few tests
` [PATCH bpf-next v4 5/5] selftests/bpf: Add some tests with new bpf_program__attach_sockmap() APIs

[PATCH bpf-next v5 0/6] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
 2024-04-04  2:43 UTC  (7+ messages)
` [PATCH bpf-next v5 1/6] bpf/helpers: introduce sleepable bpf_timers

[PATCH net,v2] net: mana: Fix Rx DMA datasize and skb_over_panic
 2024-04-04  2:40 UTC  (2+ messages)

[PATCH net v2] bpf, skmsg: fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
 2024-04-04  2:10 UTC 

[syzbot] [mm?] BUG: unable to handle kernel paging request in copy_from_kernel_nofault (2)
 2024-04-04  1:41 UTC 

[PATCH net] bpf, skmsg: fix NULL pointer dereference in sk_psock_skb_ingress_enqueue
 2024-04-04  1:25 UTC  (4+ messages)

[PATCH bpf-next 1/2] bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progs
 2024-04-04  1:03 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Verify calling core kfuncs from BPF_PROG_TYPE_SYCALL

[PATCH bpf-next] selftests/bpf: Add F_SETFL for fcntl
 2024-04-04  0:27 UTC  (4+ messages)

[PATCH v3 bpf-next 0/2] Inline bpf_get_branch_snapshot() BPF helper
 2024-04-04  0:26 UTC  (3+ messages)
` [PATCH v3 bpf-next 1/2] bpf: make bpf_get_branch_snapshot() architecture-agnostic
` [PATCH v3 bpf-next 2/2] bpf: inline bpf_get_branch_snapshot() helper

[Bug Report] Packet drops after trimming skb using bpf_skb_adjust_room
 2024-04-04  0:22 UTC 

[PATCH bpf-next] rethook: Remove warning messages printed for finding return address of a frame
 2024-04-03 22:15 UTC  (4+ messages)

[PATCH v2 bpf-next 0/2] Inline bpf_get_branch_snapshot() BPF helper
 2024-04-03 22:10 UTC  (6+ messages)
` [PATCH v2 bpf-next 2/2] bpf: inline bpf_get_branch_snapshot() helper

[PATCH v3 1/2] ftrace: make extra rcu_is_watching() validation check optional
 2024-04-03 22:03 UTC  (2+ messages)
` [PATCH v3 2/2] rethook: honor CONFIG_FTRACE_VALIDATE_RCU_IS_WATCHING in rethook_try_get()

[PATCH v2 bpf-next 0/4] Add internal-only BPF per-CPU instruction
 2024-04-03 22:01 UTC  (8+ messages)

[PATCH bpf-next] bpf: Fix verifier error due to narrower scalar spill onto 64-bit spilled scalar slots
 2024-04-03 21:46 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Make sure libbpf doesn't enforce the signature of a func pointer
 2024-04-03 21:34 UTC  (7+ messages)

10x regression in processed instructions after recent verifier change
 2024-04-03 20:09 UTC  (4+ messages)

[Question]: How to disable modules BTF independently?
 2024-04-03 20:01 UTC  (7+ messages)

Provisional registration procedure
 2024-04-03 19:17 UTC  (8+ messages)
` [Bpf] "

[syzbot] [bpf?] KMSAN: uninit-value in percpu_array_map_lookup_percpu_elem
 2024-04-03 17:55 UTC  (2+ messages)

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-04-03 17:27 UTC  (13+ messages)
` [RFC PATCH net-next v8 04/14] netdev: support binding dma-buf to netdevice
` [RFC PATCH net-next v8 05/14] netdev: netdevice devmem allocator
` [RFC PATCH net-next v8 06/14] page_pool: convert to use netmem
` [RFC PATCH net-next v8 07/14] page_pool: devmem support
` [RFC PATCH net-next v8 08/14] memory-provider: dmabuf devmem memory provider
` [RFC PATCH net-next v8 09/14] net: support non paged skb frags
` [RFC PATCH net-next v8 10/14] net: add support for skbs with unreadable frags
` [RFC PATCH net-next v8 11/14] tcp: RX path for devmem TCP
` [RFC PATCH net-next v8 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [RFC PATCH net-next v8 13/14] net: add devmem TCP documentation
` [RFC PATCH net-next v8 14/14] selftests: add ncdevmem, netcat for devmem TCP

[PATCH AUTOSEL 6.6 04/20] kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and_get_node_by_id()
 2024-04-03 17:17 UTC 

[PATCH AUTOSEL 6.8 05/28] kernfs: RCU protect kernfs_nodes and avoid kernfs_idr_lock in kernfs_find_and_get_node_by_id()
 2024-04-03 17:16 UTC 

[PATCH] Inaccurate rejection conditions
 2024-04-03 16:30 UTC  (4+ messages)

[PATCH v4 0/4] perf/x86/amd: add LBR capture support outside of hardware events
 2024-04-03 16:08 UTC  (5+ messages)

[PATCH bpf-next v3 0/2] Add 12-argument support for RV64 bpf trampoline
 2024-04-03 15:50 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] riscv, bpf: "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add testcase where 7th argment is struct

[PATCH bpf-next v4] bpftool: Mount bpffs on provided dir instead of parent dir
 2024-04-03 15:23 UTC  (3+ messages)

[PATCH] bpf: replace deprecated strncpy with strscpy
 2024-04-03 15:10 UTC  (4+ messages)

[PATCH bpf-next v3 0/7] Selftests/xsk: Test with maximum and minimum HW ring size configurations
 2024-04-03 14:20 UTC  (2+ messages)

[PATCH] ftrace: make extra rcu_is_watching() validation check optional
 2024-04-03 13:55 UTC  (16+ messages)

[PATCH bpf-next 0/5] Support local vmtest for riscv64
 2024-04-03 12:29 UTC  (20+ messages)
` [PATCH bpf-next 2/5] riscv, bpf: Relax restrictions on Zbb instructions

[PATCH bpf-next v3] selftests/bpf: Move test_dev_cgroup to prog_tests
 2024-04-03 12:03 UTC  (5+ messages)

[PATCH RESEND bpf v2 0/2] x86/bpf: Fixes for the BPF JIT with retbleed=stuff
 2024-04-03  9:04 UTC  (6+ messages)

[syzbot] [bpf?] KMSAN: uninit-value in trie_delete_elem
 2024-04-03  8:47 UTC  (5+ messages)

[PATCH bpf-next v2 0/2] Add 12-argument support for RV64 bpf trampoline
 2024-04-03  7:26 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] riscv, bpf: "
` [PATCH bpf-next v2 2/2] selftests/bpf: Add testcase where 7th argment is struct

[PATCH v5 0/4] perf/x86/amd: add LBR capture support outside of hardware events
 2024-04-03  7:19 UTC  (2+ messages)

[PATCH bpf-next v5 0/2] bpf: Add a generic bits iterator
 2024-04-03  3:33 UTC  (3+ messages)

[PATCH bpf-next 0/2] Add 12-argument support for RV64 bpf trampoline
 2024-04-03  3:24 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add testcase where 7th argment is struct

[PATCH bpf-next v4 0/2] bpf,arm64: Add support for BPF Arena
 2024-04-03  2:50 UTC  (2+ messages)

[PATCH bpf-next] bpf: Optimize emit_mov_imm64()
 2024-04-03  2:34 UTC  (3+ messages)


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