bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-15 17:10:23 to 2022-11-17 00:20:55 UTC [more...]

[PATCH bpf-next 00/11] xdp: hints via kfuncs
 2022-11-17  0:19 UTC  (39+ messages)
` [PATCH bpf-next 01/11] bpf: Document XDP RX metadata
` [PATCH bpf-next 03/11] bpf: Support inlined/unrolled kfuncs for xdp metadata
  ` [xdp-hints] "
` [PATCH bpf-next 05/11] veth: Support rx timestamp metadata for xdp
  ` [xdp-hints] "
      ` [xdp-hints] "
` [PATCH bpf-next 06/11] xdp: Carry over xdp metadata into skb context
  ` [xdp-hints] "
      ` [xdp-hints] "
` [xdp-hints] [PATCH bpf-next 00/11] xdp: hints via kfuncs
    ` [xdp-hints] "

[PATCH net 0/2][pull request] Intel Wired LAN Driver Updates 2022-11-14 (i40e)
 2022-11-17  0:03 UTC  (6+ messages)
` [PATCH net 1/2] i40e: Fix failure message when XDP is configured in TX only mode

[PATCH bpf-next v2 0/5] execmem_alloc for BPF programs
 2022-11-16 23:53 UTC  (30+ messages)
  ` [PATCH bpf-next v2 5/5] x86: use register_text_tail_vm

[PATCH bpf-next v3] bpf: Pass map file to .map_update_batch directly
 2022-11-16 23:41 UTC  (2+ messages)

[PATCH bpf-next] bpf/docs: Include blank lines between bullet points in bpf_devel_QA.rst
 2022-11-16 23:38 UTC  (2+ messages)

[PATCH v2] LSM: Better reporting of actual LSMs at boot
 2022-11-16 23:04 UTC  (2+ messages)

[PATCH] perf build: Fix LIBTRACEEVENT_DYNAMIC
 2022-11-16 22:46 UTC 

[PATCH] perf build: Fix LIBTRACEEVENT_DYNAMIC
 2022-11-16 22:45 UTC 

[RFC][PATCH 0/4] security: Ensure LSMs return expected values
 2022-11-16 22:40 UTC  (28+ messages)
` [RFC][PATCH 1/4] lsm: Clarify documentation of vm_enough_memory hook
` [RFC][PATCH 2/4] lsm: Add missing return values doc in lsm_hooks.h and fix formatting
` [RFC][PATCH 3/4] lsm: Redefine LSM_HOOK() macro to add return value flags as argument
` [RFC][PATCH 4/4] security: Enforce limitations on return values from LSMs
      ` [PoC][PATCH] bpf: Call return value check function in the JITed code

[PATCH v2 0/2] some fixes for selftest/net
 2022-11-16 22:08 UTC  (5+ messages)
` [PATCH v2 1/2] selftests/net: fix missing xdp_dummy
` [PATCH v2 2/2] selftests/net: fix opening object file failed

[PATCH bpf-next 1/2] bpf: Move skb->len == 0 checks into __bpf_redirect
 2022-11-16 21:02 UTC  (4+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Make sure zero-len skbs aren't redirectable

[PATCH v5 00/19] IOMMUFD Generic interface
 2022-11-16 21:00 UTC  (20+ messages)
` [PATCH v5 01/19] iommu: Add IOMMU_CAP_ENFORCE_CACHE_COHERENCY
` [PATCH v5 02/19] iommu: Add device-centric DMA ownership interfaces
` [PATCH v5 03/19] interval-tree: Add a utility to iterate over spans in an interval tree
` [PATCH v5 04/19] scripts/kernel-doc: support EXPORT_SYMBOL_NS_GPL() with -export
` [PATCH v5 05/19] iommufd: Document overview of iommufd
` [PATCH v5 06/19] iommufd: File descriptor, context, kconfig and makefiles
` [PATCH v5 07/19] kernel/user: Allow user::locked_vm to be usable for iommufd
` [PATCH v5 08/19] iommufd: PFN handling for iopt_pages
` [PATCH v5 09/19] iommufd: Algorithms for PFN storage
` [PATCH v5 10/19] iommufd: Data structure to provide IOVA to PFN mapping
` [PATCH v5 11/19] iommufd: IOCTLs for the io_pagetable
` [PATCH v5 12/19] iommufd: Add a HW pagetable object
` [PATCH v5 13/19] iommufd: Add kAPI toward external drivers for physical devices
` [PATCH v5 14/19] iommufd: Add kAPI toward external drivers for kernel access
` [PATCH v5 15/19] iommufd: vfio container FD ioctl compatibility
` [PATCH v5 16/19] iommufd: Add kernel support for testing iommufd
` [PATCH v5 17/19] iommufd: Add some fault injection points
` [PATCH v5 18/19] iommufd: Add additional invariant assertions
` [PATCH v5 19/19] iommufd: Add a selftest

[PATCH net-next v2 0/5] net: lan966x: Extend xdp support
 2022-11-16 20:55 UTC  (10+ messages)
` [PATCH net-next v2 1/5] net: lan966x: Add XDP_PACKET_HEADROOM
` [PATCH net-next v2 2/5] net: lan966x: Introduce helper functions
` [PATCH net-next v2 3/5] net: lan966x: Add len field to lan966x_tx_dcb_buf
` [PATCH net-next v2 4/5] net: lan966x: Add support for XDP_TX
` [PATCH net-next v2 5/5] net: lan966x: Add support for XDP_REDIRECT

[0/2 bpf-next] Expose netdev in XDP progs with BTF_ID
 2022-11-16 19:46 UTC  (12+ messages)
` [1/2 bpf-next] bpf: expose net_device from xdp for metadata

[PATCH bpf-next v1 0/7] Dynptr refactorings
 2022-11-16 18:04 UTC  (10+ messages)
` [PATCH bpf-next v1 3/7] bpf: Rework process_dynptr_func
` [PATCH bpf-next v1 4/7] bpf: Rework check_func_arg_reg_off
` [PATCH bpf-next v1 5/7] bpf: Move PTR_TO_STACK alignment check to process_dynptr_func
` [PATCH bpf-next v1 7/7] selftests/bpf: Add test for dynptr reinit in user_ringbuf callback

[PATCH 0/1] Fix perf tools/lib includes
 2022-11-16 17:41 UTC  (8+ messages)
` [PATCH 1/1] perf build: Use tools/lib headers from install path

[PATCH bpf-next] docs/bpf: Document how to run CI without patch submission
 2022-11-16 17:20 UTC  (4+ messages)

[RFC PATCH 0/3] enable bpf_prog_pack allocator for powerpc
 2022-11-16 17:16 UTC  (5+ messages)

[PATCH bpf 0/4] bpf, sockmap: Fix some issues with using apply_bytes
 2022-11-16 11:29 UTC  (3+ messages)
` [PATCH bpf 2/4] bpf, sockmap: Fix missing BPF_F_INGRESS flag when "
` [PATCH bpf 4/4] selftests/bpf: Add ingress tests for txmsg with apply_bytes

[PATCH bpf 1/2] selftests/bpf: Filter out default_idle from kprobe_multi bench
 2022-11-16 10:02 UTC  (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: Make test_bench_attach serial

[PATCH bpf 0/2] Bug fix and test case for special map value field
 2022-11-16  8:07 UTC  (4+ messages)
` [PATCH bpf 1/2] bpf: Do not copy spin lock field from user in bpf_selem_alloc

[RFC bpf-next] bpf: Fix perf bpf event and audit prog id logging
 2022-11-16  7:29 UTC  (5+ messages)

[PATCH bpf v2 0/3] Pin iterator link when opening iterator
 2022-11-16  7:24 UTC  (10+ messages)
` [PATCH bpf v2 1/3] bpf: "

[PATCH bpf v2 0/4] libbpf: Fixes for ring buffer
 2022-11-16  7:23 UTC  (5+ messages)
` [PATCH bpf v2 1/4] libbpf: Use page size as max_entries when probing ring buffer map
` [PATCH bpf v2 2/4] libbpf: Handle size overflow for ringbuf mmap
` [PATCH bpf v2 3/4] libbpf: Handle size overflow for user "
` [PATCH bpf v2 4/4] libbpf: Check the validity of size in user_ring_buffer__reserve()

[PATCH] samples, bpf: Add duration option D for sampleip
 2022-11-16  6:46 UTC 

[PATCH bpf-next v1] docs/bpf: Fix sample code in MAP_TYPE_ARRAY docs
 2022-11-16  5:40 UTC  (2+ messages)

[PATCH bpf-next v2] bpftool: Check argc first before "file" in do_batch()
 2022-11-16  5:40 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: allow unpriv bpf for selftests by default
 2022-11-16  5:40 UTC  (2+ messages)

[PATCH bpf-next v5 0/7] bpf: Add bpf_rcu_read_lock() support
 2022-11-16  5:33 UTC  (4+ messages)
` [PATCH bpf-next v5 6/7] selftests/bpf: Add tests for bpf_rcu_read_lock()

[PATCH net-next v4 0/4] mtk_eth_soc rx vlan offload improvement + dsa hardware untag support
 2022-11-16  4:30 UTC  (2+ messages)

[PATCH v4 00/17] IOMMUFD Generic interface
 2022-11-16  2:30 UTC  (9+ messages)
` [PATCH v4 09/17] iommufd: Data structure to provide IOVA to PFN mapping

[RFC bpf-next 00/12] Use uapi kernel headers with vmlinux.h
 2022-11-16  2:01 UTC  (10+ messages)

[PATCH bpf-next v3 0/3] libbpf: btf_decl_tag attribute for btf dump in C format
 2022-11-16  1:51 UTC  (8+ messages)
` [PATCH bpf-next v3 1/3] libbpf: __attribute__((btf_decl_tag("..."))) "

[PATCH bpf-next v3 0/2] propagate nullness information for reg to reg comparisons
 2022-11-16  1:50 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] bpf: "
` [PATCH bpf-next v3 2/2] selftests/bpf: check nullness propagation "

linux-next: manual merge of the bpf-next tree with the net tree
 2022-11-15 23:10 UTC 

[PATCH v1 00/14] Fix perf tools/lib includes
 2022-11-15 21:28 UTC  (6+ messages)

[PATCH bpf-next 0/2] propagate nullness information for reg to reg comparisons
 2022-11-15 20:51 UTC  (5+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: check nullness propagation "

[RFC PATCH bpf-next 0/3] bpf: Implement bpf_get_kern_btf_id() kfunc
 2022-11-15 20:26 UTC  (7+ messages)
` [RFC PATCH bpf-next 2/3] "

[PATCH bpf-next v7 00/26] Allocated objects, BPF linked lists
 2022-11-15 19:45 UTC  (10+ messages)
` [PATCH bpf-next v7 12/26] bpf: Allow locking bpf_spin_lock global variables
` [PATCH bpf-next v7 20/26] bpf: Introduce single ownership BPF linked list API

[PATCH bpf-next v3 0/3] A couple of small refactorings of BPF program call sites
 2022-11-15 19:39 UTC  (5+ messages)
` [PATCH bpf-next v3 3/3] bpf: Use 64-bit return value for bpf_prog_run

[PATCH bpf 1/2] selftests/bpf: Explicitly pass RESOLVE_BTFIDS to sub-make
 2022-11-15 18:20 UTC  (2+ messages)
` [PATCH bpf 2/2] selftests/bpf: Pass target triple to get_sys_includes macro


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).