summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-11-19[BUGFIX] wifi: iwlwifi: fix EWRD table validity checkrelease/core83Miri Korenblit2-2/+2
2023-11-19[BUGFIX] wifi: iwlwifi: mvm: disconnect station vifs if recovery failedEmmanuel Grumbach2-2/+14
2023-11-19[BUGFIX] wifi: mac80211: check S1G action frame sizeJohannes Berg2-1/+5
2023-11-15[BUGFIX] wifi: iwlwifi: mvm: initialize rates in FW earlierJohannes Berg2-1/+14
2023-11-09[BUGFIX] wifi: iwlwifi: mvm: fix a battery life regressionEmmanuel Grumbach2-2/+2
2023-11-06wifi: mac80211: mesh_plink: fix matches_local logicJohannes Berg2-6/+6
2023-11-06wifi: mac80211: mesh: check element parsing succeededJohannes Berg2-3/+5
2023-11-06wifi: iwlwifi: mvm: add a debugfs hook to clear the monitor dataEmmanuel Grumbach6-2/+30
2023-10-29[BUGFIX] wifi: iwlwifi: change link id in time event to s8Miri Korenblit3-6/+6
2023-10-19[BUGFIX] wifi: iwlwifi: mvm: don't cycle link during connectionJohannes Berg2-2/+4
2023-10-19wifi: iwlwifi: check for kmemdup() return value in iwl_parse_tlv_firmware()Dmitry Antipov2-4/+8
2023-10-19[BUGFIX] wifi: mac80211: fix potential NULL-derefJohannes Berg2-3/+2
2023-10-19[BUGFIX] wifi: iwlwifi: fw: remove VLP and AFC debug for UATS tableMukesh Sisodiya3-49/+1
2023-10-18[BUGFIX] wifi: mac80211: don't drop all unprotected public action framesAvraham Stern4-3/+47
2023-10-17Revert "[BUGFIX][NOUPSTREAM] wifi: iwlwifi: set IEEE80211_HE_MAC_CAP0_TWT_REQ...Golan Ben Ami2-3/+2
2023-10-17[BUGFIX] wifi: iwlwifi: fix out of bound copy_from_userAnjaneyulu2-2/+2
2023-10-09wifi: iwlwifi: read DSM func 2 for specific RF typesDaniel Gabay2-9/+19
2023-09-28[BUGFIX] wifi: iwlwifi: empty overflow queue during flushMiri Korenblit6-17/+20
2023-09-28backports: update net/gso.h versionJohannes Berg2-2/+2
2023-09-28[BUGFIX] wifi: iwlwifi: mvm: Limit RX antenna using correct maskBenjamin Berg2-2/+2
2023-09-28wifi: iwlwifi: mvm: show dump even for pldr_syncJohannes Berg2-4/+1
2023-09-28[BUGFIX] wifi: iwlwifi: mvm: cycle FW link on chanctx removalJohannes Berg2-1/+6
2023-09-18[BUGFIX] wifi: iwlwifi: mvm: fix regdb initializationGregory Greenman5-7/+9
2023-09-12wifi: iwlwifi: rfi: prevent sending duplicate RFI_CONFIG_CMD to FWAnjaneyulu7-19/+67
2023-09-12Revert "[BUGFIX] wifi: iwlwifi: empty overflow queue during flush"Gregory Greenman6-23/+18
2023-09-06wifi: iwlwifi: bump FW API to 86 for AX/BZ/SC devicesGregory Greenman4-4/+4
2023-09-06Merge remote-tracking branch 'auto/master' into masterGregory Greenman2-1/+2
2023-09-05[BUGFIX] wifi: iwlwifi: mvm: remove P2P device linkAndrei Otcheretianski2-3/+4
2023-09-05[BUGFIX] wifi: iwlwifi: mvm: update IGTK in mvmvif upon D3 resumeYedidya Benshimol2-1/+11
2023-09-05wifi: iwlwifi: mvm: simplify the reorder bufferEmmanuel Grumbach5-341/+25
2023-09-05wifi: iwlwifi: disable multi rx queue for 9000Emmanuel Grumbach4-4/+15
2023-09-04Merge remote-tracking branch 'auto/master'Gregory Greenman55-1586/+2346
2023-08-30[BUGFIX] wifi: mac80211: flush STA queues on unauthorizationJohannes Berg2-13/+21
2023-08-30[BUGFIX][NOUPSTREAM] wifi: iwlwifi: support activating UNII-1 in WW via BIOS ...Miri Korenblit2-4/+14
2023-08-29[NOUPSTREAM] wifi: nl80211: adjust commands and attributes orderGregory Greenman2-27/+25
2023-08-28[BUGFIX] wifi: mac80211: purge TX queues in flush_queues flowMiri Korenblit4-11/+33
2023-08-28[BUGFIX] wifi: iwlwifi: empty overflow queue during flushMiri Korenblit6-17/+23
2023-08-28[BUGFIX] [NOUPSTREAM] wifi: mac80211: fix a few nits related to ieee80211_chs...Emmanuel Grumbach3-17/+18
2023-08-24[BUGFIX] wifi: mac80211: Create resources for disabled linksBenjamin Berg2-4/+5
2023-08-24wifi: iwlwifi: mvm: Return success if link could not be removedBenjamin Berg2-2/+3
2023-08-24[BUGFIX] wifi: iwlwifi: pcie: synchronize IRQs before NAPIJohannes Berg3-1/+3
2023-08-24wifi: iwlwifi: add support for SNPS DPHYIP region typeDaniel Gabay4-2/+63
2023-08-22[BUGFIX] wifi: iwlwifi: mvm: fix netif csum flagsJohannes Berg4-8/+5
2023-08-22wifi: iwlwifi: mvm: remove set_tim callback for MLD opsJohannes Berg4-7/+3
2023-08-22wifi: iwlwifi: api: fix center_freq label in PHY diagramJohannes Berg2-3/+3
2023-08-22wifi: iwlwifi: add support for activating UNII-1 in WW via BIOSMiri Korenblit3-10/+23
2023-08-22[BUGFIX] wifi: iwlwifi: mvm: remove TDLS stations from FWJohannes Berg2-2/+3
2023-08-21[BUGFIX] wifi: iwlwifi: mvm: fix erroneous RCU useJohannes Berg2-4/+2
2023-08-21wifi: cfg80211: remove wdev mutexJohannes Berg33-977/+297
2023-08-21wifi: mac80211: set wiphy for virtual monitorsJohannes Berg2-1/+2
2023-08-21wifi: cfg80211: wext: convert return value to kernel-docJohannes Berg2-3/+3
2023-08-21wifi: mac80211: reduce iflist_mtxJohannes Berg8-43/+30
2023-08-21wifi: mac80211: remove local->mtxJohannes Berg15-270/+136
2023-08-21wifi: mac80211: remove ampdu_mlme.mtxJohannes Berg8-70/+39
2023-08-21wifi: mac80211: remove chanctx_mtxJohannes Berg10-143/+114
2023-08-21wifi: mac80211: remove key_mtxJohannes Berg10-133/+91
2023-08-21wifi: mac80211: remove sta_mtxJohannes Berg19-215/+113
2023-08-21wifi: mac80211: take wiphy lock for MAC addr changeJohannes Berg2-4/+17
2023-08-21wifi: mac80211: extend wiphy lock in interface removalJohannes Berg2-2/+3
2023-08-21wifi: mac80211: hold wiphy_lock around concurrency checksJohannes Berg2-3/+4
2023-08-21wifi: mac80211: ethtool: hold wiphy mutexJohannes Berg2-3/+7
2023-08-21[BUGFIX] wifi: mac80211: assume channel switch is done if count is zeroBenjamin Berg2-5/+9
2023-08-17[BUGFIX] wifi: iwlwifi: mvm: fix iwl_mvm_mac_flush_sta()Johannes Berg2-12/+10
2023-08-17[BUGFIX] wifi: iwlwifi: mvm: change iwl_mvm_flush_sta() APIJohannes Berg7-27/+19
2023-08-17[BUGFIX] wifi: mac80211: fix a expired vs. cancel race in rocEmmanuel Grumbach2-1/+18
2023-08-17[BUGFIX] wifi: iwlwifi: mvm: fix another race in time-event.cEmmanuel Grumbach2-2/+2
2023-08-16wifi: iwlwifi: mvm: extend alive timeout to 2 secondsHaim Dreyfuss2-2/+2
2023-08-16[BUGFIX] wifi: iwlwifi: fw: Fix UATS table parsing printsMukesh Sisodiya3-12/+27
2023-08-16[BUGFIX] iwlwifi: dbg_ini: fix structure packingArnd Bergmann2-5/+5
2023-08-16[BUGFIX] wifi: iwlwifi: mvm: Fix a memory corruption issueChristophe JAILLET2-2/+2
2023-08-16[BUGFIX] wifi: iwlwifi: Ensure ack flag is properly cleared.Ben Greear2-1/+5
2023-08-15[BUGFIX] wifi: iwlwifi: mvm: fix the PHY context resolution for p2p deviceEmmanuel Grumbach2-53/+50
2023-08-15wifi: iwlwifi: mvm: fold the ref++ into iwl_mvm_phy_ctxt_addEmmanuel Grumbach3-6/+18
2023-08-15wifi: iwlwifi: mvm: don't add dummy phy contextEmmanuel Grumbach5-59/+26
2023-08-14wifi: cfg80211: check wiphy mutex is held for wdev mutexJohannes Berg2-2/+8
2023-08-14wifi: cfg80211: hold wiphy lock in cfg80211_any_wiphy_oper_chan()Johannes Berg2-4/+8
2023-08-14wifi: cfg80211: sme: hold wiphy lock for wdev iterationJohannes Berg2-1/+3
2023-08-14wifi: cfg80211: reg: hold wiphy mutex for wdev iterationJohannes Berg2-1/+4
2023-08-14wifi: mac80211: check wiphy mutex in opsJohannes Berg3-1/+96
2023-08-14wifi: mac80211: move color change finalize to wiphy workJohannes Berg5-10/+12
2023-08-14wifi: mac80211: move CSA finalize to wiphy workJohannes Berg6-12/+12
2023-08-14wifi: mac80211: move filter reconfig to wiphy workJohannes Berg5-7/+8
2023-08-14wifi: mac80211: move tspec work to wiphy workJohannes Berg3-10/+15
2023-08-14wifi: mac80211: move key tailroom work to wiphy workJohannes Berg7-12/+18
2023-08-14wifi: mac80211: move TDLS work to wiphy workJohannes Berg4-11/+13
2023-08-14wifi: mac80211: move sched-scan stop work to wiphy workJohannes Berg4-9/+11
2023-08-14wifi: mac80211: move dynamic PS to wiphy workJohannes Berg8-20/+25
2023-08-14wifi: mac80211: move link activation work to wiphy workJohannes Berg4-7/+9
2023-08-14wifi: mac80211: move offchannel works to wiphy workJohannes Berg4-24/+24
2023-08-14wifi: mac80211: lock wiphy in IP address notifierJohannes Berg3-2/+36
2023-08-14wifi: mac80211: move monitor work to wiphy workJohannes Berg3-8/+10
2023-08-14wifi: mac80211: move scan work to wiphy workJohannes Berg6-26/+19
2023-08-14wifi: mac80211: move radar detect work to wiphy workJohannes Berg4-11/+12
2023-08-14wifi: mac80211: move DFS CAC work to wiphy workJohannes Berg7-16/+17
2023-08-14wifi: mac80211: add more ops assertionsJohannes Berg3-1/+37
2023-08-14wifi: mac80211: convert A-MPDU work to wiphy workJohannes Berg7-18/+16
2023-08-14wifi: mac80211: flush wiphy work where appropriateJohannes Berg3-1/+3
2023-08-14wifi: cfg80211: check RTNL when iterating devicesJohannes Berg7-18/+28
2023-08-14wifi: mac80211: lock wiphy for aggregation debugfsJohannes Berg2-2/+4
2023-08-14wifi: mac80211: hold wiphy lock in netdev/link debugfsJohannes Berg2-34/+91
2023-08-14wifi: mac80211: debugfs: lock wiphy instead of RTNLJohannes Berg2-4/+4
2023-08-10wifi: iwlwifi: fw: Add support for UATS table in UHBMukesh Sisodiya6-1/+182
2023-08-09wifi: mac80211: fix SMPS status handlingJohannes Berg6-51/+80
2023-08-09wifi: mac80211: rework ack_frame_id handling a bitJohannes Berg6-11/+26
2023-08-09wifi: mac80211: tx: clarify conditions in if statementJohannes Berg2-4/+5
2023-08-08[BUGFIX] wifi: iwlwifi: Fix 160 MHz supportIlan Peer2-2/+2
2023-08-08[BUGFIX] wifi: iwlwifi: mvm: fix a race between the end and start of a rocEmmanuel Grumbach2-2/+2
2023-08-08[BUGFIX] wifi: iwlwifi: rfi: avoid error return for set master commandAnjaneyulu2-5/+14
2023-08-08wifi: iwlmvm: implement ROC version 3Shaul Triebitz7-33/+230
2023-08-07[BUGFIX] wifi: iwlwifi: dnt: Set pointer to NULL when freeingBenjamin Berg2-2/+4
2023-08-07wifi: iwlwifi: cleanup MLO and non-MLO unification codeMiri Korenblit3-50/+3
2023-08-07wifi: iwlwifi: send EDT table to FWAlon Giladi5-8/+66
2023-08-03[BUGFIX] wifi: iwlwifi: mvm: Fix key flags for IGTK on AP interfaceIlan Peer2-2/+7
2023-08-03wifi: iwlwifi: support link id in SESSION_PROTECTION_NOTIFMiri Korenblit3-6/+33
2023-08-03wifi: iwlwifi: support link_id in SESSION_PROTECTION cmdMiri Korenblit3-26/+65
2023-08-03wifi: iwlwifi: make time_events MLO awareMiri Korenblit7-11/+27
2023-08-03wifi: mac80211: make mgd_protect_tdls_discover MLO-awareMiri Korenblit6-8/+15
2023-08-03wifi: mac80211: add link id to mgd_prepare_tx()Miri Korenblit4-2/+13
2023-08-03[BUGFIX] wifi: mac80211: Check if we had first beacon with relevant linksMiri Korenblit2-4/+15
2023-08-02wifi: cfg80211: Fix typo in documentationIlan Peer2-2/+2
2023-08-02[BUGFIX] wifi: mac80211: Fix advertised T2L mappingIlan Peer2-7/+13
2023-08-02[BUGFIX] wifi: mac80211: Fix setting vif linksIlan Peer2-2/+2
2023-08-01[BUGFIX] wifi: mac80211: notify the driver upon MLO valid links changeAyala Beker2-3/+8
2023-07-25[BUGFIX] wifi: iwlwifi: update 160Mhz capability based on SSIDMukesh Sisodiya2-2/+2
2023-07-25[BUGFIX] wifi: iwlwifi: disable 160Mhz based on SSIDMukesh Sisodiya4-1/+7
2023-07-25wifi: iwlmvm: fw: Add new OEM vendor to tas approved listMatt Chen2-1/+7
2023-07-20[BUGFIX] wifi: iwlwifi: mvm: Correctly set link configurationIlan Peer3-7/+10
2023-07-19wifi: cfg80211: Handle specific BSSID in 6GHz scanningIlan Peer2-1/+38
2023-07-18[BUGFIX] wifi: cfg80211: Fix return value in scan logicIlan Peer2-2/+2
2023-07-13[BUGFIX] wifi: mac80211: Fix SMPS handling for non-MLD caseIlan Peer2-3/+6
2023-07-11[BUGFIX] wifi: iwlwifi: mvm: Fix unreachable code pathIlan Peer2-6/+1
2023-07-11wifi: iwlwifi: debugfs for fw system statsAnjaneyulu2-1/+105
2023-07-11wifi: iwlwifi: implement new firmware API for statisticsAnjaneyulu9-39/+453
2023-07-10wifi: mac80211: mesh: fix some kdoc warningsBenjamin Berg7-13/+35
2023-07-06wifi: iwlwifi: add new RF support for wifi7Mukesh Sisodiya3-5/+14
2023-07-06[NOUPSTREAM] wifi: iwlwifi: workaround for multicast OTP MAC addressMukesh Sisodiya2-1/+9
2023-07-04[BUGFIX] wifi: iwlwifi: fix the rf step and flavor bits rangeMukesh Sisodiya2-5/+5
2023-07-04[BUGFIX] wifi: iwlwifi: fw: Fix debugfs command sendingMukesh Sisodiya2-2/+6
2023-06-29wifi: iwlwifi: mvm: advertise support for SCS traffic descriptionAyala Beker2-2/+3
2023-06-29wifi: iwlwifi: mvm: Don't always bind/link the P2P Device interfaceIlan Peer6-182/+108
2023-06-29wifi: cfg80211: Include operating class 137 in 6GHz bandIlan Peer2-1/+2
2023-06-28wifi: iwlwifi: mvm: add start mac ctdp sum calculation debugfs handleriallouch2-2/+44
2023-06-27[BUGFIX] wifi: mac80211: use internal visibility macros for kunitBenjamin Berg3-4/+9
2023-06-27[NOUPSTREAM] wifi: iwlwifi: adjust SLE delaysGregory Greenman3-4/+6
2023-06-26[BUGFIX] wifi: iwlwifi: mvm: re-add netdev link in MLDJohannes Berg3-4/+8
2023-06-22[BUGFIX] wifi: ieee80211: fix erroneous NSTR bitmap size checksJohannes Berg2-3/+3
2023-06-22[BUGFIX][NOUPSTREAM] wifi: iwlwifi: dbg-cfg: fix auto-EML enableJohannes Berg2-2/+2
2023-06-22[BUGFIX] wifi: iwlwifi: abort scan when rfkill on but device enabledMiri Korenblit2-2/+2
2023-06-22wifi: iwlwifi: mvm: Add basic link selection logicIlan Peer6-1/+136
2023-06-22wifi: mac80211: Rename and update IEEE80211_VIF_DISABLE_SMPS_OVERRIDEIlan Peer5-8/+17
2023-06-21wifi: mei: return error from register when not builtJohannes Berg2-3/+3
2023-06-21[BUGFIX] wifi: iwlwifi: mvm: fix SB CFG checkJohannes Berg3-3/+3
2023-06-21[BUGFIX] wifi: mac80211: fix non-debugfs buildJohannes Berg2-1/+7
2023-06-21wifi: iwlwifi: mvm: make puncturing dbgfs per linkMiri Korenblit2-31/+22
2023-06-21wifi: iwlwifi: mvm: add a per-link debugfsMiri Korenblit5-1/+53
2023-06-21wifi: mac80211: handle debugfs when switching to/from MLOMiri Korenblit6-11/+41
2023-06-21wifi: iwlwifi: mvm: rework debugfs handlingJohannes Berg5-25/+23
2023-06-21wifi: mac80211: add a driver callback to add vif debugfsMiri Korenblit4-4/+32
2023-06-21wifi: mac80211: don't recreate driver link debugfs in reconfigJohannes Berg2-4/+7
2023-06-21wifi: mac80211: fix documentation config referenceJohannes Berg2-4/+4
2023-06-20wifi: mac80211: kunit: extend MFP testsJohannes Berg2-2/+66
2023-06-20wifi: mac80211: kunit: generalize public action testJohannes Berg2-21/+42
2023-06-20wifi: mac80211: drop robust action frames before assocJohannes Berg2-1/+10
2023-06-20[BUGFIX] wifi: mac80211: kunit: fix MFP testJohannes Berg2-2/+4
2023-06-20wifi: iwlwifi: pcie: add device id 51F1 for killer 1675Yi Kuo2-1/+3
2023-06-20wifi: iwlwifi: rfi: Add enable/disable option for RFIM featureAnjaneyulu8-26/+162
2023-06-19[BUGFIX] wifi: iwlwifi: mvm: move RU alloc B2 placementJohannes Berg3-11/+9
2023-06-16[BUGFIX] wifi: mac80211: tdls: remove sta_mtx lockingJohannes Berg2-14/+3
2023-06-16wifi: mac80211_hwsim: Handle BSS_CHANGED_VALID_LINKSIlan Peer2-1/+9
2023-06-16wifi: mac80211: Notify the low level driver on change in MLO valid linksIlan Peer4-2/+7
2023-06-16[BUGFIX] wifi: mac80211: Fix SMPS handling in the context of MLOIlan Peer4-6/+9
2023-06-16wifi: mac80211: move multi-link reconf work to wiphy workJohannes Berg3-7/+13
2023-06-16[BUGFIX] wifi: mac80211: permit unprotected assoc/deauth before 4-way-HSBenjamin Berg2-2/+10
2023-06-16[BUGFIX] wifi: mac80211: cleanup auth_data only if association continuesBenjamin Berg2-5/+14
2023-06-16[BUGFIX] wifi: mac80211: fix locking in ml_reconf_workBenjamin Berg2-11/+15
2023-06-16wifi: mac80211: add ___ieee80211_disconnect variant not locking sdataBenjamin Berg2-6/+8
2023-06-16wifi: mac80211: add set_active_links variant not locking sdataBenjamin Berg3-3/+15
2023-06-16wifi: mac80211: reject MLO channel configuration if not supportedBenjamin Berg2-4/+14
2023-06-16wifi: mac80211: report per-link error during associationBenjamin Berg2-2/+4
2023-06-16wifi: cfg80211: report per-link errors during associationBenjamin Berg3-7/+48
2023-06-15[BUGFIX] wifi: mac80211: fix lockdep issue when building TLDS mgmt framesBenjamin Berg2-4/+8
2023-06-15[BUGFIX] wifi: iwlwifi: yoyo: swap cdb and jacket bits valuesRotem Saado2-3/+3
2023-06-15[BUGFIX] wifi: mac80211: report all unusable beacon framesBenjamin Berg2-2/+2
2023-06-15[BUGFIX][NOUPSTREAM] wifi: mac80211: do not probe IBSS STAs for probe framesBenjamin Berg2-3/+14
2023-06-15wifi: iwlwifi: add support for new ini region typesMiri Korenblit4-3/+107
2023-06-15wifi: iwlwifi: Extract common prph mac/phy regions data dump logicMiri Korenblit2-18/+36
2023-06-15[BUGFIX] wifi: iwlwifi: mvm: Do not enable MLO if EHT is disabledIlan Peer2-3/+4
2023-06-14wifi: iwlwifi: bump FW API to 84 for AX/BZ/SC devicesGregory Greenman4-4/+4
2023-06-14[BUGFIX] wifi: iwlwifi: mvm: spin_lock_bh() to fix lockdep regressionHugh Dickins2-7/+7
2023-06-13wifi: iwlwifi: Add support for new 802.11be deviceMukesh Sisodiya7-3/+38
2023-06-13[BUGFIX] wifi: iwlwifi: mvm: update station's MFP flag after associationAvraham Stern2-1/+7
2023-06-12wifi: iwlwifi: add mapping of prph register crf for WH RFMukesh Sisodiya3-1/+5
2023-06-12wifi: iwlwifi: mvm: check for iwl_mvm_mld_update_sta() errorsJohannes Berg2-1/+3
2023-06-12[NOUPSTREAM] wifi: iwlwifi: dbg-cfg: add VHT/HE/EHT disable parametersJohannes Berg2-1/+4
2023-06-09backports: inline thermal_zone_device_priv() backportJohannes Berg4-13/+6
2023-06-09[BUGFIX] backports: fix kunit backportJohannes Berg2-2/+2
2023-06-09[BUGFIX] wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()Dan Carpenter2-4/+1
2023-06-08wifi: iwlwifi: mvm: support injection antenna controlJohannes Berg2-5/+13
2023-06-08wifi: iwlwifi: mvm: refactor TX rate handlingJohannes Berg2-34/+46
2023-06-08wifi: mac80211: support antenna control in injectionJohannes Berg4-2/+22