aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-07-17wifi: rtw89: coex: Add firmware report control report v11Ching-Te Ku2-1/+243
2026-07-17wifi: rtw89: coex: Correct SET_RFE settingsChing-Te Ku3-24/+231
2026-07-17wifi: rtw89: coex: Refine _reset_btc_var()Ching-Te Ku3-22/+179
2026-07-17wifi: rtw89: coex: Refine send firmware command functionChing-Te Ku2-1/+110
2026-07-17wifi: rtw89: coex: Rearrange Bluetooth firmware report entryChing-Te Ku1-105/+104
2026-07-17wifi: rtw89: ceox: Update antenna & grant signal settingChing-Te Ku4-337/+216
2026-07-17wifi: rtw89: coex: Update driver outsource info to firmware version 6Ching-Te Ku4-12/+199
2026-07-17wifi: rtw89: coex: Rearrange coexistence control structureChing-Te Ku5-98/+207
2026-07-17wifi: rtw89: coex: Add Wi-Fi role info version 10Ching-Te Ku12-1677/+1380
2026-07-17wifi: rtlwifi: rtl8192d: remove dead SMPS rate mask codeChelsy Ratnawat1-13/+8
2026-07-16wifi: iwlwifi: adapt ND match notif sizing to fixed matches arrayEmmanuel Grumbach2-5/+8
2026-07-16wifi: iwlwifi: mvm: fix a possible underflowEmmanuel Grumbach1-4/+15
2026-07-16wifi: iwlwifi: mvm: copy the correct TK length for rangingAvraham Stern1-17/+38
2026-07-16wifi: iwlwifi: mvm: add a check on the tid coming from the firmwareEmmanuel Grumbach1-0/+3
2026-07-16wifi: iwlwifi: mvm: fix out-of-bounds tid_data access in BA notifEmmanuel Grumbach1-1/+7
2026-07-16wifi: iwlwifi: pcie: validate FW section counts in iwl_pcie_init_fw_secEmmanuel Grumbach1-1/+6
2026-07-16wifi: iwlwifi: mvm: ptp: free response on success pathEmmanuel Grumbach1-1/+3
2026-07-16wifi: iwlwifi: mvm: fix read in wake packet notification handlerShahar Tzarfati1-1/+2
2026-07-16wifi: iwlwifi: validate payload length in iwl_pnvm_complete_fnEmmanuel Grumbach1-1/+8
2026-07-16wifi: iwlwifi: fix pointer arithmetic in iwl_add_mcc_to_tas_block_listEmmanuel Grumbach1-1/+1
2026-07-16wifi: iwlwifi: fw: validate SMEM response sizeShahar Tzarfati1-5/+23
2026-07-16wifi: iwlwifi: mvm: validate SAR GEO response payload sizePagadala Yesu Anjaneyulu1-0/+10
2026-07-16wifi: iwlwifi: mvm: validate TX_CMD response layoutEmmanuel Grumbach1-0/+34
2026-07-16wifi: iwlwifi: add support for additional channels in NVM_GET_INFOEmmanuel Grumbach4-26/+74
2026-07-16wifi: iwlwifi: mld: validate txq_id in TX response handlerEmmanuel Grumbach1-0/+4
2026-07-16wifi: iwlwifi: mei: pass correct argument to functionAvraham Stern1-1/+1
2026-07-16wifi: iwlwifi: mld: Do not cleanup FW state when the device is deadIlan Peer1-2/+4
2026-07-16wifi: iwlwifi: guard against division by zero in iwl_dbg_tlv_alloc_fragmentsEmmanuel Grumbach1-1/+7
2026-07-16wifi: iwlwifi: mei: skip data read if length is too shortAvraham Stern1-6/+14
2026-07-16wifi: iwlwifi: mei: check SAP message length before reading itAvraham Stern1-0/+6
2026-07-16wifi: iwlwifi: mld: fix read in wake packet notification handlerShahar Tzarfati1-1/+2
2026-07-16wifi: iwlwifi: mld: add PNVM_INIT_COMPLETE_NTFY to the hcmd namesMiri Korenblit1-0/+1
2026-07-16wifi: iwlwifi: mvm: add LARI_CONFIG_EXTENSION commandPagadala Yesu Anjaneyulu3-0/+63
2026-07-16wifi: iwlwifi: mld: honor FW puncturing capability in MCC responsePagadala Yesu Anjaneyulu4-11/+67
2026-07-16wifi: iwlwifi: mvm: fix off-by-one in TXF key sanitiserEmmanuel Grumbach1-1/+1
2026-07-16wifi: iwlwifi: mld: fix validation fallback in iwl_mld_notif_is_validEmmanuel Grumbach1-1/+1
2026-07-16wifi: iwlwifi: fix counter type in iwl_fwrt_dump_error_logsEmmanuel Grumbach1-1/+1
2026-07-16wifi: iwlwifi: mvm/mld: fix PPE threshold debug print loopJohannes Berg2-6/+4
2026-07-16wifi: iwlwifi: mld: validate WoWLAN notif headerEmmanuel Grumbach1-19/+38
2026-07-16wifi: iwlwifi: mld: support aborting an ongoing ftm requestAvraham Stern3-0/+32
2026-07-16net/mlx5: Add PSP related fields to the mlx5_ifcCosmin Ratiu1-11/+1
2026-07-16net/mlx5: Drop redundant esw_cap, reuse e_switch_capShay Drory1-3/+3
2026-07-16can: peak: Modification of references to email accounts being deletedStéphane Grosjean11-15/+15
2026-07-15net: ipa: Switch to generic PAS TZ APIsSumit Garg2-6/+9
2026-07-15wifi: iwlwifi: mld: reset the driver state upon firmware recoveryEmmanuel Grumbach3-2/+4
2026-07-15wifi: iwlwifi: mvm: cleanup the driver state after device_powered_offEmmanuel Grumbach3-2/+3
2026-07-15wifi: iwlwifi: mvm: reset the smart fifo state upon FW stopEmmanuel Grumbach1-0/+1
2026-07-15wifi: iwlwifi: regulatory: add LARI_CONFIG_CHANGE command v14 supportPagadala Yesu Anjaneyulu9-34/+88
2026-07-15wifi: iwlwifi: ignore raw-DSM TLV for LARI cmd version 13 and abovePagadala Yesu Anjaneyulu2-7/+14
2026-07-15wifi: iwlwifi: pcie: validate txq_id in txq_enableEmmanuel Grumbach1-2/+9