aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-05-16wifi: ath12k: pass link_conf for tx_arvif retrievalAloka Dixit1-14/+17
2025-05-16wifi: ath12k: update EMLSR capabilities of ML StationRamasamy Kaliappan3-2/+23
2025-05-16wifi: ath12k: Prevent multicast duplication for dynamic VLANMuna Sinada1-1/+9
2025-05-16wifi: ath12k: Enable AST index based address search in Station ModeThiraviyam Mariyappan3-6/+12
2025-05-16wifi: ath12k: enable monitor mode for WCN7850Kang Yang1-1/+1
2025-05-16wifi: ath12k: use different packet offset for WCN7850Kang Yang1-5/+24
2025-05-16wifi: ath12k: init monitor parameters for WCN7850Kang Yang1-6/+4
2025-05-16wifi: ath12k: add support to reap and process mon dest ringKang Yang5-5/+471
2025-05-16wifi: ath12k: use ath12k_buffer_addr in ath12k_dp_rx_link_desc_return()Kang Yang3-23/+23
2025-05-16wifi: ath12k: fix macro definition HAL_RX_MSDU_PKT_LENGTH_GETKang Yang1-1/+1
2025-05-16wifi: ath12k: add support to reap and process monitor status ringKang Yang4-2/+309
2025-05-16wifi: ath12k: add monitor mode handler by monitor status ring interruptKang Yang2-1/+17
2025-05-16wifi: ath12k: add interrupt configuration for mon status ringKang Yang4-2/+36
2025-05-16wifi: ath12k: add ring config for monitor mode on WCN7850Kang Yang5-3/+201
2025-05-16wifi: ath12k: add srng config template for mon status ringKang Yang2-1/+9
2025-05-16wifi: ath12k: avoid call ath12k_dp_mon_parse_rx_dest_tlv() for WCN7850Kang Yang1-1/+1
2025-05-16wifi: ath12k: parse msdu_end tlv in ath12k_dp_mon_rx_parse_status_tlv()Kang Yang2-40/+40
2025-05-16wifi: ath12k: Abort scan before removing link interface to prevent duplicate ...Lingbo Kong1-0/+5
2025-05-16wifi: ath12k: use WMI_VDEV_SET_TPC_POWER_CMDID when EXT_TPC_REG_SUPPORT for 6...Baochen Qiang2-0/+23
2025-05-16wifi: ath12k: add handler for WMI_VDEV_SET_TPC_POWER_CMDIDBaochen Qiang2-0/+117
2025-05-16wifi: ath12k: fill parameters for vdev set TPC power WMI commandBaochen Qiang2-0/+322
2025-05-16wifi: ath12k: save max transmit power in vdev start response event from firmwareBaochen Qiang3-1/+5
2025-05-16wifi: ath12k: add parse of transmit power envelope elementBaochen Qiang3-0/+113
2025-05-16wifi: ath12k: save power spectral density(PSD) of regulatory ruleBaochen Qiang1-5/+13
2025-05-16wifi: ath12k: update regulatory rules when connection establishedBaochen Qiang1-7/+21
2025-05-16wifi: ath12k: update regulatory rules when interface addedBaochen Qiang3-0/+22
2025-05-16wifi: ath12k: determine interface mode in _op_add_interface()Baochen Qiang1-32/+41
2025-05-16wifi: ath12k: store reg info for later useBaochen Qiang3-0/+20
2025-05-16wifi: ath12k: move reg info handling outsideBaochen Qiang3-20/+52
2025-05-16wifi: ath12k: add support to select 6 GHz regulatory typeBaochen Qiang4-20/+69
2025-05-16wifi: ath12k: refactor ath12k_reg_build_regd()Baochen Qiang2-29/+17
2025-05-16wifi: ath12k: refactor ath12k_reg_chan_list_event()Baochen Qiang3-97/+123
2025-05-16wifi: ath12k: fix a possible dead lock caused by ab->base_lockBaochen Qiang1-2/+2
2025-05-16wifi: ath12k: delete mon reap timerKang Yang2-30/+0
2025-05-16wifi: ath12k: Add support to simulate firmware crashDinesh Karthikeyan3-0/+82
2025-05-16wifi: ath11k: support DBS and DFS compatibilityYu Zhang(Yuriy)1-18/+24
2025-05-16wifi: ath11k: fix rx completion meta data corruptionJohan Hovold1-9/+16
2025-05-16wifi: ath11k: fix ring-buffer corruptionJohan Hovold2-8/+7
2025-05-16wifi: ath11k: Fix QMI memory reuse logicMuhammad Usama Anjum1-0/+9
2025-05-16wifi: ath9k: ahb: do ioremap resource in one stepRosen Penev1-10/+3
2025-05-16wifi: ath10k: Constify structures in hw.cChristophe JAILLET3-60/+64
2025-05-16wifi: ath10k: Fix spelling mistake "comple" -> "complete"Colin Ian King1-1/+1
2025-05-16wifi: ath12k: Use scan link ID 15 for all scan operationsAditya Kumar Singh1-17/+10
2025-05-16wifi: ath12k: handle scan link during vdev createAditya Kumar Singh1-15/+18
2025-05-16wifi: ath12k: read country code from SMBIOS for WCN7850Wen Gong3-3/+62
2025-05-16Merge tag 'rtw-next-2025-05-16' of https://github.com/pkshih/rtwJohannes Berg85-682/+3740
2025-05-16wifi: rtw89: fix firmware scan delay unit for WiFi 6 chipsChin-Yen Lee1-1/+1
2025-05-16wifi: rtw88: fix the 'para' buffer size to avoid reading out of boundsAlexey Kodanev1-1/+1
2025-05-16wifi: rtw89: mcc: avoid redundant recalculations if no chance to improveZong-Zhe Yang1-3/+10
2025-05-16wifi: rtw89: mcc: deal with non-periodic NoAZong-Zhe Yang8-2/+173
2025-05-16wifi: rtw89: mcc: introduce calculation of anchor patternZong-Zhe Yang1-0/+105
2025-05-16wifi: rtw89: mcc: add courtesy mechanism conditions to P2P rolesZong-Zhe Yang1-2/+11
2025-05-16wifi: rtw89: mcc: drop queued chanctx changes when stoppingZong-Zhe Yang1-0/+6
2025-05-16wifi: rtw89: mcc: pass whom to stop at when pausing chanctxZong-Zhe Yang4-11/+43
2025-05-16wifi: rtw88: Fix the random "error beacon valid" messages for USBBitterblue Smith1-1/+7
2025-05-16wifi: rtw88: usb: Upload the firmware in bigger chunksBitterblue Smith6-4/+76
2025-05-16wifi: rtw88: usb: Reduce control message timeout to 500 msBitterblue Smith1-1/+1
2025-05-16wifi: rtw89: pci: enlarge retry times of RX tag to 1000Ping-Ke Shih1-1/+1
2025-05-16wifi: rtw89: leave idle mode when setting WEP encryption for AP modeDian-Syuan Yang1-0/+3
2025-05-16wifi: rtw89: pci: configure manual DAC mode via PCI config API onlyPing-Ke Shih1-11/+23
2025-05-15Merge tag 'iwlwifi-next-2025-05-15' of https://git.kernel.org/pub/scm/linux/k...Johannes Berg155-5335/+6178
2025-05-15wifi: iwlwifi: mld: allow 2 ROCs on the same vifMiri Korenblit2-17/+44
2025-05-15wifi: iwlwifi: fw: api: include required headers in rs/locationJohannes Berg2-1/+8
2025-05-15wifi: iwlwifi: rename ctx-info-gen3 to ctx-info-v2Miri Korenblit8-77/+77
2025-05-15wifi: iwlwifi: fix a wrong commentMiri Korenblit1-3/+1
2025-05-15wifi: iwlwifi: map iwl_context_info to the matching structMiri Korenblit1-1/+1
2025-05-15wifi: iwlwifi: remove unused macroMiri Korenblit1-1/+0
2025-05-15wifi: iwlwifi: unify iwlagn_scd_bc_tbl_entry and iwl_gen3_bc_tbl_entryMiri Korenblit4-29/+16
2025-05-15wifi: iwlwifi: use bc entries instead of bc table also for pre-ax210Miri Korenblit4-13/+16
2025-05-15wifi: iwlwifi: remove GEN3 from a couple of macrosMiri Korenblit3-8/+8
2025-05-15wifi: iwlwifi: use normal versioning convention for iwl_tx_cmdMiri Korenblit10-51/+51
2025-05-15wifi: iwlwifi: stop supporting TX_CMD_API_S_VER_8Miri Korenblit1-2/+1
2025-05-13wifi: iwlwifi: cfg: reduce configuration struct sizeJohannes Berg3-69/+102
2025-05-12wifi: iwlwifi: cfg: clean up dr/br configsJohannes Berg3-28/+1
2025-05-12wifi: iwlwifi: Add helper function to extract device IDPagadala Yesu Anjaneyulu1-0/+7
2025-05-12wifi: iwlwifi: cfg: mark Ty devices as discreteJohannes Berg3-2/+13
2025-05-12wifi: iwlwifi: cfg: remove MAC type/step matchingJohannes Berg3-23/+4
2025-05-12wifi: iwlwifi: cfg: add a couple of older devicesJohannes Berg3-0/+43
2025-05-12wifi: iwlwifi: cfg: fix PE RF namesJohannes Berg5-14/+29
2025-05-12wifi: iwlwifi: cfg: fix and clean up FM/WH device matchingJohannes Berg8-50/+56
2025-05-12wifi: iwlwifi: cfg: clean up GF device matchingJohannes Berg4-96/+22
2025-05-12wifi: iwlwifi: cfg: clean up JF device matchingJohannes Berg3-166/+35
2025-05-12wifi: iwlwifi: tests: make subdev match test more preciseJohannes Berg1-0/+8
2025-05-12wifi: iwlwifi: cfg: clean up HR device matchingJohannes Berg4-157/+8
2025-05-12wifi: iwlwifi: cfg: unify and add some Killer devicesJohannes Berg3-92/+43
2025-05-12wifi: iwlwifi: cfg: fix and unify Killer/JF configsJohannes Berg2-57/+7
2025-05-12wifi: iwlwifi: cfg: fix Ma device configsJohannes Berg1-3/+3
2025-05-12wifi: iwlwifi: cfg: fix some device namesJohannes Berg2-10/+10
2025-05-12wifi: iwlwifi: cfg: remove some unused namesJohannes Berg2-6/+0
2025-05-12wifi: iwlwifi: mld: add debug log instead of warningSomashekhar Puttagangaiah1-1/+4
2025-05-12wifi: iwlwifi: dbg: fix dump trigger split checkJohannes Berg1-1/+1
2025-05-10wifi: iwlwifi: mvm/mld: allow puncturing use in 5 GHzJohannes Berg2-3/+0
2025-05-10wifi: iwlwifi: mld: add support for ROC on BSSPagadala Yesu Anjaneyulu5-25/+60
2025-05-10wifi: iwlwifi: mld: Block EMLSR only when ready to enter ROCPagadala Yesu Anjaneyulu2-7/+9
2025-05-10wifi: iwlwifi: mld: move aux_sta member from iwl_mld_link to iwl_mld_vifPagadala Yesu Anjaneyulu8-21/+14
2025-05-10wifi: iwlwifi: mld: Fix ROC activity cleanup in iwl_mld_vifPagadala Yesu Anjaneyulu2-3/+7
2025-05-10wifi: iwlwifi: mld: Correct comments for cleanup functionsPagadala Yesu Anjaneyulu2-2/+2
2025-05-10wifi: iwlwifi: rename iwl_cfg to iwl_rf_cfgJohannes Berg28-137/+140
2025-05-10wifi: iwlwifi: cfg: clean up Sc/Dr/Br configsJohannes Berg5-75/+22
2025-05-10wifi: iwlwifi: cfg: add FM RF configJohannes Berg5-41/+46
2025-05-10wifi: iwlwifi: cfg: add GF RF configJohannes Berg5-82/+85
2025-05-10wifi: iwlwifi: cfg: unify HR configsJohannes Berg6-134/+124
2025-05-10wifi: iwlwifi: cfg: unify JF configsJohannes Berg7-157/+145
2025-05-10wifi: iwlwifi: cfg: unify num_rbds configJohannes Berg12-54/+39
2025-05-10wifi: iwlwifi: cfg: add ucode API min/max to MAC configJohannes Berg8-21/+51
2025-05-10wifi: rtw89: declare MLO support if prerequisites are metZong-Zhe Yang1-6/+6
2025-05-10wifi: rtw89: debug: add mlo_mode dbgfsZong-Zhe Yang3-3/+116
2025-05-10wifi: rtw89: debug: add FW log component for MLOPo-Hao Huang2-1/+2
2025-05-10wifi: rtw89: debug: add MLD table dumpPo-Hao Huang2-0/+2
2025-05-10wifi: rtw89: debug: extend dbgfs for MLOPo-Hao Huang1-6/+18
2025-05-10wifi: rtw89: add MLO track for MLSR switch decisionPo-Hao Huang4-1/+174
2025-05-10wifi: rtw89: add handling of mlo_link_cfg H2C command and C2H eventZong-Zhe Yang6-0/+147
2025-05-10wifi: rtw89: chan: re-calculate MLO DBCC mode during setting channelZong-Zhe Yang2-1/+33
2025-05-10wifi: rtw89: send nullfunc based on the given linkPo-Hao Huang1-1/+10
2025-05-10wifi: rtw89: allow driver to do specific band TX for MLOPo-Hao Huang2-3/+15
2025-05-10wifi: rtw89: extract link part from core tx write functionZong-Zhe Yang1-23/+35
2025-05-10wifi: rtw88: rtw8822bu VID/PID for BUFFALO WI-U2-866DMYuuki NAGAO1-0/+2
2025-05-10wifi: rtw88: Handle RTL8723D(S) with blank efuseBitterblue Smith2-60/+59
2025-05-10wifi: rtw88: Fix RX aggregation settings for RTL8723DSBitterblue Smith1-2/+12
2025-05-09wifi: iwlwifi: remove unused high_temp from iwl_cfgJohannes Berg2-3/+0
2025-05-09wifi: iwlwifi: cfg: move MAC parameters to MAC dataJohannes Berg30-351/+346
2025-05-09wifi: iwlwifi: cfg: remove DCCM offsets from new devicesJohannes Berg5-40/+0
2025-05-09wifi: iwlwifi: cfg: remove eeprom_size from new devicesJohannes Berg5-5/+0
2025-05-09wifi: iwlwifi: rename struct iwl_base_paramsJohannes Berg31-112/+116
2025-05-09wifi: iwlwifi: cfg: remove rf_id fieldJohannes Berg8-22/+2
2025-05-09wifi: iwlwifi: cfg: remove dbgc_supported fieldJohannes Berg8-8/+0
2025-05-09wifi: iwlwifi: rename cfg_trans_params to mac_cfgJohannes Berg63-854/+854
2025-05-09wifi: iwlwifi: pass trans to iwl_parse_nvm_mcc_info()Johannes Berg4-6/+16
2025-05-09wifi: iwlwifi: cfg: remove nvm_hw_section_num from new devicesJohannes Berg5-5/+0
2025-05-09wifi: iwlwifi: cfg: handle cc firmware dynamicallyJohannes Berg4-10/+8
2025-05-09wifi: iwlwifi: cfg: build ax210 family FW names dynamicallyJohannes Berg4-79/+58
2025-05-09wifi: iwlwifi: cfg: remove 'cdb' valueJohannes Berg1-2/+0
2025-05-09wifi: iwlwifi: cfg: remove QuZ/JF special casesJohannes Berg3-23/+8
2025-05-09wifi: iwlwifi: build 9000 series FW filenames dynamicallyJohannes Berg4-51/+38
2025-05-09wifi: iwlwifi: add JF1/JF2 RF for dynamic FW buildingJohannes Berg1-0/+5
2025-05-09wifi: iwlwifi: pcie: remove 0x2726 devicesJohannes Berg1-4/+0
2025-05-09wifi: iwlwifi: cfg: inline HT paramsJohannes Berg20-120/+192
2025-05-09wifi: iwlwifi: cfg: remove 6 GHz from ht40_bandsJohannes Berg2-4/+2
2025-05-09wifi: iwlwifi: mld: call thermal exit without wiphy lock heldBenjamin Berg2-1/+6
2025-05-09wifi: iwlwifi: mld: avoid init-after-queueMiri Korenblit1-2/+3
2025-05-09wifi: iwlwifi: mld: use a radio/system specific power budgetBenjamin Berg2-28/+57
2025-05-09wifi: iwlwifi: mvm: use a radio/system specific power budgetBenjamin Berg2-29/+64
2025-05-09wifi: iwlwifi: fix thermal code compilation with -Werror=cast-qualBenjamin Berg2-4/+4
2025-05-09wifi: iwlwifi: pcie: remove iwl_trans_pcie_gen2_send_hcmdMiri Korenblit1-2/+0
2025-05-09wifi: iwlwifi: Add support for a new version for link config commandYedidya Benshimol2-5/+27
2025-05-09wifi: iwlwifi: Add a new version for mac config commandYedidya Benshimol3-31/+100
2025-05-09wifi: iwlwifi: Add a new version for sta config commandYedidya Benshimol3-6/+83
2025-05-09wifi: iwlwifi: add range response version 10 supportAvraham Stern1-4/+80
2025-05-09wifi: iwlwifi: mld: remove one more error in unallocated BAIDMiri Korenblit1-3/+5
2025-05-09wireless: purelifi: plfxlc: fix memory leak in plfxlc_usb_wreq_asyn()Salah Triki1-1/+3
2025-05-09wifi: brcmfmac: Fix structure size for WPA3 external SAETing-Ying Li1-0/+2
2025-05-09wifi: brcmfmac: cyw: support external SAE authentication in station modeArend van Spriel9-22/+467
2025-05-09wifi: brcmfmac: make per-vendor event map constArend van Spriel1-1/+1
2025-05-09wifi: brcmfmac: support per-vendor cfg80211 callbacks and firmware eventsArend van Spriel5-0/+25
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski85-516/+975
2025-05-08Merge tag 'net-6.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds21-266/+504
2025-05-08Merge tag 's390-6.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-3/+1
2025-05-08virtio-net: fix total qstat valuesJakub Kicinski1-0/+4
2025-05-08fbnic: Do not allow mailbox to toggle to ready outside fbnic_mbx_poll_tx_readyAlexander Duyck1-17/+10
2025-05-08fbnic: Pull fbnic_fw_xmit_cap_msg use out of interrupt contextAlexander Duyck1-27/+16
2025-05-08fbnic: Improve responsiveness of fbnic_mbx_poll_tx_readyAlexander Duyck1-8/+11
2025-05-08fbnic: Cleanup handling of completionsAlexander Duyck1-0/+17
2025-05-08fbnic: Actually flush_tx instead of stalling outAlexander Duyck1-15/+16
2025-05-08fbnic: Add additional handling of IRQsAlexander Duyck4-59/+110
2025-05-08fbnic: Gate AXI read/write enabling on FW mailboxAlexander Duyck3-13/+33
2025-05-08fbnic: Fix initialization of mailbox descriptor ringsAlexander Duyck1-9/+23
2025-05-07net: dsa: b53: do not set learning and unicast/multicast on upJonas Gorski3-8/+15
2025-05-07net: dsa: b53: fix learning on VLAN unaware bridgesJonas Gorski1-1/+1
2025-05-07net: dsa: b53: fix toggling vlan_filteringJonas Gorski2-31/+75
2025-05-07net: dsa: b53: do not program vlans when vlan filtering is offJonas Gorski1-20/+28
2025-05-07net: dsa: b53: do not allow to configure VLAN 0Jonas Gorski1-9/+27
2025-05-07net: dsa: b53: always rejoin default untagged VLAN on bridge leaveJonas Gorski1-5/+5
2025-05-07net: dsa: b53: fix VLAN ID for untagged vlan on bridge leaveJonas Gorski1-1/+2
2025-05-07net: dsa: b53: fix flushing old pvid VLAN on pvid changeJonas Gorski1-1/+1
2025-05-07net: dsa: b53: fix clearing PVID of a portJonas Gorski1-2/+11
2025-05-07net: dsa: b53: keep CPU port always tagged againJonas Gorski1-0/+8
2025-05-07net: dsa: b53: allow leaky reserved multicastJonas Gorski1-2/+4
2025-05-07net: ibmveth: Refactored veth_pool_store for better maintainabilityDave Marquardt1-44/+67
2025-05-07net: ti: icssg-prueth: Report BQL before sending XDP packetsMeghana Malladi1-1/+7
2025-05-07net: ti: icssg-prueth: Fix kernel panic during concurrent Tx queue accessMeghana Malladi2-2/+12
2025-05-07net: ti: icssg-prueth: Set XDP feature flags for ndevMeghana Malladi1-5/+4
2025-05-07net: airoha: Add missing field to ppe_mbox_data structLorenzo Bianconi1-4/+6
2025-05-07Merge tag 'media/v6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds4-2/+8
2025-05-07net: usb: lan78xx: Extract flow control configuration to helperOleksij Rempel1-18/+87
2025-05-07net: usb: lan78xx: Refactor USB link power configuration into helperOleksij Rempel1-31/+59
2025-05-07net: usb: lan78xx: Extract PHY interrupt acknowledgment to helperOleksij Rempel1-1/+15
2025-05-07net: usb: lan78xx: move LED DT configuration to helperOleksij Rempel1-26/+46
2025-05-07net: usb: lan78xx: refactor PHY init to separate detection and MAC configurationOleksij Rempel1-46/+128
2025-05-07net: usb: lan78xx: remove explicit check for missing PHY driverOleksij Rempel1-4/+0
2025-05-07net: usb: lan78xx: Improve error handling in PHY initializationOleksij Rempel1-16/+31
2025-05-07s390/pci: Fix duplicate pci_dev_put() in disable_slot() when PF has child VFsNiklas Schnelle1-1/+0
2025-05-07wifi: iwlwifi: handle v3 ratesJohannes Berg22-264/+448
2025-05-07wifi: iwlwifi: mld: add RFI_CONFIG_CMD to iwl_mld_system_names arrayPagadala Yesu Anjaneyulu1-0/+1
2025-05-07wifi: iwlwifi: fix 6005N/SFF matchJohannes Berg1-1/+1
2025-05-07wifi: iwlwifi: make iwl_uefi_get_uats_table() return voidJohannes Berg4-22/+12
2025-05-07wifi: iwlwifi: drop whtc RFEmmanuel Grumbach1-7/+1
2025-05-07wifi: iwlwifi: add support PE RFEmmanuel Grumbach1-0/+3
2025-05-07wifi: iwlwifi: debug: set CDB indication from CSRMiri Korenblit2-22/+10
2025-05-07wifi: iwlwifi: mvm: fix beacon CCK flagJohannes Berg1-2/+2
2025-05-07wifi: iwlwifi: remove NVM C step overrideJohannes Berg3-20/+2