bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-12 18:32:10 to 2021-02-17 09:00:20 UTC [more...]

[PATCH v2 bpf-next] bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
 2021-02-17  8:59 UTC  (8+ messages)

[PATCH] bpf: fix a warning message in mark_ptr_not_null_reg()
 2021-02-17  7:45 UTC  (4+ messages)
    ` [PATCH v2 bpf-next] "

[PATCH bpf-next 0/3] Introduce bpf_link in libbpf's xsk
 2021-02-17  7:36 UTC  (36+ messages)
` [PATCH bpf-next 1/3] libbpf: xsk: use bpf_link
` [PATCH bpf-next 2/3] libbpf: clear map_info before each bpf_obj_get_info_by_fd
` [PATCH bpf-next 3/3] samples: bpf: do not unload prog within xdpsock

[Patch bpf-next] bpf: clear per_cpu pointers in bpf_prog_clone_create()
 2021-02-17  3:58 UTC 

How to orchestrate multiple XDP programs
 2021-02-17  1:20 UTC  (8+ messages)

[PATCH bpf-next 00/17] Improve BPF syscall command documentation
 2021-02-17  1:08 UTC  (18+ messages)
` [PATCH bpf-next 01/17] bpf: Import syscall arg documentation
` [PATCH bpf-next 02/17] bpf: Add minimal bpf() command documentation
` [PATCH bpf-next 03/17] bpf: Document BPF_F_LOCK in syscall commands
` [PATCH bpf-next 04/17] bpf: Document BPF_PROG_PIN syscall command
` [PATCH bpf-next 05/17] bpf: Document BPF_PROG_ATTACH "
` [PATCH bpf-next 06/17] bpf: Document BPF_PROG_TEST_RUN "
` [PATCH bpf-next 07/17] bpf: Document BPF_PROG_QUERY "
` [PATCH bpf-next 08/17] bpf: Document BPF_MAP_*_BATCH syscall commands
` [PATCH bpf-next 09/17] scripts/bpf: Rename bpf_helpers_doc.py -> bpf_doc.py
` [PATCH bpf-next 10/17] scripts/bpf: Abstract eBPF API target parameter
` [PATCH bpf-next 11/17] scripts/bpf: Add syscall commands printer
` [PATCH bpf-next 12/17] tools/bpf: Rename Makefile.{helpers,docs}
` [PATCH bpf-next 13/17] tools/bpf: Templatize man page generation
` [PATCH bpf-next 14/17] tools/bpf: Build bpf-sycall.2 in Makefile.docs
` [PATCH bpf-next 15/17] selftests/bpf: Add docs target
` [PATCH bpf-next 16/17] docs/bpf: Add bpf() syscall command reference
` [PATCH bpf-next 17/17] tools: Sync uapi bpf.h header with latest changes

[PATCH bpf-next] bpf: add lookup_and_delete_elem support to hashtab
 2021-02-16 19:46 UTC  (6+ messages)

[PATCH v6 bpf-next 0/6] xsk: build skb by page (aka generic zerocopy xmit)
 2021-02-16 17:28 UTC  (7+ messages)
` [PATCH v6 bpf-next 1/6] netdev_priv_flags: add missing IFF_PHONY_HEADROOM self-definition
` [PATCH v6 bpf-next 2/6] netdevice: check for net_device::priv_flags bitfield overflow
` [PATCH v6 bpf-next 3/6] net: add priv_flags for allow tx skb without linear
` [PATCH v6 bpf-next 4/6] virtio-net: support IFF_TX_SKB_NO_LINEAR
` [PATCH v6 bpf-next 5/6] xsk: respect device's headroom and tailroom on generic xmit path
` [PATCH v6 bpf-next 6/6] xsk: build skb by page (aka generic zerocopy xmit)

[PATCH v5 bpf-next 0/6] xsk: build skb by page (aka generic zerocopy xmit)
 2021-02-16 17:10 UTC  (8+ messages)
` [PATCH v5 bpf-next 1/6] netdev_priv_flags: add missing IFF_PHONY_HEADROOM self-definition
` [PATCH v5 bpf-next 2/6] netdevice: check for net_device::priv_flags bitfield overflow
` [PATCH v5 bpf-next 3/6] net: add priv_flags for allow tx skb without linear
` [PATCH v5 bpf-next 4/6] virtio-net: support IFF_TX_SKB_NO_LINEAR
` [PATCH v5 bpf-next 5/6] xsk: respect device's headroom and tailroom on generic xmit path
` [PATCH v5 bpf-next 6/6] xsk: build skb by page (aka generic zerocopy xmit)

[PATCH v2 bpf-next] bpf: x86: Fix BPF_FETCH atomic and/or/xor with r0 as src
 2021-02-16 16:32 UTC  (2+ messages)

[PATCH v2 bpf 0/5] New netdev feature flags for XDP
 2021-02-16 14:30 UTC  (22+ messages)
` [PATCH v2 bpf 1/5] net: ethtool: add xdp properties flag set

[PATCH v4 bpf-next 0/6] xsk: build skb by page (aka generic zerocopy xmit)
 2021-02-16 14:15 UTC  (10+ messages)
` [PATCH v4 bpf-next 1/6] netdev_priv_flags: add missing IFF_PHONY_HEADROOM self-definition
` [PATCH v4 bpf-next 2/6] netdevice: check for net_device::priv_flags bitfield overflow
` [PATCH v4 bpf-next 3/6] net: add priv_flags for allow tx skb without linear
` [PATCH v4 bpf-next 4/6] virtio-net: support IFF_TX_SKB_NO_LINEAR
` [PATCH v4 bpf-next 5/6] xsk: respect device's headroom and tailroom on generic xmit path
` [PATCH v4 bpf-next 6/6] xsk: build skb by page (aka generic zerocopy xmit)

[PATCH bpf-next] bpf: x86: Fix BPF_FETCH atomic and/or/xor with r0 as src
 2021-02-16 11:53 UTC  (4+ messages)

[PATCH bpf-next 0/8] PROG_TEST_RUN support for sk_lookup programs
 2021-02-16 10:57 UTC  (9+ messages)
` [PATCH bpf-next 1/8] bpf: consolidate shared test timing code
` [PATCH bpf-next 2/8] bpf: add for_each_bpf_prog helper
` [PATCH bpf-next 3/8] bpf: allow multiple programs in BPF_PROG_TEST_RUN
` [PATCH bpf-next 4/8] bpf: add PROG_TEST_RUN support for sk_lookup programs
` [PATCH bpf-next 5/8] tools: libbpf: allow testing program types with multi-prog semantics
` [PATCH bpf-next 6/8] selftests: bpf: convert sk_lookup multi prog tests to PROG_TEST_RUN
` [PATCH bpf-next 7/8] selftests: bpf: convert sk_lookup ctx access "
` [PATCH bpf-next 8/8] selftests: bpf: check that PROG_TEST_RUN repeats as requested

[Patch bpf-next v3 0/5] sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
 2021-02-16  8:56 UTC  (22+ messages)
` [Patch bpf-next v3 1/5] bpf: clean up sockmap related Kconfigs
` [Patch bpf-next v3 2/5] skmsg: get rid of struct sk_psock_parser
` [Patch bpf-next v3 3/5] bpf: compute data_end dynamically with JIT code
` [Patch bpf-next v3 4/5] skmsg: use skb ext instead of TCP_SKB_CB
` [Patch bpf-next v3 5/5] sock_map: rename skb_parser and skb_verdict

[Patch bpf-next v4 0/5] sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
 2021-02-16  6:42 UTC  (6+ messages)
` [Patch bpf-next v4 1/5] bpf: clean up sockmap related Kconfigs
` [Patch bpf-next v4 2/5] skmsg: get rid of struct sk_psock_parser
` [Patch bpf-next v4 3/5] bpf: compute data_end dynamically with JIT code
` [Patch bpf-next v4 4/5] skmsg: move sk_redir from TCP_SKB_CB to skb
` [Patch bpf-next v4 5/5] sock_map: rename skb_parser and skb_verdict

[PATCH bpf-next 0/6] Add BTF_KIND_FLOAT support
 2021-02-16  1:12 UTC  (7+ messages)
` [PATCH bpf-next 1/6] bpf: Add BTF_KIND_FLOAT to uapi
` [PATCH bpf-next 2/6] libbpf: Add BTF_KIND_FLOAT support
` [PATCH bpf-next 3/6] tools/bpftool: "
` [PATCH bpf-next 4/6] bpf: "
` [PATCH bpf-next 5/6] selftest/bpf: Add BTF_KIND_FLOAT tests
` [PATCH bpf-next 6/6] bpf: Document BTF_KIND_FLOAT in btf.rst

[PATCH bpf-next] bpf: x86: Explicitly zero-extend rax after 32-bit cmpxchg
 2021-02-16  0:43 UTC  (8+ messages)

pull-request: bpf-next 2021-02-16
 2021-02-16  0:15 UTC 

[PATCH bpf-next] bpf: Clear subreg_def for global function return values
 2021-02-15 22:50 UTC  (2+ messages)

[PATCHv19 bpf-next 0/6] xdp: add a new helper for dev map multicast support
 2021-02-15 22:03 UTC  (3+ messages)
` [PATCHv19 bpf-next 2/6] bpf: add a new bpf argument type ARG_CONST_MAP_PTR_OR_NULL

[PATCH bpf-next V1 0/2] bpf: Updates for BPF-helper bpf_check_mtu
 2021-02-15 15:52 UTC  (3+ messages)
` [PATCH bpf-next V1 1/2] bpf: BPF-helper for MTU checking add length input
` [PATCH bpf-next V1 2/2] selftests/bpf: Tests using bpf_check_mtu BPF-helper input mtu_len param

[PATCH v3 bpf-next 0/4] Add support of pointer to struct in global functions
 2021-02-15  6:25 UTC  (11+ messages)
` [PATCH v3 bpf-next 1/4] bpf: Rename bpf_reg_state variables
` [PATCH v3 bpf-next 2/4] bpf: Extract nullable reg type conversion into a helper function
` [PATCH v3 bpf-next 3/4] bpf: Support pointers in global func args
` [PATCH v3 bpf-next 4/4] selftests/bpf: Add unit tests for pointers in global functions

[PATCHv2] btf_encoder: Match ftrace addresses within elf functions
 2021-02-14  2:30 UTC  (3+ messages)

[PATCH] btf_encoder: Match ftrace addresses within elf functions
 2021-02-13 16:41 UTC  (3+ messages)

[Patch bpf-next v2 0/5] sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
 2021-02-13  1:58 UTC  (8+ messages)
` [Patch bpf-next v2 2/5] skmsg: get rid of struct sk_psock_parser
` [Patch bpf-next v2 3/5] bpf: compute data_end dynamically with JIT code

[PATCH bpf-next V16 0/7] bpf: New approach for BPF MTU handling
 2021-02-13  0:20 UTC  (2+ messages)

pull-request: bpf 2021-02-13
 2021-02-13  0:02 UTC 

[PATCH bpf] devmap: Use GFP_KERNEL for xdp bulk queue allocation
 2021-02-12 23:17 UTC  (2+ messages)

[PATCH bpf] bpf: fix an unitialized value in bpf_iter
 2021-02-12 21:38 UTC  (2+ messages)

FAILED unresolved symbol vfs_truncate on arm64 with LLVM
 2021-02-12 21:29 UTC  (13+ messages)

[RFC 0/1] Combining CUs into a single hash table
 2021-02-12 21:16 UTC  (2+ messages)
` [RFC PATCH 1/1] dwarf_loader: have all CUs use "

[PATCH bpf-next] tools/resolve_btfids: add /libbpf to .gitignore
 2021-02-12 21:10 UTC  (6+ messages)

[PATCH v7 bpf-next 0/3] introduce bpf_iter for task_vma
 2021-02-12 21:04 UTC  (3+ messages)
` [PATCH v7 bpf-next 3/3] selftests/bpf: add test for bpf_iter_task_vma

[PATCH] dwarf_loader: use a better hashing function
 2021-02-12 20:14 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 bpf 1/2] libbpf: Ignore non function pointer member in struct_ops
 2021-02-12 20:00 UTC  (2+ messages)

[PATCH bpf-next] libbpf: use AF_LOCAL instead of AF_INET in xsk.c
 2021-02-12 19:40 UTC  (2+ 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).