bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-05 03:21:40 to 2021-03-10 05:33:52 UTC [more...]

[Patch bpf-next v4 00/11] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-10  5:32 UTC  (2+ messages)
` [Patch bpf-next v4 09/11] udp: implement udp_bpf_recvmsg() for sockmap

[BUG] One-liner array initialization with two pointers in BPF results in NULLs
 2021-03-10  5:16 UTC  (3+ messages)

[PATCH dwarves v2] btf: Add support for the floating-point types
 2021-03-10  4:14 UTC  (6+ messages)

[PATCH bpf-next 00/10] BPF static linking
 2021-03-10  4:04 UTC  (11+ messages)
` [PATCH bpf-next 01/10] libbpf: expose btf_type_by_id() internally
` [PATCH bpf-next 02/10] libbpf: add internal helper to get raw BTF strings section
` [PATCH bpf-next 03/10] libbpf: generalize BTF and BTF.ext type ID and strings iteration
` [PATCH bpf-next 04/10] libbpf: add generic BTF type shallow copy API
` [PATCH bpf-next 05/10] libbpf: add BPF static linker APIs
` [PATCH bpf-next 06/10] libbpf: add BPF static linker BTF and BTF.ext support
` [PATCH bpf-next 07/10] bpftool: add `gen bpfo` command to perform BPF static linking
` [PATCH bpf-next 08/10] selftests/bpf: re-generate vmlinux.h and BPF skeletons if bpftool changed
` [PATCH bpf-next 09/10] selftests/bpf: pass all BPF .o's through BPF static linker
` [PATCH bpf-next 10/10] selftests/bpf: add multi-file statically linked BPF object file test

[PATCH] perf tools: Remove redundant code
 2021-03-10  3:18 UTC 

[PATCH v8 net-next] virtio-net: support XDP when not more queues
 2021-03-10  2:24 UTC 

pull-request: bpf-next 2021-03-09
 2021-03-10  1:54 UTC 

[PATCH net] selftests/bpf: set gopt opt_class to 0 if get tunnel opt failed
 2021-03-10  1:37 UTC  (3+ messages)

bpf timer design
 2021-03-10  1:19 UTC  (2+ messages)

[PATCH net 0/2] Fix ip6ip6 crash for collect_md skbs
 2021-03-10  0:38 UTC  (3+ messages)
` [PATCH net 1/2] net: Consolidate common blackhole dst ops
` [PATCH net 2/2] net, bpf: Fix ip6ip6 crash with collect_md populated skbs

[PATCH bpf-next v6 0/2] Optimize bpf_redirect_map()/xdp_do_redirect()
 2021-03-10  0:20 UTC  (5+ messages)
` [PATCH bpf-next v6 1/2] bpf, xdp: make bpf_redirect_map() a map operation
` [PATCH bpf-next v6 2/2] bpf, xdp: restructure redirect actions

[PATCH bpf-next 1/2] libbpf: add explicit padding to bpf_xdp_set_link_opts
 2021-03-10  0:02 UTC 

[PATCH -tip 0/5] kprobes: Fix stacktrace in kretprobes
 2021-03-09 21:34 UTC  (14+ messages)
` [PATCH -tip 1/5] ia64: kprobes: Fix to pass correct trampoline address to the handler
` [PATCH -tip 2/5] kprobes: treewide: Replace arch_deref_entry_point() with dereference_function_descriptor()
` [PATCH -tip 3/5] kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()
` [PATCH -tip 4/5] kprobes: stacktrace: Recover the address changed by kretprobe
` [PATCH -tip 5/5] tracing: Remove kretprobe unknown indicator from stacktrace

[PATCH bpf v2] bpf: don't do bpf_cgroup_storage_set() for kuprobe/tp programs
 2021-03-09 20:38 UTC  (3+ messages)

[BUG] hitting bug when running spinlock test
 2021-03-09 19:25 UTC  (9+ messages)

[PATCH bpf-next 0/2] selftests/bpf: Add clang-based BTF_KIND_FLOAT tests
 2021-03-09 19:10 UTC  (8+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_size
` [PATCH bpf-next 2/2] selftests/bpf: Add BTF_KIND_FLOAT to btf_dump_test_case_syntax

[Patch bpf-next v2 0/9] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-09 17:53 UTC  (9+ messages)
` [Patch bpf-next v2 2/9] sock: introduce sk_prot->update_proto()

[PATCH v7 net-next] virtio-net: support XDP when not more queues
 2021-03-09 16:44 UTC  (3+ messages)

[PATCH intel-net 0/3] intel: Rx headroom fixes
 2021-03-09 16:27 UTC  (7+ messages)
` [PATCH intel-net 1/3] i40e: move headroom initialization to i40e_configure_rx_ring
  ` [Intel-wired-lan] "
` [PATCH intel-net 2/3] ice: move headroom initialization to ice_setup_rx_ctx
  ` [Intel-wired-lan] "
` [PATCH intel-net 3/3] ixgbe: move headroom initialization to ixgbe_configure_rx_ring
  ` [Intel-wired-lan] "

[PATCH v25 02/25] LSM: Add the lsmblob data structure
 2021-03-09 14:42 UTC 

[PATCH] perf machine: Assign boolean values to a bool variable
 2021-03-09 12:10 UTC  (2+ messages)

[PATCHv2 bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-03-09 10:13 UTC  (5+ messages)
` [PATCHv2 bpf-next 1/4] bpf: run devmap xdp_prog on flush instead of bulk enqueue
` [PATCHv2 bpf-next 2/4] xdp: extend xdp_redirect_map with broadcast support
` [PATCHv2 bpf-next 3/4] sample/bpf: add xdp_redirect_map_multi for redirect_map broadcast test
` [PATCHv2 bpf-next 4/4] selftests/bpf: add xdp_redirect_multi test

[PATCH bpf-next 0/4] xdp: extend xdp_redirect_map with broadcast support
 2021-03-09  9:53 UTC  (9+ messages)
` [PATCH bpf-next 1/4] bpf: run devmap xdp_prog on flush instead of bulk enqueue
` [PATCH bpf-next 2/4] xdp: extend xdp_redirect_map with broadcast support
` [PATCH bpf-next 3/4] sample/bpf: add xdp_redirect_map_multi for redirect_map broadcast test
` [PATCH bpf-next 4/4] selftests/bpf: add xdp_redirect_multi test

[PATCH] net: netlink: fix error return code of netlink_proto_init()
 2021-03-09  8:55 UTC  (3+ messages)

[Intel-wired-lan] [net PATCH] ixgbe: Fix NULL pointer dereference in ethtool loopback test
 2021-03-09  7:29 UTC 

[PATCH bpf-next] selftests/bpf: fix compiler warning in BPF_KPROBE definition in loop6.c
 2021-03-09  5:29 UTC  (2+ messages)

[PATCH bpf] bpf: don't do bpf_cgroup_storage_set() for kuprobe/tp programs
 2021-03-09  5:26 UTC 

[PATCH v7 net-next] virtio-net: support XDP when not more queues
 2021-03-09  2:47 UTC 

[RESEND PATCH v3] seccomp: Improve performance by optimizing rmb()
 2021-03-09  3:03 UTC 

[PATCH bpf-next] bpf: x86: use kvmalloc_array instead kmalloc_array in bpf_jit_comp
 2021-03-09  1:56 UTC 

[PATCH v2 bpf-next 0/2] Add clang-based BTF_KIND_FLOAT tests
 2021-03-09  0:56 UTC  (3+ messages)
` [PATCH v2 bpf-next 1/2] selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_size
` [PATCH v2 bpf-next 2/2] selftests/bpf: Add BTF_KIND_FLOAT to btf_dump_test_case_syntax

[Patch bpf-next v3 0/9] sockmap: introduce BPF_SK_SKB_VERDICT and support UDP
 2021-03-09  0:10 UTC  (5+ messages)
` [Patch bpf-next v3 3/9] udp: implement ->sendmsg_locked()

[PATCH] btf: Add support for the floating-point types
 2021-03-08 22:31 UTC  (9+ messages)

[PATCH bpf-next V2 0/2] bpf: Updates for BPF-helper bpf_check_mtu
 2021-03-08 22:14 UTC  (8+ messages)
` [PATCH bpf-next V2 1/2] bpf: BPF-helper for MTU checking add length input

[PATCH bpf V3 0/2] bpf: Updates for BPF-helper bpf_check_mtu
 2021-03-08 21:50 UTC  (4+ messages)
` [PATCH bpf V3 1/2] bpf: BPF-helper for MTU checking add length input
` [PATCH bpf V3 2/2] selftests/bpf: Tests using bpf_check_mtu BPF-helper input mtu_len param

[PATCH bpf-next] selftests/bpf: Fix typo in Makefile
 2021-03-08 21:19 UTC  (3+ messages)

[PATCH bpf-next] libbpf: fix INSTALL flag order
 2021-03-08 18:50 UTC  (2+ messages)

[PATCH v2 bpf] libbpf: fix INSTALL flag order
 2021-03-08 18:50 UTC  (2+ messages)

[PATCH bpf-next] libbpf: Fix arm64 build
 2021-03-08 18:40 UTC  (3+ messages)

[PATCH v3 bpf-next] bpf: devmap: move drop error path to devmap for XDP_REDIRECT
 2021-03-08 16:15 UTC  (4+ messages)

[PATCH bpf-next v2] bpf: Change inode_storage's lookup_elem return value from NULL to -EBADF
 2021-03-08 16:00 UTC  (4+ messages)

[PATCH] tools include: Add __sum16 and __wsum definitions
 2021-03-08 13:41 UTC  (3+ messages)

[PATCH bpf] bpf: Dont allow vmlinux BTF to be used in map_create and prog_load
 2021-03-08 13:10 UTC  (4+ messages)

[PATCHv2 bpf-next] selftests/bpf: Fix test_attach_probe for powerpc uprobes
 2021-03-08 10:44 UTC  (4+ messages)

bpf_core_type_id_kernel with qualifier aborts clang compilation
 2021-03-08  9:33 UTC  (4+ messages)

[PATCH v6 net-next] virtio-net: support XDP when not more queues
 2021-03-08  7:16 UTC 

[PATCH v6 net-next] virtio-net: support XDP when not more queues
 2021-03-08  3:41 UTC  (2+ messages)

[syzbot] general protection fault in btf_type_id_size
 2021-03-07 21:19 UTC 

[PATCH bpf-next] bpf: Change inode_storage's lookup_elem return value from NULL to -EBADF
 2021-03-07 10:32 UTC 

[PATCH bpf-next v2 0/2] load-acquire/store-release barriers for AF_XDP rings
 2021-03-07  3:40 UTC  (5+ messages)
` [PATCH bpf-next v2 1/2] xsk: update rings for load-acquire/store-release barriers
` [PATCH bpf-next v2 2/2] libbpf, xsk: add libbpf_smp_store_release libbpf_smp_load_acquire

[PATCH bpf-next] selftests_bpf: extend test_tc_tunnel test with vxlan
 2021-03-05 23:10 UTC  (5+ messages)

[PATCH bpf] veth: store queue_mapping independently of XDP prog presence
 2021-03-05 23:10 UTC  (3+ messages)

[PATCH bpf-next v5 0/2] Optimize bpf_redirect_map()/xdp_do_redirect()
 2021-03-05 22:56 UTC  (8+ messages)
` [PATCH bpf-next v5 1/2] bpf, xdp: make bpf_redirect_map() a map operation
` [PATCH bpf-next v5 2/2] bpf, xdp: restructure redirect actions

[PATCH] x86: kprobes: orc: Fix ORC walks in kretprobes
 2021-03-05 20:45 UTC  (6+ messages)

XDP socket rings, and LKMM litmus tests
 2021-03-05 16:15 UTC  (11+ messages)

[PATCH/v5] bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETH
 2021-03-05 16:10 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Fix test_attach_probe for powerpc uprobes
 2021-03-05 13:38 UTC  (8+ messages)

[PATCH] selftests_bpf: extend test_tc_tunnel test with vxlan
 2021-03-05 12:20 UTC  (3+ messages)

[PATCH] net: xdp: fix error return code of xsk_generic_xmit()
 2021-03-05 12:07 UTC  (2+ messages)

[PATCH v5 net-next] virtio-net: support XDP when not more queues
 2021-03-05  7:08 UTC  (2+ messages)

[BPF CO-RE clarification] Use CO-RE on older kernel versions
 2021-03-05  6:32 UTC  (4+ messages)

pull-request: bpf 2021-03-04
 2021-03-05  3:33 UTC 

[PATCH bpf-next] s390/bpf: Implement new atomic ops
 2021-03-05  3:23 UTC  (2+ messages)

[PATCH bpf-next v4 0/5] PROG_TEST_RUN support for sk_lookup programs
 2021-03-05  3:21 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).