summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-03-27net: hns3: fix port duplex configure error in IMP resetJie Wang1-1/+4
2024-03-27net: hns3: fix kernel crash when 1588 is received on HIP08 devicesYonglong Liu1-1/+1
2024-03-27net: hns3: fix wrong judgment condition issueJijie Shao1-1/+1
2024-03-27dpll: fix dpll_xa_ref_*_del() for multiple registrationsJiri Pirko1-4/+4
2024-03-27net: phy: fix phy_get_internal_delay accessing an empty arrayKévin L'hôpital1-1/+1
2024-03-27octeontx2-af: Fix devlink paramsSunil Goutham1-10/+10
2024-03-27iommu: Fix compilation without CONFIG_IOMMU_INTELBert Karwatzki3-2/+5
2024-03-27net: dsa: microchip: make sure drive strength configuration is not lost by so...Oleksij Rempel1-4/+6
2024-03-27sr9800: Add check for usbnet_get_endpointsChen Ni1-1/+3
2024-03-27Bluetooth: btusb: Fix memory leakLuiz Augusto von Dentz2-5/+9
2024-03-27Bluetooth: btrtl: fix out of bounds memory accessAndrey Skvortsov1-0/+1
2024-03-27Bluetooth: hci_h5: Add ability to allocate memory for private dataAndrey Skvortsov3-6/+19
2024-03-27Bluetooth: hci_qca: don't use IS_ERR_OR_NULL() with gpiod_get_optional()Bartosz Golaszewski1-3/+3
2024-03-27ice: fix stats being updated by way too large valuesPrzemek Kitszel1-13/+11
2024-03-27igb: Fix missing time sync eventsVinicius Costa Gomes1-18/+5
2024-03-27igc: Fix missing time sync eventsVinicius Costa Gomes1-11/+1
2024-03-27iommu/vt-d: Fix NULL domain on device releaseLu Baolu3-25/+71
2024-03-27iommu: Add static iommu_ops->release_domainLu Baolu1-4/+15
2024-03-27iommu/vt-d: Use device rbtree in iopf reporting pathLu Baolu4-8/+15
2024-03-27iommu/vt-d: Improve ITE fault handling if target device isn't presentEthan Zhao1-0/+22
2024-03-27iommu/vt-d: Use rbtree to track iommu probed devicesLu Baolu3-3/+96
2024-03-27iommu/vt-d: Don't issue ATS Invalidation request when device is disconnectedEthan Zhao1-0/+3
2024-03-27PCI: Make pci_dev_is_disconnected() helper public for other driversEthan Zhao1-5/+0
2024-03-27wifi: brcm80211: handle pmk_op allocation failureDuoming Zhou1-0/+3
2024-03-27wifi: rtw88: 8821c: Fix false alarm countBitterblue Smith1-1/+1
2024-03-27wifi: rtw88: 8821c: Fix beacon loss and disconnectBitterblue Smith2-2/+3
2024-03-27wifi: rtw88: 8821cu: Fix firmware upload failBitterblue Smith1-0/+40
2024-03-27mmc: wmt-sdmmc: remove an incorrect release_mem_region() call in the .remove ...Christophe JAILLET1-4/+0
2024-03-27ACPI: scan: Fix device check notification handlingRafael J. Wysocki1-6/+2
2024-03-27ACPI: resource: Add MAIBENBEN X577 to irq1_edge_low_force_overrideMaxim Kudinov1-0/+7
2024-03-27ACPI: resource: Do IRQ override on Lunnen Ground laptopsAlexey I. Froloff1-0/+14
2024-03-27gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()Stephen Boyd3-8/+16
2024-03-27regulator: userspace-consumer: add module device tableJohn Keeping1-0/+1
2024-03-27wifi: mt76: fix the issue of missing txpwr settings from ch153 to ch177Ming Yen Hsieh1-1/+1
2024-03-27wifi: mt76: mt792x: fix a potential loading failure of the 6Ghz channel confi...Ming Yen Hsieh1-12/+14
2024-03-27wifi: mt76: mt7921: fix incorrect type conversion for CLC commandMing Yen Hsieh1-2/+2
2024-03-27wifi: mt76: mt7925e: fix use-after-free in free_irq()Deren Wu1-0/+1
2024-03-27wifi: mt76: mt7921e: fix use-after-free in free_irq()Deren Wu2-0/+3
2024-03-27wifi: mt76: mt792x: fix ethtool warningGen Xu1-0/+1
2024-03-27wifi: mt76: mt7996: fix HIF_TXD_V2_1 valueBenjamin Lin1-1/+1
2024-03-27wifi: mt76: mt7996: fix efuse reading issueStanleyYP Wang1-1/+1
2024-03-27wifi: mt76: mt7996: fix HE beamformer phy cap for station vifHoward Hsu1-2/+3
2024-03-27wifi: mt76: mt7996: fix incorrect interpretation of EHT MCS capsBenjamin Lin1-2/+14
2024-03-27wifi: mt76: mt7996: fix TWT issuesPeter Chiu2-9/+47
2024-03-27wifi: mt76: mt7996: check txs format before getting skb by pidPeter Chiu1-10/+13
2024-03-27wifi: mt76: mt7925: update PCIe DMA settingsDeren Wu2-3/+15
2024-03-27wifi: mt76: mt7925: add support to set ifs time by mcu commandMing Yen Hsieh3-1/+53
2024-03-27wifi: mt76: mt7925: add flow to avoid chip bt function failQuan Zhou2-0/+5
2024-03-27wifi: mt76: mt7925: fix the wrong header translation configMing Yen Hsieh1-24/+8
2024-03-27wifi: mt76: mt7925: fix WoW failed in encrypted modeMing Yen Hsieh4-57/+103