bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-22 14:55:59 to 2022-01-03 15:08:35 UTC [more...]

[PATCH bpf-next v5 0/7] Add support for transmitting packets using XDP in bpf_prog_run()
 2022-01-03 15:08 UTC  (7+ messages)
` [PATCH bpf-next v5 1/7] xdp: Allow registering memory model without rxq reference
` [PATCH bpf-next v5 2/7] page_pool: Add callback to init pages when they are allocated
` [PATCH bpf-next v5 3/7] page_pool: Store the XDP mem id
` [PATCH bpf-next v5 4/7] xdp: Move conversion to xdp_frame out of map functions
` [PATCH bpf-next v5 5/7] xdp: add xdp_do_redirect_frame() for pre-computed xdp_frames
` [PATCH bpf-next v5 7/7] selftests/bpf: Add selftest for XDP_REDIRECT in bpf_prog_run()

[BUG] powerpc: test_progs -t for_each faults kernel
 2022-01-03 14:36 UTC  (3+ messages)

eBPF sockhash datastructure and stream_parser/stream_verdict programs
 2022-01-03 12:53 UTC 

improve the eBPF documentation v2
 2022-01-03  9:57 UTC  (7+ 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

Some questions about EBPF
 2022-01-02 20:02 UTC 

[PATCH bpf-next v6 00/11] Introduce unstable CT lookup helpers
 2022-01-02 16:21 UTC  (12+ messages)
` [PATCH bpf-next v6 01/11] kernel: Implement try_module_get_live
` [PATCH bpf-next v6 02/11] bpf: Fix UAF due to race between btf_try_get_module and load_module
` [PATCH bpf-next v6 03/11] bpf: Populate kfunc BTF ID sets in struct btf
` [PATCH bpf-next v6 04/11] bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
` [PATCH bpf-next v6 05/11] bpf: Introduce mem, size argument pair support for kfunc
` [PATCH bpf-next v6 06/11] bpf: Add reference tracking support to kfunc
` [PATCH bpf-next v6 07/11] net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
` [PATCH bpf-next v6 08/11] selftests/bpf: Add test for unstable CT lookup API
` [PATCH bpf-next v6 09/11] selftests/bpf: Add test_verifier support to fixup kfunc call insns
` [PATCH bpf-next v6 10/11] selftests/bpf: Extend kfunc selftests
` [PATCH bpf-next v6 11/11] selftests/bpf: Add test for race in btf_try_get_module

[PATCH bpf-next v5 0/9] Introduce unstable CT lookup helpers
 2022-01-01 10:03 UTC  (15+ messages)
` [PATCH bpf-next v5 1/9] kernel: Add kallsyms_on_each_symbol variant for single module
` [PATCH bpf-next v5 2/9] bpf: Prepare kfunc BTF ID sets when parsing kernel BTF
` [PATCH bpf-next v5 3/9] bpf: Remove check_kfunc_call callback and old kfunc BTF ID API
` [PATCH bpf-next v5 4/9] bpf: Introduce mem, size argument pair support for kfunc
` [PATCH bpf-next v5 5/9] bpf: Add reference tracking support to kfunc
` [PATCH bpf-next v5 6/9] net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPF
` [PATCH bpf-next v5 7/9] selftests/bpf: Add test for unstable CT lookup API
` [PATCH bpf-next v5 8/9] selftests/bpf: Add test_verifier support to fixup kfunc call insns
` [PATCH bpf-next v5 9/9] selftests/bpf: Extend kfunc selftests

pull-request: bpf 2021-12-31
 2022-01-01  2:50 UTC  (3+ messages)

[PATCH] livepatch: Avoid CPU hogging with cond_resched
 2021-12-31 23:05 UTC  (2+ messages)

bpfilter: write fail messages with 5.15.x and centos 7.9.2009 (fwd)
 2021-12-31 17:22 UTC  (3+ messages)

[PATCH bpf-next] bpf: support bpf_jit_enable=2 for CONFIG_BPF_JIT_ALWAYS_ON
 2021-12-31 16:32 UTC  (2+ messages)

pull-request: bpf-next 2021-12-30
 2021-12-31 15:41 UTC  (2+ messages)

[PATCH] bpf, arm64: use emit_addr_mov_i64() for BPF_PSEUDO_FUNC
 2021-12-31 15:10 UTC 

[PATCH net] scripts/pahole-flags.sh: Make sure pahole --version works
 2021-12-31  7:56 UTC 

libbpf: Memory error detected by Valgrind
 2021-12-31  2:53 UTC 

[PATCH bpf-next 0/3] libbpf 1.0: deprecate non-OPTS variants of bpf_object__open API
 2021-12-30 20:40 UTC  (4+ messages)
` [PATCH bpf-next 1/3] libbpf: deprecate bpf_object__open() API
` [PATCH bpf-next 2/3] libbpf: deprecate bpf_object__open_buffer() API
` [PATCH bpf-next 3/3] libbpf: deprecate bpf_object__open_xattr() API

[syzbot] general protection fault in mod_memcg_page_state
 2021-12-30 19:08 UTC  (3+ messages)

[PATCH bpf-next v2 0/4] xsk: Tx improvements
 2021-12-30 16:07 UTC  (6+ messages)
` [PATCH bpf-next v2 3/4] ice: xsk: improve AF_XDP ZC Tx and use batching API

[PATCH v2 net-next 0/2] net: bpf: handle return value of post_bind{4,6} and add selftests for it
 2021-12-30  8:03 UTC  (3+ messages)
` [PATCH v2 net-next 1/2] net: bpf: handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()
` [PATCH net-next 2/2] bpf: selftests: add bind retry for post_bind{4, 6}

[PATCH bpf-next v2 0/2] lighten uapi/bpf.h rebuilds
 2021-12-30  4:09 UTC  (4+ messages)
` [PATCH bpf-next v2 1/2] net: add includes masked by netdevice.h including uapi/bpf.h
` [PATCH bpf-next v2 2/2] bpf: invert the dependency between bpf-netns.h and netns/bpf.h

A slab-out-of-bounds Read bug in __htab_map_lookup_and_delete_batch
 2021-12-30  4:00 UTC  (4+ messages)

[PATCH bpf-next v2 0/7] samples/bpf: xdpsock app enhancements
 2021-12-30  3:54 UTC  (8+ messages)
` [PATCH bpf-next v2 1/7] samples/bpf: xdpsock: add VLAN support for Tx-only operation
` [PATCH bpf-next v2 2/7] samples/bpf: xdpsock: add Dest and Src MAC setting "
` [PATCH bpf-next v2 3/7] samples/bpf: xdpsock: add clockid selection support
` [PATCH bpf-next v2 4/7] samples/bpf: xdpsock: add cyclic TX operation capability
` [PATCH bpf-next v2 5/7] samples/bpf: xdpsock: add sched policy and priority support
` [PATCH bpf-next v2 6/7] samples/bpf: xdpsock: add time-out for cleaning Tx
` [PATCH bpf-next v2 7/7] samples/bpf: xdpsock: add timestamp for Tx-only operation

[Resource Leak] Missing closing files in tools/bpf/bpf_asm.c
 2021-12-30  3:40 UTC 

[Resource Leak] Missing closing files in samples/bpf/hbm.c
 2021-12-30  3:26 UTC 

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

[PATCH] net: bpf: handle return value of BPF_CGROUP_RUN_PROG_INET4_POST_BIND()
 2021-12-30  2:17 UTC  (3+ messages)

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

Adding arch_prepare_bpf_trampoline support for aarch64?
 2021-12-30  2:06 UTC  (2+ messages)

[PATCH v3 bpf-next 0/2] Sleepable local storage
 2021-12-30  2:02 UTC  (5+ 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 0/2] lighten uapi/bpf.h rebuilds
 2021-12-30  0:57 UTC  (5+ messages)
` [PATCH bpf-next 1/2] net: add includes masked by netdevice.h including uapi/bpf.h
` [PATCH bpf-next 2/2] bpf: invert the dependency between bpf-netns.h and netns/bpf.h

[PATCH bpf-next] libbpf: rename bpf_prog_attach_xattr to bpf_prog_attach_opts
 2021-12-30  0:01 UTC 

[PATCH] Add skb_store_bytes() for BPF_PROG_TYPE_CGROUP_SKB
 2021-12-29 21:05 UTC  (6+ messages)

[PATCH bpf-next] libbpf: deprecate bpf_perf_event_read_simple() API
 2021-12-29 20:41 UTC 

[PATCH bpf-next 0/2] perf: stop using deprecated bpf APIs
 2021-12-29 19:01 UTC  (7+ messages)
` [PATCH bpf-next 2/2] perf: stop using deprecated bpf__object_next() API

[PATCH bpf] xsk: Initialise xskb free_list_node
 2021-12-29 18:10 UTC  (8+ messages)

[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: 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 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-next] net: don't include filter.h from net/sock.h
 2021-12-28 19:25 UTC 

[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] 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  (3+ 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  (6+ 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  (4+ messages)

[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  (7+ messages)
` [PATCH bpf-next 1/2] libbpf: Add BPF_KPROBE_SYSCALL/BPF_KRETPROBE_SYSCALL macros
` [PATCH bpf-next 2/2] selftests/bpf: Test "

[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  (7+ 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

[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  (3+ 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).