bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-11 19:31:06 to 2021-02-16 16:31:55 UTC [more...]

[PATCH v2 bpf-next] bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
 2021-02-16 16:30 UTC  (2+ messages)

[PATCH v5 bpf-next 0/6] xsk: build skb by page (aka generic zerocopy xmit)
 2021-02-16 14:35 UTC  (7+ 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 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 bpf-next 0/3] Introduce bpf_link in libbpf's xsk
 2021-02-16 14:15 UTC  (27+ 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 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 v2 bpf-next] bpf: x86: Fix BPF_FETCH atomic and/or/xor with r0 as src
 2021-02-16 12:53 UTC 

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

How to orchestrate multiple XDP programs
 2021-02-15 12:47 UTC  (7+ messages)

[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  (12+ 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 v2 4/5] skmsg: use skb ext instead of TCP_SKB_CB
` [Patch bpf-next v2 5/5] sock_map: rename skb_parser and skb_verdict

[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  (16+ 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  (5+ messages)
` [PATCH v7 bpf-next 1/3] bpf: introduce task_vma bpf_iter
` [PATCH v7 bpf-next 2/3] bpf: allow bpf_d_path in bpf_iter program
` [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  (11+ messages)
` [PATCH v2] "

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

[PATCH bpf-next] libbpf: use AF_LOCAL instead of AF_INET in xsk.c
 2021-02-12 19:40 UTC  (4+ messages)

[PATCH net-next V1] net: adjust net_device layout for cacheline usage
 2021-02-12 15:57 UTC  (8+ messages)

[PATCHv2 bpf-next 0/4] kbuild/resolve_btfids: Invoke resolve_btfids clean in root Makefile
 2021-02-12 13:35 UTC  (10+ messages)
` [PATCH bpf-next 4/4] kbuild: Add resolve_btfids clean to root clean target

[PATCH bpf-next] docs: bpf: Clarify BPF_CMPXCHG wording
 2021-02-12  6:24 UTC  (2+ messages)

[PATCH bpf-next] bpf: Fix subreg optimization for BPF_FETCH
 2021-02-12  6:24 UTC  (2+ messages)

[PATCH v6 bpf-next 0/4] introduce bpf_iter for task_vma
 2021-02-12  4:47 UTC  (6+ messages)
` [PATCH v6 bpf-next 1/4] bpf: introduce task_vma bpf_iter
` [PATCH v6 bpf-next 2/4] bpf: allow bpf_d_path in sleepable bpf_iter program
` [PATCH v6 bpf-next 3/4] libbpf: introduce section "iter.s/" for "
` [PATCH v6 bpf-next 4/4] selftests/bpf: add test for bpf_iter_task_vma

[PATCH v4 bpf-next 0/9] bpf: Misc improvements
 2021-02-12  3:51 UTC  (5+ messages)
` [PATCH v4 bpf-next 1/9] bpf: Optimize program stats

[PATCH bpf-next v7 1/5] bpf: Be less specific about socket cookies guarantees
 2021-02-12  2:28 UTC  (4+ messages)
` [PATCH bpf-next v7 2/5] bpf: Expose bpf_get_socket_cookie to tracing programs

[PATCH v5 bpf-next 0/4] introduce bpf_iter for task_vma
 2021-02-12  1:41 UTC  (7+ messages)
` [PATCH v5 bpf-next 1/4] bpf: introduce task_vma bpf_iter

EFI boot fails when CONFIG_DEBUG_INFO_BTF=y on arm64
 2021-02-11 23:39 UTC 

[PATCH RFC 0/6] Add BTF_KIND_FLOAT support
 2021-02-11 23:11 UTC  (5+ messages)
` [PATCH RFC 1/6] bpf: Add BTF_KIND_FLOAT to uapi

[RFC PATCH 0/6] Sleepable tracepoints
 2021-02-11 19:36 UTC  (6+ messages)
` [RFC PATCH 1/6] tracing: introduce sleepable tracepoints

[PATCH bpf 1/2] libbpf: Ignore non function pointer member in struct_ops
 2021-02-11 19:31 UTC  (9+ messages)
` [PATCH bpf 2/2] bpf: selftests: Add non function pointer test to struct_ops

[PATCH bpf-next] kbuild: Do not clean resolve_btfids if the output does not exist
 2021-02-11 19:30 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).