summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-06-21[BUGFIX] wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bindrelease/core79Johannes Berg2-1/+10
2023-05-23[BUGFIX] wifi: iwlwifi: Attempt bus rescan for CSR_HW_REV read failureGregory Greenman2-1/+6
2023-05-15[BUGFIX] wifi: iwlwifi: debug: catch early out of range worker indexGregory Greenman2-3/+10
2023-05-11[BUGFIX] wifi: iwlwifi: mvm: make "pldr_sync" mode effectiveJohannes Berg4-18/+19
2023-05-07[BUGFIX] wifi: iwlwifi: remove dead-codeMiri Korenblit2-2/+1
2023-05-07[BUGFIX] wifi: cfg80211: fix variable type from unsigned to signedAyala Beker2-2/+3
2023-05-07[BUGFIX] wifi: iwlwifi: Don't assign marker cmd's return valueMiri Korenblit2-2/+2
2023-05-07[BUGFIX] wifi: iwlwifi: avoid a NULL pointer dereferenceAvraham Stern2-2/+2
2023-04-24[BUGFIX] wifi: iwlwifi: remove memory check for LMAC error addressMukesh Sisodiya2-3/+2
2023-04-23[BUGFIX] [NOUPSTREAM] wifi: iwlwifi: mvm: send a udev event when we can't con...Emmanuel Grumbach4-9/+30
2023-04-23[BUGFIX] wifi: iwlwifi: mvm: avoid baid size integer overflowJohannes Berg2-2/+2
2023-04-23[BUGFIX] wifi: iwlwifi: fw: fix build w/o debugfsJohannes Berg2-3/+5
2023-04-23[NOUPSTREAM] wifi: iwlwifi: rely on backports when calling timer_shutdown_sync()Gregory Greenman5-13/+7
2023-04-20[BUGFIX] wifi: iwlwifi: pnvm: update size field in scratch memory descriptorGregory Greenman5-28/+43
2023-04-16[BUGFIX] wifi: iwlwifi: mvm: avoid possible memory leakAvraham Stern2-2/+5
2023-03-30Revert "[BUGFIX][NOUPSTREAM] wifi: iwlwifi: set IEEE80211_HE_MAC_CAP0_TWT_REQ...Golan Ben Ami2-3/+3
2023-03-27[BUGFIX] wifi: cfg80211: correctly read ML common infoBenjamin Berg2-2/+2
2023-03-27[BUGFIX] wifi: mac80211: fix multi queues supportAvraham Stern2-2/+2
2023-03-26[NOUPSTREAM] wifi: iwlwifi: mvm: avoid crash if mvmsta->vif is NULLJohannes Berg2-2/+7
2023-03-24[BUGFIX] wifi: cfg80211: add dependency on cfg80211 for testsBenjamin Berg2-1/+2
2023-03-24[BUGFIX] wifi: mac80211: add dependency on mac80211 for testsBenjamin Berg2-1/+2
2023-03-24[BUGFIX] wifi: cfg80211: fix parameter type from unsigned to signedMiri Korenblit2-3/+3
2023-03-24[BUGFIX] wifi: mac80211: don't send frame if no linkMiri Korenblit2-3/+5
2023-03-24[BUGFIX] wifi: cfg80211: defrag STA profile correctlyBenjamin Berg2-2/+2
2023-03-24[BUGFIX] wifi: cfg80211: iterate subelements correctly while copyingBenjamin Berg2-4/+3
2023-03-24[BUGFIX] wifi: cfg80211: correctly calculate sta profile lengthBenjamin Berg2-4/+3
2023-03-24[BUGFIX] wifi: cfg80211: set signal strength to zero for linksBenjamin Berg2-2/+5
2023-03-24[BUGFIX] wifi: cfg80211: pass correct value to inform_bss cbBenjamin Berg2-2/+2
2023-03-23[BUGFIX] wifi: cfg80211: tests: verify all data in defragment_at_endBenjamin Berg2-3/+3
2023-03-23[BUGFIX] wifi: cfg80211: tests: use assert/expect more consistentlyBenjamin Berg2-17/+9
2023-03-23[BUGFIX] wifi: mac80211: tests: use expect/assert consistentlyBenjamin Berg2-8/+6
2023-03-23[BUGFIX] wifi: cfg80211: search all RNR elements for colocated APsBenjamin Berg2-65/+65
2023-03-23wifi: cfg80211: don't report NSTR mobile APsBenjamin Berg2-5/+4
2023-03-23[BUGFIX] wifi: cfg80211: stop parsing after allocation failureBenjamin Berg2-2/+3
2023-03-23[BUGFIX] wifi: cfg80211: correctly skip invalid TBTT info field typesBenjamin Berg2-2/+4
2023-03-22[BUGFIX] wifi: iwlwifi: mvm: don't send esr params on non-mld vifsEmmanuel Grumbach2-9/+12
2023-03-20wifi: iwlwifi: bump FW API to 82 for AX devicesGregory Greenman2-2/+2
2023-03-20wifi: iwlwifi: mvm: support new flush_sta methodJohannes Berg4-1/+29
2023-03-20wifi: mac80211: add flush_sta methodJohannes Berg5-3/+35
2023-03-20[BUGFIX] wifi: iwlwifi: mvm: support flush on AP interfacesJohannes Berg2-7/+1
2023-03-20[BUGFIX] wifi: mac80211: flush queues on STA removalJohannes Berg2-1/+9
2023-03-16[BUGFIX] wifi: iwlwifi: mvm: enable HE TX/RX <242 tone RU on new RFsJohannes Berg2-1/+3
2023-03-16[BUGFIX] wifi: iwlwifi: honor the enable_ini valueEmmanuel Grumbach5-39/+25
2023-03-16wifi: iwlwifi: add Razer to ppag approved listGregory Greenman2-1/+6
2023-03-15[NOUPSTREAM] wifi: cfg/mac: enable unit tests in simulationJohannes Berg3-3/+3
2023-03-15backports: generate symbols for 6.x seriesJohannes Berg2-1/+2
2023-03-15wifi: mac80211: add an element parsing unit testJohannes Berg9-1/+144
2023-03-15wifi: cfg80211: add first kunit tests, for element defragJohannes Berg7-1/+190
2023-03-15[BUGFIX] wifi: cfg80211: fix off-by-one in element defragJohannes Berg2-3/+3
2023-03-15wifi: update multi-link element STA reconfigJohannes Berg3-4/+8
2023-03-14wifi: iwlwifi: mvm: disconnect long CSA only w/o alternativeJohannes Berg2-2/+3
2023-03-14[BUGFIX] wifi: iwlwifi: mvm: protect TXQ list manipulationJohannes Berg5-35/+40
2023-03-14[BUGFIX] wifi: iwlwifi: mvm: fix mvmtxq->stopped handlingJohannes Berg5-6/+14
2023-03-14[BUGFIX] wifi: iwlwifi: mvm: increase session protection after CSAJohannes Berg2-2/+2
2023-03-13[NOUPSTREAM] wifi: iwlwifi: mvm: increase debug level when we fail to associateEmmanuel Grumbach6-1/+52
2023-03-13[BUGFIX] wifi: iwlwifi: fix setting reduced power segmentsGregory Greenman2-3/+6
2023-03-13[BUGFIX] wifi: iwlwifi: pnvm: fix setting pnvm segmentsGregory Greenman2-3/+5
2023-03-13[BUGFIX] wifi: iwlwifi: pnvm: fix loading reduced power tableGregory Greenman2-3/+3
2023-03-13wifi: iwlwifi: pnvm: handle memory descriptor tlvGregory Greenman4-18/+60
2023-03-13wifi: iwlwifi: fw: don't use constant size with efi.get_variableGregory Greenman3-82/+71
2023-03-12[BUGFIX] wifi: mac80211: agg-tx: prevent start/stop raceJohannes Berg2-1/+9
2023-03-12wifi: mac80211: agg-tx: add a few locking assertionsJohannes Berg2-2/+6
2023-03-12wifi: mac80211: Shut down tx aggregate timersGuenter Roeck3-1/+21
2023-03-12wifi: iwlwifi: Add support for new PCI versionMukesh Sisodiya2-1/+3
2023-03-09wifi: iwlwifi: Add support for new PCI deviceMukesh Sisodiya2-1/+4
2023-03-09[BUGFIX] wifi: iwlwifi: send LARI configuration earlierBenjamin Berg2-2/+3
2023-03-08[BUGFIX] wifi: cfg80211: fix band comparisonJohannes Berg2-3/+3
2023-03-08[BUGFIX] wifi: cfg80211: fix channel frequency comparisonJohannes Berg2-2/+2
2023-03-02wifi: ieee80211: reorder presence checks in MLE per-STA profileJohannes Berg2-4/+3
2023-03-01wifi: mac80211: Support link removal using Reconfiguration ML elementIlan Peer4-1/+202
2023-03-01[BUGFIX] wifi: iwlwifi: mvm: fix radiotap RU allocation reportingJohannes Berg2-28/+63
2023-03-01wifi: iwlwifi: pcie: point invalid TFDs to invalid dataJohannes Berg5-7/+73
2023-03-01wifi: iwlwifi: queue: move iwl_txq_gen2_set_tb() upJohannes Berg2-37/+37
2023-03-01wifi: iwlwifi: pcie: move gen1 TB handling to headerJohannes Berg3-18/+17
2023-03-01wifi: iwlwifi: remove 'def_rx_queue' struct memberJohannes Berg5-7/+5
2023-03-01wifi: iwlwifi: pcie: clean up gen1/gen2 TFD unmapJohannes Berg4-35/+17
2023-03-01wifi: iwlwifi: remove 'use_tfh' configJohannes Berg10-34/+19
2023-03-01[BUGFIX] wifi: mac80211: fix non-MLO station associationKarthikeyan Periyasamy2-4/+1
2023-03-01wifi: iwlwifi: remove disable_dummy_notificationJohannes Berg3-6/+2
2023-02-28wifi: cfg80211: do not scan disabled links on 6GHzBenjamin Berg2-1/+8
2023-02-28wifi: cfg80211: handle BSS data contained in ML probe responsesBenjamin Berg2-7/+352
2023-02-28wifi: cfg80211: use structs for TBTT information accessBenjamin Berg3-32/+35
2023-02-28wifi: ieee80211: add structs for TBTT information accessBenjamin Berg2-1/+23
2023-02-28wifi: ieee80211: add definitions for the TBTT type subfieldBenjamin Berg3-2/+5
2023-02-27wifi: iwlwifi: limit EHT capabilities based on PCIe link speedJohannes Berg4-5/+25
2023-02-27wifi: mvm: add EHT A-MPDU size exponent supportJohannes Berg2-10/+20
2023-02-27wifi: iwlwifi: mvm: use min_t() for agg_sizeJohannes Berg2-4/+3
2023-02-27wifi: iwlwifi: mvm: use EHT maximum MPDU length on 2.4 GHzJohannes Berg2-3/+14
2023-02-27wifi: iwlwifi: nvm: handle EHT/320 MHz regulatory flagJohannes Berg2-1/+8
2023-02-27wifi: nl80211/reg: add no-EHT regulatory flagJohannes Berg3-2/+6
2023-02-27wifi: iwlwifi: mvm: support CSA with MLDEmmanuel Grumbach3-4/+7
2023-02-27wifi: mac80211: add support for mld in ieee80211_chswitch_doneEmmanuel Grumbach9-36/+60
2023-02-27wifi: cfg80211: use a struct for inform_single_bss dataBenjamin Berg2-98/+113
2023-02-27wifi: ieee80211: add definitions for RNR MLD paramsBenjamin Berg2-1/+16
2023-02-27wifi: cfg80211: Always ignore ML elementBenjamin Berg2-1/+5
2023-02-27wifi: ieee80211: use default for medium synchronization delayBenjamin Berg2-3/+12
2023-02-27wifi: ieee80211: add helper to validate ML element type and sizeBenjamin Berg3-16/+33
2023-02-27[BUGFIX] wifi: Fix the common size calculation for reconfiguration MLIlan Peer2-5/+2
2023-02-27wifi: mac80211: Include Multi-Link in CRC calculationIlan Peer2-1/+5
2023-02-27wifi: cfg80211: Support changes in AP MLD link state changeIlan Peer5-1/+77
2023-02-27wifi: Rename ieee80211_mle_sta_prof_size_ok()Ilan Peer3-4/+7
2023-02-27wifi: mac80211: Add support for parsing Reconfiguration Multi Link elementIlan Peer3-4/+24
2023-02-27wifi: mac80211: Rename multi_linkIlan Peer4-19/+19
2023-02-27[BUGFIX] wifi: iwlwifi: Don't send Marker cmd if not supportedMiri Korenblit2-2/+4
2023-02-26wifi: iwlwifi: mvm: make iwl_mvm_set_fw_mu_edca_params mld awareEmmanuel Grumbach4-8/+9
2023-02-26wifi: iwlwifi: send marker cmd before suspend cmdMiri Korenblit4-27/+51
2023-02-26wifi: iwlwifi: remove WARN from read_mem32()Johannes Berg2-3/+3
2023-02-26[BUGFIX] wifi: mac80211: check basic rates validityJohannes Berg2-11/+12
2023-02-24Revert "[NOUPSTREAM] wifi: iwlwifi: mvm: disable csum offload in simulation"Johannes Berg2-2/+2
2023-02-23[NOUPSTREAM] wifi: iwlwifi: add an option to disable emlMiri Korenblit3-1/+8
2023-02-23[NOUPSTREAM] wifi: mac80211: add a driver flag to disable emlMiri Korenblit3-4/+6
2023-02-22[BUGFIX] wifi: mac80211: make casts more typesafe and more genericBenjamin Berg2-16/+16
2023-02-21wifi: mac80211: use cfg80211 defragmentation helperBenjamin Berg3-58/+37
2023-02-21wifi: cfg80211: add element defragmentation helperBenjamin Berg3-1/+83
2023-02-21[BUGFIX] wifi: cfg80211: drop incorrect nontransmitted BSS update codeBenjamin Berg2-144/+12
2023-02-21[BUGFIX] wifi: cfg80211: rewrite merging of inherited elementsBenjamin Berg2-90/+125
2023-02-21[BUGFIX] wifi: cfg80211: ignore invalid TBTT info field typesBenjamin Berg2-1/+5
2023-02-21wifi: mac80211: use new inform_bss callbackBenjamin Berg4-56/+43
2023-02-21wifi: cfg80211: add inform_bss op to update BSSBenjamin Berg5-1/+47
2023-02-21wifi: cfg80211: keep bss_lock held when informingBenjamin Berg2-25/+43
2023-02-21wifi: cfg80211: move regulatory_hint_found_beacon to be earlierBenjamin Berg2-21/+23
2023-02-21wifi: iwlwifi: mvm: check the right csa_activeEmmanuel Grumbach2-2/+5
2023-02-21[BUGFIX] wifi: mac80211: feed the link_id to cfg80211_ch_switch_started_notifyEmmanuel Grumbach2-3/+4
2023-02-19[BUGFIX] wifi: mac80211: add consistency check for compat chandefAnjaneyulu2-1/+6
2023-02-19wifi: iwlwifi: Add support for new CNVi (SC) and CRF (WH)Mukesh Sisodiya4-2/+193
2023-02-19wifi: iwlwifi: pcie: add size assertionsJohannes Berg3-2/+12
2023-02-19wifi: iwlwifi: pcie: refactor RB status size calculationJohannes Berg2-11/+15
2023-02-19wifi: iwlwifi: handle listen_lmac in link commandMiri Korenblit4-17/+19
2023-02-17wifi: mac80211: stop passing cbss to parserBenjamin Berg2-2/+1
2023-02-16[BUGFIX] wifi: iwlwifi: mvm: mark key valid on re-installationJohannes Berg2-1/+8
2023-02-16[NOUPSTREAM] wifi: iwlwifi: mvm: add EHT OMI data to the DHCEmmanuel Grumbach2-2/+2
2023-02-16[BUGFIX] Revert "wifi: iwlwifi: fw: add support to revert to original Tx power"Ariel Malamud6-94/+1
2023-02-16wifi: mac80211: Extend AID element addition for TDLS framesMukesh Sisodiya2-11/+10
2023-02-16wifi: mac80211: Add HE and EHT capa elements in TDLS framesAbhishek Naik4-2/+87
2023-02-16wifi: mac80211: handle TDLS data frames with MLOAbhishek Naik2-3/+19
2023-02-16wifi: mac80211: handle TDLS negotiation with MLOMukesh Sisodiya2-55/+81
2023-02-16wifi: mac80211: always initialize link_sta with staJohannes Berg2-1/+3
2023-02-16wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta()Johannes Berg2-16/+12
2023-02-15[NOUPSTREAM] wifi: iwlwifi: pcie: try to rebind/rescan for some devicesJohannes Berg2-3/+7
2023-02-15Merge remote-tracking branch 'auto/master'Gregory Greenman58-1047/+1666
2023-02-13[BUGFIX] wifi: mac80211: Don't translate MLD addresses for multicastAndrei Otcheretianski2-4/+3
2023-02-12wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg8-42/+79
2023-02-12wifi: iwlwifi: bump FW API to 81 for AX devicesGregory Greenman2-3/+3
2023-02-10wifi: cfg80211: make TDLS management link-awareMukesh Sisodiya7-29/+36
2023-02-10[BUGFIX] wifi: mac80211: fragment per STA profile correctlyBenjamin Berg4-6/+7
2023-02-09[BUGFIX] wifi: iwlwifi: rs: Modify invalid rate check for legacyAnjaneyulu2-3/+3
2023-02-08[BUGFIX] wifi: iwlwifi: fw: Avoid crash dump name for other cpu during s3.Mukesh Sisodiya2-2/+3
2023-02-08wifi: iwlwifi: fw: add support to revert to original Tx powerAriel Malamud6-2/+95
2023-02-08[NOUPSTREAM] wifi: nl80211: add ifdefs for split opsJohannes Berg2-3/+15
2023-02-08[NOUPSTREAM] wifi: iwlwifi: mvm: use get_random_u32_inclusive()Johannes Berg2-2/+2
2023-02-08backport: add get_random_u32_inclusive()Johannes Berg2-1/+16
2023-02-08[NOUPSTREAM] backports: adjust namespace argument constJohannes Berg3-2/+8
2023-02-07[BUGFIX] wifi: mac80211: fix non-MLO connectionJohannes Berg2-2/+5
2023-02-07[BUGFIX] wifi: mac80211: Fix permissions for valid_links debugfs entryIlan Peer2-10/+2
2023-02-07wifi: mac80211: Do not use "non-MLD AP" syntaxIlan Peer2-4/+7
2023-02-07wifi: mac80211: Add debugfs entry to report dormant linksIlan Peer2-1/+15
2023-02-07wifi: mac80211: Support disabled links during associationIlan Peer6-34/+52
2023-02-07wifi: iwlwifi: mvm: Don't access vif valid links directlyIlan Peer4-5/+5
2023-02-07[BUGFIX] wifi: iwlwifi: mvm: Use only active links for TxIlan Peer2-3/+3
2023-02-07wifi: mac80211_hwsim: Don't access vif valid links directlyIlan Peer2-3/+4
2023-02-07wifi: mac80211: Add getter functions for vif MLD stateIlan Peer11-52/+74
2023-02-07[BUGFIX] wifi: mac80211: Use active_links instead of valid_links in TxIlan Peer2-4/+4
2023-02-07wifi: cfg80211: Support association to AP MLD with disabled linksIlan Peer4-4/+23
2023-02-06wifi: iwlwifi: handle RLC cmd in eSR modeMiri Korenblit4-11/+65
2023-02-06wifi: iwlwifi: disable SMPS when in eSR modeMiri Korenblit4-11/+57
2023-02-06wifi: mac80211: disable SMPS override via debugfsMiri Korenblit3-2/+8
2023-02-06[BUGFIX] wifi: iwlwifi: fix max number of fw active linksMiri Korenblit4-23/+25
2023-02-06[BUGFIX] wifi: iwlwifi: mvm: Validate index before access rs_ht_to_legacyAnjaneyulu2-5/+8
2023-02-05[BUGFIX] wifi: iwlwifi: Validate slots_num before allocating memoryAnjaneyulu2-2/+5
2023-02-05[BUGFIX] wifi: iwlwifi: mvm: validate tid for data packetAnjaneyulu2-4/+7
2023-02-05[BUGFIX] wifi: iwlwifi: pnvm: initialize pnvm_data to NULLGregory Greenman2-3/+3
2023-02-02wifi: iwlwifi: pnvm: don't put pnvm_data on the stackJohannes Berg2-8/+18
2023-02-02wifi: iwlwifi: fw: clean up PNVM loading codeJohannes Berg2-64/+79
2023-02-02wifi: iwlwifi: fw: clean up UEFI reduced power data codeJohannes Berg4-33/+26
2023-02-02wifi: iwlwifi: fw: clear up PVNM load commentJohannes Berg2-3/+5
2023-02-02wifi: iwlwifi: mvm: track u-APSD misbehaving AP by AP addressJohannes Berg4-18/+27
2023-02-02[BUGFIX] wifi: mac80211: fix build without debugfsJohannes Berg2-5/+9
2023-02-02[BUGFIX] wifi: iwlwifi: mvm: Validate tid before access tid_to_mac80211_acAnjaneyulu2-4/+8
2023-02-01wifi: mac80211: don't update rx_stats.last_rate for NDPJohannes Berg2-4/+4
2023-02-01wifi: iwlwifi: implement WPFC ACPI table loadingJohannes Berg8-52/+80
2023-02-01[BUGFIX][NOUPSTREAM] wifi: iwlwifi: fix build without debug overrideJohannes Berg3-6/+9
2023-02-01wifi: iwlwifi: pcie: propagate iwl_pcie_gen2_apm_init() errorJohannes Berg2-2/+5
2023-02-01wifi: iwlwifi: skip opmode start retries on dead transportJohannes Berg2-1/+4
2023-02-01wifi: iwlwifi: pcie: rescan bus if no parentJohannes Berg2-3/+6
2023-02-01[BUGFIX] wifi: iwlwifi: fix opmode start/stop raceJohannes Berg2-18/+18
2023-02-01wifi: ieee80211: clean up public action codeJohannes Berg2-9/+4
2023-01-31[BUGFIX] wifi: iwlwifi: mvm: Correctly set the scan command link IDIlan Peer2-5/+14
2023-01-31[BUGFIX] [NOUPSTREAM] wifi: iwlwifi: mvm: Handle return value from nla_put_u8...Anjaneyulu2-8/+9
2023-01-31wifi: iwlwifi: implement enable/disable china 2022 regulatory requirementAnjaneyulu6-4/+36
2023-01-30wifi: iwlwifi: pcie: clean up WFPM control bitsJohannes Berg3-4/+3
2023-01-30[BUGFIX] wifi: iwlwifi: mvm: fix removing pasn station for responderAvraham Stern2-3/+8
2023-01-30wifi: iwlwifi: mvm: offload IGTK in AP if BIGTK is supportedJohannes Berg2-4/+13
2023-01-30[BUGFIX] wifi: iwlwifi: mvm: use correct sta ID for IGTK/BIGTKJohannes Berg2-3/+8
2023-01-30backports: add dependency on local-symbolsJohannes Berg2-1/+2
2023-01-30[BUGFIX] wifi: mac80211: fix possible NULL dereference in ieee80211_calc_expe...Anjaneyulu2-3/+3
2023-01-30[BUGFIX] wifi: mac80211: fix possible NULL dereference in ieee80211_chandef_e...Anjaneyulu2-1/+9
2023-01-29[BUGFIX] wifi: iwlwifi: mvm: remove always true check in iwl_dbgfs_tas_get_st...Anjaneyulu2-4/+3
2023-01-29wifi: iwlwifi: mvm: Add support for SCAN API version 16Ilan Peer3-22/+41
2023-01-25[NOUPSTREAM] wifi: iwlwifi: mvm: disable csum offload in simulationJohannes Berg2-2/+2
2023-01-24[BUGFIX] wifi: cfg80211: remove links only on APJohannes Berg2-2/+9