BPF List
 help / color / mirror / Atom feed
 messages from 2025-02-07 17:06:54 to 2025-02-10 15:19:21 UTC [more...]

[PATCH bpf-next v5 0/4] Add prog_kfunc feature probe
 2025-02-10 15:19 UTC  (9+ messages)
` [PATCH bpf-next v5 1/4] libbpf: Extract prog load type check from libbpf_probe_bpf_helper
` [PATCH bpf-next v5 2/4] libbpf: Init fd_array when prog probe load
` [PATCH bpf-next v5 3/4] libbpf: Add libbpf_probe_bpf_kfunc API
` [PATCH bpf-next v5 4/4] selftests/bpf: Add libbpf_probe_bpf_kfunc API selftests

[PATCH net 0/3] net: ethernet: ti: am65-cpsw: XDP fixes
 2025-02-10 14:52 UTC  (4+ messages)
` [PATCH net 1/3] net: ethernet: ti: am65-cpsw: fix memleak in certain XDP cases
` [PATCH net 2/3] net: ethernet: ti: am65-cpsw: fix RX & TX statistics for XDP_TX case
` [PATCH net 3/3] net: ethernet: ti: am65_cpsw: fix tx_cleanup for XDP case

[PATCH v3 bpf 0/2] bpf: skip non exist keys in generic_map_lookup_batch
 2025-02-10 14:47 UTC  (5+ messages)
` [PATCH v3 bpf 1/2] "
` [PATCH v3 bpf 2/2] selftests: bpf: test batch lookup on array of maps with holes

[PATCH net-next v4 0/8] bpf: cpumap: enable GRO for XDP_PASS frames
 2025-02-10 14:05 UTC  (2+ messages)

[PATCH bpf-next v2 0/2] selftests/bpf: implement setting global variables in veristat
 2025-02-10 13:51 UTC  (3+ messages)
` [PATCH bpf-next v2 1/2] "
` [PATCH bpf-next v2 2/2] selftests/bpf: introduce veristat test

[PATCH v2 0/2] bpf-next: Introduced to support the ULP to get or set sockets
 2025-02-10 13:45 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] bpf-next: selftest for TCP_ULP in bpf_setsockopt

[PATCH net-next v9 00/11] net: Improve netns handling in rtnetlink
 2025-02-10 13:30 UTC  (12+ messages)
` [PATCH net-next v9 01/11] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v9 02/11] rtnetlink: Pack newlink() params into struct
` [PATCH net-next v9 03/11] net: Use link netns in newlink() of rtnl_link_ops
` [PATCH net-next v9 04/11] ieee802154: 6lowpan: Validate "
` [PATCH net-next v9 05/11] net: ip_tunnel: Use "
` [PATCH net-next v9 06/11] net: ipv6: "
` [PATCH net-next v9 07/11] net: xfrm: "
` [PATCH net-next v9 08/11] rtnetlink: Remove "net" from newlink params
` [PATCH net-next v9 09/11] rtnetlink: Create link directly in target net namespace
` [PATCH net-next v9 10/11] selftests: net: Add python context manager for netns entering
` [PATCH net-next v9 11/11] selftests: net: Add test cases for link and peer netns

[PATCH net-next 0/4] xsk: the lost bits from Chapter III
 2025-02-10 12:31 UTC  (10+ messages)
` [PATCH net-next 1/4] unroll: add generic loop unroll helpers
` [PATCH net-next 2/4] i40e: use generic unrolled_count() macro
` [PATCH net-next 3/4] ice: "
` [PATCH net-next 4/4] xsk: add helper to get &xdp_desc's DMA and meta pointer in one go

[PATCH bpf-next] uprobes: Harden uretprobe syscall trampoline check
 2025-02-10 12:07 UTC  (2+ messages)

[PATCH] netfs: Add retry stat counters
 2025-02-10 11:12 UTC  (3+ messages)

[PATCH bpf-next v2 00/26] Resilient Queued Spin Lock
 2025-02-10 10:49 UTC  (24+ messages)
` [PATCH bpf-next v2 07/26] rqspinlock: Add support for timeouts
` [PATCH bpf-next v2 09/26] rqspinlock: Protect waiters in queue from stalls
` [PATCH bpf-next v2 11/26] rqspinlock: Add deadlock detection and recovery
` [PATCH bpf-next v2 17/26] rqspinlock: Hardcode cond_acquire loops to asm-generic implementation
` [PATCH bpf-next v2 19/26] bpf: Convert hashtab.c to rqspinlock
` [PATCH bpf-next v2 23/26] bpf: Handle allocation failure in acquire_lock_state

[RFC PATCH] x86: add function metadata support
 2025-02-10 10:40 UTC 

[PATCH net-next v2 0/3] Add native mode XDP support
 2025-02-10 10:33 UTC  (4+ messages)
` [PATCH net-next v2 1/3] net: ti: icssg-prueth: Use page_pool API for RX buffer allocation
` [PATCH net-next v2 2/3] net: ti: icssg-prueth: introduce and use prueth_swdata struct for SWDATA
` [PATCH net-next v2 3/3] net: ti: icssg-prueth: Add XDP support

[PATCH 00/27] Improve ABI documentation generation
 2025-02-10 10:18 UTC  (3+ messages)
` [PATCH 26/27] scripts/get_abi.py: add support for undefined ABIs
` [PATCH 27/27] scripts/get_abi.pl: drop now obsoleted script

[PATCH net-next 00/15] Rate management on traffic classes + misc
 2025-02-10  9:51 UTC  (19+ messages)
` [PATCH net-next 01/15] devlink: Extend devlink rate API with traffic classes bandwidth management
` [PATCH net-next 02/15] net/mlx5: Add no-op implementation for setting tc-bw on rate objects
` [PATCH net-next 03/15] net/mlx5: Add support for setting tc-bw on nodes
` [PATCH net-next 04/15] net/mlx5: Add traffic class scheduling support for vport QoS
` [PATCH net-next 05/15] net/mlx5: Manage TC arbiter nodes and implement full support for tc-bw
` [PATCH net-next 06/15] net/mlx5e: reduce the max log mpwrq sz for ECPF and reps
` [PATCH net-next 07/15] net/mlx5e: reduce rep rxq depth to 256 for ECPF
` [PATCH net-next 08/15] net/mlx5e: set the tx_queue_len for pfifo_fast
` [PATCH net-next 09/15] net/mlx5: Rename and move mlx5_esw_query_vport_vhca_id
` [PATCH net-next 10/15] net/mlx5: Expose ICM consumption per function
` [PATCH net-next 11/15] net/mlx5e: Move RQs diagnose to a dedicated function
` [PATCH net-next 12/15] net/mlx5e: Add direct TIRs to devlink rx reporter diagnose
` [PATCH net-next 13/15] net/mlx5e: Expose RSS via "
` [PATCH net-next 14/15] net/mlx5: Extend Ethtool loopback selftest to support non-linear SKB
` [PATCH net-next 15/15] net/mlx5: XDP, Enable TX side XDP multi-buffer support

[PATCH bpf-next 0/4] bpf: Introduce global percpu data
 2025-02-10  9:52 UTC  (9+ messages)
` [PATCH bpf-next 1/4] "
` [PATCH bpf-next 4/4] selftests/bpf: Add a case to test "

[PATCH v7 5/6] kernfs: Use RCU to access kernfs_node::parent
 2025-02-10  8:43 UTC 

[PATCHSET v10 sched_ext/for-6.15] sched_ext: split global idle cpumask into per-NUMA cpumasks
 2025-02-10  8:28 UTC  (23+ messages)
` [PATCH 1/6] mm/numa: Introduce numa_nearest_nodemask()
` [PATCH 2/6] sched/topology: Introduce for_each_numa_node() iterator
` [PATCH 3/6] sched_ext: idle: Introduce SCX_OPS_BUILTIN_IDLE_PER_NODE
` [PATCH 4/6] sched_ext: idle: introduce SCX_PICK_IDLE_IN_NODE
` [PATCH 5/6] sched_ext: idle: Per-node idle cpumasks
` [PATCH 6/6] sched_ext: idle: Introduce node-aware idle cpu kfunc helpers

[PATCH 1/3] Revert "tcp: Use skb__nullable in trace_tcp_send_reset"
 2025-02-10  7:38 UTC  (4+ messages)
` [PATCH 2/3] Revert "selftests/bpf: Add test for __nullable suffix in tp_btf"
` [PATCH 3/3] Revert "bpf: Support __nullable argument suffix for tp_btf"

[PATCH iwl-next v4 0/9] igc: Add support for Frame Preemption feature in IGC
 2025-02-10  7:02 UTC  (10+ messages)
` [PATCH iwl-next v4 1/9] net: ethtool: mm: extract stmmac verification logic into common library
` [PATCH iwl-next v4 2/9] igc: Rename xdp_get_tx_ring() for non-xdp usage
` [PATCH iwl-next v4 3/9] igc: Optimize the TX packet buffer utilization
` [PATCH iwl-next v4 4/9] igc: Set the RX packet buffer size for TSN mode
` [PATCH iwl-next v4 5/9] igc: Add support for frame preemption verification
` [PATCH iwl-next v4 6/9] igc: Add support to set tx-min-frag-size
` [PATCH iwl-next v4 7/9] igc: Add support for preemptible traffic class in taprio
` [PATCH iwl-next v4 8/9] igc: Add support to get MAC Merge data via ethtool
` [PATCH iwl-next v4 9/9] igc: Add support to get frame preemption statistics "

[PATCH] selftests/sched_ext: Fix false positives of init_enable_count test
 2025-02-10  6:02 UTC 

[RFC PATCH 0/2] livepatch: Add support for hybrid mode
 2025-02-10  2:39 UTC  (9+ messages)

[PATCH bpf-next v2 0/9] Introduce load-acquire and store-release BPF instructions
 2025-02-09 23:41 UTC  (13+ messages)
` [PATCH bpf-next v2 4/9] bpf: Introduce load-acquire and store-release instructions
` [PATCH bpf-next v2 8/9] selftests/bpf: Add selftests for "

[RFC PATCH bpf-next 0/8] bpf, sched_ext: Make kfunc filters support struct_ops context to reduce runtime overhead
 2025-02-09 15:22 UTC  (4+ messages)
` [RFC PATCH bpf-next 6/8] sched_ext: Add filter for scx_kfunc_ids_unlocked

[PATCH bpf-next v4 0/4] Add prog_kfunc feature probe
 2025-02-09  6:56 UTC  (5+ messages)
` [PATCH bpf-next v4 3/4] libbpf: Add libbpf_probe_bpf_kfunc API

[PATCH bpf-next v9 00/12] net-timestamp: bpf extension to equip applications transparently
 2025-02-08 23:27 UTC  (15+ messages)
` [PATCH bpf-next v9 01/12] bpf: add support for bpf_setsockopt()
` [PATCH bpf-next v9 02/12] bpf: prepare for timestamping callbacks use
` [PATCH bpf-next v9 03/12] bpf: stop unsafely accessing TCP fields in bpf callbacks
` [PATCH bpf-next v9 04/12] bpf: stop calling some sock_op BPF CALLs in new timestamping callbacks
` [PATCH bpf-next v9 05/12] net-timestamp: prepare for isolating two modes of SO_TIMESTAMPING
` [PATCH bpf-next v9 06/12] bpf: support SCM_TSTAMP_SCHED "
` [PATCH bpf-next v9 07/12] bpf: support sw SCM_TSTAMP_SND "
` [PATCH bpf-next v9 08/12] bpf: support hw "
` [PATCH bpf-next v9 09/12] bpf: support SCM_TSTAMP_ACK "
` [PATCH bpf-next v9 10/12] bpf: add a new callback in tcp_tx_timestamp()
` [PATCH bpf-next v9 11/12] bpf: support selective sampling for bpf timestamping
` [PATCH bpf-next v9 12/12] selftests/bpf: add simple bpf tests in the tx path for timestamping feature

The business loan-
 2025-02-08 22:10 UTC 

[PATCH v3 0/2] seccomp: pass uretprobe system call through seccomp
 2025-02-08 20:35 UTC  (4+ messages)

Poor performance of bpf_map_update_elem() for BPF_MAP_TYPE_HASH_OF_MAPS / BPF_MAP_TYPE_ARRAY_OF_MAPS
 2025-02-08 18:33 UTC  (7+ messages)

[PATCH bpf-next 0/3] bpf: Overwrite the htab element atomically
 2025-02-08 10:16 UTC  (5+ messages)
` [PATCH bpf-next 2/3] bpf: Overwrite the element in hash map atomically
  ` [RESEND] "

[PATCH bpf-next v8 00/12] net-timestamp: bpf extension to equip applications transparently
 2025-02-08  6:53 UTC  (18+ messages)
` [PATCH bpf-next v8 10/12] bpf: make TCP tx timestamp bpf extension work

[PATCH net-next v5 0/3] netdev-genl: Add an xsk attribute to queues
 2025-02-08  4:12 UTC  (2+ messages)
` [PATCH net-next v5 3/3] selftests: drv-net: Test queue xsk attribute

[RFC] bpf: Rethinking BPF safety, BPF open-coded iterators, and possible improvements (runtime protection)
 2025-02-08  2:40 UTC  (4+ messages)

[PATCH bpf-next] selftests/bpf: Remove with_addr.sh and with_tunnels.sh
 2025-02-08  2:40 UTC  (2+ messages)

[PATCH bpf-next] bpf: define KF_ARENA_* flags for bpf_arena kfuncs
 2025-02-08  2:30 UTC  (2+ messages)

[PATCH v2 bpf 0/2] bpf: skip non exist keys in
 2025-02-08  2:13 UTC  (6+ messages)
` [PATCH v2 bpf 1/2] bpf: skip non exist keys in generic_map_lookup_batch
` [PATCH v2 bpf 2/2] selftests: bpf: test batch lookup on array of maps with holes

[PATCH 1/2] libbpf: BPF program load type enum
 2025-02-08  1:13 UTC  (6+ messages)
` [PATCH 2/2] libbpf: BPF programs dynamic loading and attaching
    `  "
        `  "

[PATCH bpf-next v2 18/26] rqspinlock: Add entry to Makefile, MAINTAINERS
 2025-02-08  0:43 UTC  (2+ messages)

[PATCH 0/2] Add option for generating BTF types of global variables
 2025-02-07 23:50 UTC  (3+ messages)
` [PATCH 2/2] btf: Add the option to include global variable types

[PATCH bpf-next v2 0/3] bpf: Some fixes for nullness elision
 2025-02-07 23:50 UTC  (2+ messages)

[PATCH bpf-next v2 02/26] locking: Move common qspinlock helpers to a private header
 2025-02-07 23:21 UTC  (2+ messages)

[PATCH net-next v6 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2025-02-07 23:18 UTC  (4+ messages)

[PATCH bpf-next 1/2] libbpf: fix LDX/STX/ST CO-RE relocation size adjustment logic
 2025-02-07 21:45 UTC  (2+ messages)

[PATCH] tools/build: Skip jobserver flgas in -s detection
 2025-02-07 21:14 UTC  (2+ messages)

[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-02-07 18:37 UTC  (6+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry

[PATCH v5 4/4] perf parse-events: Reapply "Prefer sysfs/JSON hardware events over legacy"
 2025-02-07 17:18 UTC  (13+ messages)

[PATCHSET v9 sched_ext/for-6.15] sched_ext: split global idle cpumask into per-NUMA cpumasks
 2025-02-07 17:07 UTC  (5+ messages)
` [PATCH 1/5] sched/topology: Introduce for_each_numa_node() iterator


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