BPF List
 help / color / mirror / Atom feed
 messages from 2022-08-25 00:16:43 to 2022-08-26 02:45:17 UTC [more...]

[PATCH v4 bpf-next 00/15] bpf: BPF specific memory allocator
 2022-08-26  2:44 UTC  (11+ messages)
` [PATCH v4 bpf-next 01/15] bpf: Introduce any context "
` [PATCH v4 bpf-next 02/15] bpf: Convert hash map to bpf_mem_alloc
` [PATCH v4 bpf-next 03/15] selftests/bpf: Improve test coverage of test_maps
` [PATCH v4 bpf-next 04/15] samples/bpf: Reduce syscall overhead in map_perf_test
` [PATCH v4 bpf-next 05/15] bpf: Relax the requirement to use preallocated hash maps in tracing progs
` [PATCH v4 bpf-next 06/15] bpf: Optimize element count in non-preallocated hash map
` [PATCH v4 bpf-next 07/15] bpf: Optimize call_rcu "
` [PATCH v4 bpf-next 08/15] bpf: Adjust low/high watermarks in bpf_mem_cache
` [PATCH v4 bpf-next 09/15] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU
` [PATCH v4 bpf-next 10/15] bpf: Add percpu allocation support to bpf_mem_alloc

[RFC PATCH bpf-next 00/17] bpf: Add tracing multi link
 2022-08-26  2:35 UTC  (6+ messages)
` [RFC PATCH bpf-next 10/17] bpf: Add support to attach program to multiple trampolines

[PATCH bpf-next] bpf: Add bpf_read_raw_record() helper
 2022-08-26  2:35 UTC  (13+ messages)

[PATCH bpf-next v9 00/23] Introduce eBPF support for HID devices
 2022-08-26  2:26 UTC  (13+ messages)
` [PATCH bpf-next v9 01/23] bpf/verifier: allow all functions to read user provided context
` [PATCH bpf-next v9 02/23] bpf/verifier: do not clear meta in check_mem_size
` [PATCH bpf-next v9 03/23] selftests/bpf: add test for accessing ctx from syscall program type
` [PATCH bpf-next v9 04/23] bpf/verifier: allow kfunc to return an allocated mem
` [PATCH bpf-next v9 05/23] selftests/bpf: Add tests for kfunc returning a memory pointer

[PATCH bpf-next] bpf, mips: No need to use min() to get MAX_TAIL_CALL_CNT
 2022-08-26  2:12 UTC 

[PATCH bpf-next v2] selftests/bpf: fix incorrect fcntl call (test_sockmap.c)
 2022-08-26  2:07 UTC  (2+ messages)

[PATCH bpf-next 0/2] Add CGROUP prefix to cgroup_iter_order
 2022-08-26  2:04 UTC  (8+ messages)
` [PATCH bpf-next 1/2] bpf: Add CGROUP to cgroup_iter order
` [PATCH bpf-next 2/2] selftests/bpf: Fix test that uses "

linux-next: manual merge of the bpf-next tree with the bpf tree
 2022-08-26  1:46 UTC 

[PATCH] selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym
 2022-08-26  1:26 UTC 

[PATCH] Fit line in 80 columns
 2022-08-26  0:45 UTC  (8+ messages)

[PATCH bpf-next v7 0/5] Parameterize task iterators
 2022-08-26  0:37 UTC  (6+ messages)
` [PATCH bpf-next v7 1/5] bpf: "
` [PATCH bpf-next v7 2/5] bpf: Handle bpf_link_info for the parameterized task BPF iterators
` [PATCH bpf-next v7 3/5] bpf: Handle show_fdinfo "
` [PATCH bpf-next v7 4/5] selftests/bpf: Test "
` [PATCH bpf-next v7 5/5] bpftool: Show parameters of BPF task iterators

[PATCH bpf-next v4 0/3] Add skb + xdp dynptrs
 2022-08-26  0:18 UTC  (17+ messages)
` [PATCH bpf-next v4 1/3] bpf: Add skb dynptrs
` [PATCH bpf-next v4 2/3] bpf: Add xdp dynptrs

[PATCH bpf-next v2] bpf: Add CGROUP prefix to cgroup_iter_order
 2022-08-25 23:30 UTC  (2+ messages)

[RESEND PATCH bpf-next v9 0/5] bpf: rstat: cgroup hierarchical
 2022-08-25 23:00 UTC  (14+ messages)
` [RESEND PATCH bpf-next v9 1/5] bpf: Introduce cgroup iter
` [RESEND PATCH bpf-next v9 5/5] selftests/bpf: add a selftest for cgroup hierarchical stats collection

pull-request: bpf 2022-08-26
 2022-08-25 23:00 UTC 

[PATCH] selftests/bpf: Fix bind{4,6} tcp/socket header type conflict
 2022-08-25 22:50 UTC  (2+ messages)

[PATCH v5 0/4] Introduce security_create_user_ns()
 2022-08-25 22:42 UTC  (17+ messages)

[PATCH RFC bpf-next 0/2] propagate nullness information for reg to reg comparisons
 2022-08-25 22:31 UTC  (11+ messages)
` [PATCH RFC bpf-next 1/2] bpf: "
` [PATCH RFC bpf-next 2/2] selftests/bpf: check nullness propagation "

[PATCH bpf-next v3] bpf: Fix a few typos in BPF helpers documentation
 2022-08-25 22:12 UTC  (2+ messages)

[RFC][PATCH v3 00/15] bpf: Per-operation map permissions
 2022-08-25 22:06 UTC  (8+ messages)
` [RFC][PATCH v3 02/15] bpf: Set open_flags as last bpf_attr field for bpf_*_get_fd_by_id() funcs

[PATCH bpf] bpf: Don't use tnum_range on array range checking for poke descriptors
 2022-08-25 22:00 UTC  (3+ messages)

[PATCH bpf-next v6 0/4] Parameterize task iterators
 2022-08-25 21:13 UTC  (8+ messages)
` [PATCH bpf-next v6 1/4] bpf: "
` [PATCH bpf-next v6 4/4] selftests/bpf: Test parameterized task BPF iterators

[PATCH] kernel: move from strlcpy with unused retval to strscpy
 2022-08-25 20:53 UTC  (5+ messages)

[PATCH bpf-next v2 0/2] Add table of BPF program types to docs
 2022-08-25 20:35 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] Add table of BPF program types to libbpf docs

[PATCH bpf-next v9 0/5] bpf: rstat: cgroup hierarchical stats
 2022-08-25 20:35 UTC  (8+ messages)
` [PATCH bpf-next v9 1/5] bpf: Introduce cgroup iter

[PATCH bpf-next] Add table of BPF program types to docs
 2022-08-25 20:29 UTC  (4+ messages)

[PATCH] libbpf: Support raw btf placed in the default path
 2022-08-25 20:26 UTC  (2+ messages)

[PATCH bpf v1 0/2] Fix incorrect pruning for ARG_CONST_ALLOC_SIZE_OR_ZERO
 2022-08-25 19:20 UTC  (3+ messages)

[PATCH bpf-next,v4] bpf/scripts: assert helper enum value is aligned with comment order
 2022-08-25 19:00 UTC  (3+ messages)

[PATCH] bpftool: fix a wrong type cast in btf_dumper_int
 2022-08-25 18:50 UTC  (6+ messages)

[PATCH bpf-next v2] bpftool: implement perf attach command
 2022-08-25 18:37 UTC  (3+ messages)

[PATCH bpf-next 00/17] bpf: net: Remove duplicated code from bpf_getsockopt()
 2022-08-25 18:36 UTC  (5+ messages)
` [PATCH bpf-next 02/17] bpf: net: Change sk_getsockopt() to take the sockptr_t argument
` [PATCH bpf-next 14/17] bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()

[PATCH v5 bpf-next 0/4] bpf: Support setting variable-length tunnel options
 2022-08-25 18:20 UTC  (7+ messages)
` [PATCH v5 bpf-next 1/4] bpf: Add 'bpf_dynptr_get_data' helper
` [PATCH v5 bpf-next 2/4] bpf: Support setting variable-length tunnel options
` [PATCH v5 bpf-next 4/4] selftests/bpf: Add geneve with bpf_skb_set_tunnel_opt_dynptr test-case to test_progs

[PATCH bpf-next v2 00/12] bpf: Introduce selectable memcg for bpf map
 2022-08-25 17:59 UTC  (11+ messages)
      ` [RFD RESEND] cgroup: Persistent memory usage tracking

[PATCH bpf-next v5 0/3] Parameterize task iterators
 2022-08-25 17:50 UTC  (6+ messages)
` [PATCH bpf-next v5 1/3] bpf: "

pahole v1.24: FAILED: load BTF from vmlinux: Invalid argument
 2022-08-25 17:16 UTC  (2+ messages)

[PATCH v3] Many pages: Document fixed-width types with ISO C naming
 2022-08-25 16:43 UTC  (19+ messages)

[PATCH v3 00/18] Mutex wrapper, locking and memory leak fixes
 2022-08-25 16:14 UTC  (2+ messages)

ANNOUNCE: pahole v1.24 (Faster BTF encoding, 64-bit BTF enum entries)
 2022-08-25 16:12 UTC  (7+ messages)
      ` [PATCH] core: Conditionally define language encodings entries)

[PATCH ipsec-next,v3 0/3] xfrm: support collect metadata mode for xfrm interfaces
 2022-08-25 15:46 UTC  (4+ messages)
` [PATCH ipsec-next,v3 1/3] net: allow storing xfrm interface metadata in metadata_dst
` [PATCH ipsec-next,v3 2/3] xfrm: interface: support collect metadata mode
` [PATCH ipsec-next,v3 3/3] xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md mode

[PATCH bpf-next v2] bpf: Fix a few typos in BPF helpers documentation
 2022-08-25 15:23 UTC  (5+ messages)

[PATCH ipsec-next,v2 0/3] xfrm: support collect metadata mode for xfrm interfaces
 2022-08-25 15:14 UTC  (9+ messages)
` [PATCH ipsec-next,v2 1/3] net: allow storing xfrm interface metadata in metadata_dst
` [PATCH ipsec-next,v2 2/3] xfrm: interface: support collect metadata mode
` [PATCH ipsec-next,v2 3/3] xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md mode

[PATCH v2 bpf-next 00/14] xsk: stop NAPI Rx processing on full XSK RQ
 2022-08-25 14:42 UTC  (6+ messages)

[PATCH bpf-next 0/3] A couple of small refactorings of BPF program call sites
 2022-08-25 13:15 UTC  (3+ messages)

[PATCH ipsec-next 0/3] xfrm: support collect metadata mode for xfrm interfaces
 2022-08-25 13:03 UTC  (6+ messages)
` [PATCH ipsec-next 3/3] xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md mode

[PATCH bpf-next] bpf: Fix a few typos in BPF helpers documentation
 2022-08-25 10:58 UTC  (2+ messages)

[PATCH v13 00/10] bpf: Add kfuncs for PKCS#7 signature verification
 2022-08-25  9:19 UTC  (2+ messages)

[PATCH] lib/vnsprintf: add const modifier for param 'bitmap'
 2022-08-25  9:07 UTC  (2+ messages)

[PATCH] vhost-net: support VIRTIO_F_RING_RESET
 2022-08-25  8:56 UTC 

[Patch net v3 0/4] tcp: some bug fixes for tcp_read_skb()
 2022-08-25  8:31 UTC  (3+ messages)
` [Patch net v3 2/4] tcp: fix tcp_cleanup_rbuf() "

[PATCH bpf-next,v3] selftests/bpf: add lwt ip encap tests to test_progs
 2022-08-25  5:16 UTC  (4+ messages)

[PATCH bpf-next v2 0/6] bpf: Support struct argument for trampoline base progs
 2022-08-25  4:10 UTC  (10+ messages)
` [PATCH bpf-next v2 3/6] bpf: x86: Support in-register struct arguments

[PATCH bpf-next v7 00/24] Introduce eBPF support for HID devices
 2022-08-25  2:52 UTC  (3+ messages)
` [PATCH bpf-next v7 24/24] Documentation: add HID-BPF docs

[PATCH net-next v4 0/3] reorganize the code of the enum skb_drop_reason
 2022-08-25  2:29 UTC  (5+ messages)
` [PATCH net-next v4 2/3] net: skb: use auto-generation to convert skb drop reason to string

[PATCH net-next v2] bonding: Remove unnecessary check
 2022-08-25  2:28 UTC  (3+ messages)

[PATCH bpf-next v1 0/4] Add BPF JIT support for LoongArch
 2022-08-25  2:27 UTC  (4+ messages)
` [PATCH bpf-next v1 3/4] LoongArch: Add BPF JIT support

BPF Linked Lists discussion
 2022-08-25  1:40 UTC  (10+ messages)

linux-next: manual merge of the bpf-next tree with the net tree
 2022-08-25  1:00 UTC 

[PATCH v3 bpf-next 00/15] bpf: BPF specific memory allocator
 2022-08-25  0:56 UTC  (9+ messages)
` [PATCH v3 bpf-next 09/15] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU
` [PATCH v3 bpf-next 00/15] bpf: BPF specific memory allocator, UAPI in particular

linux-next: Fixes tag needs some work in the bpf-next tree
 2022-08-25  0:56 UTC  (3+ messages)

linux-next: manual merge of the bpf-next tree with the bpf tree
 2022-08-25  0:50 UTC 


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