messages from 2022-03-08 12:35:59 to 2022-03-10 11:21:48 UTC [more...]
[PATCH v4 bpf-next 0/3] introduce xdp frags support to veth driver
2022-03-10 11:21 UTC (6+ 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 v4 bpf-next 3/3] veth: allow jumbo frames in xdp mode
[PATCH bpf-next] bpf: initialise retval in bpf_prog_test_run_xdp()
2022-03-10 11:02 UTC
[PATCH v4 00/45] x86: Kernel IBT
2022-03-10 10:16 UTC (10+ messages)
[PATCH] bpf: test_run: use kvfree() for memory allocated with kvmalloc()
2022-03-10 9:28 UTC
[PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET
2022-03-10 8:20 UTC (64+ messages)
` [PATCH v7 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v7 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v7 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v7 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v7 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v7 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v7 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v7 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v7 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v7 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v7 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v7 14/26] virtio: add helper for queue reset
` [PATCH v7 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v7 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v7 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v7 18/26] virtio: find_vqs() add arg sizes
` [PATCH v7 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v7 20/26] virtio_mmio: "
` [PATCH v7 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v7 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v7 23/26] virtio_net: split free_unused_bufs()
` [PATCH v7 24/26] virtio_net: support rx/tx queue reset
` [PATCH v7 25/26] virtio_net: set the default max ring size by find_vqs()
` [PATCH v7 26/26] virtio_net: support set_ringparam
[PATCH 1/2] bpf: Adjust BPF stack helper functions to accommodate skip > 0
2022-03-10 8:22 UTC (2+ messages)
` [PATCH 2/2] bpf/selftests: Test skipping stacktrace
[PATCH bpf-next 0/4] fixes for bpf_jit_harden race
2022-03-10 3:48 UTC (9+ messages)
` [PATCH bpf-next 1/4] bpf, x86: Fall back to interpreter mode when extra pass fails
` [PATCH bpf-next 2/4] bpf: Introduce bpf_int_jit_abort()
` [PATCH bpf-next 3/4] bpf: Fix net.core.bpf_jit_harden race
` [PATCH bpf-next 4/4] selftests/bpf: Test subprog jit when toggle bpf_jit_harden repeatedly
[PATCH v10 00/12] fprobe: Introduce fprobe function entry/exit probe
2022-03-10 0:40 UTC (4+ messages)
` [PATCH v10 12/12] fprobe: Add a selftest for fprobe
[PATCH bpf-next 0/4] Subskeleton support for BPF libraries
2022-03-10 0:38 UTC (7+ messages)
` [PATCH bpf-next 2/4] bpftool: add support for subskeletons
[PATCH dwarves v4 0/4] Parallelize BTF type info generating of pahole
2022-03-10 0:18 UTC (8+ messages)
` [PATCH dwarves v4 1/4] dwarf_loader: Receive per-thread data on worker threads
[PATCH RFC 0/9] bpf, mm: recharge bpf memory from offline memcg
2022-03-09 23:35 UTC (13+ messages)
` [PATCH RFC 1/9] bpftool: fix print error when show bpf man
` [PATCH RFC 2/9] bpftool: show memcg info of bpf map
` [PATCH RFC 3/9] mm: add methord to charge kmalloc-ed address
` [PATCH RFC 4/9] mm: add methord to charge vmalloc-ed address
` [PATCH RFC 5/9] mm: add methord to charge percpu address
` [PATCH RFC 6/9] bpf: add a helper to find map by id
` [PATCH RFC 7/9] bpf: add BPF_MAP_RECHARGE syscall
` [PATCH RFC 8/9] bpf: make bpf_map_{save, release}_memcg public
` [PATCH RFC 9/9] bpf: support recharge for hash map
Question: missing vmlinux BTF variable declarations
2022-03-09 23:20 UTC
[PATCH bpf-next v11 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
2022-03-09 22:42 UTC (7+ messages)
` [PATCH bpf-next v11 1/5] bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
` [PATCH bpf-next v11 2/5] Documentation/bpf: Add documentation for BPF_PROG_RUN
` [PATCH bpf-next v11 3/5] libbpf: Support batch_size option to bpf_prog_test_run
` [PATCH bpf-next v11 4/5] selftests/bpf: Move open_netns() and close_netns() into network_helpers.c
` [PATCH bpf-next v11 5/5] selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN
[PATCH net v3] xdp: xdp_mem_allocator can be NULL in trace_mem_connect()
2022-03-09 22:13 UTC
[PATCH net v2] xdp: xdp_mem_allocator can be NULL in trace_mem_connect()
2022-03-09 21:52 UTC (3+ messages)
[PATCH] net: ipv6: fix invalid alloclen in __ip6_append_data
2022-03-09 21:37 UTC (7+ messages)
[PATCH net] xdp: xdp_mem_allocator can be NULL in trace_mem_connect()
2022-03-09 21:03 UTC (9+ messages)
[RFC bpf-next] Hierarchical Cgroup Stats Collection Using BPF
2022-03-09 20:27 UTC
[PATCH bpf-next v1 0/4] bpf: add __percpu tagging in vmlinux BTF
2022-03-09 19:31 UTC (5+ messages)
` [PATCH bpf-next v1 2/4] compiler_types: define __percpu as __attribute__((btf_type_tag("percpu")))
[PATCH net-next 4/5] ice: avoid XDP checks in ice_clean_tx_irq()
2022-03-09 19:03 UTC
[PATCH v3 bpf-next] bpf: select proper size for bpf_prog_pack
2022-03-09 18:35 UTC
[PATCH v2 bpf-next] bpf: select proper size for bpf_prog_pack
2022-03-09 18:04 UTC (2+ messages)
[LSF/MM/BPF TOPIC] DIGLIM eBPF
2022-03-09 16:46 UTC
[PATCH bpf-next v6] bpftool: Add bpf_cookie to link output
2022-03-09 16:31 UTC
[PATCH bpf-next v5] bpftool: Add bpf_cookie to link output
2022-03-09 16:11 UTC (3+ messages)
[v2,bpf-next] bpftool: Restore support for BPF offload-enabled feature probing
2022-03-09 15:31 UTC (3+ messages)
[PATCH RFC bpf-next 0/3] bpf_sk_lookup.remote_port fixes
2022-03-09 12:34 UTC (6+ messages)
` [PATCH RFC bpf-next 1/3] bpf: Fix certain narrow loads with offsets
[RFC PATCH bpf-next v2 0/3] bpf: support string key in htab
2022-03-09 11:47 UTC (6+ messages)
[PATCH bpf-next v10 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
2022-03-09 10:35 UTC (9+ messages)
` [PATCH bpf-next v10 1/5] bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
` [PATCH bpf-next v10 2/5] Documentation/bpf: Add documentation for BPF_PROG_RUN
` [PATCH bpf-next v10 3/5] libbpf: Support batch_size option to bpf_prog_test_run
` [PATCH bpf-next v10 4/5] selftests/bpf: Move open_netns() and close_netns() into network_helpers.c
` [PATCH bpf-next v10 5/5] selftests/bpf: Add selftest for XDP_REDIRECT in BPF_PROG_RUN
[PATCH bpf-next 0/5] bpf: Follow up on bpf __sk_buff->tstamp
2022-03-09 9:05 UTC (6+ messages)
` [PATCH bpf-next 1/5] bpf: net: Remove TC_AT_INGRESS_OFFSET and SKB_MONO_DELIVERY_TIME_OFFSET macro
` [PATCH bpf-next 2/5] bpf: Simplify insn rewrite on BPF_READ __sk_buff->tstamp
` [PATCH bpf-next 3/5] bpf: Simplify insn rewrite on BPF_WRITE __sk_buff->tstamp
` [PATCH bpf-next 4/5] bpf: Remove BPF_SKB_DELIVERY_TIME_NONE and rename s/delivery_time_/tstamp_/
` [PATCH bpf-next 5/5] bpf: selftests: Update tests after s/delivery_time/tstamp/ change in bpf.h
[PATCH bpf-next v2 00/28] Introduce eBPF support for HID devices
2022-03-09 8:27 UTC (7+ messages)
` [PATCH bpf-next v2 01/28] bpf: add new is_sys_admin_prog_type() helper
[PATCH bpf-next v3 0/2] Modify BPF_JIT_ALWAYS_ON and BPF_JIT_DEFAULT_ON
2022-03-09 4:21 UTC (4+ messages)
` [PATCH bpf-next v3 2/2] bpf: Make BPF_JIT_DEFAULT_ON selectable in Kconfig
[PATCH] selftests/bpf: fix array_size.cocci warning
2022-03-09 3:35 UTC (6+ messages)
` [PATCH v2] "
[PATCH v4 bpf-next 0/3] BPF test_progs tests improvement
2022-03-09 1:50 UTC (5+ messages)
` [PATCH v4 bpf-next 1/3] Improve perf related BPF tests (sample_freq issue)
` [PATCH v4 bpf-next 2/3] Improve send_signal BPF test stability
` [PATCH v4 bpf-next 3/3] Improve stability of find_vma BPF test
[PATCH bpf-next] Support load time binding of bpf-helpers
2022-03-08 23:49 UTC (2+ messages)
[PATCH bpf v2] tools: fix unavoidable GCC call in Clang builds
2022-03-08 22:43 UTC (3+ messages)
[PATCH bpf-next] bpftool: Restore support for BPF offload-enabled feature probing
2022-03-08 22:26 UTC (5+ messages)
[PATCH bpf-next v1 0/9] Extend cgroup interface with bpf
2022-03-08 21:08 UTC (9+ messages)
` [PATCH bpf-next v1 1/9] bpf: Add mkdir, rmdir, unlink syscalls for prog_bpf_syscall
[PATCH v3 bpf-next] Improve BPF test stability (related to perf events and scheduling)
2022-03-08 20:47 UTC (8+ messages)
[PATCH bpf-next v6 00/14] selftests/bpf: Add parallelism to test_progs
2022-03-08 20:22 UTC (5+ messages)
` [PATCH bpf-next v6 05/14] selftests/bpf: adding read_perf_max_sample_freq() helper
[PATCH bpf-next] samples/bpf: fix broken bpf programs due to function inlining
2022-03-08 17:56 UTC (4+ messages)
[PATCH bpf-next] bpf: select proper size for bpf_prog_pack
2022-03-08 17:19 UTC (3+ messages)
[PATCH v3 bpf-next 0/3] introduce xdp frags support to veth driver
2022-03-08 15:56 UTC (3+ messages)
[PATCH bpf-next] selftests: bpf: Make test_lwt_ip_encap more stable and faster
2022-03-08 15:10 UTC (2+ messages)
[PATCH bpf-next] bpf: determine buf_info inside check_buffer_access()
2022-03-08 14:50 UTC (2+ messages)
[PATCH bpf-next v9 0/5] Add support for transmitting packets using XDP in bpf_prog_run()
2022-03-08 14:41 UTC (7+ messages)
` [PATCH bpf-next v9 1/5] bpf: Add "live packet" mode for XDP in BPF_PROG_RUN
` [PATCH bpf-next v9 5/5] selftests/bpf: Add selftest for XDP_REDIRECT "
[PATCHv2 bpf-next 0/8] bpf: Add kprobe multi link
2022-03-08 14:27 UTC (16+ messages)
` [PATCH 02/10] bpf: Add multi kprobe link
` [PATCH 05/10] bpf: Add cookie support to programs attached with kprobe multi link
` [PATCH 08/10] libbpf: Add bpf_program__attach_kprobe_opts support for multi kprobes
[PATCH bpf-next v1 0/5] Introduce bpf_packet_pointer helper
2022-03-08 13:40 UTC (4+ messages)
[PATCH intel-net] ice: fix NULL pointer dereference in ice_update_vsi_tx_ring_stats()
2022-03-08 12:51 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox