bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-10 23:35:38 to 2022-03-15 14:00:24 UTC [more...]

[PATCH v12 bpf-next 00/12] fprobe: Introduce fprobe function entry/exit probe
 2022-03-15 14:00 UTC 

[PATCH v2] selftests/bpf: fix array_size.cocci warning
 2022-03-15 13:01 UTC  (2+ messages)
` [PATCH v3] "

[net-next v10 1/2] net: sched: use queue_mapping to pick tx queue
 2022-03-15 12:48 UTC  (2+ messages)

[PATCH bpf-next] net: Use skb->len to check the validity of the parameters in bpf_skb_load_bytes
 2022-03-15 12:39 UTC 

[PATCH bpf-next] bpf, sockmap: Manual deletion of sockmap elements in user mode is not allowed
 2022-03-15 12:12 UTC  (4+ messages)

linux-next: manual merge of the akpm-current tree with the bpf-next tree
 2022-03-15 11:57 UTC 

[PATCH] selftests/bpf: fix array_size.cocci warning
 2022-03-15 11:48 UTC  (4+ messages)
` [PATCH v2] "

direct packet access from SOCKET_FILTER program
 2022-03-15 11:09 UTC 

[PATCH bpf-next] samples: bpf: convert xdp_router_ipv4 to XDP samples helper
 2022-03-15 11:06 UTC 

[PATCH v4 00/45] x86: Kernel IBT
 2022-03-15 10:39 UTC  (23+ messages)

[bpf-next] samples/bpf: xdpsock: Fix race when running for fix duration of time
 2022-03-15 10:29 UTC 

[PATCH v11 00/12] fprobe: Introduce fprobe function entry/exit probe
 2022-03-15 10:08 UTC  (14+ messages)
` [PATCH v11 01/12] ftrace: Add ftrace_set_filter_ips function
` [PATCH v11 02/12] fprobe: Add ftrace based probe APIs
` [PATCH v11 03/12] rethook: Add a generic return hook
` [PATCH v11 04/12] rethook: x86: Add rethook x86 implementation
` [PATCH v11 05/12] arm64: rethook: Add arm64 rethook implementation
` [PATCH v11 06/12] powerpc: Add rethook support
` [PATCH v11 07/12] ARM: rethook: Add rethook arm implementation
` [PATCH v11 08/12] fprobe: Add exit_handler support
` [PATCH v11 09/12] fprobe: Add sample program for fprobe
` [PATCH v11 10/12] fprobe: Introduce FPROBE_FL_KPROBE_SHARED flag "
` [PATCH v11 11/12] docs: fprobe: Add fprobe description to ftrace-use.rst
` [PATCH v11 12/12] fprobe: Add a selftest for fprobe

[PATCH] net: xdp: allow user space to request a smaller packet headroom requirement
 2022-03-15  7:25 UTC  (7+ messages)

Question: missing vmlinux BTF variable declarations
 2022-03-15  5:53 UTC  (3+ messages)

[PATCH v4 bpf-next 0/3] introduce xdp frags support to veth driver
 2022-03-15  5:32 UTC  (10+ messages)
` [PATCH v4 bpf-next 1/3] net: veth: account total xdp_frame len running ndo_xdp_xmit
` [PATCH v4 bpf-next 2/3] veth: rework veth_xdp_rcv_skb in order to accept non-linear skb

[PATCH v3 1/2] bpf: Adjust BPF stack helper functions to accommodate skip > 0
 2022-03-15  5:18 UTC  (3+ messages)
` [PATCH v3 2/2] bpf/selftests: Test skipping stacktrace

[PATCH bpf-next v1] bpf: Enable non-atomic allocations in local storage
 2022-03-15  2:26 UTC  (2+ messages)

[PATCH bpf-next v2] bpf, arm64: Optimize BPF store/load using str/ldr with immediate offset
 2022-03-15  1:55 UTC  (3+ messages)

[PATCH bpf-next v2 0/5] Subskeleton support for BPF libraries
 2022-03-14 23:50 UTC  (19+ messages)
` [PATCH bpf-next v2 1/5] libbpf: add new strict flag for .text subprograms
` [PATCH bpf-next v2 2/5] libbpf: init btf_{key,value}_type_id on internal map open
` [PATCH bpf-next v2 3/5] libbpf: add subskeleton scaffolding
` [PATCH bpf-next v2 4/5] bpftool: add support for subskeletons
` [PATCH bpf-next v2 5/5] selftests/bpf: test subskeleton functionality

[PATCH bpf-next v1 0/9] Extend cgroup interface with bpf
 2022-03-14 23:10 UTC  (5+ messages)
` [PATCH bpf-next v1 1/9] bpf: Add mkdir, rmdir, unlink syscalls for prog_bpf_syscall

[PATCH v4 bpf-next 0/5] libbpf: name-based u[ret]probe attach
 2022-03-14 22:26 UTC  (7+ messages)
` [PATCH v4 bpf-next 1/5] libbpf: bpf_program__attach_uprobe_opts() should determine paths for programs/libraries where possible
` [PATCH v4 bpf-next 2/5] libbpf: support function name-based attach uprobes
` [PATCH v4 bpf-next 3/5] libbpf: add auto-attach for uprobes based on section name
` [PATCH v4 bpf-next 4/5] selftests/bpf: add tests for u[ret]probe attach by name
` [PATCH v4 bpf-next 5/5] selftests/bpf: add tests for uprobe auto-attach via skeleton

[PATCH RFC bpf-next 0/3] bpf_sk_lookup.remote_port fixes
 2022-03-14 20:57 UTC  (10+ messages)
` [PATCH RFC bpf-next 1/3] bpf: Fix certain narrow loads with offsets

[RFC 0/4] locking: Add new lock contention tracepoints (v2)
 2022-03-14 21:44 UTC  (4+ messages)
` [PATCH 2/4] locking: Apply contention tracepoints in the slow path

bpf_map_create usage question
 2022-03-14 20:15 UTC 

[PATCH bpf v3] bpf: Support dual-stack sockets in bpf_tcp_check_syncookie
 2022-03-14 17:49 UTC  (4+ messages)

[PATCH bpf-next v3 0/5] New BPF helpers to accelerate synproxy
 2022-03-14 17:49 UTC  (6+ messages)
` [PATCH bpf-next v3 4/5] bpf: Add helpers to issue and check SYN cookies in XDP

[PATCH 1/2] bpf: Adjust BPF stack helper functions to accommodate skip > 0
 2022-03-14 17:28 UTC  (10+ messages)
` [PATCH 2/2] bpf/selftests: Test skipping stacktrace

[PATCH] hv_netvsc: Add check for kvmalloc_array
 2022-03-14 17:12 UTC  (2+ messages)

[PATCH dwarves v4 0/4] Parallelize BTF type info generating of pahole
 2022-03-14 15:43 UTC  (9+ messages)
` [PATCH dwarves v4 1/4] dwarf_loader: Receive per-thread data on worker threads

[PATCH] hv_netvsc: Add check for kvmalloc_array
 2022-03-14  8:13 UTC  (2+ messages)

[PATCH] hv_netvsc: Add check for kvmalloc_array
 2022-03-14  7:38 UTC  (2+ messages)

[RFC bpf-next] Hierarchical Cgroup Stats Collection Using BPF
 2022-03-14  5:35 UTC  (2+ messages)

[PATCH intel-net] ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()
 2022-03-14  4:46 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH v2] hv_netvsc: Add check for kvmalloc_array
 2022-03-14  2:01 UTC 

[PATCHi v2] hv_netvsc: Add check for kvmalloc_array
 2022-03-14  2:00 UTC 

[PATCH] hv_netvsc: Add check for kvmalloc_array
 2022-03-14  1:56 UTC 

[PATCH bpf-next] bpftool: man: Add missing top level docs
 2022-03-13 23:19 UTC 

[PATCH bpf-next] bpftool: Add SPDX identifier to btf-dump-file output
 2022-03-13 23:01 UTC 

[PATCH] selftests/bpf: fix tunnel remote ip comments
 2022-03-13 16:41 UTC 

[PATCH bpf-next v6] bpftool: Add bpf_cookie to link output
 2022-03-12 22:59 UTC  (3+ messages)

[PATCH bpf-next] libbpf: Remove redundant check in btf_ext__new()
 2022-03-12 17:13 UTC 

[PATCH RFC 0/9] bpf, mm: recharge bpf memory from offline memcg
 2022-03-12  6:45 UTC  (9+ messages)

[PATCH v10 00/12] fprobe: Introduce fprobe function entry/exit probe
 2022-03-12  1:57 UTC  (9+ messages)
` [PATCH v10 03/12] rethook: Add a generic return hook
` [PATCH v10 12/12] fprobe: Add a selftest for fprobe

[PATCH v2] net: ipv6: fix skb_over_panic in __ip6_append_data
 2022-03-12  1:40 UTC  (5+ messages)
` [PATCH v3] "

[PATCH bpf-next 0/4] fixes for bpf_jit_harden race
 2022-03-12  0:20 UTC  (4+ messages)
` [PATCH bpf-next 2/4] bpf: Introduce bpf_int_jit_abort()

[PATCH] net: skb: move enum skb_drop_reason to uapi
 2022-03-11 22:23 UTC  (5+ messages)

[PATCH v3 bpf-next] bpf: select proper size for bpf_prog_pack
 2022-03-11 23:06 UTC  (3+ messages)

[PATCH bpf-next 1/2] bpf, test_run: Fix packet size check for live packet mode
 2022-03-11 21:10 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a test for maximum packet size in xdp_do_redirect

[PATCH bpf-next v3 0/4] bpf, sockmap: Fix memleaks and issues of mem charge/uncharge
 2022-03-11 21:55 UTC  (5+ messages)
` [PATCH bpf-next v3 2/4] bpf, sockmap: Fix memleak in tcp_bpf_sendmsg while sk msg is full
` [PATCH bpf-next v3 4/4] bpf, sockmap: Fix double uncharge the mem of sk_msg

[PATCH bpf-next v2] selftests/bpf: fix a clang compilation error for send_signal.c
 2022-03-11 21:20 UTC  (2+ messages)

[PATCH v4 bpf-next] bpf: select proper size for bpf_prog_pack
 2022-03-11 20:11 UTC 

[PATCH bpf-next v2] bpf: Cache the last valid build_id
 2022-03-11 19:11 UTC  (4+ messages)

[PATCH bpf-next] Support load time binding of bpf-helpers
 2022-03-11 18:37 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH bpf-next v1 0/5] Introduce bpf_packet_pointer helper
 2022-03-11 17:27 UTC  (18+ messages)
` [PATCH bpf-next v1 1/5] bpf: Add ARG_SCALAR and ARG_CONSTANT

[PATCH] hv_netvsc: Add check for kvmalloc_array
 2022-03-11 17:25 UTC  (3+ messages)

[PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
 2022-03-11 17:16 UTC  (17+ messages)
` [PATCH bpf-next v2 02/28] bpf: introduce hid program type
` [PATCH bpf-next v2 12/28] bpf/hid: add hid_{get|set}_data helpers
` [PATCH bpf-next v2 15/28] bpf/hid: add new BPF type to trigger commands from userspace
` [PATCH bpf-next v2 19/28] bpf/hid: add bpf_hid_raw_request helper function

[PATCH bpf-next v4 0/5] New BPF helpers to accelerate synproxy
 2022-03-11 16:36 UTC  (6+ messages)
` [PATCH bpf-next v4 1/5] bpf: Use ipv6_only_sock in bpf_tcp_gen_syncookie
` [PATCH bpf-next v4 2/5] bpf: Fix documentation of th_len in bpf_tcp_{gen,check}_syncookie
` [PATCH bpf-next v4 3/5] bpf: Allow helpers to accept pointers with a fixed size
` [PATCH bpf-next v4 4/5] bpf: Add helpers to issue and check SYN cookies in XDP
` [PATCH bpf-next v4 5/5] bpf: Add selftests for raw syncookie helpers

[PATCH v5 bpf-next 0/3] introduce xdp frags support to veth driver
 2022-03-11 14:59 UTC  (6+ messages)
` [PATCH v5 bpf-next 1/3] net: veth: account total xdp_frame len running ndo_xdp_xmit
` [PATCH v5 bpf-next 2/3] veth: rework veth_xdp_rcv_skb in order to accept non-linear skb
` [PATCH v5 bpf-next 3/3] veth: allow jumbo frames in xdp mode

[PATCH bpf-next] bpf, arm64: Optimize BPF store/load using str/ldr with immediate offset
 2022-03-11 13:35 UTC 

[PATCH v2 1/2] bpf: Adjust BPF stack helper functions to accommodate skip > 0
 2022-03-11  6:07 UTC  (2+ messages)
` [PATCH v2 2/2] bpf/selftests: Test skipping stacktrace

[PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-03-11  5:09 UTC  (11+ messages)
` [PATCH v7 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v7 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET

[PATCH] hv_netvsc: Add check for kvmalloc_array
 2022-03-11  3:20 UTC 

[PATCH bpf-next] compiler_types: Refactor the use of btf_type_tag attribute
 2022-03-11  3:20 UTC  (2+ messages)

[PATCH v3 0/9] bpf-lsm: Extend interoperability with IMA
 2022-03-11  3:20 UTC  (2+ messages)

[PATCH] hv_netvsc: Add check for kvmalloc_array
 2022-03-11  3:00 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: fix a clang compilation error for send_signal.c
 2022-03-11  0:33 UTC  (3+ messages)

[PATCH net v3] xdp: xdp_mem_allocator can be NULL in trace_mem_connect()
 2022-03-11  0:20 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).