bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-10 22:31:47 to 2020-12-15 12:27:49 UTC [more...]

[PATCH bpf-next v4 00/11] Atomics for eBPF
 2020-12-15 12:18 UTC  (13+ 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

[LSFMMBPF 2021] A status update
 2020-12-15 12:23 UTC  (3+ messages)

[PATCH bpf-next v4 00/11] Atomics for eBPF
 2020-12-15 11:12 UTC  (11+ 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] libbpf: Expose libbpf ringbufer epoll_fd
 2020-12-15 10:25 UTC  (3+ messages)

[PATCH net-next] sfc: reduce the number of requested xdp ev queues
 2020-12-15  9:43 UTC  (2+ messages)

[PATCH bpf-next v3 0/2] bpf: permits pointers on stack for helper calls
 2020-12-15  3:57 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: add a test for ptr_to_map_value on stack for helper access

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

[PATCH v1 bpf-next 05/11] tcp: Migrate TCP_NEW_SYN_RECV requests
 2020-12-15  2:58 UTC  (3+ messages)

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] selftests/bpf: clarify build error if no vmlinux
 2020-12-15  1:37 UTC  (2+ messages)

[PATCH dwarves 0/2] Fix pahole to emit kernel module BTF variables
 2020-12-15  1:28 UTC  (7+ messages)
` [PATCH dwarves 1/2] btf_encoder: fix BTF variable generation for kernel modules
` [PATCH dwarves 2/2] btf_encoder: fix skipping per-CPU variables at offset 0

libbpf CO-RE read_user{,_str} macros
 2020-12-15  1:26 UTC  (2+ messages)

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

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

[Patch bpf-next v2 0/5] bpf: introduce timeout map
 2020-12-14 20:41 UTC  (8+ 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

[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  (9+ messages)
` [PATCH 1/1] "

[Patch bpf-next 0/3] bpf: introduce timeout map
 2020-12-14 18:40 UTC  (9+ messages)
` [Patch bpf-next 1/3] bpf: use index instead of hash for map_locked[]
` [Patch bpf-next 2/3] bpf: introduce timeout map
` [Patch bpf-next 3/3] tools: add a test case for bpf "

[PATCH v3 bpf-next 0/2] introduce xdp_init_buff/xdp_prepare_buff
 2020-12-14 17:53 UTC  (5+ 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 v8 bpf-next] bpf/selftests: fold test_current_pid_tgid_new_ns into test_progs
 2020-12-14 17:49 UTC 

[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  (4+ messages)
` [PATCH bpf-next 1/2] libbpf: support modules in bpf_program__set_attach_target() API
` [PATCH bpf-next 2/2] selftests/bpf: add set_attach_target() API selftest for module target

[PATCH bpf 0/2] xsk: fix two bugs in the SKB Tx path
 2020-12-14 15:27 UTC  (3+ 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 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  (11+ messages)
` [PATCH net-next 1/8] i40e: drop redundant check when setting xdp prog
` [PATCH net-next 2/8] i40e: drop misleading function comments
` [PATCH net-next 3/8] i40e: adjust i40e_is_non_eop
` [PATCH net-next 4/8] ice: simplify ice_run_xdp
` [PATCH net-next 5/8] ice: move skb pointer from rx_buf to rx_ring
` [PATCH net-next 6/8] ice: remove redundant checks in ice_change_mtu
` [PATCH net-next 7/8] ice: skip NULL check against XDP prog in ZC path
` [PATCH net-next 8/8] i40e, xsk: Simplify the do-while allocation loop

[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] samples/bpf/Makefile: Create tools/testing/selftests/bpf dir
 2020-12-14 10:56 UTC 

[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  (6+ 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 

[PATCH v2 bpf-next 0/2] introduce xdp_init_buff/xdp_prepare_buff
 2020-12-12 14:34 UTC  (5+ messages)
` [PATCH v2 bpf-next 1/2] net: xdp: introduce xdp_init_buff utility routine
` [PATCH v2 bpf-next 2/2] net: xdp: introduce xdp_prepare_buff "

[PATCH RFC bpf-next 0/4] Support kernel module ksym variables
 2020-12-12  5:23 UTC  (9+ messages)
` [PATCH RFC bpf-next 1/4] selftests/bpf: sync RCU before unloading bpf_testmod
` [PATCH RFC bpf-next 2/4] bpf: support BPF ksym variables in kernel modules
` [PATCH RFC bpf-next 3/4] libbpf: support kernel module ksym externs
` [PATCH RFC bpf-next 4/4] selftests/bpf: test "

[PATCH] bpf: Fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers
 2020-12-11 22:19 UTC  (2+ messages)

[PATCH bpf-next] xsk: save the undone skb
 2020-12-11 15:32 UTC  (2+ messages)

[RFC PATCH v1] powerpc/net: Implement eBPF on PPC32
 2020-12-11 15:30 UTC 

[PATCH net 0/2] i40e/ice AF_XDP ZC fixes
 2020-12-11 14:57 UTC  (3+ messages)
` [PATCH net 1/2] ice, xsk: clear the status bits for the next_to_use descriptor
` [PATCH net 2/2] i40e, "

[PATCH] selftests: Skip BPF seftests by default
 2020-12-11 12:46 UTC  (4+ messages)

[PATCH bpf-next v3] selftests/bpf: Silence ima_setup.sh when not running in verbose mode
 2020-12-11  6:20 UTC  (3+ messages)

[PATCH bpf-next] selftests/bpf: Drop the need for LLVM's llc
 2020-12-11  6:10 UTC  (7+ messages)
` [PATCH bpf-next v2] "
      ` [PATCH bpf-next v3] "

[PATCH bpf-next] selftests/bpf: fix bpf_testmod.ko recompilation logic
 2020-12-11  5:46 UTC  (2+ messages)

Per-CPU variables in modules and pahole
 2020-12-11  3:29 UTC  (9+ messages)

[PATCHv3 bpf-next] samples/bpf: add xdp program on egress for xdp_redirect_map
 2020-12-11  2:40 UTC  (4+ messages)
` [PATCHv4 "
  ` [PATCHv5 "

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

[PATCH bpf] bpf: fix enum names for bpf_this_cpu_ptr() and bpf_per_cpu_ptr() helpers
 2020-12-11  1:44 UTC 

[PATCH bpf-next v2] samples/bpf: fix possible hang in xdpsock with multiple threads
 2020-12-10 23:30 UTC  (2+ messages)

pull-request: bpf 2020-12-10
 2020-12-10 22:31 UTC  (2+ messages)

[PATCH bpf-next] net: xdp: introduce xdp_init_buff utility routine
 2020-12-10 21:24 UTC  (9+ 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).