bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-19 05:07:32 to 2021-12-29 17:42:11 UTC [more...]

[PATCH v2] bpf: Add missing map_get_next_key method to bloom filter map
 2021-12-29 17:41 UTC  (3+ messages)

[PATCH bpf-next v2] net: don't include filter.h from net/sock.h
 2021-12-29 17:20 UTC  (6+ messages)

[PATCH net-next] net: bpf: add hook for close of tcp timewait sock
 2021-12-29 16:46 UTC  (2+ messages)

[PATCH net-next] net: bpf: hook for inet port bind conflict check
 2021-12-29 16:44 UTC  (2+ messages)

[PATCH] fix a comment typo of bpf lpm_trie
 2021-12-29 14:44 UTC 

[PATCH bpf-next v2 0/4] xsk: Tx improvements
 2021-12-29 13:11 UTC  (6+ messages)
` [PATCH bpf-next v2 2/4] ice: xsk: avoid potential dead AF_XDP Tx processing
` [PATCH bpf-next v2 3/4] ice: xsk: improve AF_XDP ZC Tx and use batching API

A slab-out-of-bounds Read bug in __htab_map_lookup_and_delete_batch
 2021-12-29 10:10 UTC 

[PATCH bpf-next 1/2] libbpf: normalize PT_REGS_xxx() macro definitions
 2021-12-29  3:32 UTC  (8+ messages)
` [PATCH bpf-next 2/2] libbpf: use 100-character limit to make bpf_tracing.h easier to read

[PATCH] bpf/scripts: add warning if the correct number of helpers are not auto-generated
 2021-12-29  3:07 UTC  (2+ messages)

[PATCH bpf] xsk: Initialise xskb free_list_node
 2021-12-29  3:04 UTC  (6+ messages)

[PATCH v3 bpf-next 0/2] Sleepable local storage
 2021-12-28 23:58 UTC  (4+ messages)
` [PATCH v3 bpf-next 1/2] bpf: Allow bpf_local_storage to be used by sleepable programs
` [PATCH v3 bpf-next 2/2] bpf/selftests: Update local storage selftest for "

[PATCH bpf-next] net: don't include filter.h from net/sock.h
 2021-12-28 19:25 UTC 

Adding arch_prepare_bpf_trampoline support for aarch64?
 2021-12-28 16:02 UTC 

[PATCH v20 bpf-next 00/23] mvneta: introduce XDP multi-buffer support
 2021-12-28 14:45 UTC  (2+ messages)

[PATCH v4 net-next 0/9] net: intel: napi_alloc_skb() vs metadata
 2021-12-27 20:34 UTC  (3+ messages)
` [PATCH v4 net-next 6/9] igc: don't reserve excessive XDP_PACKET_HEADROOM on XSK Rx to skb
  ` [Intel-wired-lan] "

[PATCH AUTOSEL 5.15 15/26] net/sched: Extend qdisc control block with tc control block
 2021-12-27 19:03 UTC 

[PATCH] net: udp: fix alignment problem in udp4_seq_show()
 2021-12-27 14:50 UTC  (2+ messages)

[PATCH v2 1/2] libbpf: Use probe_name for legacy kprobe
 2021-12-27 13:07 UTC  (2+ messages)
` [PATCH v2 2/2] libbpf: Support repeated legacy kprobes on same function

[PATCH bpf-next v2] libbpf: Add documentation for bpf_map batch operations
 2021-12-27 12:25 UTC  (2+ messages)

[PATCH 1/2] libbpf: Use probe_name for legacy kprobe
 2021-12-27 12:08 UTC  (5+ messages)
` [PATCH 2/2] libbpf: Support repeated legacy kprobes on same function

[PATCH] net: bpf: handle return value of BPF_CGROUP_RUN_PROG_INET4_POST_BIND()
 2021-12-27  6:20 UTC 

[PATCH] bpf: allow setting mount device for bpffs
 2021-12-26 16:56 UTC 

[PATCH bpf-next] libbpf: Add documentation for bpf_map batch operations
 2021-12-25 20:32 UTC  (4+ messages)

[RFC Patch v3 0/3] net_sched: introduce eBPF based Qdisc
 2021-12-24 20:00 UTC  (4+ messages)
` [RFC Patch v3 1/3] introduce priority queue
` [RFC Patch v3 2/3] bpf: introduce skb map
` [RFC Patch v3 3/3] net_sched: introduce eBPF based Qdisc

[PATCH v2 bpf-next 0/2] Sleepable local storage
 2021-12-24 14:38 UTC  (8+ messages)
` [PATCH v2 bpf-next 1/2] bpf: Allow bpf_local_storage to be used by sleepable programs

Fix repeated legacy kprobes on same function
 2021-12-24  7:38 UTC  (3+ messages)
  ` [External] "

[PATCH bpf-next v2] selftests/bpf: Fix cross compiling error when using userspace pt_regs
 2021-12-24  2:57 UTC  (3+ messages)

[PATCH bpf-next 1/2] libbpf: Do not use btf_dump__new macro for c++ objects
 2021-12-23 18:25 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add btf_dump__new to test_cpp

[RFC PATCH bpf-next 0/3] support string key for hash-table
 2021-12-23 16:36 UTC  (8+ messages)
` [RFC PATCH bpf-next 1/3] bpf: factor out helpers for htab bucket and element lookup
` [RFC PATCH bpf-next 2/3] bpf: add BPF_F_STR_KEY to support string key in htab
` [RFC PATCH bpf-next 3/3] selftests/bpf: add benchmark for string-key hash-table

[PATCH v2 bpf-next 0/9] Future-proof more tricky libbpf APIs
 2021-12-23 13:16 UTC  (6+ messages)
` [PATCH v2 bpf-next 4/9] libbpf: ensure btf_dump__new() and btf_dump_opts are future-proof

[PATCH bpf-next 0/2] libbpf: Add syscall-specific variants of BPF_KPROBE/BPF_KRETPROBE
 2021-12-23 12:16 UTC  (9+ messages)
` [PATCH bpf-next 1/2] libbpf: Add BPF_KPROBE_SYSCALL/BPF_KRETPROBE_SYSCALL macros
` [PATCH bpf-next 2/2] selftests/bpf: Test "

improve the eBPF documentation v2
 2021-12-23 10:19 UTC  (5+ messages)
` [PATCH 1/4] bpf, docs: Fix verifier references
` [PATCH 2/4] bpf, docs: Split the comparism to classic BPF from instruction-set.rst
` [PATCH 3/4] bpf, docs: Generate nicer tables for instruction encodings
` [PATCH 4/4] bpf, docs: Move the packet access instructions last in instruction-set.rst

[PATCH bpf-next] selftests/bpf: Fix building error when using userspace pt_regs
 2021-12-23  4:52 UTC  (10+ messages)

[PATCH] bpf: clean up unnecessary conditional judgments
 2021-12-23  4:43 UTC  (3+ messages)

[PATCH bpf-next] libbpf: improve LINUX_VERSION_CODE detection
 2021-12-23  1:06 UTC  (2+ messages)

[PATCH bpf-next v3 0/3] libbpf: Implement BTFGen
 2021-12-23  0:33 UTC  (9+ messages)
` [PATCH bpf-next v3 1/3] libbpf: split bpf_core_apply_relo()
` [PATCH bpf-next v3 2/3] libbpf: Implement changes needed for BTFGen in bpftool
` [PATCH bpf-next v3 3/3] bpftool: Implement btfgen

[PATCH] Add skb_store_bytes() for BPF_PROG_TYPE_CGROUP_SKB
 2021-12-22 23:50 UTC  (4+ messages)

[PATCH bpf-next 0/2] perf: stop using deprecated bpf APIs
 2021-12-22 22:17 UTC  (6+ messages)
` [PATCH bpf-next 2/2] perf: stop using deprecated bpf__object_next() API

[syzbot] INFO: task hung in cgroup_can_fork
 2021-12-22 22:13 UTC 

[PATCH bpf] bpf: Fix fib lookup when ifindex is not set
 2021-12-22 21:26 UTC  (2+ messages)

[PATCH] sfc: Check null pointer of rx_queue->page_ring
 2021-12-22 20:26 UTC  (4+ messages)

KASAN: use-after-free Read in tcp_retransmit_timer (5)
 2021-12-22 11:00 UTC  (2+ messages)
` [syzbot] "

[PATCH] libbpf: Fix the incorrect register read for syscalls on x86_64
 2021-12-22  6:57 UTC  (7+ messages)

[PATCH bpf-next] bpf/selftests: Test bpf_d_path on rdonly_mem
 2021-12-22  1:05 UTC  (6+ messages)

[PATCH bpf-next] bpf: Use struct_size() helper
 2021-12-21 23:40 UTC  (3+ messages)

[PATCH] Bpf Helper Function BPF_FUNC_skb_change_dsfield
 2021-12-21 23:28 UTC  (9+ messages)

[PATCH v2 bpf-next 0/5] bpf: allow cgroup progs to export custom retval to userspace
 2021-12-21 23:13 UTC  (3+ messages)
` [PATCH v2 bpf-next 5/5] selftests/bpf: Update sockopt_sk test to the use bpf_set_retval

[syzbot] KMSAN: kernel-infoleak in move_addr_to_user (6)
 2021-12-21 20:33 UTC  (2+ messages)

WARNING in dev_change_net_namespace
 2021-12-21 20:03 UTC  (2+ messages)
` [syzbot] "

[PATCH] bpf: check size before calling kvmalloc
 2021-12-21 18:17 UTC  (4+ messages)

[PATCH bpf-next] bpf: limit bpf_core_types_are_compat() recursion
 2021-12-21  6:33 UTC  (7+ messages)

[PATCH AUTOSEL 5.10 18/19] bpf: Make 32->64 bounds propagation slightly more robust
 2021-12-21  1:59 UTC 

[PATCH AUTOSEL 5.15 23/29] bpf: Make 32->64 bounds propagation slightly more robust
 2021-12-21  1:57 UTC 

[PATCH -next V2] sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_minmax
 2021-12-21  1:21 UTC  (3+ messages)

[PATCH bpf v3] bpftool: Enable line buffering for stdout
 2021-12-21  0:31 UTC  (2+ messages)

[PATCH bpf v2] bpftool: Flush tracelog output
 2021-12-20 21:48 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Correct the INDEX address in vmtest.sh
 2021-12-20 21:10 UTC  (3+ messages)

[PATCH bpf-next v2 0/9] Introduce composable bpf types
 2021-12-20 20:14 UTC  (4+ messages)
` [PATCH bpf-next v2 8/9] bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem

[PATCH bpf-next v2 00/11] bpf: add support for new btf kind BTF_KIND_TAG
 2021-12-20 15:52 UTC  (9+ messages)

[PATCH bpf-next] selftests/bpf: Fix map_fds buffer overflow in test_verifier
 2021-12-20 15:45 UTC  (2+ messages)

Re: [PATCH] sfc: Check null pointer of rx_queue->page_ring
 2021-12-20 14:51 UTC 

[PATCH v4] sfc: potential dereference null pointer of rx_queue->page_ring
 2021-12-20 11:20 UTC  (2+ messages)

[syzbot] KASAN: vmalloc-out-of-bounds Read in bpf_prog_put
 2021-12-20  7:41 UTC 

bpf: add __user tagging support in vmlinux BTF
 2021-12-20  3:51 UTC  (7+ messages)
` [PATCH bpf-next 2/5] bpf: reject program if a __user tagged memory accessed in kernel way
` [PATCH bpf-next 4/5] selftests/bpf: add a selftest with __user tag

[PATCH v3] sfc: potential dereference null pointer of rx_queue->page_ring
 2021-12-20  2:17 UTC 

[PATCH bpf-next v4 00/10] Introduce unstable CT lookup helpers
 2021-12-19 21:54 UTC  (14+ messages)
` [PATCH bpf-next v4 06/10] bpf: Track provenance for pointers formed from referenced PTR_TO_BTF_ID

[PATCH v2] sfc: potential dereference null pointer of rx_queue->page_ring
 2021-12-19  9:27 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;
as well as URLs for NNTP newsgroup(s).