bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-24 19:11:43 to 2020-11-27 21:59:03 UTC [more...]

[PATCH v2 bpf-next 00/13] Atomics for eBPF
 2020-11-27 21:39 UTC  (15+ messages)
` [PATCH v2 bpf-next 01/13] bpf: x86: Factor out emission of ModR/M for *(reg + off)
` [PATCH v2 bpf-next 02/13] bpf: x86: Factor out emission of REX byte
` [PATCH v2 bpf-next 03/13] bpf: x86: Factor out function to emit NEG
` [PATCH v2 bpf-next 04/13] bpf: x86: Factor out a lookup table for some ALU opcodes
` [PATCH v2 bpf-next 05/13] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
` [PATCH v2 bpf-next 06/13] bpf: Move BPF_STX reserved field check into BPF_STX verifier code
` [PATCH v2 bpf-next 07/13] bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
` [PATCH v2 bpf-next 08/13] bpf: Add instructions for atomic_[cmp]xchg
` [PATCH v2 bpf-next 09/13] bpf: Pull out a macro for interpreting atomic ALU operations
` [PATCH v2 bpf-next 10/13] bpf: Add instructions for atomic[64]_[fetch_]sub
` [PATCH v2 bpf-next 11/13] bpf: Add bitwise atomic instructions
` [PATCH v2 bpf-next 12/13] bpf: Add tests for new BPF atomic operations
` [PATCH v2 bpf-next 13/13] bpf: Document new atomic instructions

[PATCH 0/3] xsk: fix for xsk_poll writeable
 2020-11-27 21:29 UTC  (7+ messages)
` [PATCH bpf v2 0/2] "
  ` [PATCH bpf v2 1/2] xsk: replace datagram_poll by sock_poll_wait
  ` [PATCH bpf v2 2/2] xsk: change the tx writeable condition

[PATCH bpf-next] libbpf: replace size_t with __u32 in xsk interfaces
 2020-11-27 21:10 UTC  (2+ messages)

[RFC 0/2] btf_encoder: Detect kernel modules
 2020-11-27 20:39 UTC  (8+ messages)
` [PATCH 1/2] btf_encoder: Factor filter_functions function
` [PATCH 2/2] btf_encoder: Detect kernel module ftrace addresses

[PATCH bpf-next V8 0/8] bpf: New approach for BPF MTU handling
 2020-11-27 18:06 UTC  (9+ messages)
` [PATCH bpf-next V8 1/8] bpf: Remove MTU check in __bpf_skb_max_len
` [PATCH bpf-next V8 2/8] bpf: fix bpf_fib_lookup helper MTU check for SKB ctx
` [PATCH bpf-next V8 3/8] bpf: bpf_fib_lookup return MTU value as output when looked up
` [PATCH bpf-next V8 4/8] bpf: add BPF-helper for MTU checking
` [PATCH bpf-next V8 5/8] bpf: drop MTU check when doing TC-BPF redirect to ingress
` [PATCH bpf-next V8 6/8] bpf: make it possible to identify BPF redirected SKBs
` [PATCH bpf-next V8 7/8] selftests/bpf: use bpf_check_mtu in selftest test_cls_redirect
` [PATCH bpf-next V8 8/8] bpf/selftests: tests using bpf_check_mtu BPF-helper

[PATCH bpf-next v3 0/5] selftests/bpf: xsk selftests
 2020-11-27 17:54 UTC  (12+ messages)
` [PATCH bpf-next v3 1/5] selftests/bpf: xsk selftests framework
` [PATCH bpf-next v3 2/5] selftests/bpf: xsk selftests - SKB POLL, NOPOLL
` [PATCH bpf-next v3 3/5] selftests/bpf: xsk selftests - DRV "
` [PATCH bpf-next v3 4/5] selftests/bpf: xsk selftests - Socket Teardown - SKB, DRV
` [PATCH bpf-next v3 5/5] selftests/bpf: xsk selftests - Bi-directional Sockets "

[PATCH 0/8] Rid W=1 warnings in Net
 2020-11-27 17:39 UTC  (3+ messages)
` [PATCH 2/8] net: xen-netback: xenbus: Demote nonconformant kernel-doc headers

How to read from pkt_end?
 2020-11-27 17:38 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: Add a bpf_kallsyms_lookup helper
 2020-11-27 17:20 UTC  (11+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add bpf_kallsyms_lookup test
` [RFC PATCH] bpf: bpf_kallsyms_lookup_proto can be static

[PATCH bpf] xdp: Handle MEM_TYPE_XSK_BUFF_POOL correctly in xdp_return_buff()
 2020-11-27 17:17 UTC 

[PATCH bpf-next v3 0/3] Implement bpf_ima_inode_hash
 2020-11-27 13:09 UTC  (16+ messages)
` [PATCH bpf-next v3 1/3] ima: Implement ima_inode_hash
` [PATCH bpf-next v3 3/3] bpf: Add a selftest for bpf_ima_inode_hash

[PATCH bpf-next v3 1/6] net: Remove the err argument from sock_from_file
 2020-11-27  9:21 UTC  (11+ messages)
` [PATCH bpf-next v3 2/6] bpf: Add a bpf_sock_from_file helper
` [PATCH bpf-next v3 3/6] bpf: Expose bpf_sk_storage_* to iterator programs
` [PATCH bpf-next v3 4/6] bpf: Add an iterator selftest for bpf_sk_storage_delete
` [PATCH bpf-next v3 5/6] bpf: Add an iterator selftest for bpf_sk_storage_get
` [PATCH bpf-next v3 6/6] bpf: Test bpf_sk_storage_get in tcp iterators

[PATCH bpf-next 1/2] bpf: Expose bpf_get_socket_cookie to tracing programs
 2020-11-27  9:17 UTC  (5+ messages)
` [PATCH bpf-next 2/2] bpf: Add a selftest for the tracing bpf_get_socket_cookie

[PATCH v5 bpf-next 0/2] libbpf: add support for privileged/unprivileged control separation
 2020-11-27  9:07 UTC  (5+ messages)
` [PATCH v5 bpf-next 1/2] libbpf: separate XDP program load with xsk socket creation
` [PATCH v5 bpf-next 2/2] samples/bpf: sample application for eBPF load and socket creation split

[PATCH v4 bpf-next 0/2] libbpf: add support for privileged/unprivileged control separation
 2020-11-27  8:21 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/2] libbpf: separate XDP program load with xsk socket creation
` [PATCH v4 bpf-next 2/2] samples/bpf: sample application for eBPF load and socket creation split

Business Proposal
 2020-11-27  7:27 UTC 

[PATCH] bpf, x64: add extra passes without size optimizations
 2020-11-27  7:22 UTC 

[PATCH bpf-next] samples/bpf: add xdp_redirect_map with xdp_prog support
 2020-11-27  6:31 UTC  (5+ messages)
` [PATCHv2 bpf-next] samples/bpf: add xdp program on egress for xdp_redirect_map

[PATCH bpf-next v3 0/7] bpf: remove bpf_load loader completely
 2020-11-27  3:40 UTC  (3+ messages)
` [PATCH bpf-next v3 1/7] samples: bpf: refactor hbm program with libbpf

[RFC PATCH] bpf, x64: add extra passes and relax size convergence check
 2020-11-27  3:13 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix flavored variants of test_ima
 2020-11-26 18:49 UTC 

[PATCH bpf-next v8 00/34] bpf: switch to memcg-based memory accounting
 2020-11-26 17:12 UTC  (40+ messages)
` [PATCH bpf-next v8 01/34] mm: memcontrol: use helpers to read page's memcg data
` [PATCH bpf-next v8 02/34] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH bpf-next v8 03/34] mm: introduce page memcg flags
` [PATCH bpf-next v8 04/34] mm: convert page kmemcg type to a page memcg flag
` [PATCH bpf-next v8 05/34] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v8 06/34] bpf: prepare for memcg-based memory accounting for bpf maps
` [PATCH bpf-next v8 07/34] bpf: "
` [PATCH bpf-next v8 08/34] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH bpf-next v8 09/34] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH bpf-next v8 10/34] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH bpf-next v8 11/34] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH bpf-next v8 12/34] bpf: refine memcg-based memory accounting for hashtab maps
` [PATCH bpf-next v8 13/34] bpf: memcg-based memory accounting for lpm_trie maps
` [PATCH bpf-next v8 14/34] bpf: memcg-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v8 15/34] bpf: memcg-based memory accounting for bpf local storage maps
` [PATCH bpf-next v8 16/34] bpf: refine memcg-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v8 17/34] bpf: refine memcg-based memory accounting for xskmap maps
` [PATCH bpf-next v8 18/34] bpf: eliminate rlimit-based memory accounting for arraymap maps
` [PATCH bpf-next v8 19/34] bpf: eliminate rlimit-based memory accounting for bpf_struct_ops maps
` [PATCH bpf-next v8 20/34] bpf: eliminate rlimit-based memory accounting for cpumap maps
` [PATCH bpf-next v8 21/34] bpf: eliminate rlimit-based memory accounting for cgroup storage maps
` [PATCH bpf-next v8 22/34] bpf: eliminate rlimit-based memory accounting for devmap maps
` [PATCH bpf-next v8 23/34] bpf: eliminate rlimit-based memory accounting for hashtab maps
` [PATCH bpf-next v8 24/34] bpf: eliminate rlimit-based memory accounting for lpm_trie maps
` [PATCH bpf-next v8 25/34] bpf: eliminate rlimit-based memory accounting for queue_stack_maps maps
` [PATCH bpf-next v8 26/34] bpf: eliminate rlimit-based memory accounting for reuseport_array maps
` [PATCH bpf-next v8 27/34] bpf: eliminate rlimit-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v8 28/34] bpf: eliminate rlimit-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v8 29/34] bpf: eliminate rlimit-based memory accounting for stackmap maps
` [PATCH bpf-next v8 30/34] bpf: eliminate rlimit-based memory accounting for xskmap maps
` [PATCH bpf-next v8 31/34] bpf: eliminate rlimit-based memory accounting for bpf local storage maps
` [PATCH bpf-next v8 32/34] bpf: eliminate rlimit-based memory accounting infra for bpf maps
` [PATCH bpf-next v8 33/34] bpf: eliminate rlimit-based memory accounting for bpf progs
` [PATCH bpf-next v8 34/34] bpf: samples: do not touch RLIMIT_MEMLOCK

[PATCH v2 1/5] net: Remove the err argument from sock_from_file
 2020-11-26 16:44 UTC  (4+ messages)
` [PATCH v2 5/5] bpf: Add an iterator selftest for bpf_sk_storage_get

[PATCH v3 bpf-next 0/2] libbpf: add support for privileged/unprivileged control separation
 2020-11-26  8:40 UTC  (7+ messages)
` [PATCH v3 bpf-next 1/2] libbpf: separate XDP program load with xsk socket creation
` [PATCH v3 bpf-next 2/2] samples/bpf: sample application for eBPF load and socket creation split

[PATCH bpf-next] selftest/bpf: fix compilation on clang 11
 2020-11-25 23:37 UTC  (4+ messages)

[PATCH bpf-next v3 00/10] Introduce preferred busy-polling
 2020-11-25 21:14 UTC  (18+ messages)
` [PATCH bpf-next v3 03/10] xsk: add support for recvmsg()
` [PATCH bpf-next v3 04/10] xsk: check need wakeup flag in sendmsg()
` [PATCH bpf-next v3 05/10] xsk: add busy-poll support for {recv,send}msg()
` [PATCH bpf-next v3 06/10] xsk: propagate napi_id to XDP socket Rx path
` [PATCH bpf-next v3 07/10] samples/bpf: use recvfrom() in xdpsock/rxdrop
` [PATCH bpf-next v3 08/10] samples/bpf: use recvfrom() in xdpsock/l2fwd
` [PATCH bpf-next v3 09/10] samples/bpf: add busy-poll support to xdpsock
` [PATCH bpf-next v3 10/10] samples/bpf: add option to set the busy-poll budget

[PATCH bpf-next] bpf: Add MAINTAINERS entry for BPF LSM
 2020-11-25 20:57 UTC  (3+ messages)

[PATCH] kernel: cgroup: Mundane spelling fixes throughout the file
 2020-11-25 12:56 UTC  (2+ messages)

[PATCH][V2] libbpf: add support for canceling cached_cons advance
 2020-11-25 12:22 UTC  (9+ messages)

Business Proposal
 2020-11-25  8:45 UTC 

[PATCH bpf-next v2] bpf: Refactor check_cfg to use a structured loop
 2020-11-25  6:40 UTC  (2+ messages)

[PATCHv5 iproute2-next 0/5] iproute2: add libbpf support
 2020-11-25  5:30 UTC  (4+ messages)
` [PATCHv6 "

[arm64] kernel BUG at kernel/seccomp.c:1309!
 2020-11-25  3:36 UTC  (7+ messages)
      ` [PATCH] entry: Fix boot for !CONFIG_GENERIC_ENTRY

[PATCH RESEND bpf-next 1/2] kbuild: skip module BTF generation for out-of-tree external modules
 2020-11-25  0:50 UTC  (2+ messages)

[PATCH 0/7] Atomics for eBPF
 2020-11-24 22:51 UTC  (9+ messages)
` [PATCH 3/7] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
` [PATCH 6/7] bpf: Add instructions for atomic_cmpxchg and friends

[PATCH 1/1] tools/bpftool: fix error return value in build_btf_type_table()
 2020-11-24 22:30 UTC  (2+ messages)

[PATCH bpf-next v2 0/5] selftests/bpf: xsk selftests
 2020-11-24 22:28 UTC  (7+ messages)
` [PATCH bpf-next v2 5/5] selftests/bpf: xsk selftests - Bi-directional Sockets - SKB, DRV

[net PATCH] tcp: Set ECT0 bit in tos/tclass for synack when BPF needs ECN
 2020-11-24 22:14 UTC  (2+ messages)

[PATCH bpf-next 1/2] selftest/bpf: fix link in readme
 2020-11-24 22:10 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftest/bpf: fix rst formatting "

[PATCH bpf v2] net, xsk: Avoid taking multiple skbuff references
 2020-11-24 21:50 UTC  (2+ messages)

[PATCH RFC 00/10] New permission vmalloc interface
 2020-11-24 20:00 UTC  (10+ messages)
` [PATCH RFC 01/10] vmalloc: Add basic perm alloc implementation


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