public inbox for bpf@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-06 17:03:07 to 2025-03-09 17:42:41 UTC [more...]

[PATCH v3 00/16] Introduce and use generic parity16/32/64 helper
 2025-03-09 17:42 UTC  (27+ messages)
` [PATCH v3 01/16] bitops: Change parity8() return type to bool

[PATCHSET v2 sched_ext/for-6.15] sched_ext: Enhance built-in idle selection with allowed CPUs
 2025-03-09 15:39 UTC  (11+ messages)
` [PATCH 1/6] sched_ext: idle: Honor idle flags in the built-in idle selection policy
` [PATCH 2/6] sched_ext: idle: Refactor scx_select_cpu_dfl()
` [PATCH 3/6] sched_ext: idle: Introduce the concept of allowed CPUs
` [PATCH 4/6] sched_ext: idle: Introduce scx_bpf_select_cpu_and()
` [PATCH 5/6] selftests/sched_ext: Add test for scx_bpf_select_cpu_and()
` [PATCH 6/6] sched_ext: idle: Deprecate scx_bpf_select_cpu_dfl()

[PATCH net-next 0/5] tcp: add some RTO MIN and DELACK MAX
 2025-03-09 12:30 UTC  (6+ messages)
` [PATCH net-next 1/5] tcp: bpf: support bpf_getsockopt for TCP_BPF_RTO_MIN
` [PATCH net-next 2/5] tcp: bpf: support bpf_getsockopt for TCP_BPF_DELACK_MAX
` [PATCH net-next 3/5] tcp: support TCP_RTO_MIN_US for set/getsockopt use
` [PATCH net-next 4/5] tcp: support TCP_DELACK_MAX_US "
` [PATCH net-next 5/5] selftests: add bpf_set/getsockopt() for TCP_BPF_DELACK_MAX and TCP_BPF_RTO_MIN

[PATCH iwl-next v9 00/14] igc: Add support for Frame Preemption feature in IGC
 2025-03-09 10:46 UTC  (15+ messages)
` [PATCH iwl-next v9 01/14] net: stmmac: move frag_size handling out of spin_lock
` [PATCH iwl-next v9 02/14] net: ethtool: mm: extract stmmac verification logic into common library
` [PATCH iwl-next v9 03/14] net: ethtool: mm: reset verification status when link is down
` [PATCH iwl-next v9 04/14] igc: rename xdp_get_tx_ring() for non-xdp usage
` [PATCH iwl-next v9 05/14] igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULT
` [PATCH iwl-next v9 06/14] igc: use FIELD_PREP and GENMASK for existing TX packet buffer size
` [PATCH iwl-next v9 07/14] igc: optimize TX packet buffer utilization for TSN mode
` [PATCH iwl-next v9 08/14] igc: use FIELD_PREP and GENMASK for existing RX packet buffer size
` [PATCH iwl-next v9 09/14] igc: set the RX packet buffer size for TSN mode
` [PATCH iwl-next v9 10/14] igc: add support for frame preemption verification
` [PATCH iwl-next v9 11/14] igc: add support to set tx-min-frag-size
` [PATCH iwl-next v9 12/14] igc: block setting preemptible traffic class in taprio
` [PATCH iwl-next v9 13/14] igc: add support to get MAC Merge data via ethtool
` [PATCH iwl-next v9 14/14] igc: add support to get frame preemption statistics "

[PATCH] bpf: add missing NULL check for __dev_get_by_index
 2025-03-09 10:00 UTC  (3+ messages)

[PATCH net v1] netfilter: nf_conncount: Fully initialize struct nf_conncount_tuple in insert_tree()
 2025-03-09  9:42 UTC  (2+ messages)

[PATCH net-next v1] dev: remove netdev_lock() and netdev_lock_ops() in register_netdevice()
 2025-03-08 23:51 UTC  (6+ messages)

[CentOS-devel] make dist-all-rpms fails with test_progs-no_alu32-extras Error
 2025-03-08 20:31 UTC 

[PATCH net-next v11 0/4] fix the DMA API misuse problem for page_pool
 2025-03-08 14:40 UTC  (5+ messages)
` [PATCH net-next v11 1/4] page_pool: introduce page_pool_get_pp() API

[PATCH bpf-next v2 0/6] bpf: Support atomic update for htab of maps
 2025-03-08 13:51 UTC  (7+ messages)
` [PATCH bpf-next v2 1/6] bpf: Factor out htab_elem_value helper()
` [PATCH bpf-next v2 2/6] bpf: Rename __htab_percpu_map_update_elem to htab_map_update_elem_in_place
` [PATCH bpf-next v2 3/6] bpf: Support atomic update for htab of maps
` [PATCH bpf-next v2 4/6] bpf: Add is_fd_htab() helper
` [PATCH bpf-next v2 5/6] bpf: Don't allocate per-cpu extra_elems for fd htab
` [PATCH bpf-next v2 6/6] selftests/bpf: Add test case for atomic update of "

[PATCH bpf-next 0/2] selftests/bpf: Move test_lwt_seg6local to test_progs
 2025-03-08  9:30 UTC  (5+ messages)
` [PATCH bpf-next 1/2] selftests/bpf: lwt_seg6local: Remove unused routes
` [PATCH bpf-next 2/2] selftests/bpf: lwt_seg6local: Move test to test_progs

[PATCH] libbpf: Fix uprobe offset calculation
 2025-03-08  6:48 UTC  (2+ messages)

[PATCH bpf-next 1/2] bpf: add get_netns_cookie helper to tracing programs
 2025-03-08  6:17 UTC  (7+ messages)

[PATCH bpf-next v3 0/4] Support freplace prog from user namespace
 2025-03-08  5:12 UTC  (9+ messages)
` [PATCH bpf-next v3 1/4] bpf: BPF token support for BPF_BTF_GET_FD_BY_ID
` [PATCH bpf-next v3 2/4] bpf: return prog btf_id without capable check
` [PATCH bpf-next v3 3/4] libbpf: pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_ID
` [PATCH bpf-next v3 4/4] selftests/bpf: test freplace from user namespace

[PATCH net] net: mana: Support holes in device list reply msg
 2025-03-08  3:50 UTC  (3+ messages)

pull-request: bpf-next 2025-03-06
 2025-03-08  3:40 UTC  (2+ messages)

[PATCH v6 0/4] bpf: introduce helper for populating bpf_cpumask
 2025-03-08  1:37 UTC  (9+ messages)
` [PATCH v6 1/4] bpf: add kfunc for populating cpumask bits
` [PATCH v6 2/4] selftests: bpf: add bpf_cpumask_populate selftests
` [PATCH v6 3/4] bpf: fix missing kdoc string fields in cpumask.c
` [PATCH v6 4/4] selftests: bpf: add missing test to runner

[PATCH v6 bpf-next 0/2] security: Propagate caller information in bpf hooks
 2025-03-08  1:32 UTC  (3+ messages)
` [PATCH v6 bpf-next 1/2] "
` [PATCH v6 bpf-next 2/2] selftests/bpf: Add a kernel flag test for LSM bpf hook

[PATCH v5 bpf-next 0/2] security: Propagate caller information in bpf hooks
 2025-03-07 22:45 UTC  (4+ messages)
` [PATCH v5 bpf-next 1/2] "
` [PATCH v5 bpf-next 2/2] selftests/bpf: Add a kernel flag test for LSM bpf hook

[PATCH iwl-net] igc: Fix XSK queue NAPI ID mapping
 2025-03-07 21:37 UTC  (5+ messages)

[PATCH RFC bpf-next 00/20] traits: Per packet metadata KV store
 2025-03-07 19:24 UTC  (8+ messages)
` [PATCH RFC bpf-next 01/20] trait: limited KV store for packet metadata
` [PATCH RFC bpf-next 02/20] trait: XDP support

[PATCH bpf-next] bpf, sockmap: Simplify iteration on link removal
 2025-03-07 18:36 UTC  (2+ messages)

[PATCH] perf report: Do not process non-JIT BPF ksymbol events
 2025-03-07 18:09 UTC  (2+ messages)

[PATCH] selftests/bpf: Strerror expects positive number
 2025-03-07 17:20 UTC  (2+ messages)

[PATCH net] vsock/bpf: Handle EINTR connect() racing against sockmap update
 2025-03-07 16:01 UTC  (6+ messages)

[PATCH v2 0/2] Fix xdp_adjust_frags_tail_grow selftest on powerpc
 2025-03-07 15:24 UTC  (2+ messages)

[bpf-next v3] bpf: adjust btf load error logging
 2025-03-07 15:00 UTC 

[PATCH bpf-next v12 0/5] xsk: TX metadata Launch Time support
 2025-03-07 14:20 UTC  (4+ messages)
` [PATCH bpf-next v12 5/5] igc: Add launch time support to XDP ZC

[PATCH net-next 00/16] idpf: add XDP support
 2025-03-07 14:16 UTC  (21+ messages)
` [PATCH net-next 04/16] libeth: add XSk helpers
` [PATCH net-next 05/16] idpf: fix Rx descriptor ready check barrier in splitq
` [PATCH net-next 06/16] idpf: a use saner limit for default number of queues to allocate
` [PATCH net-next 07/16] idpf: link NAPIs to queues
` [PATCH net-next 08/16] idpf: make complq cleaning dependent on scheduling mode
` [PATCH net-next 09/16] idpf: remove SW marker handling from NAPI
` [PATCH net-next 10/16] idpf: add support for nointerrupt queues
` [PATCH net-next 11/16] idpf: prepare structures to support XDP
` [PATCH net-next 12/16] idpf: implement XDP_SETUP_PROG in ndo_bpf for splitq

[PATCH net] bpf, sockmap: Restore sk_prot ops when psock is removed from sockmap
 2025-03-07 13:18 UTC  (4+ messages)

[PATCH iwl-next v8 00/11] igc: Add support for Frame Preemption feature in IGC
 2025-03-07 11:52 UTC  (10+ messages)
` [PATCH iwl-next v8 07/11] igc: add support for frame preemption verification
` [PATCH iwl-next v8 08/11] igc: add support to set tx-min-frag-size
` [PATCH iwl-next v8 11/11] igc: add support to get frame preemption statistics via ethtool

[PATCH v5 0/4] bpf: introduce helper for populating bpf_cpumask
 2025-03-07 11:51 UTC  (7+ messages)
` [PATCH v5 1/4] bpf: add kfunc for populating cpumask bits
` [PATCH v5 2/4] selftests: bpf: add bpf_cpumask_fill selftests
` [PATCH v5 3/4] bpf: fix missing kdoc string fields in cpumask.c
` [PATCH v5 4/4] selftests: bpf: add missing cpumask test to runner and annotate existing tests

[PATCH bpf-next v2 0/3] bpf: Fix use-after-free of sockmap
 2025-03-07  9:45 UTC  (3+ messages)
` [PATCH bpf-next v2 1/3] bpf, sockmap: avoid using sk_socket after free

[syzbot] [bpf?] general protection fault in bpf_map_offload_map_alloc
 2025-03-07  7:39 UTC 

[PATCH net-next v6 0/4] virtio-net: Link queues to NAPIs
 2025-03-07  6:48 UTC  (2+ messages)

[PATCHSET sched_ext/for-6.15] sched_ext: Enhance built-in idle selection with preferred CPUs
 2025-03-07  6:35 UTC  (12+ messages)
` [PATCH 1/4] sched_ext: idle: Honor idle flags in the built-in idle selection policy
` [PATCH 2/4] sched_ext: idle: Introduce the concept of preferred CPUs
` [PATCH 3/4] sched_ext: idle: Introduce scx_bpf_select_cpu_pref()
` [PATCH 4/4] selftests/sched_ext: Add test for scx_bpf_select_cpu_pref()

[BUG?] loxilb tc BPF program cause Loongarch kernel hard lockup
 2025-03-07  4:04 UTC  (3+ messages)

[PATCH] perf trace: Implement syscall summary in BPF
 2025-03-07  1:57 UTC  (2+ messages)

[PATCH] block: Name the RQF flags enum
 2025-03-07  0:51 UTC  (2+ messages)

[PATCH net-next 1/2] selftests: net: fix error message in bpf_offload
 2025-03-07  0:50 UTC  (2+ messages)

[PATCH net-next] net: stmmac: avoid shadowing global buf_sz
 2025-03-07  0:50 UTC  (2+ messages)

[PATCH sched_ext/for-6.15 v3 0/5] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
 2025-03-07  0:07 UTC  (6+ messages)
` [PATCH sched_ext/for-6.15 v3 2/5] sched_ext: Declare context-sensitive kfunc groups that can be used by different SCX operations

[PATCH] lib/buildid: Handle memfd_secret() files in build_id_parse()
 2025-03-06 23:08 UTC  (2+ messages)

[PATCH] selftests/bpf: Move test_lwt_ip_encap to test_progs
 2025-03-06 22:32 UTC  (2+ messages)

[PATCH bpf-next v5 1/3] selftests/bpf: Clean up call sites of stdio_restore()
 2025-03-06 22:20 UTC  (2+ messages)

[Patch bpf-next v2 0/4] tcp_bpf: improve ingress redirection performance with message corking
 2025-03-06 22:02 UTC  (5+ messages)
` [Patch bpf-next v2 1/4] skmsg: rename sk_msg_alloc() to sk_msg_expand()
` [Patch bpf-next v2 2/4] skmsg: implement slab allocator cache for sk_msg
` [Patch bpf-next v2 3/4] skmsg: save some space in struct sk_psock
` [Patch bpf-next v2 4/4] tcp_bpf: improve ingress redirection performance with message corking

[PATCH dwarves 0/2] dwarves: Introduce github actions for CI
 2025-03-06 21:14 UTC  (4+ messages)
` [PATCH dwarves 1/2] dwarves: Add github actions to build, test
` [PATCH dwarves 2/2] dwarves: Fix clang warning about unused variable

[PATCH bpf-next v5 0/6] XDP metadata support for tun driver
 2025-03-06 20:40 UTC  (2+ messages)

[PATCH dwarves v4 0/6] btf_encoder: emit type tags for bpf_arena pointers
 2025-03-06 17:14 UTC  (4+ messages)
` [PATCH dwarves v4 2/6] btf_encoder: use __weak declarations of version-dependent libbpf API


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox