messages from 2025-03-04 07:43:39 to 2025-03-05 19:49:56 UTC [more...]
[PATCH bpf-next v2 0/4] Support freplace prog from user namespace
2025-03-05 19:49 UTC (4+ messages)
` [PATCH bpf-next v2 1/4] bpf: BPF token support for BPF_BTF_GET_FD_BY_ID
` [PATCH bpf-next v2 2/4] bpf: return prog btf_id without capable check
` [PATCH bpf-next v2 3/4] libbpf: pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_ID
[PATCH net] bpf, sockmap: Restore sk_prot ops when psock is removed from sockmap
2025-03-05 19:35 UTC (3+ messages)
[PATCH v3 0/2] bpf: introduce helper for populating bpf_cpumask
2025-03-05 18:27 UTC (5+ messages)
` [PATCH v3 1/2] bpf: add kfunc for populating cpumask bits
` [PATCH v3 2/2] selftests: bpf: add bpf_cpumask_fill selftests
[PATCH bpf-next v5 1/3] selftests/bpf: Clean up call sites of stdio_restore()
2025-03-05 18:20 UTC (3+ messages)
` [PATCH bpf-next v5 2/3] selftests/bpf: Allow assigning traffic monitor print function
` [PATCH bpf-next v5 3/3] selftests/bpf: Fix dangling stdout seen by traffic monitor thread
[PATCH iwl-net] igc: Fix XSK queue NAPI ID mapping
2025-03-05 18:09 UTC
[PATCH] bpf, docs: Fix broken link to renamed bpf_iter_task_vmas.c
2025-03-05 18:00 UTC (3+ messages)
[PATCH net-next] net: stmmac: avoid shadowing global buf_sz
2025-03-05 17:54 UTC
[PATCH bpf-next v4 0/3] Arena Spin Lock
2025-03-05 17:27 UTC (5+ messages)
` [PATCH bpf-next v4 1/3] selftests/bpf: Introduce cond_break_label
` [PATCH bpf-next v4 2/3] selftests/bpf: Introduce arena spin lock
` [PATCH bpf-next v4 3/3] selftests/bpf: Add tests for "
[PATCH v4 bpf-next 0/2] security: Propagate caller information in bpf hooks
2025-03-05 17:20 UTC (14+ messages)
` [PATCH v4 bpf-next 1/2] "
` [PATCH v4 bpf-next 2/2] selftests/bpf: Add is_kernel parameter to LSM/bpf test programs
[PATCH v2 0/2] Fix xdp_adjust_frags_tail_grow selftest on powerpc
2025-03-05 17:13 UTC (3+ messages)
` [PATCH v2 1/2] bpf, test_run: Replace hardcoded page size with dynamic PAGE_SIZE in test_run
` [PATCH v2 2/2] selftests/bpf: Refactor xdp_adjust_tail selftest with dynamic sizing
[PATCH RFC bpf-next 00/20] traits: Per packet metadata KV store
2025-03-05 17:02 UTC (23+ messages)
` [PATCH RFC bpf-next 01/20] trait: limited KV store for packet metadata
` [PATCH RFC bpf-next 02/20] trait: XDP support
` [PATCH RFC bpf-next 03/20] trait: basic XDP selftest
` [PATCH RFC bpf-next 04/20] trait: basic XDP benchmark
` [PATCH RFC bpf-next 05/20] trait: Replace memcpy calls with inline copies
` [PATCH RFC bpf-next 06/20] trait: Replace memmove calls with inline move
` [PATCH RFC bpf-next 07/20] xdp: Track if metadata is supported in xdp_frame <> xdp_buff conversions
` [PATCH RFC bpf-next 08/20] trait: Propagate presence of traits to sk_buff
` [PATCH RFC bpf-next 09/20] bnxt: Propagate trait presence to skb
` [PATCH RFC bpf-next 10/20] ice: "
` [PATCH RFC bpf-next 11/20] veth: "
` [PATCH RFC bpf-next 12/20] virtio_net: "
` [PATCH RFC bpf-next 13/20] mlx5: move xdp_buff scope one level up
` [PATCH RFC bpf-next 14/20] mlx5: Propagate trait presence to skb
` [PATCH RFC bpf-next 15/20] xdp generic: "
` [PATCH RFC bpf-next 16/20] trait: Support sk_buffs
` [PATCH RFC bpf-next 17/20] trait: Allow socket filters to access traits
` [PATCH RFC bpf-next 18/20] trait: registration API
` [PATCH RFC bpf-next 19/20] trait: Sync linux/bpf.h to tools/ for trait registration
` [PATCH RFC bpf-next 20/20] trait: register traits in benchmarks and tests
[PATCH bpf-next v1] bpf: correct use/def for may_goto instruction
2025-03-05 17:00 UTC (2+ messages)
[PATCH bpf-next v4 1/3] selftests/bpf: Clean up call sites of stdio_restore()
2025-03-05 16:52 UTC (10+ messages)
` [PATCH bpf-next v4 2/3] selftests/bpf: Allow assigning traffic monitor print function
` [PATCH bpf-next v4 3/3] selftests/bpf: Fix dangling stdout seen by traffic monitor thread
[PATCH net-next 00/16] idpf: add XDP support
2025-03-05 16:21 UTC (17+ messages)
` [PATCH net-next 01/16] libeth: convert to netmem
` [PATCH net-next 02/16] libeth: support native XDP and register memory model
` [PATCH net-next 03/16] libeth: add a couple of XDP helpers (libeth_xdp)
` [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-next 13/16] idpf: use generic functions to build xdp_buff and skb
` [PATCH net-next 14/16] idpf: add support for XDP on Rx
` [PATCH net-next 15/16] idpf: add support for .ndo_xdp_xmit()
` [PATCH net-next 16/16] idpf: add XDP RSS hash hint
[PATCH v2 00/18] Introduce and use generic parity16/32/64 helper
2025-03-05 16:20 UTC (3+ messages)
` [PATCH v2 03/18] bitops: Add parity16(), parity32(), and parity64() helpers
[PATCH v4 0/4] per-function storage support
2025-03-05 15:03 UTC (14+ messages)
` [PATCH v4 1/4] x86/ibt: factor out cfi and fineibt offset
[PATCH bpf-next v3 0/2] selftests/xsk: Add tests for XDP tail adjustment in AF_XDP
2025-03-05 14:18 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] selftests/xsk: Add packet stream replacement function
` [PATCH bpf-next v3 2/2] selftests/xsk: Add tail adjustment tests and support check
[PATCH bpf-next v2 0/2] selftests/xsk: Add tests for XDP tail adjustment in AF_XDP
2025-03-05 14:40 UTC (6+ messages)
` [PATCH bpf-next v2 2/2] selftests/xsk: Add tail adjustment tests and support check
[BUG] list corruption in __bpf_lru_node_move () 【 bug found and suggestions for fixing it】
2025-03-05 13:28 UTC
[PATCH iwl-next v8 00/11] igc: Add support for Frame Preemption feature in IGC
2025-03-05 13:00 UTC (12+ messages)
` [PATCH iwl-next v8 01/11] net: stmmac: move frag_size handling out of spin_lock
` [PATCH iwl-next v8 02/11] net: ethtool: mm: extract stmmac verification logic into common library
` [PATCH iwl-next v8 03/11] net: ethtool: mm: reset verification status when link is down
` [PATCH iwl-next v8 04/11] igc: rename xdp_get_tx_ring() for non-xdp usage
` [PATCH iwl-next v8 05/11] igc: optimize the TX packet buffer utilization
` [PATCH iwl-next v8 06/11] igc: set the RX packet buffer size for TSN mode
` [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 09/11] igc: block setting preemptible traffic class in taprio
` [PATCH iwl-next v8 10/11] igc: add support to get MAC Merge data via ethtool
` [PATCH iwl-next v8 11/11] igc: add support to get frame preemption statistics "
[PATCH iwl-next v7 0/9] igc: Add support for Frame Preemption feature in IGC
2025-03-05 12:33 UTC (6+ messages)
` [PATCH iwl-next v7 1/9] net: ethtool: mm: extract stmmac verification logic into common library
` [PATCH iwl-next v7 5/9] igc: Add support for frame preemption verification
[LSF/MM/BPF TOPIC] SLUB allocator, mainly the sheaves caching layer
2025-03-05 10:26 UTC (3+ messages)
[PATCH net-next v4 0/3] net: ti: icssg-prueth: Add native mode XDP support
2025-03-05 10:14 UTC (4+ messages)
` [PATCH net-next v4 1/3] net: ti: icssg-prueth: Use page_pool API for RX buffer allocation
` [PATCH net-next v4 2/3] net: ti: icssg-prueth: introduce and use prueth_swdata struct for SWDATA
` [PATCH net-next v4 3/3] net: ti: icssg-prueth: Add XDP support
[PATCH 0/2] modules: allow error injection
2025-03-05 10:06 UTC (11+ messages)
` [PATCH 2/2] moderr: add module error injection tool
[PATCH net-next v3 0/3] net: ti: icssg-prueth: Add native mode XDP support
2025-03-05 9:31 UTC (9+ messages)
` [PATCH net-next v3 3/3] net: ti: icssg-prueth: Add "
` [EXTERNAL] "
[PATCH bpf-next v1 0/3] bpf: simple DFA-based live registers analysis
2025-03-05 9:00 UTC (5+ messages)
[syzbot] [bpf?] [bcachefs?] BUG: unable to handle kernel paging request in handle_softirqs
2025-03-05 5:54 UTC
[PATCH bpf-next v3 0/3] Arena Spin Lock
2025-03-05 4:28 UTC (11+ messages)
` [PATCH bpf-next v3 1/3] selftests/bpf: Introduce cond_break_label
` [PATCH bpf-next v3 2/3] selftests/bpf: Introduce arena spin lock
` [PATCH bpf-next v3 3/3] selftests/bpf: Add tests for "
[PATCH bpf-next v2 00/26] Resilient Queued Spin Lock
2025-03-05 3:26 UTC (10+ messages)
[PATCH v2 0/2] bpf: introduce helper for populating bpf_cpumask
2025-03-05 2:31 UTC (4+ messages)
` [PATCH v2 1/2] bpf: add kfunc for populating cpumask bits
` [PATCH v2 2/2] selftests: bpf: add bpf_cpumask_fill selftests
[PATCH] selftests/bpf: Strerror expects positive number
2025-03-05 2:22 UTC
[PATCH v7 net-next 00/12] AccECN protocol preparation patch series
2025-03-05 1:32 UTC (11+ messages)
` [PATCH v7 net-next 01/12] tcp: reorganize tcp_in_ack_event() and tcp_count_delivered()
` [PATCH v7 net-next 02/12] tcp: create FLAG_TS_PROGRESS
` [PATCH v7 net-next 03/12] tcp: use BIT() macro in include/net/tcp.h
` [PATCH v7 net-next 04/12] tcp: extend TCP flags to allow AE bit/ACE field
` [PATCH v7 net-next 05/12] tcp: reorganize SYN ECN code
` [PATCH v7 net-next 06/12] tcp: rework {__,}tcp_ecn_check_ce() -> tcp_data_ecn_check()
` [PATCH v7 net-next 07/12] tcp: helpers for ECN mode handling
` [PATCH v7 net-next 08/12] gso: AccECN support
` [PATCH v7 net-next 09/12] gro: prevent ACE field corruption & better AccECN handling
[PATCH net-next v5] ppp: Fix KMSAN uninit-value warning with bpf
2025-03-05 1:10 UTC (3+ messages)
[PATCH net-next 1/2] selftests: net: fix error message in bpf_offload
2025-03-05 0:10 UTC (4+ messages)
` [PATCH net-next 2/2] selftests: net: bpf_offload: add 'libbpf_global' to ignored maps
[PATCH bpf-next 0/3] Support freplace prog from user namespace
2025-03-04 22:24 UTC (7+ messages)
` [PATCH bpf-next 1/3] bpf: BPF token support for BPF_BTF_GET_FD_BY_ID
` [PATCH bpf-next 2/3] libbpf: pass BPF token from find_prog_btf_id to BPF_BTF_GET_FD_BY_ID
` [PATCH bpf-next 3/3] selftests/bpf: test freplace from user namespace
[PATCH 0/2] bpf: introduce helper for populating bpf_cpumask
2025-03-04 21:57 UTC (6+ messages)
` [PATCH 1/2] bpf: add kfunc for populating cpumask bits
[PATCH bpf v2 1/2] bpf: force checkpoint when jmp history is too long
2025-03-04 21:23 UTC (2+ messages)
[PATCH bpf-next v3 0/5] bpf: simple DFA-based live registers analysis
2025-03-04 21:10 UTC (7+ messages)
` [PATCH bpf-next v3 1/5] bpf: jmp_offset() and verbose_insn() utility functions
` [PATCH bpf-next v3 2/5] bpf: get_call_summary() utility function
` [PATCH bpf-next v3 3/5] bpf: simple DFA-based live registers analysis
` [PATCH bpf-next v3 4/5] bpf: use register liveness information for func_states_equal
` [PATCH bpf-next v3 5/5] selftests/bpf: test cases for compute_live_registers()
[PATCH] selftests/bpf: Strerror expects positive number
2025-03-04 21:05 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-04 18:00 UTC (5+ 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 bpf-next v2 0/5] bpf: simple DFA-based live registers analysis
2025-03-04 17:55 UTC (8+ messages)
` [PATCH bpf-next v2 1/5] bpf: jmp_offset() and verbose_insn() utility functions
` [PATCH bpf-next v2 2/5] bpf: get_call_summary() utility function
` [PATCH bpf-next v2 3/5] bpf: simple DFA-based live registers analysis
` [PATCH bpf-next v2 4/5] bpf: use register liveness information for func_states_equal
` [PATCH bpf-next v2 5/5] selftests/bpf: test cases for compute_live_registers()
[PATCH v7 net-next 10/12] tcp: AccECN support to tcp_add_backlog
2025-03-04 16:30 UTC (3+ messages)
` [PATCH v7 net-next 11/12] tcp: add new TCP_TW_ACK_OOW state and allow ECN bits in TOS
` [PATCH v7 net-next 12/12] tcp: Pass flags to __tcp_send_ack
[PATCH v3 0/2] tools: Unify top-level quiet infrastructure
2025-03-04 16:12 UTC (3+ messages)
` [PATCH v3 2/2] tools: Remove redundant quiet setup
[PATCH] selftests/bpf: Move test_lwt_ip_encap to test_progs
2025-03-04 9:24 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox