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

[PATCH bpf-next v2 0/2] Optimize bpf_redirect_map()/xdp_do_redirect()
 2021-02-20 15:30 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] bpf, xdp: per-map bpf_redirect_map functions for XDP
` [PATCH bpf-next v2 2/2] bpf, xdp: restructure redirect actions

[PATCH] libbpf: Remove unnecessary conversion to bool
 2021-02-20  9:10 UTC 

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

[Patch bpf-next v6 0/8] sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
 2021-02-20  5:29 UTC  (9+ messages)
` [Patch bpf-next v6 1/8] bpf: clean up sockmap related Kconfigs
` [Patch bpf-next v6 2/8] skmsg: get rid of struct sk_psock_parser
` [Patch bpf-next v6 3/8] bpf: compute data_end dynamically with JIT code
` [Patch bpf-next v6 4/8] skmsg: move sk_redir from TCP_SKB_CB to skb
` [Patch bpf-next v6 5/8] sock_map: rename skb_parser and skb_verdict
` [Patch bpf-next v6 6/8] sock_map: make sock_map_prog_update() static
` [Patch bpf-next v6 7/8] skmsg: make __sk_psock_purge_ingress_msg() static
` [Patch bpf-next v6 8/8] skmsg: get rid of sk_psock_bpf_run()

[Patch bpf-next v5 0/8] sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
 2021-02-19 23:58 UTC  (9+ messages)
` [Patch bpf-next v5 1/8] bpf: clean up sockmap related Kconfigs
` [Patch bpf-next v5 2/8] skmsg: get rid of struct sk_psock_parser
` [Patch bpf-next v5 3/8] bpf: compute data_end dynamically with JIT code
` [Patch bpf-next v5 4/8] skmsg: move sk_redir from TCP_SKB_CB to skb
` [Patch bpf-next v5 5/8] sock_map: rename skb_parser and skb_verdict
` [Patch bpf-next v5 6/8] sock_map: make sock_map_prog_update() static
` [Patch bpf-next v5 7/8] skmsg: make __sk_psock_purge_ingress_msg() static
` [Patch bpf-next v5 8/8] skmsg: get rid of sk_psock_bpf_run()

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

[PATCH] add CONFIG_DEBUG_INFO_BTF check to bpftool feature command
 2021-02-19 22:43 UTC  (3+ messages)

[Patch bpf-next v4 0/5] sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
 2021-02-19 22:00 UTC  (9+ messages)
` [Patch bpf-next v4 1/5] bpf: clean up sockmap related Kconfigs
` [Patch bpf-next v4 4/5] skmsg: move sk_redir from TCP_SKB_CB to skb

[PATCH bpf-next 0/2] Optimize bpf_redirect_map()/xdp_do_redirect()
 2021-02-19 18:13 UTC  (9+ messages)
` [PATCH bpf-next 1/2] bpf, xdp: per-map bpf_redirect_map functions for XDP
` [PATCH bpf-next 2/2] bpf, xdp: restructure redirect actions

[PATCH bpf-next v3 0/4] Expose network namespace cookies to user space
 2021-02-19 15:43 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] net: add SO_NETNS_COOKIE socket option
` [PATCH bpf-next v3 2/4] nsfs: add an ioctl to discover the network namespace cookie
` [PATCH bpf-next v3 3/4] tools/testing: add test for NS_GET_COOKIE
` [PATCH bpf-next v3 4/4] tools/testing: add a selftest for SO_NETNS_COOKIE

[PATCH bpf-next v2 0/4] Expose network namespace cookies to user space
 2021-02-19 15:32 UTC  (8+ messages)
` [PATCH bpf-next v2 1/4] net: add SO_NETNS_COOKIE socket option
` [PATCH bpf-next v2 2/4] nsfs: add an ioctl to discover the network namespace cookie
` [PATCH bpf-next v2 3/4] tools/testing: add test for NS_GET_COOKIE
` [PATCH bpf-next v2 4/4] tools/testing: add a selftest for SO_NETNS_COOKIE

[PATCH bpf-next 0/4] selftests/bpf: xsk improvements and new stats tests
 2021-02-19 13:12 UTC  (7+ 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

KASAN: use-after-free Read in ip6_pol_route (2)
 2021-02-19  9:34 UTC 

[PATCH bpf-next V2 0/2] bpf: Updates for BPF-helper bpf_check_mtu
 2021-02-19  6:36 UTC  (4+ messages)
` [PATCH bpf-next V2 1/2] bpf: BPF-helper for MTU checking add length input
` [PATCH bpf-next V2 2/2] selftests/bpf: Tests using bpf_check_mtu BPF-helper input mtu_len param

[PATCH] perf machine: Use true and false for bool variable
 2021-02-19  6:08 UTC  (2+ messages)

[RFC PATCH 0/6] [RFC] Faultable tracepoints (v2)
 2021-02-18 22:21 UTC  (7+ messages)
` [RFC PATCH 1/6] tracing: introduce faultable "
` [RFC PATCH 2/6] tracing: ftrace: add support for faultable tracepoints
` [RFC PATCH 3/6] tracing: bpf-trace: "
` [RFC PATCH 4/6] tracing: perf: "
` [RFC PATCH 5/6] tracing: convert sys_enter/exit to "
` [RFC PATCH 6/6] tracing: use Tasks Trace RCU instead of SRCU for rcuidle tracepoints

[PATCH bpf-next 00/17] Improve BPF syscall command documentation
 2021-02-18 21:53 UTC  (8+ messages)

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

[PATCH v7 bpf-next 0/6] xsk: build skb by page (aka generic zerocopy xmit)
 2021-02-18 19:49 UTC  (11+ 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)
      `  "

possible deadlock in inet_stream_connect
 2021-02-18 18:02 UTC  (2+ messages)

[PATCH bpf-next 0/6] Add BTF_KIND_FLOAT support
 2021-02-18 17:39 UTC  (15+ messages)
` [PATCH bpf-next 2/6] libbpf: "
` [PATCH bpf-next 4/6] bpf: "

UBSAN: shift-out-of-bounds in netlink_recvmsg
 2021-02-18 17:21 UTC 

[PATCH/v2] bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH
 2021-02-18 16:39 UTC 

[PATCH/v2] bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH
 2021-02-18 16:35 UTC  (4+ messages)

How to orchestrate multiple XDP programs
 2021-02-18 16:20 UTC  (13+ messages)

[PATCH] perf tools: Simplify the calculation of variables
 2021-02-18 13:14 UTC  (3+ messages)

[PATCH] lib: vsprintf: check for NULL device_node name in device_node_string()
 2021-02-18 12:53 UTC  (4+ messages)

[PATCH netdev] virtio-net: support XDP_TX when not more queues
 2021-02-18  2:18 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  (2+ messages)

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

[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 0/8] PROG_TEST_RUN support for sk_lookup programs
 2021-02-17 20:08 UTC  (2+ messages)

[Patch bpf-next v3 0/5] sock_map: clean up and refactor code for BPF_SK_SKB_VERDICT
 2021-02-17 19:19 UTC  (5+ 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)

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  (5+ 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).