messages from 2025-04-16 17:02:56 to 2025-04-18 16:38:43 UTC [more...]
[PATCH net-next 00/14][pull request] igc: Add support for Frame Preemption
2025-04-18 16:38 UTC (13+ messages)
` [PATCH net-next 01/14] net: stmmac: move frag_size handling out of spin_lock
` [PATCH net-next 02/14] net: ethtool: mm: extract stmmac verification logic into common library
` [PATCH net-next 03/14] net: ethtool: mm: reset verification status when link is down
` [PATCH net-next 04/14] igc: rename xdp_get_tx_ring() for non-xdp usage
` [PATCH net-next 05/14] igc: rename I225_RXPBSIZE_DEFAULT and I225_TXPBSIZE_DEFAULT
` [PATCH net-next 06/14] igc: use FIELD_PREP and GENMASK for existing TX packet buffer size
` [PATCH net-next 07/14] igc: optimize TX packet buffer utilization for TSN mode
` [PATCH net-next 08/14] igc: use FIELD_PREP and GENMASK for existing RX packet buffer size
` [PATCH net-next 09/14] igc: set the RX packet buffer size for TSN mode
` [PATCH net-next 10/14] igc: add support for frame preemption verification
` [PATCH net-next 11/14] igc: add support to set tx-min-frag-size
` [PATCH net-next 12/14] igc: block setting preemptible traffic class in taprio
[PATCH bpf-next v2 0/9] selftests/bpf: Test sockmap/sockhash redirection
2025-04-18 16:13 UTC (7+ messages)
` [PATCH bpf-next v2 1/9] selftests/bpf: Support af_unix SOCK_DGRAM socket pair creation
` [PATCH bpf-next v2 2/9] selftests/bpf: Add socket_kind_to_str() to socket_helpers
` [PATCH bpf-next v2 3/9] selftests/bpf: Add u32()/u64() to sockmap_helpers
[PATCH 0/4] Replace CONFIG_DMABUF_SYSFS_STATS with BPF
2025-04-18 15:25 UTC (12+ messages)
` [PATCH 2/4] bpf: Add dmabuf iterator
[RFC][PATCH] tracepoint: Have tracepoints created with DECLARE_TRACE() have _tp suffix
2025-04-18 15:01 UTC
[PATCH bpf-next 1/1] bpf: use proper type to calculate bpf_raw_tp_null_args.mask index
2025-04-18 14:27 UTC (2+ messages)
[PATCH net-next V5 0/2] veth: qdisc backpressure and qdisc check refactor
2025-04-18 12:38 UTC (4+ messages)
` [PATCH net-next V5 1/2] net: sched: generalize check for no-queue qdisc on TX queue
` [PATCH net-next V5 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops
(no subject)
2025-04-18 7:49 UTC (2+ messages)
`
[PATCH net 0/3] ENETC bug fixes for bpf_xdp_adjust_head() and bpf_xdp_adjust_tail()
2025-04-18 7:44 UTC (6+ messages)
` [PATCH net 1/3] net: enetc: register XDP RX queues with frag_size
` [PATCH net 2/3] net: enetc: refactor bulk flipping of RX buffers to separate function
` [PATCH net 3/3] net: enetc: fix frame corruption on bpf_xdp_adjust_head/tail() and XDP_PASS
[PATCHv3 perf/core 1/2] uprobes/x86: Add support to emulate nop instructions
2025-04-18 7:04 UTC (4+ messages)
` [PATCHv3 perf/core 2/2] selftests/bpf: Add 5-byte nop uprobe trigger bench
[PATCH v2 0/2] rename var for slice refill event and add helper
2025-04-18 5:53 UTC (5+ messages)
` [PATCH v2 1/2] sched_ext: change the variable name for slice refill event
` [PATCH v2 2/2] sched_ext: add helper for refill task with default slice
[PATCH bpf-next] bpf: Remove bpf_get_smp_processor_id_proto
2025-04-18 3:40 UTC
[PATCH net-next] net: add UAPI to the header guard in various network headers
2025-04-18 2:51 UTC (5+ messages)
[PATCH 0/2] rename var for slice refill event and add helper
2025-04-18 2:05 UTC (6+ messages)
` [PATCH 1/2] sched_ext: change the variable name for slice refill event
` [PATCH 2/2] sched_ext: add helper for refill task with default slice
[PATCH net-next v3 0/3] Fix netdevim to correctly mark NAPI IDs
2025-04-18 1:37 UTC (3+ messages)
` [PATCH net-next v3 2/3] selftests: drv-net: Factor out ksft C helpers
` [PATCH net-next v3 3/3] selftests: drv-net: Test that NAPI ID is non-zero
[PATCH v3 bpf-next 0/6] bpf: udp: Exactly-once socket iteration
2025-04-18 0:15 UTC (15+ messages)
` [PATCH v3 bpf-next 1/6] bpf: udp: Make mem flags configurable through bpf_iter_udp_realloc_batch
` [PATCH v3 bpf-next 2/6] bpf: udp: Make sure iter->batch always contains a full bucket snapshot
` [PATCH v3 bpf-next 3/6] bpf: udp: Use bpf_udp_iter_batch_item for bpf_udp_iter_state batch items
` [PATCH v3 bpf-next 4/6] bpf: udp: Avoid socket skips and repeats during iteration
` [PATCH v3 bpf-next 5/6] selftests/bpf: Return socket cookies from sock_iter_batch progs
` [PATCH v3 bpf-next 6/6] selftests/bpf: Add tests for bucket resume logic in UDP socket iterators
[PATCH v2 dwarves 0/2] dwarves: Introduce github actions for CI
2025-04-17 23:23 UTC (6+ messages)
` [PATCH v2 dwarves 1/2] dwarves: Add github actions to build, test
[PATCH v4 00/19] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
2025-04-17 23:07 UTC (20+ messages)
` [PATCH v4 01/19] perf build: Remove libtracefs configuration
` [PATCH v4 02/19] perf map: Constify objdump offset/address conversion APIs
` [PATCH v4 03/19] perf capstone: Move capstone functionality into its own file
` [PATCH v4 04/19] perf llvm: Move llvm "
` [PATCH v4 05/19] perf capstone: Remove open_capstone_handle
` [PATCH v4 06/19] perf capstone: Support for dlopen-ing libcapstone.so
` [PATCH v4 07/19] perf llvm: Support for dlopen-ing libLLVM.so
` [PATCH v4 08/19] perf llvm: Mangle libperf-llvm.so function names
` [PATCH v4 09/19] perf dso: Move read_symbol from llvm/capstone to dso
` [PATCH v4 10/19] perf dso: Support BPF programs in dso__read_symbol
` [PATCH v4 11/19] perf llvm: Disassemble cleanup
` [PATCH v4 12/19] perf dso: Clean up read_symbol error handling
` [PATCH v4 13/19] perf build: Remove libbfd support
` [PATCH v4 14/19] perf build: Remove libiberty support
` [PATCH v4 15/19] perf build: Remove unused defines
` [PATCH v4 16/19] perf disasm: Remove disasm_bpf
` [PATCH v4 17/19] perf disasm: Make ins__scnprintf and ins__is_nop static
` [PATCH v4 18/19] perf srcline: Fallback between addr2line implementations
` [PATCH v4 19/19] perf disasm: Remove unused evsel from annotate_args
[PATCH v4 net-next 00/15] AccECN protocol patch series
2025-04-17 23:00 UTC (16+ messages)
` [PATCH v4 net-next 01/15] tcp: reorganize SYN ECN code
` [PATCH v4 net-next 02/15] tcp: fast path functions later
` [PATCH v4 net-next 03/15] tcp: AccECN core
` [PATCH v4 net-next 04/15] tcp: accecn: AccECN negotiation
` [PATCH v4 net-next 05/15] tcp: accecn: add AccECN rx byte counters
` [PATCH v4 net-next 06/15] tcp: accecn: AccECN needs to know delivered bytes
` [PATCH v4 net-next 07/15] tcp: allow embedding leftover into option padding
` [PATCH v4 net-next 08/15] tcp: sack option handling improvements
` [PATCH v4 net-next 09/15] tcp: accecn: AccECN option
` [PATCH v4 net-next 10/15] tcp: accecn: AccECN option send control
` [PATCH v4 net-next 11/15] tcp: accecn: AccECN option failure handling
` [PATCH v4 net-next 12/15] tcp: accecn: AccECN option ceb/cep heuristic
` [PATCH v4 net-next 13/15] tcp: accecn: AccECN ACE field multi-wrap heuristic
` [PATCH v4 net-next 14/15] tcp: accecn: try to fit AccECN option with SACK
` [PATCH v4 net-next 15/15] tcp: try to avoid safer when ACKs are thinned
[RFC PATCH bpf-next/net v1 00/13] BPF Standard Streams
2025-04-17 21:10 UTC (24+ messages)
` [RFC PATCH bpf-next/net v1 01/13] bpf: Tie dynptrs to referenced source objects
` [RFC PATCH bpf-next/net v1 02/13] bpf: Compare dynptr_id in regsafe
` [RFC PATCH bpf-next/net v1 04/13] selftests/bpf: Add tests for dynptr source object interaction
` [RFC PATCH bpf-next/net v1 06/13] bpf: Introduce bpf_dynptr_from_mem_slice
` [RFC PATCH bpf-next/net v1 07/13] bpf: Introduce per-prog stdout/stderr streams
[PATCH bpf-next v3 1/2] bpf, sockmap: Introduce tracing capability for sockmap
2025-04-17 18:51 UTC (2+ messages)
pull-request: bpf-next 2025-04-17
2025-04-17 18:43 UTC
[PATCH 6.13 044/414] srcu: Force synchronization for srcu_get_delay()
2025-04-17 17:46 UTC
[PATCH 6.14 051/449] srcu: Force synchronization for srcu_get_delay()
2025-04-17 17:45 UTC
[PATCH net-next v2 0/4] Fix netdevim to correctly mark NAPI IDs
2025-04-17 17:06 UTC (10+ messages)
` [PATCH net-next v2 2/4] selftests: drv-net: Factor out ksft C helpers
` [PATCH net-next v2 4/4] selftests: drv-net: Test that NAPI ID is non-zero
[PATCH bpf-next v3 0/2] bpf: Allow access to const void pointer arguments in tracing programs
2025-04-17 15:15 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] "
` [PATCH bpf-next v3 2/2] selftests/bpf: Add test to access const void pointer argument in tracing program
[BUG] ixgbe: Detected Tx Unit Hang (XDP)
2025-04-17 14:47 UTC (5+ messages)
[PATCH v2] powerpc64/bpf: fix JIT code size calculation of bpf trampoline
2025-04-17 14:36 UTC (2+ messages)
[PATCH RFC bpf-next 0/4] bpf, arm64: support up to 12 arguments
2025-04-17 14:10 UTC (5+ messages)
` [PATCH RFC bpf-next 1/4] bpf: add struct largest member size in func model
[PATCH bpf-next v3] bpf: Remove redundant checks
2025-04-17 13:36 UTC (5+ messages)
[PATCH] xen-netfront: handle NULL returned by xdp_convert_buff_to_frame()
2025-04-17 13:22 UTC (9+ messages)
[PATCH net-next V4 0/2] veth: qdisc backpressure and qdisc check refactor
2025-04-17 13:00 UTC (9+ messages)
` [PATCH net-next V4 2/2] veth: apply qdisc backpressure on full ptr_ring to reduce TX drops
Question: fentry on kernel func optimized by compiler
2025-04-17 12:55 UTC (6+ messages)
[PATCH iwl-next 00/16] libeth: add libeth_xdp helper lib
2025-04-17 12:26 UTC (4+ messages)
` [PATCH iwl-next 01/16] libeth: convert to netmem
` [Intel-wired-lan] "
[PATCH v2] xen-netfront: handle NULL returned by xdp_convert_buff_to_frame()
2025-04-17 12:21 UTC
[PATCH bpf-next v2 0/2] bpf: Allow access to const void pointer arguments in tracing programs
2025-04-17 12:15 UTC (3+ messages)
` [PATCH bpf-next v2 1/2] "
[PATCH v5 bpf-next 0/3] libbpf: Fix event name too long error and add tests
2025-04-17 11:16 UTC (5+ messages)
` [PATCH v5 bpf-next 1/3] libbpf: Fix event name too long error
` [PATCH v5 bpf-next 2/3] selftests/bpf: Add test for attaching uprobe with long event names
` [PATCH v5 bpf-next 3/3] selftests/bpf: Add test for attaching kprobe "
[RFC PATCH v1 13/15] x86/msr: Use the alternatives mechanism to read MSR
2025-04-17 11:10 UTC (2+ messages)
[PATCH net v4 0/3] Bug fixes from XDP and perout series
2025-04-17 10:30 UTC (2+ messages)
[PATCH bpf-next v8 1/2] cfi: add C CFI type macro
2025-04-17 9:07 UTC (2+ messages)
[PATCH v4 0/4] virtio-net: disable delayed refill when pausing rx
2025-04-17 7:28 UTC (5+ messages)
` [PATCH v4 1/4] "
` [PATCH v4 2/4] selftests: net: move xdp_helper to net/lib
` [PATCH v4 3/4] selftests: net: add flag to force zerocopy mode in xdp_helper
` [PATCH v4 4/4] selftests: net: add a virtio_net deadlock selftest
[PATCH bpf-next v1 0/2] bpf: Fix panic in bpf_get_local_storage
2025-04-17 4:40 UTC (3+ messages)
` [PATCH bpf-next v1 1/2] bpf: Create cgroup storage if needed when updating link
` [PATCH bpf-next v1 2/2] selftests/bpf: Add link update test for cgroup_storage
[RFCv1 5/7] kexec: Add bpf light skeleton to load zboot image
2025-04-17 3:31 UTC (2+ messages)
` [RFCv1 6/7] kexec: Loading bpf opts_insn and opts_data from user space
[PATCH v3 0/3] virtio-net: disable delayed refill when pausing rx
2025-04-17 0:08 UTC (6+ messages)
` [PATCH v3 3/3] selftests: net: add a virtio_net deadlock selftest
[PATCH v1 bpf 1/2] bpf: Allow bpf_int_jit_compile() to set errno
2025-04-16 22:03 UTC (3+ messages)
[PATCH bpf] selftests/bpf: mitigate sockmap_ktls disconnect_after_delete failure
2025-04-16 21:20 UTC (3+ messages)
[BUG?] ppc64le: fentry BPF not triggered after live patch (v6.14)
2025-04-16 19:24 UTC (3+ messages)
[PATCH RFC 0/3] list inline expansions in .BTF.inline
2025-04-16 19:20 UTC (4+ messages)
` [PATCH RFC 1/3] dwarf_loader: Add parameters list to inlined expansion
` [PATCH RFC 2/3] dwarf_loader: Add name to inline expansion
` [PATCH RFC 3/3] inline_encoder: Introduce inline encoder to emit BTF.inline
[PATCH v2 security-next 0/4] Introducing Hornet LSM
2025-04-16 17:31 UTC (10+ messages)
` [PATCH v2 security-next 1/4] security: "
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