bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-15 10:32:40 to 2023-04-18 04:16:46 UTC [more...]

[PATCH bpf-next V1 0/5] XDP-hints: XDP kfunc metadata for driver igc
 2023-04-18  4:16 UTC  (9+ messages)
` [PATCH bpf-next V1 1/5] igc: enable and fix RX hash usage by netstack
` [PATCH bpf-next V1 2/5] igc: add igc_xdp_buff wrapper for xdp_buff in driver
` [PATCH bpf-next V1 3/5] igc: add XDP hints kfuncs for RX timestamp
  ` [xdp-hints] "
` [PATCH bpf-next V1 4/5] igc: add XDP hints kfuncs for RX hash
` [PATCH bpf-next V1 5/5] selftests/bpf: xdp_hw_metadata track more timestamps

[PATCH 0/2] Access variable length array relaxed for integer type
 2023-04-18  2:53 UTC  (5+ messages)
` [PATCH 1/2] bpf: support access variable length array of "
    `  "
` [PATCH 2/2] selftests/bpf: Add test to access integer type of variable array

[PATCH net-next] xsk: introduce xsk_dma_ops
 2023-04-18  2:54 UTC  (14+ messages)

[PATCH net-next v6 0/3] XDP Rx HWTS metadata for stmmac driver
 2023-04-18  2:10 UTC  (2+ messages)

[PATCH net v1] virtio_net: bugfix overflow inside xdp_linearize_page()
 2023-04-18  1:54 UTC  (2+ messages)

[PATCH bpf-next 0/6] bpf: Tracing recursion prevention mechanism improvement
 2023-04-18  1:49 UTC  (10+ messages)
` [PATCH bpf-next 1/6] bpf: Add __rcu_read_{lock,unlock} into btf id deny list
` [PATCH bpf-next 2/6] tracing: Add generic test_recursion_try_acquire()
` [PATCH bpf-next 3/6] tracing: Add the comment for allowing one single recursion in process context
` [PATCH bpf-next 4/6] selftests/bpf: Allow one single recursion in fentry recursion test
` [PATCH bpf-next 5/6] bpf: Improve tracing recursion prevention mechanism
` [PATCH bpf-next 6/6] bpf: Remove some denied functions from the btf id deny list

[RFC PATCH bpf-next v3 00/37] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-04-18  1:40 UTC  (37+ messages)
` [RFC PATCH v3 01/37] bpf: verifier: Accept dynptr mem as mem in herlpers
` [RFC PATCH v3 02/37] bpf: Allow NULL buffers in bpf_dynptr_slice(_rw)
` [RFC PATCH v3 03/37] selftests/bpf: Test allowing NULL buffer in dynptr slice
` [RFC PATCH v3 04/37] fs: Generic function to convert iocb to rw flags
` [RFC PATCH v3 05/37] fuse-bpf: Update fuse side uapi
` [RFC PATCH v3 06/37] fuse-bpf: Add data structures for fuse-bpf
` [RFC PATCH v3 07/37] fuse-bpf: Prepare for fuse-bpf patch
` [RFC PATCH v3 08/37] fuse: Add fuse-bpf, a stacked fs extension for FUSE
` [RFC PATCH v3 09/37] fuse-bpf: Add ioctl interface for /dev/fuse
` [RFC PATCH v3 10/37] fuse-bpf: Don't support export_operations
` [RFC PATCH v3 11/37] fuse-bpf: Add support for access
` [RFC PATCH v3 12/37] fuse-bpf: Partially add mapping support
` [RFC PATCH v3 13/37] fuse-bpf: Add lseek support
` [RFC PATCH v3 14/37] fuse-bpf: Add support for fallocate
` [RFC PATCH v3 15/37] fuse-bpf: Support file/dir open/close
` [RFC PATCH v3 16/37] fuse-bpf: Support mknod/unlink/mkdir/rmdir
` [RFC PATCH v3 17/37] fuse-bpf: Add support for read/write iter
` [RFC PATCH v3 18/37] fuse-bpf: support readdir
` [RFC PATCH v3 19/37] fuse-bpf: Add support for sync operations
` [RFC PATCH v3 20/37] fuse-bpf: Add Rename support
` [RFC PATCH v3 21/37] fuse-bpf: Add attr support
` [RFC PATCH v3 22/37] fuse-bpf: Add support for FUSE_COPY_FILE_RANGE
` [RFC PATCH v3 23/37] fuse-bpf: Add xattr support
` [RFC PATCH v3 24/37] fuse-bpf: Add symlink/link support
` [RFC PATCH v3 25/37] fuse-bpf: allow mounting with no userspace daemon
` [RFC PATCH v3 26/37] bpf: Increase struct_op limits
` [RFC PATCH v3 27/37] fuse-bpf: Add fuse-bpf constants
` [RFC PATCH v3 28/37] WIP: bpf: Add fuse_ops struct_op programs
` [RFC PATCH v3 29/37] fuse-bpf: Export Functions
` [RFC PATCH v3 30/37] fuse: Provide registration functions for fuse-bpf
` [RFC PATCH v3 31/37] fuse-bpf: Set fuse_ops at mount or lookup time
` [RFC PATCH v3 32/37] fuse-bpf: Call bpf for pre/post filters
` [RFC PATCH v3 33/37] fuse-bpf: Add userspace "
` [RFC PATCH v3 34/37] WIP: fuse-bpf: add error_out
` [RFC PATCH v3 35/37] tools: Add FUSE, update bpf includes
` [RFC PATCH v3 37/37] fuse: Provide easy way to test fuse struct_op call

[PATCH bpf-next 0/6] Provide bpf_for() and bpf_for_each() by libbpf
 2023-04-18  1:10 UTC  (8+ messages)
` [PATCH bpf-next 1/6] libbpf: misc internal libbpf clean ups around log fixup
` [PATCH bpf-next 2/6] libbpf: report vmlinux vs module name when dealing with ksyms
` [PATCH bpf-next 3/6] libbpf: improve handling of unresolved kfuncs
` [PATCH bpf-next 4/6] selftests/bpf: add missing __weak kfunc log fixup test
` [PATCH bpf-next 5/6] libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.h
` [PATCH bpf-next 6/6] libbpf: mark bpf_iter_num_{new,next,destroy} as __weak

handling unsupported optlen in cgroup bpf getsockopt: (was [PATCH net-next v4 2/4] net: socket: add sockopts blacklist for BPF cgroup hook)
 2023-04-18  1:03 UTC 

[PATCH bpf-next 0/8] New BPF map and BTF security LSM hooks
 2023-04-18  0:52 UTC  (23+ messages)

[PATCH bpf-next] bpftool: Show map IDs along with struct_ops links
 2023-04-18  0:29 UTC 

Packaging bpftool and libbpf: GitHub or kernel?
 2023-04-18  0:20 UTC  (7+ messages)

[QUESTION] usage of libbpf_probe_bpf_prog_type API
 2023-04-17 23:48 UTC  (6+ messages)

[PATCH v1 bpf-next 0/5] Dynptr convenience helpers
 2023-04-17 23:46 UTC  (10+ messages)
` [PATCH v1 bpf-next 1/5] bpf: Add bpf_dynptr_trim and bpf_dynptr_advance
` [PATCH v1 bpf-next 4/5] bpf: Add bpf_dynptr_clone

issue with inflight pages from page_pool
 2023-04-17 23:32 UTC  (10+ messages)

[PATCH RFC bpf-next v1 0/9] Exceptions - 1/2
 2023-04-17 23:20 UTC  (11+ messages)
` [PATCH RFC bpf-next v1 4/9] bpf: Handle throwing BPF callbacks in helpers and kfuncs

[PATCH bpf-next v2 1/2] bpf: Improve verifier u32 scalar equality checking
 2023-04-17 23:00 UTC  (3+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add a selftest for checking subreg equality

[PATCH bpf-next 1/2] bpf: Improve verifier u32 scalar equality checking
 2023-04-17 21:54 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add a selftest for checking subreg equality

[PATCH net] veth: take into account peer device for NETDEV_XDP_ACT_NDO_XMIT xdp_features flag
 2023-04-17 21:53 UTC 

[PATCH v2] bpf: lirc program type should not require SYS_CAP_ADMIN
 2023-04-17 20:30 UTC  (2+ messages)

[PATCH bpf-next] bpf: Set skb redirect and from_ingress info in __bpf_tx_skb
 2023-04-17 20:30 UTC  (2+ messages)

[PATCH bpf] selftests/bpf: fix xdp_redirect xdp-features for xdp_bonding selftest
 2023-04-17 20:20 UTC  (6+ messages)

[PATCH V3,net-next, 0/4] net: mana: Add support for jumbo frame
 2023-04-17 19:52 UTC  (11+ messages)
` [PATCH V3,net-next, 2/4] net: mana: Refactor RX buffer allocation code to prepare for various MTU
` [PATCH V3,net-next, 3/4] net: mana: Enable RX path to handle various MTU sizes

[PATCH] libbpf: Improve version handling when attaching uprobe
 2023-04-17 19:34 UTC 

[PATCH net v3 1/1] igc: read before write to SRRCTL register
 2023-04-17 18:50 UTC  (7+ messages)

[PATCH v2 bpf-next 0/9] Shared ownership for local kptrs
 2023-04-17 18:08 UTC  (13+ messages)
` [PATCH v2 bpf-next 1/9] bpf: Remove btf_field_offs, use btf_record's fields instead
` [PATCH v2 bpf-next 2/9] bpf: Introduce opaque bpf_refcount struct and add btf_record plumbing
` [PATCH v2 bpf-next 3/9] bpf: Support refcounted local kptrs in existing semantics
` [PATCH v2 bpf-next 4/9] bpf: Add bpf_refcount_acquire kfunc
` [PATCH v2 bpf-next 5/9] bpf: Migrate bpf_rbtree_add and bpf_list_push_{front,back} to possibly fail
` [PATCH v2 bpf-next 6/9] selftests/bpf: Modify linked_list tests to work with macro-ified inserts
` [PATCH v2 bpf-next 7/9] bpf: Migrate bpf_rbtree_remove to possibly fail
` [PATCH v2 bpf-next 8/9] bpf: Centralize btf_field-specific initialization logic
` [PATCH v2 bpf-next 9/9] selftests/bpf: Add refcounted_kptr tests

[PATCH] libbpf: correct the macro KERNEL_VERSION for old kernel
 2023-04-17 17:45 UTC  (3+ messages)
    ` [External] "

[backport PATCH 1/2] tools perf: Fix compilation error with new binutils
 2023-04-17 17:14 UTC  (3+ messages)
` [backport PATCH 2/2] tools build: Add feature test for init_disassemble_info API changes

[PATCH v10 2/4] security: Allow all LSMs to provide xattrs for inode_init_security hook
 2023-04-17 16:41 UTC  (7+ messages)
` [PATCH] Smack modifications for: "

new order
 2023-04-17 15:15 UTC 

[PATCH net-next] bpf, net: Support redirecting to ifb with bpf
 2023-04-17 13:50 UTC  (9+ messages)

[PATCH bpf-next v3 0/3] xsk: Support UMEM chunk_size > PAGE_SIZE
 2023-04-17 13:46 UTC  (13+ messages)
` [PATCH bpf-next v3 1/3] "

[PATCH v3 6/7] mm/gup: remove vmas parameter from pin_user_pages()
 2023-04-17 11:59 UTC  (3+ messages)

[PATCH bpf V7 0/7] XDP-hints: API change for RX-hash kfunc bpf_xdp_metadata_rx_hash
 2023-04-17 11:35 UTC  (5+ messages)
` [PATCH bpf V7 4/7] mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash type

Nawiązanie współpracy
 2023-04-17  8:00 UTC 

[PATCH] vmlinux.lds.h: Discard .note.gnu.property section
 2023-04-16 19:02 UTC  (2+ messages)

[PATCH] vmlinux.lds.h: Force-align ELF notes section to four bytes
 2023-04-16 18:52 UTC  (2+ messages)

[RFC] A new bpf map type for fuzzy matching key
 2023-04-16 18:23 UTC  (2+ messages)

[PATCH bpf-next v2 0/3] Remove KF_KPTR_GET kfunc flag
 2023-04-16 16:00 UTC  (5+ messages)
` [PATCH bpf-next v2 1/3] bpf: Remove bpf_kfunc_call_test_kptr_get() test kfunc
` [PATCH bpf-next v2 2/3] bpf: Remove KF_KPTR_GET kfunc flag
` [PATCH bpf-next v2 3/3] bpf,docs: Remove KF_KPTR_GET from documentation

[LSF/MM/BPF TOPIC] bpf iterator for file-system
 2023-04-16  7:55 UTC  (2+ messages)
` [Lsf-pc] "

[PATCH] tracing: Add generic test_recursion_try_acquire()
 2023-04-16  2:42 UTC  (4+ messages)

[PATCH bpf-next 0/3] Remove KF_KPTR_GET kfunc flag
 2023-04-15 23:08 UTC  (5+ messages)
` [PATCH bpf-next 1/3] bpf: Remove bpf_kfunc_call_test_kptr_get() test kfunc
` [PATCH bpf-next 2/3] bpf: Remove KF_KPTR_GET kfunc flag
` [PATCH bpf-next 3/3] bpf,docs: Remove KF_KPTR_GET from documentation

[PATCH v1 bpf-next 0/9] Shared ownership for local kptrs
 2023-04-15 20:24 UTC  (4+ messages)
` [PATCH v1 bpf-next 9/9] selftests/bpf: Add refcounted_kptr tests

[PATCH net-next v2 0/6] tsnep: XDP socket zero-copy support
 2023-04-15 14:42 UTC  (7+ messages)
` [PATCH net-next v2 1/6] tsnep: Replace modulo operation with mask
` [PATCH net-next v2 2/6] tsnep: Rework TX/RX queue initialization
` [PATCH net-next v2 3/6] tsnep: Add functions for queue enable/disable
` [PATCH net-next v2 4/6] tsnep: Move skb receive action to separate function
` [PATCH net-next v2 5/6] tsnep: Add XDP socket zero-copy RX support
` [PATCH net-next v2 6/6] tsnep: Add XDP socket zero-copy TX support

[PATCH net-next 0/5] tsnep: XDP socket zero-copy support
 2023-04-15 14:19 UTC  (7+ messages)
` [PATCH net-next 4/5] tsnep: Add XDP socket zero-copy RX support


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