bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-24 20:01:32 to 2022-01-04 15:44:02 UTC [more...]

[PATCH bpf-next v2] net: don't include filter.h from net/sock.h
 2022-01-04 15:42 UTC  (7+ messages)

[PATCH bpf-next 0/2] perf: stop using deprecated bpf APIs
 2022-01-04 14:40 UTC  (8+ messages)
` [PATCH bpf-next 2/2] perf: stop using deprecated bpf__object_next() API

[PATCH net-next] net: fixup build after bpf header changes
 2022-01-04 12:40 UTC  (4+ messages)

Wycena paneli fotowoltaicznych
 2022-01-04 11:55 UTC 

[PATCH] bpf/selftests: Fix namespace mount setup in tc_redirect
 2022-01-04 12:10 UTC 

Verification error on bpf_map_lookup_elem with BPF_CORE_READ
 2022-01-04 11:35 UTC 

[PATCH net] Revert "xsk: Do not sleep in poll() when need_wakeup set"
 2022-01-04 11:03 UTC  (2+ messages)

eBPF sockhash datastructure and stream_parser/stream_verdict programs
 2022-01-04 10:24 UTC  (3+ messages)
    ` Fwd: "

[PATCH net] bpf: Add missing map_get_next_key method to bloom filter map
 2022-01-04  9:33 UTC  (3+ messages)

[RFC 00/13] kprobe/bpf: Add support to attach multiple kprobes
 2022-01-04  8:09 UTC  (14+ messages)
` [PATCH 01/13] ftrace: Add ftrace_set_filter_ips function
` [PATCH 02/13] kprobe: Keep traced function address
` [PATCH 03/13] kprobe: Add support to register multiple ftrace kprobes
` [PATCH 04/13] kprobe: Add support to register multiple ftrace kretprobes
` [PATCH 05/13] kprobe: Allow to get traced function address for multi ftrace kprobes
` [PATCH 06/13] samples/kprobes: Add support for multi kprobe interface
` [PATCH 07/13] samples/kprobes: Add support for multi kretprobe interface
` [PATCH 08/13] bpf: Add kprobe link for attaching raw kprobes
` [PATCH 09/13] libbpf: Add libbpf__kallsyms_parse function
` [PATCH 10/13] libbpf: Add bpf_link_create support for multi kprobes
` [PATCH 11/13] libbpf: Add bpf_program__attach_kprobe_opts "
` [PATCH 12/13] selftest/bpf: Add raw kprobe attach test
` [PATCH 13/13] selftest/bpf: Add bpf_cookie test for raw_k[ret]probe

[PATCH bpf-next 0/6] bpf: Batching iter for AF_UNIX sockets
 2022-01-04  1:31 UTC  (7+ messages)
` [PATCH bpf-next 1/6] bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt()
` [PATCH bpf-next 2/6] bpf: Add SO_RCVBUF/SO_SNDBUF in _bpf_getsockopt()
` [PATCH bpf-next 3/6] bpf: af_unix: Use batching algorithm in bpf unix iter
` [PATCH bpf-next 4/6] bpf: Support bpf_(get|set)sockopt() "
` [PATCH bpf-next 5/6] selftest/bpf: Test batching and bpf_(get|set)sockopt "
` [PATCH bpf-next 6/6] selftest/bpf: Fix a stale comment

[PATCH bpf] bpf, arm64: calculate offset as byte-offset for bpf line info
 2022-01-04  1:42 UTC 

Some questions about EBPF
 2022-01-04  0:56 UTC  (2+ messages)

[PATCH] Bpf Helper Function BPF_FUNC_skb_change_dsfield
 2022-01-03 20:59 UTC  (10+ messages)

[PATCH] af_unix: missing lock releases in af_unix.c
 2022-01-03 18:43 UTC 

more eBPF instruction set documentation improvements
 2022-01-03 18:35 UTC  (7+ messages)
` [PATCH 1/6] bpf, docs: Add a setion to explain the basic instruction encoding
` [PATCH 2/6] bpf, docs: Add subsections for ALU and JMP instructions
` [PATCH 3/6] bpf, docs: Document the opcode classes
` [PATCH 4/6] bpf, docs: Fully document the ALU opcodes
` [PATCH 5/6] bpf, docs: Fully document the JMP opcodes
` [PATCH 6/6] bpf, docs: Fully document the JMP mode modifiers

Adding arch_prepare_bpf_trampoline support for aarch64?
 2022-01-03 18:33 UTC  (3+ messages)

[PATCH bpf-next v2] libbpf: Add documentation for bpf_map batch operations
 2022-01-03 18:08 UTC  (3+ messages)

[PATCH] livepatch: Avoid CPU hogging with cond_resched
 2022-01-03 16:04 UTC  (3+ messages)

[PATCH bpf-next v5 0/7] Add support for transmitting packets using XDP in bpf_prog_run()
 2022-01-03 15:08 UTC  (8+ 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 6/7] bpf: Add "live packet" mode for XDP in bpf_prog_run()
` [PATCH bpf-next v5 7/7] selftests/bpf: Add selftest for XDP_REDIRECT "

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

improve the eBPF documentation v2
 2022-01-03  9:57 UTC  (4+ messages)
` [PATCH 3/4] bpf, docs: Generate nicer tables for instruction encodings

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

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)

[PATCH v3 bpf-next 0/2] Sleepable local storage
 2021-12-30  2:02 UTC  (4+ messages)
` [PATCH v3 bpf-next 1/2] bpf: Allow bpf_local_storage to be used by sleepable programs

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

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


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