bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-16 00:16:18 to 2021-02-18 10:52:49 UTC [more...]

[PATCH] perf machine: Use true and false for bool variable
 2021-02-18  9:24 UTC 

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

[PATCH bpf-next 00/17] Improve BPF syscall command documentation
 2021-02-18  4:22 UTC  (22+ 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 netdev] virtio-net: support XDP_TX when not more queues
 2021-02-18  2:18 UTC  (3+ messages)

[PATCH] lib: vsprintf: check for NULL device_node name in device_node_string()
 2021-02-18  0:47 UTC  (3+ messages)

[Patch bpf-next v2] bpf: clear percpu pointers in bpf_prog_clone_free()
 2021-02-18  0:16 UTC 

[Patch bpf-next] bpf: clear per_cpu pointers in bpf_prog_clone_create()
 2021-02-17 23:13 UTC  (5+ messages)

[PATCH v3 bpf-next] bpf: Explicitly zero-extend R0 after 32-bit cmpxchg
 2021-02-17 23:12 UTC  (3+ messages)

[PATCH v2 bpf-next] bpf: x86: Fix BPF_FETCH atomic and/or/xor with r0 as src
 2021-02-17 22:27 UTC  (3+ messages)

How to orchestrate multiple XDP programs
 2021-02-17 22:27 UTC  (10+ messages)

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

[PATCH bpf-next V1 0/2] bpf: Updates for BPF-helper bpf_check_mtu
 2021-02-17 20:27 UTC  (5+ 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 bpf-next] bpf: devmap: move drop error path to devmap for XDP_REDIRECT
 2021-02-17 20:15 UTC  (2+ messages)

[Patch bpf-next v4 0/5] sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
 2021-02-17 20:12 UTC  (9+ 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/8] PROG_TEST_RUN support for sk_lookup programs
 2021-02-17 20:08 UTC  (10+ 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-17 19:19 UTC  (12+ messages)
` [Patch bpf-next v3 4/5] skmsg: use skb ext instead of TCP_SKB_CB

KASAN: use-after-free Read in tcp_current_mss
 2021-02-17 18:42 UTC  (2+ messages)

[PATCH bpf-next v2 00/11] bpf: add bpf_for_each_map_elem() helper
 2021-02-17 18:29 UTC  (13+ messages)
` [PATCH bpf-next v2 01/11] bpf: factor out visit_func_call_insn() in check_cfg()
` [PATCH bpf-next v2 02/11] bpf: factor out verbose_invalid_scalar()
` [PATCH bpf-next v2 03/11] bpf: refactor check_func_call() to allow callback function
` [PATCH bpf-next v2 04/11] bpf: add bpf_for_each_map_elem() helper
` [PATCH bpf-next v2 05/11] bpf: add hashtab support for "
` [PATCH bpf-next v2 06/11] bpf: add arraymap "
` [PATCH bpf-next v2 07/11] libbpf: move function is_ldimm64() earlier in libbpf.c
` [PATCH bpf-next v2 08/11] libbpf: support local function pointer relocation
` [PATCH bpf-next v2 09/11] bpftool: print local function pointer properly
` [PATCH bpf-next v2 10/11] selftests/bpf: add hashmap test for bpf_for_each_map_elem() helper
` [PATCH bpf-next v2 11/11] selftests/bpf: add arraymap "

[PATCHv2] btf_encoder: Match ftrace addresses within elf functions
 2021-02-17 18:02 UTC  (9+ messages)

possible deadlock in inet_stream_connect
 2021-02-17 17:30 UTC 

[PATCH bpf-next 0/4] selftests/bpf: xsk improvements and new stats tests
 2021-02-17 16:02 UTC  (5+ messages)
` [PATCH bpf-next 1/4] selftest/bpf: make xsk tests less verbose
` [PATCH bpf-next 2/4] selftests/bpf: expose debug arg to shell script for xsk tests
` [PATCH bpf-next 3/4] selftests/bpf: restructure xsk selftests
` [PATCH bpf-next 4/4] selftests/bpf: introduce xsk statistics tests

ANNOUNCE: pahole v1.20 (gcc11 DWARF5's default, lots of ELF sections, BTF)
 2021-02-17 12:48 UTC  (5+ messages)

[PATCH dwarves v3 0/5] ELF writing changes
 2021-02-17 11:08 UTC  (7+ messages)
` [PATCH dwarves v4 "
  ` [PATCH dwarves v4 1/5] btf_encoder: Funnel ELF error reporting through a macro
  ` [PATCH dwarves v4 2/5] btf_encoder: Do not use both structs and pointers for the same data
  ` [PATCH dwarves v4 3/5] btf_encoder: Traverse sections using a for-loop
  ` [PATCH dwarves v4 4/5] btf_encoder: Add .BTF section using libelf
  ` [PATCH dwarves v4 5/5] btf_encoder: Align .BTF section to 8 bytes

[PATCH bpf-next] bpf: Rename fixup_bpf_calls and add some comments
 2021-02-17 10:45 UTC 

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

[PATCH bpf-next 0/3] Introduce bpf_link in libbpf's xsk
 2021-02-17  7:36 UTC  (35+ 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: 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 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] bpf: x86: Explicitly zero-extend rax after 32-bit cmpxchg
 2021-02-16  0:43 UTC  (7+ messages)

pull-request: bpf-next 2021-02-16
 2021-02-16  0:15 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).