BPF List
 help / color / mirror / Atom feed
 messages from 2024-08-21 00:29:52 to 2024-08-22 13:07:28 UTC [more...]

[PATCH iwl-net v3 0/6] ice: fix synchronization between .ndo_bpf() and reset
 2024-08-22 13:07 UTC  (19+ messages)
` [PATCH iwl-net v3 1/6] ice: move netif_queue_set_napi to rtnl-protected sections
` [PATCH iwl-net v3 2/6] ice: protect XDP configuration with a mutex
` [PATCH iwl-net v3 3/6] ice: check for XDP rings instead of bpf program when unconfiguring
` [PATCH iwl-net v3 4/6] ice: check ICE_VSI_DOWN under rtnl_lock when preparing for reset
` [PATCH iwl-net v3 5/6] ice: remove ICE_CFG_BUSY locking from AF_XDP code
` [PATCH iwl-net v3 6/6] ice: do not bring the VSI up, if it was down before the XDP setup

[PATCH v1] net: filter: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-22 12:40 UTC  (2+ messages)

[PATCH iwl-net] igb: Always call igb_xdp_ring_update_tail() under Tx lock
 2024-08-22 11:46 UTC  (2+ messages)

[PATCH bpf-next v2 0/8] libbpf, selftests/bpf: Support cross-endian usage
 2024-08-22  9:24 UTC  (9+ messages)
` [PATCH bpf-next v2 1/8] libbpf: Improve log message formatting
` [PATCH bpf-next v2 2/8] libbpf: Fix header comment typos for BTF.ext
` [PATCH bpf-next v2 3/8] libbpf: Fix output .symtab byte-order during linking
` [PATCH bpf-next v2 4/8] libbpf: Support BTF.ext loading and output in either endianness
` [PATCH bpf-next v2 5/8] libbpf: Support opening bpf objects of "
` [PATCH bpf-next v2 6/8] libbpf: Support linking "
` [PATCH bpf-next v2 7/8] libbpf: Support creating light skeleton "
` [PATCH bpf-next v2 8/8] selftests/bpf: Support cross-endian building

[PATCH bpf-next v1 0/8] libbpf, selftests/bpf: Support cross-endian usage
 2024-08-22  9:20 UTC  (11+ messages)
` [PATCH bpf-next v1 1/8] libbpf: Improve log message formatting
` [PATCH bpf-next v1 2/8] libbpf: Fix header comment typos for BTF.ext
` [PATCH bpf-next v1 3/8] libbpf: Fix output .symtab byte-order during linking
` [PATCH bpf-next v1 4/8] libbpf: Support BTF.ext loading and output in either endianness
` [PATCH bpf-next v1 5/8] libbpf: Support opening bpf objects of "
` [PATCH bpf-next v1 6/8] libbpf: Support linking "
` [PATCH bpf-next v1 7/8] libbpf: Support creating light skeleton "
` [PATCH bpf-next v1 8/8] selftests/bpf: Support cross-endian building

[PATCH bpf-next v4 0/2] selftests/bpf: new MPTCP subflow subtest
 2024-08-22  9:13 UTC  (5+ messages)
` [PATCH bpf-next v4 2/2] selftests/bpf: Add mptcp "

[syzbot] [bpf?] possible deadlock in work_grab_pending
 2024-08-22  8:45 UTC 

[PATCH bpf-next v3 0/6] support bpf_fastcall patterns for calls to kfuncs
 2024-08-22  8:41 UTC  (7+ messages)
` [PATCH bpf-next v3 1/6] bpf: rename nocsr -> bpf_fastcall in verifier
` [PATCH bpf-next v3 2/6] selftests/bpf: rename nocsr -> bpf_fastcall in selftests
` [PATCH bpf-next v3 3/6] bpf: support bpf_fastcall patterns for kfuncs
` [PATCH bpf-next v3 4/6] bpf: allow bpf_fastcall for bpf_cast_to_kern_ctx and bpf_rdonly_cast
` [PATCH bpf-next v3 5/6] selftests/bpf: by default use arch mask allowing all archs
` [PATCH bpf-next v3 6/6] selftests/bpf: check if bpf_fastcall is recognized for kfuncs

[PATCH] net: Don't allow to attach xdp if bond slave device's upper already has a program
 2024-08-22  8:25 UTC  (4+ messages)
    ` [External] "

[PATCH] objpool: fix choosing allocation for percpu slots
 2024-08-22  8:25 UTC 

[PATCH bpf-next v3 0/2] bpf: fix null pointer access for malformed BPF_CORE_TYPE_ID_LOCAL relos
 2024-08-22  8:01 UTC  (3+ messages)
` [PATCH bpf-next v3 1/2] bpf: correctly handle "
` [PATCH bpf-next v3 2/2] selftests/bpf: test for malformed BPF_CORE_TYPE_ID_LOCAL relocation

[PATCH net v4] bpf, net: Check cgroup_bpf_enabled() only once in do_sock_getsockopt()
 2024-08-22  7:01 UTC  (6+ messages)

[PATCH v2 bpf-next] selftest: bpf: Remove mssind boundary check in test_tcp_custom_syncookie.c
 2024-08-22  6:35 UTC  (3+ messages)

[PATCH v2 bpf-next 0/8] bpf: Add gen_epilogue and allow kfunc call in pro/epilogue
 2024-08-22  6:09 UTC  (16+ messages)
` [PATCH v2 bpf-next 1/8] bpf: Add gen_epilogue to bpf_verifier_ops
` [PATCH v2 bpf-next 2/8] bpf: Export bpf_base_func_proto
` [PATCH v2 bpf-next 3/8] selftests/bpf: attach struct_ops maps before test prog runs
` [PATCH v2 bpf-next 4/8] selftests/bpf: Test gen_prologue and gen_epilogue
` [PATCH v2 bpf-next 5/8] selftests/bpf: Add tailcall epilogue test
` [PATCH v2 bpf-next 6/8] bpf: Add module parameter to gen_prologue and gen_epilogue
` [PATCH v2 bpf-next 7/8] bpf: Allow pro/epilogue to call kfunc
` [PATCH v2 bpf-next 8/8] selftests/bpf: Add kfunc call test in gen_prologue and gen_epilogue

[PATCH bpf-next] bpf: Allow error injection for update_socket_protocol
 2024-08-22  6:08 UTC 

[PATCH net-next v2] net: refactor ->ndo_bpf calls into dev_xdp_propagate
 2024-08-22  5:51 UTC 

[PATCH net] net: mana: Fix race of mana_hwc_post_rx_wqe and new hwc response
 2024-08-22  5:34 UTC  (3+ messages)

[PATCH bpf-next v2 0/2] bpf: fix null pointer access for malformed BPF_CORE_TYPE_ID_LOCAL relos
 2024-08-22  4:39 UTC  (6+ messages)
` [PATCH bpf-next v2 1/2] bpf: correctly handle "
` [PATCH bpf-next v2 2/2] selftests/bpf: test for malformed BPF_CORE_TYPE_ID_LOCAL relocation

[RFC] kbuild: bpf: Do not run pahole with -j on 32bit userspace
 2024-08-22  3:55 UTC  (6+ messages)

[PATCH bpf-next v3 0/2] bpf: Fix updating attached freplace prog to prog_array map
 2024-08-22  3:01 UTC  (4+ messages)
` [PATCH bpf-next v3 1/2] "

[PATCH bpf-next v2 0/5] support bpf_fastcall patterns for calls to kfuncs
 2024-08-22  1:43 UTC  (13+ messages)
` [PATCH bpf-next v2 1/5] bpf: rename nocsr -> bpf_fastcall in verifier
` [PATCH bpf-next v2 2/5] selftests/bpf: rename nocsr -> bpf_fastcall in selftests
` [PATCH bpf-next v2 3/5] bpf: support bpf_fastcall patterns for kfuncs
` [PATCH bpf-next v2 4/5] bpf: allow bpf_fastcall for bpf_cast_to_kern_ctx and bpf_rdonly_cast
` [PATCH bpf-next v2 5/5] selftests/bpf: check if bpf_fastcall is recognized for kfuncs

[PATCH v3 0/1] Fix deadlock caused by cgroup_mutex and cpu_hotplug_lock
 2024-08-22  0:57 UTC  (3+ messages)
` [PATCH v3 1/1] cgroup: fix "

[Patch bpf] tcp_bpf: fix return value of tcp_bpf_sendmsg()
 2024-08-22  0:49 UTC  (3+ messages)

[PATCH net] bnxt_en: Fix double DMA unmapping for XDP_REDIRECT
 2024-08-22  0:40 UTC  (2+ messages)

[PATCH net-next v21] net: refactor ->ndo_bpf calls into dev_xdp_propagate
 2024-08-21 23:43 UTC  (3+ messages)

[PATCH bpf-next] bpf/bpf_lru_list: make bpf_common_lru_pop_free safe in NMI
 2024-08-21 22:56 UTC  (3+ messages)

[PATCH bpf-next] bpf: bpf_core_calc_relo_insn() should verify relocation type id
 2024-08-21 22:38 UTC  (8+ messages)

[PATCH] selftests/bpf: Fix incorrect parameters in NULL pointer checking
 2024-08-21 22:31 UTC  (5+ messages)

[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
 2024-08-21 22:30 UTC  (11+ messages)

[PATCH] docs/bpf: Add constant values for linkages
 2024-08-21 21:35 UTC  (5+ messages)
  ` [Bpf] "

[PATCH] docs/bpf: Fix a typo in verifier.rst
 2024-08-21 21:33 UTC  (2+ messages)

[PATCH bpf-next v2 1/2] bpf: Make the pointer returned by iter next method valid
 2024-08-21 20:53 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] selftests/bpf: new MPTCP subflow subtest
 2024-08-21 20:28 UTC  (6+ messages)
` [PATCH bpf-next v2 2/2] selftests/bpf: Add mptcp "

[PATCH bpf] bpf: Refactoring btf_name_valid_identifier() and btf_name_valid_section()
 2024-08-21 18:39 UTC  (2+ messages)

[PATCH bpf-next v3 0/8] __jited test tag to check disassembly after jit
 2024-08-21 18:13 UTC  (5+ messages)
` [PATCH bpf-next v3 5/8] selftests/bpf: utility function to get program "

[PATCH bpf-next 1/2] bpf: Relax KF_ACQUIRE kfuncs strict type matching constraint on non-zero offset pointers
 2024-08-21 18:02 UTC  (2+ messages)

[PATCH] bpftool: check for NULL ptr of btf in codegen_subskel_datasecs
 2024-08-21 17:57 UTC  (2+ messages)

[PATCH bpf-next 0/3] Support passing BPF iterator to kfuncs
 2024-08-21 17:50 UTC  (2+ messages)

Problem testing with S390x under QEMU on x86_64
 2024-08-21 17:28 UTC  (4+ messages)

[PATCH net-next 00/12] Unmask upper DSCP bits - part 1
 2024-08-21 17:00 UTC  (27+ messages)
` [PATCH net-next 01/12] bpf: Unmask upper DSCP bits in bpf_fib_lookup() helper
` [PATCH net-next 02/12] ipv4: Unmask upper DSCP bits in NETLINK_FIB_LOOKUP family
` [PATCH net-next 03/12] ipv4: Unmask upper DSCP bits when constructing the Record Route option
` [PATCH net-next 04/12] netfilter: rpfilter: Unmask upper DSCP bits
` [PATCH net-next 05/12] netfilter: nft_fib: "
` [PATCH net-next 06/12] ipv4: ipmr: Unmask upper DSCP bits in ipmr_rt_fib_lookup()
` [PATCH net-next 07/12] ipv4: Unmask upper DSCP bits in fib_compute_spec_dst()
` [PATCH net-next 08/12] ipv4: Unmask upper DSCP bits in input route lookup
` [PATCH net-next 09/12] ipv4: Unmask upper DSCP bits in RTM_GETROUTE "
` [PATCH net-next 10/12] ipv4: icmp: Pass full DS field to ip_route_input()
` [PATCH net-next 11/12] ipv4: udp: Unmask upper DSCP bits during early demux
` [PATCH net-next 12/12] ipv4: Unmask upper DSCP bits when using hints

[PATCH] libbpf: Initialize st_ops->tname with strdup()
 2024-08-21 16:48 UTC  (5+ messages)

KASAN: null-ptr-deref in bpf_core_calc_relo_insn
 2024-08-21 16:42 UTC  (6+ messages)

[PATCH v3 00/13] uprobes: RCU-protected hot path optimizations
 2024-08-21 16:41 UTC  (4+ messages)

[PATCH v3] uprobes: turn trace_uprobe's nhit counter to be per-CPU one
 2024-08-21 16:38 UTC  (2+ messages)

[PATCH RFC bpf-next 00/52] bpf, xdp: introduce and use Generic Hints/metadata
 2024-08-21 16:36 UTC  (12+ messages)
` [PATCH RFC bpf-next 32/52] bpf, cpumap: switch to GRO from netif_receive_skb_list()
      ` [xdp-hints] "

[PATCH v1] nfp: bpf: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-21 15:08 UTC  (3+ messages)

[PATCH v1] tools:util:Remove the check that map is empty
 2024-08-21 14:37 UTC  (2+ messages)

[PATCH v2] libbpf: Initialize st_ops->tname with strdup()
 2024-08-21 13:41 UTC  (4+ messages)

[PATCH net-next v13 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
 2024-08-21 12:30 UTC  (10+ messages)
` [PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API

Question: Move BPF_SK_LOOKUP ahead of connected UDP sk lookup?
 2024-08-21 11:44 UTC  (3+ messages)

[PATCH net-next 03/13] virtio_ring: packed: harden dma unmap for indirect
 2024-08-21  8:54 UTC  (2+ messages)

[PATCH] uprobes: Optimize the allocation of insn_slot for performance
 2024-08-21  8:46 UTC  (9+ messages)

[PATCH] arm64: insn: Simulate nop and push instruction for better uprobe performance
 2024-08-21  7:55 UTC  (3+ messages)

[PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr
 2024-08-21  3:43 UTC  (9+ messages)

[PATCH v1 bpf-next] selftest: bpf: Correct mssind comparison in test_tcp_custom_syncookie.c
 2024-08-21  1:28 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