| Commit message (Expand) | Author | Age | Files | Lines |
| * | dsp: Fix a potential use-after-free in dsp_oss_syncstart() | Mark Johnston | 13 days | 2 | -15/+11 |
| * | hwpmc: Fix the execve handler | Mark Johnston | 13 days | 1 | -60/+12 |
| * | wg(4): Check for crypto operation errors | John Baldwin | 2026-07-28 | 1 | -1/+10 |
| * | vt: Avoid integer overflow in CONS_HISTORY ioctl | Ed Maste | 2026-06-08 | 2 | -7/+8 |
| * | sound: Fix software buffer lifetime issues | Mark Johnston | 2026-06-08 | 3 | -16/+115 |
| * | sound: Check for offset overflow in dsp_mmap_single() | Christos Margiolis | 2026-06-08 | 1 | -0/+3 |
| * | netmap: Drain selinfo sleepers in nm_os_selinfo_uninit() | Mark Johnston | 2026-05-19 | 1 | -0/+1 |
| * | nvmf: Fix null ptr reference | Mariusz Zaborski | 2026-03-25 | 1 | -1/+1 |
| * | nvme_sim: signal namespace depature | Wanpeng Qian | 2025-11-19 | 1 | -9/+19 |
| * | nvd: handle namespace changes | Wanpeng Qian | 2025-11-19 | 1 | -1/+44 |
| * | nvme: Notify namespace changes better | Wanpeng Qian | 2025-11-19 | 3 | -6/+22 |
| * | nvme: Fix backwards sense of error condition | Warner Losh | 2025-11-19 | 1 | -1/+1 |
| * | iichid: The IICHID spec defines the response to the RESET command as two byte... | Poul-Henning Kamp | 2025-11-19 | 1 | -1/+6 |
| * | vtnet: fix enabling/disabling tso | Michael Tuexen | 2025-11-12 | 1 | -4/+24 |
| * | vtnet: don't provide VIRTIO_NET_HDR_F_DATA_VALID | Michael Tuexen | 2025-11-12 | 1 | -6/+1 |
| * | random: Have RANDOM_PURE_START be a cross-platform source | David E. O'Brien | 2025-11-10 | 2 | -14/+14 |
| * | virtio: Fix polling in virtqueue_dequeue() | Mark Johnston | 2025-11-07 | 1 | -1/+2 |
| * | random: CTASSERT check sizeof random_source_descr[] | David E. O'Brien | 2025-11-07 | 2 | -3/+6 |
| * | random: fenestrasX: Add missing entropy sources | David E. O'Brien | 2025-11-07 | 1 | -0/+9 |
| * | nvme: Add handling for bar5 | Jasper Tran O'Leary | 2025-11-04 | 3 | -15/+48 |
| * | ice(4): Add support for E835-XXV-4 adapter | Krzysztof Galazka | 2025-11-03 | 1 | -0/+3 |
| * | ice(4): Add PCI IDs for E835 devices | Krzysztof Galazka | 2025-11-03 | 3 | -0/+66 |
| * | ixl(4): fix multicast promiscuous mode state tracking and filter management | Bhosale, Yogesh | 2025-11-03 | 3 | -18/+120 |
| * | igb(4): Fix out-of-bounds register access on VFs | Krzysztof Galazka | 2025-11-03 | 2 | -49/+80 |
| * | snd_dummy: Round channel pointer after each write | Christos Margiolis | 2025-11-03 | 1 | -2/+3 |
| * | random: garbage collect the RANDOM_PURE_OCTEON entropy source | David E. O'Brien | 2025-11-03 | 2 | -5/+1 |
| * | random: add RDSEED as a provably unique entropy source | David E. O'Brien | 2025-11-03 | 4 | -50/+192 |
| * | le(4): Update depreciation notice | Ed Maste | 2025-10-30 | 1 | -1/+1 |
| * | netmap: Fix error handling in nm_os_extmem_create() | Mark Johnston | 2025-10-30 | 1 | -0/+1 |
| * | pci: add quirk to disable Function-Level Reset (FLR) | Bjoern A. Zeeb | 2025-10-21 | 1 | -0/+10 |
| * | dc(4): fix argument to if_foreach_llmaddr() for 21143. | Chris Johns | 2025-10-21 | 1 | -1/+1 |
| * | qat: enable qat driver for 402xx device | Hareshx Sankar Raj | 2025-10-15 | 7 | -27/+74 |
| * | ahci: Don't fail attach if the MSI-X BARs cannot be allocated | John Baldwin | 2025-10-10 | 1 | -4/+4 |
| * | ahci: Use pci_msix_*_bar instead of reading config registers directly | John Baldwin | 2025-10-10 | 1 | -35/+3 |
| * | nvme: Tweak completion timeout loop | Dag-Erling Smørgrav | 2025-10-09 | 1 | -3/+3 |
| * | vtnet: disable hardware TCP LRO by default | Michael Tuexen | 2025-10-03 | 1 | -1/+1 |
| * | cxgbe: Use partial GCM mode for partial TLS records on T7 | John Baldwin | 2025-10-02 | 5 | -97/+854 |
| * | cxgbe: Permit multiple handlers for CPL6_FW_PLD | John Baldwin | 2025-10-02 | 3 | -6/+66 |
| * | cxgbe mp_ring: Add mp_ring_enqueue_only | John Baldwin | 2025-10-02 | 2 | -1/+81 |
| * | cxgbe TOE TLS: Support for TLS 1.3 for receive | John Baldwin | 2025-10-02 | 1 | -10/+41 |
| * | cxgbe TOE TLS: Support for TLS 1.3 for transmit. | John Baldwin | 2025-10-02 | 2 | -29/+56 |
| * | cxgbe TOE TLS: Better support for partial records for T7. | John Baldwin | 2025-10-02 | 1 | -48/+111 |
| * | cxgbe: Extend NIC TLS to support TLS 1.3. | John Baldwin | 2025-10-02 | 1 | -24/+77 |
| * | cxgbe: Support for TLS 1.3 in key contexts. | John Baldwin | 2025-10-02 | 2 | -4/+23 |
| * | cxgbe: Support for NIC KTLS transmit on T7 adapters. | John Baldwin | 2025-10-02 | 5 | -14/+1500 |
| * | ccr: Support T7. | John Baldwin | 2025-10-02 | 1 | -11/+16 |
| * | cxgbe: Move the STAG and PBL memory pool arenas to the base driver | John Baldwin | 2025-10-02 | 9 | -141/+258 |
| * | cxgbe: Move send_iscsi_flowc_wr to t4_tom.ko | John Baldwin | 2025-10-02 | 3 | -43/+46 |
| * | cxgbe: Refactor find_offload_adapter and move to t4_tom from cxgbei | John Baldwin | 2025-10-02 | 3 | -50/+53 |
| * | cxgbe(4): Add support for port types SFP56 and QSFP56 and speed 200Gbps | Navdeep Parhar | 2025-10-02 | 1 | -7/+16 |