bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-12 19:49:47 to 2020-12-16 17:43:54 UTC [more...]

[PATCH v2 bpf-next 0/4] introduce bpf_iter for task_vma
 2020-12-16 17:42 UTC  (10+ 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

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

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

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

[PATCH bpf-next v4 00/11] Atomics for eBPF
 2020-12-16 15:25 UTC  (20+ 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 02/11] bpf: x86: Factor out emission of REX byte
` [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 06/11] bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
` [PATCH bpf-next v5 07/11] bpf: Add instructions for atomic_[cmp]xchg
` [PATCH bpf-next v5 08/11] bpf: Pull out a macro for interpreting atomic ALU operations
` [PATCH bpf-next v5 09/11] bpf: Add bitwise atomic instructions
` [PATCH bpf-next v5 10/11] bpf: Add tests for new BPF atomic operations
` [PATCH bpf-next v5 11/11] bpf: Document new atomic instructions

[PATCH v3 bpf-next 0/2] introduce xdp_init_buff/xdp_prepare_buff
 2020-12-16 15:01 UTC  (16+ 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 "

[RFC PATCH] bpf: preload: Fix build error when O= is set
 2020-12-16 14:53 UTC  (4+ messages)

[PATCHv11 bpf-next 0/5] xdp: add a new helper for dev map multicast support
 2020-12-16 14:30 UTC  (8+ 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 v9 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-12-16 14:18 UTC 

[PATCH bpf 0/2] xsk: fix two bugs in the SKB Tx path
 2020-12-16 14:09 UTC  (4+ messages)
` [PATCH bpf 1/2] xsk: fix race in SKB mode transmit with shared cq
` [PATCH bpf 2/2] xsk: rollback reservation at NETDEV_TX_BUSY

[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-next v4 00/11] Atomics for eBPF
 2020-12-16 11:51 UTC  (13+ messages)
` [PATCH bpf-next v4 07/11] bpf: Add instructions for atomic_[cmp]xchg
` [PATCH bpf-next v4 10/11] bpf: Add tests for new BPF atomic operations

[Patch bpf-next v2 0/5] bpf: introduce timeout map
 2020-12-16 10:38 UTC  (20+ messages)
` [Patch bpf-next v2 1/5] bpf: use index instead of hash for map_locked[]
` [Patch bpf-next v2 2/5] bpf: introduce timeout map
` [Patch bpf-next v2 3/5] selftests/bpf: update elem_size check in map ptr test
` [Patch bpf-next v2 4/5] selftests/bpf: add a test case for bpf timeout map
` [Patch bpf-next v2 5/5] selftests/bpf: add timeout map check in map_ptr tests

[RFC PATCH v1 0/7] Implement EBPF on powerpc32
 2020-12-16 10:07 UTC  (8+ 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] bpf: Remove unnecessary <argp.h> include from preload/iterators
 2020-12-16 10:03 UTC 

[PATCH net-next] sfc: reduce the number of requested xdp ev queues
 2020-12-16  8:45 UTC  (5+ messages)

[PATCH] bpf: remove unused including <linux/version.h>
 2020-12-16  2:47 UTC 

Why n_buckets is at least max_entries?
 2020-12-16  2:39 UTC  (6+ messages)

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

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

[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  (7+ messages)
` [PATCH dwarves 2/2] btf_encoder: fix skipping per-CPU variables at offset 0

[PATCH bpf-next v2] libbpf: Expose libbpf ringbufer epoll_fd
 2020-12-15 10:25 UTC  (3+ messages)

[PATCH bpf-next v3 0/2] bpf: permits pointers on stack for helper calls
 2020-12-15  3:57 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "

[PATCH v2 0/1] net: Fix use of proc_fs
 2020-12-15  3:41 UTC  (3+ messages)
` [PATCH v2 1/1] "

pull-request: bpf-next 2020-12-14
 2020-12-15  2:10 UTC  (2+ messages)

[PATCH v2 net-next] ice, xsk: Move Rx allocation out of while-loop
 2020-12-15  2:00 UTC  (2+ messages)

[PATCH] bpf,x64: pad NOPs to make images converge more easily
 2020-12-15  1:50 UTC  (11+ messages)

[PATCH][next] selftests/bpf: fix spelling mistake "tranmission" -> "transmission"
 2020-12-14 22:35 UTC 

[PATCH bpf-next 0/3] Add support of pointer to struct in global functions
 2020-12-14 19:52 UTC  (4+ 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 0/1] net: Fix use of proc_fs
 2020-12-14 19:07 UTC  (7+ messages)
` [PATCH 1/1] "

[Patch bpf-next 0/3] bpf: introduce timeout map
 2020-12-14 18:40 UTC  (6+ messages)

[PATCH v1 bpf-next 03/11] tcp: Migrate TCP_ESTABLISHED/TCP_SYN_RECV sockets in accept queues
 2020-12-14 17:16 UTC  (2+ messages)

[PATCH bpf-next 0/2] libbpf: support modules in set_attach_target() API
 2020-12-14 15:50 UTC  (2+ messages)

[PATCH v2 net-next 0/8] i40e/ice cleanups
 2020-12-14 15:13 UTC  (9+ messages)
` [PATCH v2 net-next 1/8] i40e: drop redundant check when setting xdp prog
` [PATCH v2 net-next 2/8] i40e: drop misleading function comments
` [PATCH v2 net-next 3/8] i40e: adjust i40e_is_non_eop
` [PATCH v2 net-next 4/8] ice: simplify ice_run_xdp
` [PATCH v2 net-next 5/8] ice: move skb pointer from rx_buf to rx_ring
` [PATCH v2 net-next 6/8] ice: remove redundant checks in ice_change_mtu
` [PATCH v2 net-next 7/8] ice: skip NULL check against XDP prog in ZC path
` [PATCH v2 net-next 8/8] i40e, xsk: Simplify the do-while allocation loop

[PATCH net-next 0/8] i40e/ice cleanups
 2020-12-14 15:07 UTC  (4+ messages)
` [PATCH net-next 5/8] ice: move skb pointer from rx_buf to rx_ring

[PATCH bpf-next V8 0/8] bpf: New approach for BPF MTU handling
 2020-12-14 13:51 UTC  (4+ messages)
` [PATCH bpf-next V8 4/8] bpf: add BPF-helper for MTU checking

[PATCH bpf] xsk: fix memory leak for failed bind
 2020-12-14 12:33 UTC  (5+ messages)

[PATCH bpf-next V7 0/8] bpf: New approach for BPF MTU handling
 2020-12-14 11:52 UTC  (4+ messages)
` [PATCH bpf-next V7 4/8] bpf: add BPF-helper for MTU checking

[PATCH bpf-next] libbpf: Expose libbpf ringbufer epoll_fd
 2020-12-14 11:29 UTC  (3+ messages)

[PATCH bpf] xsk: fix race in SKB mode transmit with shared cq
 2020-12-14  9:00 UTC  (4+ messages)

[PATCH 0/1 v3 bpf-next] bpf: increment and use correct thread iterator
 2020-12-14  7:00 UTC  (5+ messages)
` [PATCH 1/1 "

[PATCH bpf-next 1/2] bpf: Add a bpf_kallsyms_lookup helper
 2020-12-14  6:47 UTC  (9+ messages)

memory leak in xskq_create
 2020-12-13 14:53 UTC 


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