All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-11 10:23:13 to 2025-04-11 11:07:08 UTC [more...]

[RFC PATCH 0/7] kernel-hacking: introduce CONFIG_NO_AUTO_INLINE
 2025-04-11 10:54 UTC  (6+ messages)
  ` [RFC PATCH 2/7] mm: add __always_inline for page_contains_unaccepted
  ` [RFC PATCH 3/7] vfio/virtio: add __always_inline for virtiovf_get_device_config_size
  ` [RFC PATCH 5/7] RDMA/hns: initialize db in update_srq_db()
  ` [RFC PATCH 6/7] tpm: add __always_inline for tpm_is_hwrng_enabled
  ` [RFC PATCH 7/7] lib/Kconfig.debug: introduce CONFIG_NO_AUTO_INLINE

[PATCH TEST-ARTEFACTS 0/3] Rootfs generation (ARM and x86)
 2025-04-11 11:06 UTC  (5+ messages)
` [PATCH 1/3] Rework rootfs generation to make a cpio archive
` [PATCH 2/3] Shrink the rootfs substantially
` [PATCH 3/3] Provide an ARM64 rootfs too

[PATCH net-next 0/8] mptcp: various small and unrelated improvements
 2025-04-11 11:04 UTC  (9+ messages)
` [PATCH net-next 1/8] mptcp: sched: remove mptcp_sched_data
` [PATCH net-next 2/8] mptcp: sched: split validation part
` [PATCH net-next 3/8] mptcp: pm: Return local variable instead of freed pointer
` [PATCH net-next 4/8] mptcp: pass right struct to subflow_hmac_valid
` [PATCH net-next 5/8] mptcp: add MPJoinRejected MIB counter
` [PATCH net-next 6/8] selftests: mptcp: validate MPJoinRejected counter
` [PATCH net-next 7/8] selftests: mptcp: diag: drop nlh parameter of recv_nlmsg
` [PATCH net-next 8/8] selftests: mptcp: use IPPROTO_MPTCP for getaddrinfo

[PATCH v6 0/3] Enable early bootup of Armv8-R AArch32 systems
 2025-04-11 11:04 UTC  (4+ messages)
` [PATCH v6 1/3] xen/arm: Move some of the functions to common file
` [PATCH v6 2/3] xen/arm32: Create the same boot-time MPU regions as arm64
` [PATCH v6 3/3] xen/arm32: mpu: Stubs to build MPU for arm32

[PATCH 0/3] drm/nouveau: Fix & improve nouveau_fence_done()
 2025-04-11 11:05 UTC  (8+ messages)
` [PATCH 1/3] drm/nouveau: Prevent signaled fences in pending list

SYNPROXY affecting initial BBR throughput
 2025-04-11 11:05 UTC  (2+ messages)

[PATCH v2 3/3] arm64: dts: qcom: x1e80100-hp-elitebook-ultra-g1q: DT for HP EliteBook Ultra G1q
 2025-04-11 11:05 UTC  (4+ messages)

[PATCH 0/4] drm/{i915,xe}: Move PCH stuff under display
 2025-04-11 11:04 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for "

[PATCH v2] tpm_ffa_crb: access tpm service over FF-A direct message request v2
 2025-04-11 11:04 UTC  (4+ messages)

[PATCH v38 00/31] Introduce QC USB SND audio offloading support
 2025-04-11 11:04 UTC  (3+ messages)

[PATCH mptcp-net v2] mptcp: pm: Defer freeing of MPTCP userspace path manager entries
 2025-04-11 11:04 UTC  (2+ messages)

[v2 1/3] platform/x86/amd/hsmp: Use one DRIVER_VERSION
 2025-04-11 11:03 UTC  (5+ messages)
` [v2 2/3] platform/x86/amd/hsmp: Report power using hwmon sensors
` [v2 3/3] platform/x86/amd/hsmp: acpi: Add sysfs files to show HSMP telemetry

[PATCH] [v2] mmc: esdhc-imx: convert to modern PM_OPS
 2025-04-11 11:02 UTC  (2+ messages)
` [EXT] "

[PATCH] kern/efi/mm: try allocating in the lower 4GB first
 2025-04-11 11:01 UTC  (2+ messages)

[PATCH 00/10] Enable QEMU to run on browsers
 2025-04-11 10:59 UTC  (14+ messages)
` [PATCH 01/10] various: Fix type conflict of GLib function pointers
` [PATCH 02/10] various: Define macros for dependencies on emscripten
` [PATCH 07/10] tcg: Add a TCG backend for WebAssembly
` [PATCH 08/10] hw/9pfs: Allow using hw/9pfs with emscripten

[PATCH V9 00/17] Rust abstractions for clk, cpumask, cpufreq, OPP
 2025-04-11 10:55 UTC  (18+ messages)
` [PATCH V9 01/17] rust: cpumask: Use non-atomic helpers
` [PATCH V9 02/17] rust: cpumask: Add few more helpers
` [PATCH V9 03/17] rust: cpumask: Add initial abstractions
` [PATCH V9 04/17] MAINTAINERS: Add entry for Rust cpumask API
` [PATCH V9 05/17] rust: clk: Add helpers for Rust code
` [PATCH V9 06/17] rust: clk: Add initial abstractions
` [PATCH V9 07/17] rust: macros: enable use of hyphens in module names
` [PATCH V9 08/17] cpufreq: Use enum for cpufreq flags that use BIT()
` [PATCH V9 09/17] rust: cpu: Add from_cpu()
` [PATCH V9 10/17] rust: opp: Add initial abstractions for OPP framework
` [PATCH V9 11/17] rust: opp: Add abstractions for the OPP table
` [PATCH V9 12/17] rust: opp: Add abstractions for the configuration options
` [PATCH V9 13/17] rust: cpufreq: Add initial abstractions for cpufreq framework
` [PATCH V9 14/17] rust: cpufreq: Extend abstractions for policy and driver ops
` [PATCH V9 15/17] rust: cpufreq: Extend abstractions for driver registration
` [PATCH V9 16/17] rust: opp: Extend OPP abstractions with cpufreq support
` [PATCH V9 17/17] cpufreq: Add Rust-based cpufreq-dt driver

[PATCH 1/2] mm/memblock: Added a New Memblock Function to Check if the Current Node's Memblock Region Intersects with a Memory Block
 2025-04-11 10:59 UTC  (5+ messages)
` [PATCH 2/2] base/node: Use curr_node_memblock_intersect_memory_block to Get Memory Block NID if CONFIG_DEFERRED_STRUCT_PAGE_INIT is Set

[PATCH] scripts/mksysmap: skip objtool __pfx_ symbols
 2025-04-11 10:58 UTC  (5+ messages)

[PATCH i-g-t 0/2] Add test to validate survivability mode
 2025-04-11 10:58 UTC  (4+ messages)
` [PATCH i-g-t 1/2] lib/igt_configfs: Add library for configfs

[PATCH v11 nf-next 0/6] netfilter: Add bridge-fastpath
 2025-04-11 10:57 UTC  (3+ messages)
` [PATCH v11 nf-next 6/6] netfilter: nft_flow_offload: Add bridgeflow to nft_flow_offload_eval()

[PATCH 00/67] KVM: iommu: Overhaul device posted IRQs support
 2025-04-11 10:57 UTC  (3+ messages)
` [PATCH 08/67] KVM: x86: Pass new routing entries and irqfd when updating IRTEs

[PATCH V3 0/9] Refactor phy powerup sequence
 2025-04-11 10:56 UTC  (10+ messages)
` [PATCH V3 4/9] phy: qcom-qmp-ufs: Refactor UFS PHY reset
` [PATCH V3 5/9] phy: qcom-qmp-ufs: Remove qmp_ufs_com_init()

[PATCH v3 0/8] drm: Introduce sparse GEM shmem
 2025-04-11 10:55 UTC  (11+ messages)

[RFC PATCH 0/9] Landlock supervise: a mechanism for interactive permission requests
 2025-04-11 10:55 UTC  (7+ messages)
` [RFC PATCH 4/9] User-space API for creating a supervisor-fd

[PATCH 0/5] cleanup interfaces
 2025-04-11 10:54 UTC  (5+ messages)
` [PATCH 1/5] vfio/iommufd: Save host iommu capabilities in VFIODevice.caps
` [PATCH 2/5] vfio: Move realize() after attach_device()

[PATCH] net: Expand headroom to send fragmented packets in bridge fragment forward
 2025-04-11 10:54 UTC  (2+ messages)

[PATCH 0/5] xen/x86: fix implementation of subpage r/o MMIO
 2025-04-11 10:54 UTC  (6+ messages)
` [PATCH 1/5] x86/mm: account for the offset when performing subpage r/o MMIO access
` [PATCH 2/5] xen/io: provide helpers for multi size MMIO accesses
` [PATCH 3/5] x86/hvm: fix handling of accesses to partial r/o MMIO pages
` [PATCH 4/5] x86/hvm: only register the r/o subpage ops when needed
` [PATCH 5/5] x86/mm: move mmio_ro_emulated_write() to PV only file

[PATCH 0/4] Retrieve information about DDR from SMEM
 2025-04-11 10:52 UTC  (8+ messages)

[yocto] A new member
 2025-04-11 10:52 UTC  (2+ messages)

[f2fs-dev] [PATCH v2 1/2] Revert "resize.f2fs: add option for large_nat_bitmap feature"
 2025-04-11 10:51 UTC  (5+ messages)
` [f2fs-dev] [PATCH v2 2/2] resize.f2fs: add caution message for resize

[yocto] nativesdk-mesa do_configure fails with PACKAGECONFIG:append=" gallium gallium-llvm"
 2025-04-11 10:48 UTC  (2+ messages)

[PATCH] drm/i915/selftest/mmap_migrate: wait for clear memory
 2025-04-11 10:48 UTC 

[PATCH net-next] tipc: Removing deprecated strncpy()
 2025-04-11 10:46 UTC  (2+ messages)

[PATCH v3 00/11] systemd based initrd and modular kernel support
 2025-04-11 10:45 UTC  (4+ messages)
` [PATCH v3 01/11] systemd: enable efi support by default
  ` [OE-core] "

[Buildroot] [git commit branch/2024.11.x] package/freerdp: bump to latest commit on legacy stable branch
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/mesa3d-demos: fix build failure on musl
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] DEVELOPERS: change arnout's address
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/glibc: disable on RISC-V ilp32f and lp64f, not supported
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] {linux, linux-headers}: bump 6.6.x series
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/mbedtls: security bump to version 2.8.10
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/dillo: remove trailing slash in _SITE url
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/cairo: bump to 1.18.4
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/python-fastapi: fix cpe id vendor
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/libsoup3: bump to 3.6.5
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/freeswitch: fix build with GCC 14.x
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/v4l2loopback: fix v4l2loopback-ctl compile/install
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/tor: bump version to 0.4.8.16
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/linux-tools: selftests: Add path containing BPF binary to _BIN_ARCH_EXCLUDE
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/exim: security bump version to 4.98.2
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/python-twisted: fix cpe id vendor
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/tinyxml2: security bump version to 11.0.0
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] linux: fix broken mailing list link (404)
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/tor: bump version to 0.4.8.15
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/mesa3d-demos: depend on vulkan-loader if enabled
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/xserver_xorg-server: security bump to version 21.1.16
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] support/download/svn: use 'svn info' whith LC_ALL=C
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] support/kconfig: handle backspace (^H) key
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/mc: bump version to 4.8.33
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/libmodsecurity: bump to version 3.0.13
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/linux-tools: perf: Fix _BIN_ARCH_EXCLUDE
 2025-04-11 10:42 UTC 

[Buildroot] [git commit branch/2024.11.x] package/libmodsecurity: security bump to 3.0.14
 2025-04-11 10:42 UTC 

[PATCH v1 00/24] Secure IPL Support for SCSI Scheme of virtio-blk/virtio-scsi Devices
 2025-04-11 10:44 UTC  (3+ messages)
` [PATCH v1 01/24] Add -boot-certificates /path/dir:/path/file option in QEMU command line

[Intel-wired-lan] [PATCH iwl-next v1] idpf: remove unreachable code from setting mailbox
 2025-04-11 10:44 UTC  (3+ messages)
  `  "

[PATCH v2] bitfield: Add FIELD_MODIFY() helper
 2025-04-11 10:43 UTC  (3+ messages)

[Intel-wired-lan] [PATCH iwl-next] ice: improve error message for insufficient filter space
 2025-04-11 10:44 UTC  (3+ messages)

[f2fs-dev] [PATCH v3 1/2] Revert "resize.f2fs: add option for large_nat_bitmap feature"
 2025-04-11 10:43 UTC  (4+ messages)
` [f2fs-dev] [PATCH v3 2/2] resize.f2fs: add caution message for resize

[PATCH V1 0/6] fast qom tree get
 2025-04-11 10:43 UTC  (6+ messages)
      ` Management applications and CPU feature flags (was: [PATCH V1 0/6] fast qom tree get)

[PATCH] iommu: remove unneeded semicolon
 2025-04-11 10:43 UTC  (2+ messages)

[Buildroot] [git commit branch/2024.02.x] package/dillo: remove trailing slash in _SITE url
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] support/download/svn: use 'svn info' whith LC_ALL=C
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] package/tor: bump version to 0.4.8.15
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] package/linux-tools: perf: Fix _BIN_ARCH_EXCLUDE
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] package/xserver_xorg-server: security bump to version 21.1.16
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] package/glibc: disable on RISC-V ilp32f and lp64f, not supported
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] package/mesa3d-demos: fix build failure on musl
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] package/python-twisted: fix cpe id vendor
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] package/python-fastapi: fix cpe id vendor
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] DEVELOPERS: change arnout's address
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] linux: fix broken mailing list link (404)
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] package/exim: security bump version to 4.98.2
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] {linux, linux-headers}: bump 6.6.x series
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] package/mbedtls: security bump to version 2.8.10
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] support/kconfig: handle backspace (^H) key
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] package/tor: bump version to 0.4.8.16
 2025-04-11 10:40 UTC 

[PATCH v3 0/5] util/qemu-sockets: Introduce inet socket options controlling TCP keep-alive
 2025-04-11 10:40 UTC  (5+ messages)
` [PATCH v3 1/5] io: Fix partial struct copy in qio_dns_resolver_lookup_sync_inet()
` [PATCH v3 2/5] util/qemu-sockets: Refactor setting client sockopts into a separate function

[Buildroot] [git commit branch/2024.02.x] package/libsoup3: bump to 3.6.5
 2025-04-11 10:40 UTC 

sendemail.smtpPass is truncated
 2025-04-11 10:41 UTC  (2+ messages)

[Buildroot] [git commit branch/2024.02.x] package/mesa3d-demos: depend on vulkan-loader if enabled
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] support/testing: add git runtime test
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] package/libmodsecurity: bump to version 3.0.13
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] package/tinyxml2: security bump version to 11.0.0
 2025-04-11 10:40 UTC 

[Buildroot] [git commit branch/2024.02.x] package/linux-tools: selftests: Add path containing BPF binary to _BIN_ARCH_EXCLUDE
 2025-04-11 10:40 UTC 

[PATCH 00/13] Modify drm helpers to use luminance
 2025-04-11 10:39 UTC  (3+ messages)
` [PATCH 07/13] drm/dp: Change argument type for drm_edp_backlight_set_level

[PATCH] ACPI/PCI: deduplicate concurrent eject notify
 2025-04-11 10:39 UTC  (4+ messages)

[PATCH v4] ARM: dts: r9a06g032: add r9a06g032-rzn1d400-eb board device-tree
 2025-04-11 10:38 UTC  (4+ messages)

[PATCH v5 0/7] rockchip: binman: Use a template for FIT and other improvements
 2025-04-11 10:37 UTC  (5+ messages)
` [PATCH v5 1/7] rockchip: binman: Correct the OS prop for U-Boot
` [PATCH v5 7/7] rockchip: binman: Support use of crc32 hash for FIT images

[PATCH v2 00/10] usb/msd: Permit relaxed ordering of IN packets
 2025-04-11 10:37 UTC  (11+ messages)
` [PATCH v2 02/10] usb/msd: Ensure packet structure layout is correct
` [PATCH v2 07/10] usb/msd: Add some additional assertions
` [PATCH v2 08/10] usb/msd: Rename mode to cbw_state, and tweak names
` [PATCH v2 10/10] usb/msd: Add more tracing

[PATCH v2 00/22] RV: Linear temporal logic monitors for RT application
 2025-04-11 10:37 UTC  (3+ messages)
` [PATCH v2 08/22] rv: rename CONFIG_DA_MON_EVENTS to CONFIG_RV_MON_EVENTS

[PATCH] libinput: split udev rules into a separate package
 2025-04-11 10:37 UTC  (11+ messages)
` [OE-core] "

[net-next v4 0/5] net: mtip: Add support for MTIP imx287 L2 switch driver
 2025-04-11 10:36 UTC  (4+ messages)
` [net-next v4 1/5] dt-bindings: net: Add MTIP L2 switch description

[PATCH] staging: rtl8723bs: Replace `& 0xfff` with `% 4096u`
 2025-04-11 10:37 UTC  (3+ messages)

[PATCH v3 0/6] Enhance the PCIe controller driver
 2025-04-11 10:36 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: pci: cadence: Extend compatible for new RP configuration
` [PATCH v3 2/6] dt-bindings: pci: cadence: Extend compatible for new EP configurations
` [PATCH v3 3/6] PCI: cadence: Add header support for PCIe HPA controller
` [PATCH v3 4/6] PCI: cadence: Add support for PCIe Endpoint "
` [PATCH v3 5/6] PCI: cadence: Add callback functions for RP and EP controller
` [PATCH v3 6/6] PCI: cadence: Update support for TI J721e boards

[isar-cip-core] IEC_template.yml: Update IEC layer tests revision
 2025-04-11 10:32 UTC 

[PATCH v1 00/32] add new adapter NT400D13
 2025-04-11 10:36 UTC  (3+ messages)

[PATCH] wifi: iwlwifi: mld: Restart firmware on iwl_mld_no_wowlan_resume() error
 2025-04-11 10:36 UTC  (2+ messages)

[PATCH] ARM: dts: renesas: r9a06g032-rzn1d400-eb: correct LAN LED nodes
 2025-04-11 10:35 UTC  (3+ messages)

[PATCH] rust: fix building firmware abstraction on 32bit arm
 2025-04-11 10:35 UTC  (2+ messages)

[isar-cip-core] scripts/submit_lava.sh: Set test shell timeout to 60 mins in case of M-COM
 2025-04-11 10:30 UTC 

[PATCH v7 0/9] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-04-11 10:34 UTC  (7+ messages)
` [PATCH v7 3/9] KVM: guest_memfd: Allow host to map guest_memfd() pages

[PATCH v2 net-next 00/14] ipv6: No RTNL for IPv6 routing table
 2025-04-11 10:34 UTC  (3+ messages)
` [PATCH v2 net-next 10/14] ipv6: Factorise ip6_route_multipath_add()

[PATCH] drm: Use strscpy() instead of strscpy_pad()
 2025-04-11 10:22 UTC 

[f2fs-dev] [PATCH v2 3/3] fsck.f2fs: support to tune linear lookup feature
 2025-04-11 10:32 UTC  (3+ messages)

[PATCH net-next 0/2] vsock: SOCK_LINGER rework
 2025-04-11 10:32 UTC  (4+ messages)
` [PATCH net-next 1/2] vsock: Linger on unsent data

[PATCH] gpiolib: Allow to use setters with return value for output-only gpios
 2025-04-11 10:31 UTC 

[PATCH 0/9] fs: harden anon inodes
 2025-04-11 10:31 UTC  (3+ messages)
` [PATCH 1/9] anon_inode: use a proper mode internally

[PATCH] cpufreq: schedutil: Don't ignore limit changes when util is unchanged
 2025-04-11 10:30 UTC  (4+ messages)

[PATCH] signal: Update send_signal_locked in relevant comments
 2025-04-11 10:24 UTC 

[PATCH fixes] riscv: Properly export reserved regions in /proc/iomem
 2025-04-11 10:28 UTC  (2+ messages)

[PATCH] ocfs2: o2net_idle_timer: Rename del_timer_sync in comment
 2025-04-11 10:26 UTC 

[PATCH] drm/i915/dpio: have chv_data_lane_soft_reset() get/put dpio internally
 2025-04-11 10:27 UTC 

[PATCH v2] rust: helpers: Add dma_alloc_attrs() and dma_free_attrs()
 2025-04-11 10:26 UTC  (3+ messages)

[PATCH 0/6 v3] sched/mm: LRU drain flush on nohz_full
 2025-04-11 10:25 UTC  (3+ messages)
` [PATCH 5/6] sched/isolation: Introduce isolated task work

[PATCH v2 0/2] Add support for Texas Instruments DTHE V2 crypto accelerator
 2025-04-11 10:23 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: crypto: Add binding for TI DTHE V2

[PATCH v2 nf-next 0/3] flow offload teardown when layer 2 roaming
 2025-04-11 10:23 UTC  (3+ messages)
` [PATCH v2 nf-next 2/3] netfilter: nf_flow_table_core: teardown direct xmit when destination changed


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.