BPF List
 help / color / mirror / Atom feed
 messages from 2023-02-09 14:05:11 to 2023-02-13 06:30:38 UTC [more...]

[Patch net-next] sock_map: dump socket map id via diag
 2023-02-13  6:29 UTC  (3+ messages)

[net-next Patch V4 0/4] octeontx2-pf: HTB offload support
 2023-02-13  6:22 UTC  (15+ messages)
` [net-next Patch V4 1/4] sch_htb: Allow HTB priority parameter in offload mode
` [net-next Patch V4 2/4] octeontx2-pf: qos send queues management
` [net-next Patch V4 3/4] octeontx2-pf: Refactor schedular queue alloc/free calls
` [net-next Patch V4 4/4] octeontx2-pf: Add support for HTB offload

[PATCH bpf] selftests/bpf: enable mptcp before testing
 2023-02-13  4:10 UTC  (3+ messages)

[PATCH 0/2] Allow mixing bpf2bpf calls with tailcalls on LoongArch
 2023-02-13  3:18 UTC  (5+ messages)
` [PATCH 1/2] LoongArch: BPF: Treat function address as 64-bit value
` [PATCH 2/2] LoongArch: BPF: Support mixing bpf2bpf and tailcalls

[PATCH bpf-next v2] bpf, docs: Explain helper functions
 2023-02-12 23:20 UTC  (8+ messages)
` [Bpf] "

[PATCH bpf-next 0/4] Reduce overhead of LSMs with static calls
 2023-02-12 22:00 UTC  (6+ messages)

[PATCH v5 bpf-next 0/9] BPF rbtree next-gen datastructure
 2023-02-12 11:21 UTC  (11+ messages)
` [PATCH v5 bpf-next 1/9] bpf: Migrate release_on_unlock logic to non-owning ref semantics
` [PATCH v5 bpf-next 2/9] bpf: Add basic bpf_rb_{root,node} support
` [PATCH v5 bpf-next 3/9] bpf: Add bpf_rbtree_{add,remove,first} kfuncs
` [PATCH v5 bpf-next 4/9] bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args
` [PATCH v5 bpf-next 5/9] bpf: Add callback validation to kfunc verifier logic
` [PATCH v5 bpf-next 6/9] bpf: Special verifier handling for bpf_rbtree_{remove, first}
` [PATCH v5 bpf-next 7/9] bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.h
` [PATCH v5 bpf-next 8/9] selftests/bpf: Add rbtree selftests
` [PATCH v5 bpf-next 9/9] bpf, documentation: Add graph documentation for non-owning refs

[PATCH net-next] net: mvneta: do not set xdp_features for hw buffer devices
 2023-02-12 10:08 UTC 

[PATCH net-next] hv_netvsc: add missing NETDEV_XDP_ACT_NDO_XMIT xdp-features flag
 2023-02-12  9:57 UTC 

[PATCH net-next] net: stmmac: add missing NETDEV_XDP_ACT_XSK_ZEROCOPY bit to xdp_features
 2023-02-12  9:54 UTC 

[PATCH bpf-next] net: lan966x: set xdp_features flag
 2023-02-12  9:07 UTC  (2+ messages)

[PATCH 22/33] virtio_net: xsk: introduce xsk disable
 2023-02-12  7:56 UTC  (2+ messages)

[PATCH v2 0/7] task comm cleanups
 2023-02-12  3:44 UTC  (17+ messages)
` [PATCH v2 7/7] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN

[PATCH net-next v2] xsk: support use vaddr as ring
 2023-02-12  3:12 UTC 

[PATCH] bpf: Deprecate "data" member of bpf_lpm_trie_key
 2023-02-11 17:55 UTC  (7+ messages)

[RFC PATCH bpf-next 0/6] bpf: Handle reuse in bpf memory alloc
 2023-02-11 16:34 UTC  (13+ messages)

[PATCH bpf-next v2 0/4] bpf, mm: introduce cgroup.memory=nobpf
 2023-02-11  7:10 UTC  (6+ messages)
` [PATCH bpf-next v2 1/4] mm: memcontrol: add new kernel parameter cgroup.memory=nobpf
` [PATCH bpf-next v2 2/4] bpf: use bpf_map_kvcalloc in bpf_local_storage
` [PATCH bpf-next v2 3/4] bpf: allow to disable bpf map memory accounting
` [PATCH bpf-next v2 4/4] bpf: allow to disable bpf prog "

[PATCH net-next] net: Kconfig.debug: wrap socket refcnt debug into an option
 2023-02-11  6:51 UTC 

[PATCH net] ice: xsk: Fix cleaning of XDP_TX frames
 2023-02-11  4:00 UTC  (5+ messages)

[PATCH bpf-next] docs, bpf: Ensure IETF's BPF mailing list gets copied for ISA doc changes
 2023-02-11  3:00 UTC  (2+ messages)

pull-request: bpf-next 2023-02-11
 2023-02-11  2:20 UTC  (2+ messages)

[PATCH bpf] bpf, test_run: fix &xdp_frame misplacement for LIVE_FRAMES
 2023-02-11  2:01 UTC  (9+ messages)

[PATCH 00/34] selftests: Fix incorrect kernel headers search path
 2023-02-11  0:15 UTC  (4+ messages)

[PATCH bpf-next v2 00/16] selftests/bpf: Add Memory Sanitizer support
 2023-02-10 23:40 UTC  (22+ messages)
` [PATCH bpf-next v2 01/16] selftests/bpf: Quote host tools
` [PATCH bpf-next v2 02/16] tools: runqslower: Add EXTRA_CFLAGS and EXTRA_LDFLAGS support
` [PATCH bpf-next v2 03/16] selftests/bpf: Split SAN_CFLAGS and SAN_LDFLAGS
` [PATCH bpf-next v2 04/16] selftests/bpf: Forward SAN_CFLAGS and SAN_LDFLAGS to runqslower and libbpf
` [PATCH bpf-next v2 05/16] selftests/bpf: Attach to fopen()/fclose() in uprobe_autoattach
` [PATCH bpf-next v2 06/16] selftests/bpf: Attach to fopen()/fclose() in attach_probe
` [PATCH bpf-next v2 07/16] libbpf: Fix alen calculation in libbpf_nla_dump_errormsg()
` [PATCH bpf-next v2 08/16] libbpf: Introduce bpf_{btf,link,map,prog}_get_info_by_fd()
` [PATCH bpf-next v2 09/16] libbpf: Use bpf_{btf,link,map,prog}_get_info_by_fd()
` [PATCH bpf-next v2 10/16] bpftool: "
` [PATCH bpf-next v2 11/16] perf: "
` [PATCH bpf-next v2 12/16] samples/bpf: "
` [PATCH bpf-next v2 13/16] selftests/bpf: "
` [PATCH bpf-next v2 14/16] libbpf: Factor out is_percpu_bpf_map_type()
` [PATCH bpf-next v2 15/16] libbpf: Add MSan annotations
` [PATCH bpf-next v2 16/16] selftests/bpf: "

[PATCH bpf-next] tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targets
 2023-02-10 23:00 UTC  (3+ messages)

bpf: Propose some new instructions for -mcpu=v4
 2023-02-10 22:05 UTC  (11+ messages)

[PATCH v3] scripts: Exclude Rust CUs with pahole
 2023-02-10 20:48 UTC  (6+ messages)
        ` [PATCH 1/1] pahole/Rust: Check that we're adding DW_TAG_member sorted by byte offset

[PATCH v4 bpf-next 00/11] BPF rbtree next-gen datastructure
 2023-02-10 20:01 UTC  (27+ messages)
` [PATCH v4 bpf-next 01/11] bpf: Migrate release_on_unlock logic to non-owning ref semantics
` [PATCH v4 bpf-next 02/11] bpf: Improve bpf_reg_state space usage for non-owning ref lock
` [PATCH v4 bpf-next 03/11] selftests/bpf: Update linked_list tests for non-owning ref semantics
` [PATCH v4 bpf-next 04/11] bpf: Add basic bpf_rb_{root,node} support
` [PATCH v4 bpf-next 05/11] bpf: Add bpf_rbtree_{add,remove,first} kfuncs
` [PATCH v4 bpf-next 06/11] bpf: Add support for bpf_rb_root and bpf_rb_node in kfunc args
` [PATCH v4 bpf-next 07/11] bpf: Add callback validation to kfunc verifier logic
` [PATCH v4 bpf-next 08/11] bpf: Special verifier handling for bpf_rbtree_{remove, first}
` [PATCH v4 bpf-next 09/11] bpf: Add bpf_rbtree_{add,remove,first} decls to bpf_experimental.h
` [PATCH v4 bpf-next 10/11] selftests/bpf: Add rbtree selftests
` [PATCH v4 bpf-next 11/11] bpf, documentation: Add graph documentation for non-owning refs

[PATCH bpf-next 0/6] ice: post-mbuf fixes
 2023-02-10 18:09 UTC  (8+ messages)
` [PATCH bpf-next 1/6] ice: fix ice_tx_ring::xdp_tx_active underflow
` [PATCH bpf-next 2/6] ice: fix XDP Tx ring overrun
` [PATCH bpf-next 3/6] ice: remove two impossible branches on XDP Tx cleaning
` [PATCH bpf-next 4/6] ice: robustify cleaning/completing XDP Tx buffers
` [PATCH bpf-next 5/6] ice: fix freeing XDP frames backed by Page Pool
` [PATCH bpf-next 6/6] ice: micro-optimize .ndo_xdp_xmit() path

[LSF/MM/BPF TOPIC] fuse passthrough solutions and status
 2023-02-10 15:52 UTC 

Kernel build fail with 'btf_encoder__encode: btf__dedup failed!'
 2023-02-10 15:37 UTC  (12+ messages)

[PATCH bpf-next V1] igc: enable and fix RX hash usage by netstack
 2023-02-10 15:23 UTC  (2+ messages)

[PATCH net-next v1] xsk: support use vaddr as ring
 2023-02-10 14:27 UTC  (4+ messages)

[RFC PATCH v2 00/21] FUSE BPF: A Stacked Filesystem Extension for FUSE
 2023-02-10 10:53 UTC  (10+ messages)

[PATCH net-next] net: skbuff: drop the word head from skb cache
 2023-02-10  9:20 UTC  (4+ messages)

W sprawie samochodu
 2023-02-10  8:55 UTC 

[PATCH bpf-next] sfc: move xdp_features configuration in efx_pci_probe_post_io()
 2023-02-10  8:55 UTC  (2+ messages)

[PATCH bpf-next] selftests/bpf: Cross-compile bpftool
 2023-02-10  8:43 UTC 

[PATCH] module: Remove the unused function within
 2023-02-10  6:42 UTC 

[RFC 0/5] mm/bpf/perf: Store build id in file object
 2023-02-09 19:38 UTC  (10+ messages)
` [PATCH RFC 1/5] mm: "
` [PATCH RFC 5/5] selftests/bpf: Add iter_task_vma_buildid test

[PATCH bpf-next 0/9] selftests/bpf: Add Memory Sanitizer support
 2023-02-09 19:37 UTC  (9+ messages)
` [PATCH bpf-next 4/9] selftests/bpf: Forward SAN_CFLAGS and SAN_LDFLAGS to runqslower and libbpf
` [PATCH bpf-next 8/9] libbpf: Add MSan annotations

XDP SYNProxy SYN+ACK packet missing?
 2023-02-09 18:02 UTC 

[PATCH] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2023-02-09 17:48 UTC  (7+ messages)

[PATCH bpf-next 0/2] libbpf: allow users to set kprobe/uprobe attach mode
 2023-02-09 17:13 UTC  (9+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: add test for legacy/perf "

[PATCH bpf-next] bpf: add --skip_encoding_btf_inconsistent_proto, --btf_gen_optimized to pahole flags for v1.25
 2023-02-09 15:08 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