bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-15 12:24:02 to 2020-12-18 12:36:31 UTC [more...]

[PATCH v5 seccomp 0/5]seccomp: Add bitmap cache of constant allow filter results
 2020-12-18 12:35 UTC  (5+ messages)
` [PATCH v5 seccomp 5/5] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

Please remove all bit fields in bpf uapi
 2020-12-18 11:04 UTC  (5+ messages)

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

[PATCHv11 bpf-next 0/5] xdp: add a new helper for dev map multicast support
 2020-12-18  9:43 UTC  (10+ messages)
` [PATCHv12 bpf-next 0/6] "
  ` [PATCHv12 bpf-next 1/6] bpf: run devmap xdp_prog on flush instead of bulk enqueue
  ` [PATCHv12 bpf-next 2/6] bpf: add a new bpf argument type ARG_CONST_MAP_PTR_OR_NULL
  ` [PATCHv12 bpf-next 3/6] xdp: add a new helper for dev map multicast support
  ` [PATCHv12 bpf-next 4/6] sample/bpf: add xdp_redirect_map_multicast test
  ` [PATCHv12 bpf-next 5/6] selftests/bpf: Add verifier tests for bpf arg ARG_CONST_MAP_PTR_OR_NULL
  ` [PATCHv12 bpf-next 6/6] selftests/bpf: add xdp_redirect_multi test

[PATCH] btf: support ints larger than 128 bits
 2020-12-18  8:48 UTC  (3+ messages)

[PATCH v2 0/3] bpf,x64: implement jump padding in jit
 2020-12-18  7:49 UTC  (4+ messages)
` [PATCH v2 1/3] bpf,x64: pad NOPs to make images converge more easily
` [PATCH v2 2/3] test_bpf: remove EXPECTED_FAIL flag from bpf_fill_maxinsns11
` [PATCH v2 3/3] selftests/bpf: Add verifier test for x64 jit jump padding

[PATCH v2 bpf-next 0/4] introduce bpf_iter for task_vma
 2020-12-18  5:23 UTC  (25+ messages)
` [PATCH v2 bpf-next 1/4] bpf: introduce task_vma bpf_iter
` [PATCH v2 bpf-next 2/4] bpf: allow bpf_d_path in sleepable bpf_iter program
` [PATCH v2 bpf-next 3/4] libbpf: introduce section "iter.s/" for "
` [PATCH v2 bpf-next 4/4] selftests/bpf: add test for bpf_iter_task_vma

[PATCH bpf-next 1/2] bpf: Add a bpf_kallsyms_lookup helper
 2020-12-18  4:39 UTC  (13+ messages)

[Patch bpf-next v2 0/5] bpf: introduce timeout map
 2020-12-17 22:39 UTC  (19+ messages)
` [Patch bpf-next v2 2/5] "

[PATCH bpf] xsk: fix memory leak for failed bind
 2020-12-17 21:51 UTC  (2+ messages)

[PATCH v3 bpf-next 0/2] introduce xdp_init_buff/xdp_prepare_buff
 2020-12-17 20:31 UTC  (17+ messages)
` [PATCH v3 bpf-next 1/2] net: xdp: introduce xdp_init_buff utility routine
` [PATCH v3 bpf-next 2/2] net: xdp: introduce xdp_prepare_buff "

[PATCH] selftests: Skip BPF seftests by default
 2020-12-17 18:32 UTC  (5+ messages)

[PATCH bpf-next] libbpf: support module BTF for BPF_TYPE_ID_TARGET CO-RE relocation
 2020-12-17 18:22 UTC  (13+ messages)
            ` one prog multi fentry. Was: "

[PATCH net-next] sfc: reduce the number of requested xdp ev queues
 2020-12-17 18:14 UTC  (7+ messages)

[PATCH bpf-next 0/2] bpf: misc performance improvements for cgroup hooks
 2020-12-17 17:23 UTC  (3+ messages)
` [PATCH bpf-next 1/2] bpf: try to avoid kzalloc in cgroup/{s,g}etsockopt
` [PATCH bpf-next 2/2] bpf: split cgroup_bpf_enabled per attach type

[PATCH bpf-next V8 0/8] bpf: New approach for BPF MTU handling
 2020-12-17 16:10 UTC  (5+ messages)
` [PATCH bpf-next V8 5/8] bpf: drop MTU check when doing TC-BPF redirect to ingress

[PATCH bpf-next 0/2] add xdp_build_skb_from_frame utility routine
 2020-12-17 13:12 UTC  (4+ messages)
` [PATCH bpf-next 1/2] net: xdp: introduce __xdp_build_skb_from_frame "
` [PATCH bpf-next 2/2] net: xdp: introduce xdp_build_skb_from_frame "

[RFC PATCH v1 0/7] Implement EBPF on powerpc32
 2020-12-17  9:54 UTC  (10+ messages)
` [RFC PATCH v1 1/7] powerpc/bpf: Remove classical BPF support for PPC32
` [RFC PATCH v1 2/7] powerpc/bpf: Change register numbering for bpf_set/is_seen_register()
` [RFC PATCH v1 3/7] powerpc/bpf: Move common helpers into bpf_jit.h
` [RFC PATCH v1 4/7] powerpc/bpf: Move common functions into bpf_jit_comp.c
` [RFC PATCH v1 5/7] powerpc/bpf: Change values of SEEN_ flags
` [RFC PATCH v1 6/7] powerpc/asm: Add some opcodes in asm/ppc-opcode.h for PPC32 eBPF
` [RFC PATCH v1 7/7] powerpc/bpf: Implement extended BPF on PPC32

[PATCH] Modify hardcode to SECCOMP_MODE_FILTER
 2020-12-17  8:46 UTC 

[RFC PATCH] bpf: preload: Fix build error when O= is set
 2020-12-17  9:05 UTC  (5+ messages)

[PATCH] Modify hardcode 2 to SECCOMP_MODE_FILTER
 2020-12-17  7:54 UTC 

memory leak in xskq_create
 2020-12-17  7:50 UTC  (4+ messages)

[PATCH bpf-next 0/3] Add support of pointer to struct in global functions
 2020-12-17  6:17 UTC  (11+ messages)
` [PATCH bpf-next 1/3] bpf: Factor out nullable reg type conversion
` [PATCH bpf-next 2/3] bpf: Support pointer to struct in global func args
` [PATCH bpf-next 3/3] selftests/bpf: Add unit tests for global functions

[PATCH] bpf: remove unused including <linux/version.h>
 2020-12-17  0:16 UTC  (2+ messages)

[PATCH v9 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-12-17  0:08 UTC  (2+ messages)

[PATCH v1 bpf-next 05/11] tcp: Migrate TCP_NEW_SYN_RECV requests
 2020-12-16 22:24 UTC  (3+ messages)

[PATCH bpf-next v4 00/11] Atomics for eBPF
 2020-12-16 20:00 UTC  (11+ messages)
` [PATCH bpf-next v4 10/11] bpf: Add tests for new BPF atomic operations

[PATCH net 0/2] i40e/ice AF_XDP ZC fixes
 2020-12-16 18:55 UTC  (2+ messages)

Why n_buckets is at least max_entries?
 2020-12-16 18:41 UTC  (7+ messages)

[PATCH] selftests/bpf: clarify build error if no vmlinux
 2020-12-16 18:06 UTC  (3+ messages)
` [PATCH v2] "

Can we share /sys/fs/bpf like /tmp?
 2020-12-16 17:30 UTC  (4+ messages)

[PATCH bpf-next v4 00/11] Atomics for eBPF
 2020-12-16 15:25 UTC  (16+ messages)
` [PATCH bpf-next v5 01/11] bpf: x86: Factor out emission of ModR/M for *(reg + off)
` [PATCH bpf-next v2] libbpf: Expose libbpf ringbufer epoll_fd
` [PATCH bpf-next v5 03/11] bpf: x86: Factor out a lookup table for some ALU opcodes
` [PATCH bpf-next v5 04/11] bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
` [PATCH bpf-next v5 05/11] bpf: Move BPF_STX reserved field check into BPF_STX verifier code
` [PATCH bpf-next v5 07/11] bpf: Add instructions for atomic_[cmp]xchg
` [PATCH bpf-next v5 09/11] bpf: Add bitwise atomic instructions
` [PATCH bpf-next v5 11/11] bpf: Document new "

[PATCH bpf 0/2] xsk: fix two bugs in the SKB Tx path
 2020-12-16 14:09 UTC  (2+ messages)

[PATCH v5 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2020-12-16 14:08 UTC  (9+ messages)
` [PATCH v5 bpf-next 13/14] bpf: add new frame_length field to the XDP ctx

How to orchestrate multiple XDP programs
 2020-12-16 12:45 UTC  (3+ messages)

libbpf CO-RE read_user{,_str} macros
 2020-12-16 12:42 UTC  (7+ messages)

verifier fails after register spill
 2020-12-16 12:40 UTC 

[PATCH] bpf: Remove unnecessary <argp.h> include from preload/iterators
 2020-12-16 10:03 UTC 

[PATCH] samples/bpf/Makefile: Create tools/testing/selftests/bpf dir
 2020-12-15 22:08 UTC  (2+ messages)

[PATCH bpf-next 0/4] introduce bpf_iter for task_vma
 2020-12-15 20:59 UTC  (6+ messages)
` [PATCH bpf-next 1/4] bpf: introduce task_vma bpf_iter
` [PATCH bpf-next 4/4] selftests/bpf: add test for bpf_iter_task_vma

[PATCH v8 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-12-15 20:42 UTC  (3+ messages)

[RFC PATCH 0/7] Share events between metrics
 2020-12-15 18:39 UTC  (7+ messages)

[LSFMMBPF 2021] A status update
 2020-12-15 13:43 UTC  (4+ messages)

[PATCH dwarves 0/2] Fix pahole to emit kernel module BTF variables
 2020-12-15 13:28 UTC  (5+ 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).