summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel
AgeCommit message (Expand)AuthorFilesLines
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+5
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2-2/+2
2022-12-20wifi: iwlwifi: fw: skip PPAG for JFJohannes Berg1-0/+5
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds43-382/+1537
2022-12-08Merge tag 'iwlwifi-next-for-kalle-2022-12-07' of http://git.kernel.org/pub/sc...Kalle Valo17-75/+116
2022-12-08wifi: ipw2x00: Remove some unused functionsJiapeng Chong1-11/+0
2022-12-07wifi: iwlwifi: fw: use correct IML/ROM status registerJohannes Berg1-1/+1
2022-12-07wifi: iwlwifi: dump: Update check for UMAC valid FW addressMukesh Sisodiya1-1/+5
2022-12-07wifi: iwlwifi: mvm: d3: add TKIP to the GTK iteratorNaftali Goldstein1-2/+7
2022-12-07wifi: iwlwifi: mei: clean up commentsTom Rix5-11/+11
2022-12-07wifi: iwlwifi: mvm: Don't use deprecated registerMiri Korenblit1-3/+6
2022-12-07wifi: iwlwifi: pcie: Add reading and storing of crf and cdb id.Mukesh Sisodiya2-10/+27
2022-12-07wifi: iwlwifi: mvm: replace usage of found with dedicated list iterator variableJakob Koschel2-11/+8
2022-12-07wifi: iwlwifi: dump: Update check for valid FW addressMukesh Sisodiya1-2/+3
2022-12-07wifi: iwlwifi: mvm: don't access packet before checking lenMordechay Goodstein1-18/+20
2022-12-07wifi: iwlwifi: modify new queue allocation commandJohannes Berg2-16/+26
2022-12-07wifi: iwlwifi: nvm-parse: enable WiFi7 for Fm radio for nowJohannes Berg1-0/+2
2022-11-28wifi: iwlwifi: mei: fix parameter passing to iwl_mei_alive_notif()Gregory Greenman1-1/+2
2022-11-28wifi: iwlwifi: mvm: return error value in case PLDR sync failedAvraham Stern1-1/+1
2022-11-28wifi: iwlwifi: mvm: trigger PCI re-enumeration in case of PLDR syncAvraham Stern7-41/+73
2022-11-28wifi: iwlwifi: mvm: fix double free on tx path.Ben Greear1-1/+11
2022-11-28wifi: iwlwifi: mvm: print OTP info after aliveDaniel Gabay1-0/+12
2022-11-28wifi: iwlwifi: nvm: Update EHT capabilities for GL deviceAbhishek Naik1-0/+23
2022-11-28wifi: iwlwifi: nvm-parse: support A-MPDU in EHT 2.4 GHzJohannes Berg1-0/+3
2022-11-28wifi: iwlwifi: mvm: advertise 320 MHz in 6 GHz only conditionallyJohannes Berg1-0/+4
2022-11-28wifi: iwlwifi: mvm: set HE PHY bandwidth according to bandJohannes Berg1-10/+17
2022-11-28wifi: iwlwifi: mvm: support PPE Thresholds for EHTMiri Korenblit2-30/+153
2022-11-28wifi: iwlwifi: mvm: add support for EHT 1K aggregation sizeMordechay Goodstein1-2/+8
2022-11-28wifi: iwlwifi: rs: add support for parsing max MCS per NSS/BW in 11beMordechay Goodstein3-8/+129
2022-11-28wifi: iwlwifi: mvm: support 320 MHz PHY configurationJohannes Berg3-45/+44
2022-11-28wifi: iwlwifi: mvm: Advertise EHT capabilitiesIlan Peer4-18/+167
2022-11-18treewide: use get_random_u32_inclusive() when possibleJason A. Donenfeld1-1/+1
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-1/+1
2022-11-17Merge tag 'iwlwifi-next-for-kalle-2022-11-06-v2' of http://git.kernel.org/pub...Kalle Valo19-121/+773
2022-11-16wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva1-1/+1
2022-11-10wifi: iwlwifi: mei: wait for the mac to stop on suspendAvraham Stern1-2/+21
2022-11-10wifi: iwlwifi: iwlmei: report disconnection as temporaryAvraham Stern1-1/+1
2022-11-10wifi: iwlwifi: mei: use wait_event_timeout() return valueAvraham Stern1-20/+1
2022-11-10wifi: iwlwifi: mei: implement PLDR flowAvraham Stern5-0/+183
2022-11-10wifi: iwlwifi: mvm: Fix getting the lowest rateIlan Peer4-11/+59
2022-11-10wifi: iwlwifi: mvm: support new key APIJohannes Berg7-2/+337
2022-11-10wifi: iwlwifi: dbg: use bit of DRAM alloc ID to store failed allocsRotem Saado1-1/+1
2022-11-10wifi: iwlwifi: mvm: print an error instead of a warning on invalid rateLuca Coelho1-3/+5
2022-11-10wifi: iwlwifi: cfg: disable STBC for BL step A devicesLuca Coelho1-3/+17
2022-11-10wifi: iwlwifi: dbg: add support for DBGC4 on BZ family and aboveRotem Saado1-1/+4
2022-11-10wifi: iwlwifi: mvm: use old checksum for Bz A-stepJohannes Berg2-3/+20
2022-11-10wifi: iwlwifi: mei: fix potential NULL-ptr deref after cloneJohannes Berg1-3/+7
2022-11-10wifi: iwlwifi: mei: avoid blocking sap messages handling due to rtnl lockAvraham Stern1-20/+37
2022-11-10wifi: iwlwifi: mei: fix tx DHCP packet for devices with new Tx APIEmmanuel Grumbach1-1/+7
2022-11-10wifi: iwlwifi: mei: don't send SAP commands if AMT is disabledEmmanuel Grumbach1-41/+44