aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* ipmi: fix runtime on powerpc64lePiotr Kubaj2025-03-271-0/+1
* uath: add support for GCMP-128 encryptionAdrian Chadd2025-03-271-0/+6
* rtwn: add support for AES-GCM-128 in the supported software cipher setAdrian Chadd2025-03-271-0/+5
* xilinx axi ethernet: allocate memory for buffers.Ruslan Bukin2025-03-261-4/+18
* xilinx quad spi: various fixes.Ruslan Bukin2025-03-261-6/+25
* snd_hda: Patch Framework 16 AMDChristos Margiolis2025-03-252-0/+15
* hda: add macbook air 6,1 and 6,2 GPIO to enable amplifierAdrian Chadd2025-03-224-1/+11
* snd_hda: Support Intel Raptor Lake 0x7a50Christos Margiolis2025-03-192-0/+2
* cxgbe(4): Add two new transceiver types.Navdeep Parhar2025-03-182-1/+9
* Disable HS200 on rockchip_dwmmc in attachStephen Hurd2025-03-181-1/+11
* acpi_asus_wmi(4): Handle TUF-specific hotkeys internallyVladimir Kondratyev2025-03-171-8/+54
* acpi_asus_wmi(4): Add support for WMI event queueVladimir Kondratyev2025-03-171-13/+76
* acpi_asus_wmi(4): Improve keyboard backlight support.Vladimir Kondratyev2025-03-171-4/+132
* acpi_asus_wmi(4): Add EVDEV supportVladimir Kondratyev2025-03-171-1/+139
* usb-msctest: Be more conservative setting GETMAXLUN quirkWarner Losh2025-03-161-9/+4
* umass/quirk: Remove useless quirk for Transcend flashWarner Losh2025-03-161-2/+0
* umass/quirks: Remove nonsensical NO_GETMAXLUN quirksWarner Losh2025-03-161-10/+9
* cxgbe(4): Perform Conventional Reset instead of FLR on the device.Navdeep Parhar2025-03-161-18/+117
* acpi_pci: Add quirk for DELAY-after-EJ0Colin Percival2025-03-142-0/+5
* mana: remove redundant doorbell in mana_poll_rx_cq()Wei Hu2025-03-141-7/+0
* snd_hda: Patch Framework AMD 13th genChristos Margiolis2025-03-132-0/+8
* mlx5en: bump MLX5E_MAX_BUSDMA_RX_SEGSKonstantin Belousov2025-03-131-1/+1
* mlx5en: fix rq->wqe_sz usageKonstantin Belousov2025-03-132-16/+12
* mlx5: bump the max LRO packet sizeKonstantin Belousov2025-03-131-2/+1
* mlx5en: stop arbitrary limiting max wqe sizeKonstantin Belousov2025-03-131-11/+1
* mlx5: overwrite only the echo reply timestamp from the last packet in LROKonstantin Belousov2025-03-131-1/+0
* mlx5: assert CQE structure sizeKonstantin Belousov2025-03-131-0/+1
* mlx5: correct the predicate asserted in __predict_true()Konstantin Belousov2025-03-131-2/+2
* mlx5: recalculate tcp checksum for ipv6 hw lro coalesced packetKonstantin Belousov2025-03-131-0/+9
* mlx5: recalculate tcp checksum for ipv4 hw lro coalesced packetKonstantin Belousov2025-03-131-1/+41
* mlx5_en: correct recalculation of the ipv4 checksum for hw lro packetKonstantin Belousov2025-03-131-1/+2
* mlx5en: follow PRM for setting the max hw lro segment sizeKonstantin Belousov2025-03-131-4/+2
* mlx5en: explain why interface needs to be reopened on hw lro changeKonstantin Belousov2025-03-131-1/+4
* mlx5en: make the hw lro control dynamicKonstantin Belousov2025-03-133-14/+73
* mlx5core: add mlx5_core_modify_tir()Konstantin Belousov2025-03-132-0/+13
* mlx5en: control hw LRO with the driver conf sysctl, leaving IFCAP_LRO to swKonstantin Belousov2025-03-132-31/+3
* mlx5en: make conf.hw_lro sysctl r/wKonstantin Belousov2025-03-131-6/+0
* sound: Remove redundant check in mixer_clone()Christos Margiolis2025-03-121-1/+1
* usb: Use bus_detach_children instead of bus_generic_detachJohn Baldwin2025-03-121-1/+1
* mlx5: Fix BlueField-4 device descriptionSlava Shwartsman2025-03-111-1/+1
* umass: Remove some 20-year-old dead codeWarner Losh2025-03-111-4/+0
* sound: Make feed_mixer_apply() __always_inlineChristos Margiolis2025-03-101-1/+1
* sound: Update COPYRIGHT noticesChristos Margiolis2025-03-1016-5/+49
* sound: Make dev.pcm.X.mode dynamicChristos Margiolis2025-03-101-10/+15
* sound: Retire SD_F_AUTOVCHANChristos Margiolis2025-03-103-12/+7
* sound: Take dsp_cdevsw out of header fileChristos Margiolis2025-03-101-2/+0
* sound: Simplify pcm/feeder_mixer.cChristos Margiolis2025-03-101-105/+68
* sound: Remove feed_matrix_apply_generic()Christos Margiolis2025-03-101-49/+0
* sound: Remove macro magic from pcm/feeder_matrix.cChristos Margiolis2025-03-101-129/+56
* sound: Remove macro magic from pcm/feeder_eq.cChristos Margiolis2025-03-101-142/+80