summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-11-11[BUGFIX] cfg80211: consider VHT opmode on station updaterelease/LinuxCore22Beni Lev3-2/+19
2016-11-11[BUGFIX] iwlwifi: mvm: fix netdetect starting/stopping for unified imagesLuca Coelho3-7/+47
2016-11-11[BUGFIX] mac80211: validate DA/SA during A-MSDU decapsulationJohannes Berg2-2/+20
2016-11-11[BUGFIX] cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg4-5/+19
2016-11-11[BUGFIX] iwlwifi: pcie: fix SPLC structure parsingLuca Coelho2-32/+49
2016-11-11[BUGFIX] cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg4-30/+35
2016-11-11[BUGFIX] iwlwifi: mvm: workaround for a FW bug and pick the beacon transmissi...Emmanuel Grumbach2-2/+6
2016-11-11[BUGFIX] iwlwifi: mvm: comply with fw_restart mod param on suspendHaim Dreyfuss2-3/+5
2016-11-11[BUGFIX] mac80211: recalculate min channel width on VHT opmode changesJohannes Berg4-10/+26
2016-11-11[BUGFIX] mac80211: calculate min channel width correctlyJohannes Berg3-4/+3
2016-11-11[BUGFIX] iwlwifi: mvm: don't restart HW if suspend fails with unified imageLuca Coelho2-5/+9
2016-10-07[BUGFIX] mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach8-10/+24
2016-10-07[BUGFIX] iwlwifi: mvm: fix d3_test with unified D0/D3 imagesLuca Coelho2-11/+16
2016-10-07[BUGFIX] mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg2-10/+16
2016-10-07iwlwifi: mvm: show TX power configuration in debugfsMatt Chen2-2/+43
2016-10-05[BUGFIX] iwlwifi: mvm: use ssize_t for len in iwl_debugfs_mem_read()Luca Coelho2-3/+3
2016-10-05[BUGFIX] iwlwifi: mvm: let the FW choose its antenna for the beaconEmmanuel Grumbach2-5/+5
2016-10-05[BUGFIX] iwlwifi: pcie: mark command queue lock with separate lockdep classJohannes Berg2-1/+9
2016-09-25[BUGFIX] iwlwifi: mvm: initialise ADD_STA before sending it to the firmwareEmmanuel Grumbach2-2/+2
2016-09-25[BUGFIX] iwlwifi: load longer ucode namesSara Sharon2-2/+2
2016-09-25[BUGFIX] iwlwifi: don't use DMA_ERROR_CODE [SQUASH]Luca Coelho2-4/+5
2016-09-19[BUGFIX] mac80211: fix scan completed tracingJohannes Berg2-2/+2
2016-09-19[BUGFIX] mac80211: reject TSPEC TIDs (TSIDs) for aggregationJohannes Berg3-2/+11
2016-09-19[BUGFIX] iwlwifi: mvm: correct rate_idx bounds-checkJohannes Berg2-2/+2
2016-09-19[BUGFIX] mac80211: fix possible out-of-bounds accessJohannes Berg2-5/+9
2016-09-19[BUGFIX] iwlwifi: mvm: bail out if CTDP start operation failsLuca Coelho2-2/+5
2016-09-13[BUGFIX] iwlwifi: mvm: update TX queue before making a copy of the skbBeni Lev2-11/+10
2016-09-01[BUGFIX] mac80211: TDLS: don't require beaconing for AP BWArik Nemtsov2-4/+5
2016-09-01iwlwifi: mvm: Add mem debugfs entryIdo Yariv3-1/+181
2016-09-01iwlwifi: add new 8265 series PCI IDOren Givon2-1/+2
2016-09-01[BUGFIX] iwlwifi: xvt: Check cb_dev_cmd ptr before freeNitzanX Kugelman2-2/+3
2016-08-29[BUGFIX]iwlwifi: mvm: disable P2P queue on mac context releaseSara Sharon2-1/+6
2016-08-29[BUGFIX] iwlwifi: mvm: Advertise support for AP channel width changePeer, Ilan2-1/+2
2016-08-29[BUGFIX] iwlwifi: mvm: support BAR in reorder bufferSara Sharon2-4/+10
2016-08-29[BUGFIX] iwlwifi: check for valid ethernet address provided by OEMHaim Dreyfuss2-6/+11
2016-08-29[BUGFIX] iwlwifi: mvm: compare full command IDJohannes Berg2-10/+13
2016-08-29[BUGFIX] iwlwifi: mvm: don't use ret when not initialisedEmmanuel Grumbach2-2/+3
2016-08-29[BUGFIX] iwlwifi: pcie: fix typo in struct name for a000 devices [SQUASH]Sara Sharon2-2/+2
2016-08-29[BUGFIX] iwlwifi: mvm: remove variable shadowingLiad Kaufman2-4/+4
2016-08-29[BUGFIX] iwlwifi: pcie: replace possible_cpus() with online_cpus() in MSIX modeHaim Dreyfuss2-5/+7
2016-07-26[BUGFIX] iwlwifi: mvm: check if vif is NULL before using itSharon Dvir3-1/+12
2016-07-24iwlwifi: pcie: change indentation of iwl_pcie_set_interrupt_capa()Sara Sharon2-45/+45
2016-07-21iwlwifi: mvm: use setup_timer instead of init_timer and data fieldsWei Yongjun2-6/+4
2016-07-20iwlwifi: add the new 8275 seriesOren Givon4-1/+18
2016-07-20iwlwifi: add the new 9560 seriesOren Givon4-1/+17
2016-07-18iwlwifi: pcie: Set affinity mask for rx interrupt vectors per cpuHaim Dreyfuss3-2/+34
2016-07-18[BUGFIX] iwlwifi: mvm: free reserved queue on STA removalLiad Kaufman2-2/+24
2016-07-18iwlwifi: mvm: add MVM_ENABLE_DQA key in the conf fileLiad Kaufman4-3/+8
2016-07-18[BUGFIX] iwlwifi: mvm: fix pending frames tracking on tx respLiad Kaufman2-2/+6
2016-07-18iwlwifi: pcie: Configure shared interrupt vector in MSIX modeHaim Dreyfuss5-56/+133
2016-07-18iwlwifi: mvm: support new BA notification responseSara Sharon3-55/+194
2016-07-18iwlwifi: pcie: merge iwl_queue and iwl_txqSara Sharon5-164/+147
2016-07-18iwlwifi: change byte count table for a000 devicesSara Sharon3-9/+36
2016-07-18iwlwifi: pcie: assign and access a000 TFD & TBsSara Sharon4-57/+121
2016-07-18iwlwifi: introduce trans API to get byte count tableSara Sharon5-1/+22
2016-07-17iwlwifi: mvm: support new shared memory config APISara Sharon5-53/+78
2016-07-17iwlwifi: mvm: split out frame count from air time [NOUPSTREAM]Sara Sharon2-26/+37
2016-07-14iwlwifi: mvm: do not count airtime per AC [NOUPSTREAM]Sara Sharon4-6/+4
2016-07-13[BUGFIX] iwlwifi: mvm: remove dump of locked registersSara Sharon2-3/+1
2016-07-13iwlwifi: pcie: introduce new tfd and tb formatsSara Sharon7-32/+65
2016-07-13[BUGFIX] nl80211: free acl to avoid memory leakHaim Dreyfuss2-2/+4
2016-07-12iwlwifi: shared: remove IDIEmmanuel Grumbach7-30/+13
2016-07-11iwlwifi: fix semicolon.cocci warningskbuild test robot2-2/+2
2016-07-11[BUGFIX] iwlwifi: mvm: consider P2p device type for firmware dump triggersEmmanuel Grumbach2-2/+3
2016-07-07[BUGFIX] iwlwifi: mvm: don't free queue after delba in dqaLiad Kaufman2-4/+8
2016-07-07[BUGFIX]iwlwifi: mvm: call a different txq_enable functionSara Sharon2-4/+2
2016-07-07iwlwifi: pcie: remove dead codeSara Sharon3-22/+1
2016-07-07[BUGFIX] iwlwifi: pcie: fix ucode load flow for a000 devices [SQUASH]Sara Sharon4-17/+41
2016-07-07iwlwifi: pcie: refrain from SCD accessesSara Sharon3-2/+17
2016-07-07[BUGFIX] mac80211: Don't set the FTM initiator support bit in extended capabi...Beni Lev3-10/+1
2016-07-07iwlmvm: Adapt to new FTM FW APIBeni Lev3-37/+78
2016-07-07iwlwifi: add the new 9170 seriesOren Givon4-1/+13
2016-07-07iwlwifi: add the new 9270 seriesOren Givon4-1/+13
2016-07-07iwlwifi: add new 9460 series PCI IDsOren Givon2-1/+5
2016-07-07iwlwifi: add a new series 9460 with new PCI IDOren Givon4-17/+18
2016-07-07iwlwifi: rename and reorder 9000 series configuration structsOren Givon4-68/+51
2016-07-07Merge remote-tracking branch 'auto/master' into mergeLuca Coelho3-168/+92
2016-07-06Merge remote-tracking branch 'origin/master' into mergeLuca Coelho3-6/+8
2016-07-06Merge remote-tracking branch 'local_auto/master' into mergeLuca Coelho22-112/+870
2016-07-06iwlwifi: mvm: support 4-addr AP/clientJohannes Berg2-1/+4
2016-07-06[BUGFIX] iwlwifi: mvm: fix size calculation [SQUASH]Sara Sharon2-6/+5
2016-07-06iwlwifi: mvm: support txq tid owner changeLiad Kaufman2-1/+52
2016-07-06iwlwifi: mvm: use defines for SCD_CONFIG_CMD enablementLiad Kaufman4-11/+20
2016-07-06iwlwifi: mvm: re-assign old queues after hw restart in dqa modeLiad Kaufman2-3/+71
2016-07-06iwlwifi: mvm: keep track of tid associated with each queueLiad Kaufman4-1/+12
2016-07-06iwlwifi: mvm: re-aggregate shared queue after unsharingLiad Kaufman6-27/+204
2016-07-06iwlwifi: mvm: support new paging command formatSara Sharon4-11/+34
2016-07-05iwlwifi: move iwl_drv to be shared across transportsSara Sharon6-22/+16
2016-07-05[BUGFIX] cfg80211: some trivial NAN fixesAyala Beker3-5/+6
2016-07-05[BUGFIX] mac80211: some trivial NAN fixesAyala Beker5-11/+14
2016-07-05iwlwifi: pcie: remove fake RX queues [NOUPSTREAM]Sara Sharon4-1/+4
2016-07-05[BUGFIX] cfg80211: Refactor NAN match event handlingAyala Beker3-42/+65
2016-07-05mac80211: use idr instead of list for NAN functionsAndrei Otcheretianski5-101/+58
2016-07-05cfg80211: Refactor NAN function allocationAndrei Otcheretianski8-192/+123
2016-07-05iwlwifi: pcie: centralize SCD status loggingSara Sharon4-74/+48
2016-07-05[BUGFIX] cfg80211: FTM: abort all measurements on teardown/suspendBeni Lev2-19/+26
2016-07-04[BUGFIX] cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC...Felix Fietkau2-2/+2
2016-07-03[BUGFIX] iwlwifi: pcie: fix {en,dis}enable_interrupt vs. ISR race [SQUASH]Emmanuel Grumbach4-15/+26
2016-06-30iwlwifi: mvm: support v4 of the TX power commandLuca Coelho6-26/+57
2016-06-30iwlwifi: add new 8265 series PCI IDsOren Givon2-1/+5
2016-06-29iwlwifi: mvm: bump max API number to 25 [NOUPSTREAM]Luca Coelho5-7/+7
2016-06-23iwlwifi: pcie: load FW chunk for a000 devicesSara Sharon3-12/+76
2016-06-23iwlwifi: pcie: initialize a000 device's TFD tableSara Sharon6-10/+67
2016-06-23iwlwifi: centralize 64 bit HW registers writeSara Sharon5-17/+75
2016-06-23iwlwifi: pcie: generalize and increase the size of scratchbufSara Sharon3-59/+55
2016-06-23iwlwifi: pcie: track rxb statusSara Sharon3-2/+12
2016-06-23[BUGFIX] iwlwifi: mvm: some trivial NAN fixesAyala Beker3-4/+4
2016-06-22[BUGFIX] iwlwifi: pcie: fix a race in firmware loading flowEmmanuel Grumbach2-5/+5
2016-06-22iwlwifi: decouple PCIe transport from mac80211Johannes Berg10-30/+38
2016-06-22iwlwifi: tracing: decouple from mac80211Johannes Berg2-4/+23
2016-06-22iwlwifi: store cipher scheme independent of mac80211Johannes Berg5-20/+21
2016-06-22[BUGFIX] iwlwifi: mvm: free RX reorder buffer on restartSara Sharon2-4/+5
2016-06-22iwlwifi: mvm: add RX aggregation printsSara Sharon3-3/+12
2016-06-22iwlwifi: mvm: support dqa-mode scd queue redirectionLiad Kaufman2-6/+111
2016-06-22iwlwifi: mvm: support tdls in dqa modeLiad Kaufman3-14/+27
2016-06-22iwlwifi: pcie: don't use vid 0Sara Sharon2-5/+8
2016-06-22[BUGFIX] iwlwifi: mvm: unmap the paging memory before freeing itEmmanuel Grumbach2-5/+9
2016-06-22[NOUPSTREAM] iwlwifi: remove dependency of tracing on mac80211.hJohannes Berg3-14/+31
2016-06-22iwlwifi: remove iwl_ht_params.smps_modeJohannes Berg2-4/+4
2016-06-22[BUGFIX] iwlwifi: mvm: fix the channel inhibition table for Channel 14Emmanuel Grumbach2-2/+2
2016-06-20Merge remote-tracking branch 'auto/master' into mergeLuca Coelho5-108/+160
2016-06-20[BUGFIX] iwlwifi: mvm: fix SAR compilation when ACPI is not defined [SQUASH]Luca Coelho2-4/+4
2016-06-20iwlwifi: mvm: fix coex related commentsEmmanuel Grumbach2-3/+3
2016-06-16[BUGFIX] iwlwifi: mvm: write the correct internal TXF indexGolan Ben-Ami2-2/+3
2016-06-16iwlwifi: add new 8260 PCI ID [SQUASH]David Spinadel2-1/+2
2016-06-16[BUGFIX] iwlwifi: mvm: NULL dereference in iwl_mvm_allow_uapsd_iteratorRoee Zamir2-1/+2
2016-06-16[BUGFIX] iwlwifi: pcie: fix access to scratch bufferSara Sharon2-3/+3
2016-06-15[BUGFIX] iwlwifi: Workaround 9000's interrupt issue [NOUPSTREAM]Ido Yariv4-2/+8
2016-06-15[BUGFIX] iwlwifi: pcie: Enable MSI mode when using MSI interruptsIdo Yariv3-2/+7
2016-06-15iwlwifi: mvm: read SAR BIOS table from ACPILuca Coelho2-1/+174
2016-06-14iwlwifi: mvm: cleanup the coex codeEmmanuel Grumbach4-232/+1
2016-06-10Merge remote-tracking branch 'auto/master'Luca Coelho3-1/+146
2016-06-10Merge remote-tracking branch 'auto/master'Luca Coelho10-99/+158
2016-06-09[BUGFIX] iwlwifi: mvm: checksum IPv6 fragmented packetSara Sharon2-16/+7
2016-06-09[BUGFIX] iwlmvm: mvm: set correct state in smart-fifo configurationstriebit2-2/+2
2016-06-09[BUGFIX] iwlwifi: pcie: enable interrupts before releasing the NIC's CPUEmmanuel Grumbach2-2/+6
2016-06-09iwlwifi: Add a000 HW family supportHaim Dreyfuss5-2/+141
2016-06-09[BUGFIX] mac80211: lock rcu before dereferencing [SQUASH]Sara Sharon2-1/+3
2016-06-08iwlwifi: mvm: support new statistics notificationSara Sharon7-7/+61
2016-06-08[BUGFIX] iwlwifi: mvm: fix a few firmware capability checksJohannes Berg3-7/+7
2016-06-07[BUGFIX] mac80211: some trivial NAN fixesAndrei Otcheretianski2-9/+9
2016-06-07[BUGFIX] cfg80211: some trivial NAN fixesAndrei Otcheretianski4-38/+35
2016-06-07[NOUPSTREAM] iwlwifi: mvm: add kernel time event to tx latency trace pointGolan Ben-Ami3-3/+8
2016-06-07[NOUPSTREAM] mac80211: add a field for storing latency event timeGolan Ben-Ami2-1/+3
2016-06-07iwlwifi: mvm: support GMAC protocolAyala Beker5-18/+77
2016-06-07iwlwifi: mvm: add support for GCMP encryptionAyala Beker7-25/+86
2016-06-06iwlwifi: Reserve iwl_fw_error_dump_type enumGolan Ben-Ami2-1/+5
2016-06-06mac80211: add kernel time to tx latency statisticsGolan Ben-Ami4-5/+10
2016-06-06iwlwifi: add dump of RFHSara Sharon2-3/+114
2016-06-06[BUGFIX] mac80211: parse wide bandwidth channel switch IE with workaroundJohannes Berg2-29/+18
2016-06-02[BUGFIX] iwlwifi: mvm: fix txq aggregation bugOren Givon2-2/+10
2016-06-01[BUGFIX] iwlwifi: mvm: avoid harmless -Wmaybe-uninialized warningArnd Bergmann2-21/+22
2016-06-01iwlwifi: add new 8260 PCI IDOren Givon2-1/+2
2016-06-01mac80211: report failure to start (partial) scan as scan abortJohannes Berg2-3/+4
2016-06-01iwlwifi: mvm: rs: add rate scaling support for 160MHz channelsGregory Greenman3-23/+61
2016-06-01mac80211: Add support for beacon report radio measurementAvraham Stern6-21/+75
2016-06-01nl80211: Add info to scan results to support beacon reportAvraham Stern9-23/+161
2016-05-31[BUGFIX] iwlwifi: mvm: fix RX mpdu status enumAyala Beker2-3/+3
2016-05-31[BUGFIX] iwlwifi: mvm: Do not open aggregations for null data packetsMatti Gottlieb4-9/+10
2016-05-30[BUGFIX][SQUASH] FTM: nl80211: Don't allow 0 burst period in multi-burst modeBeni Lev2-1/+3
2016-05-30[BUGFIX]iwlwifi: pcie: poll RFH for RX DMA stopSara Sharon3-4/+37
2016-05-30iwlwifi: mvm: remove unnecessary device conversion when reading the MCCLuca Coelho2-4/+2
2016-05-26[BUGFIX] iwlwifi: mvm: set the encryption type of an IGTK keyAyala Beker2-1/+9
2016-05-23iwlwifi: mvm: control non ASAP mode in ftm responderDavid Spinadel4-1/+8
2016-05-23iwlwifi: add new 8265 and 8260 PCI IDsOren Givon2-1/+4
2016-05-23Merge remote-tracking branch 'auto/master'Luca Coelho26-321/+1017
2016-05-23iwlwifi: mvm: support dqa-enable hcmdLiad Kaufman3-1/+36
2016-05-23iwlwifi: mvm: update aux queue in dqa modeLiad Kaufman4-9/+28
2016-05-23iwlwifi: mvm: set sta_id in SCD_QUEUE_CONFIG cmdLiad Kaufman3-1/+12
2016-05-23iwlwifi: mvm: support dqa queue sharingLiad Kaufman8-23/+200
2016-05-23[BUGFIX] [SQUASH] iwlwifi: mvm: fix potential NULL dereference in iwl_mvm_all...Avraham Stern2-2/+2
2016-05-20[BUGFIX] cfg80211: handle failed skb allocationGregory Greenman2-1/+3
2016-05-20iwlwifi: mvm: do not turn on RX_FLAG_AMSDU_MORESara Sharon2-4/+1
2016-05-19iwlwifi: xvt: protect rx dispatcher with mutexKonstantin Gleyzer3-1/+6
2016-05-19mac80211_hwsim: Add radar bandwidths to the P2P Device combinationIlan Peer2-21/+6
2016-05-16[BUGFIX] iwlwifi: mvm: fix potential NULL-dereference in iwl_mvm_reorder()Luca Coelho2-2/+4
2016-05-16[NOUPSTREAM] [BUGFIX] iwlwifi: mvm: fix compiler warning about unused fw_name...Luca Coelho2-1/+4
2016-05-16[BUGFIX]iwlwifi: mvm: fix RCU splat in TKIP's update_keyEmmanuel Grumbach2-2/+8
2016-05-09[BUGFIX] iwlwifi: mvm: silence uninitialized variable warningDan Carpenter2-1/+3
2016-05-09[BUGFIX] iwlwifi: mvm: remove an unused variableDan Carpenter2-4/+3
2016-05-09[BUGFIX] iwlwifi: xvt: config A-MSDUs RX buffer sizeNitzanX Kugelman2-1/+21
2016-05-09[BUGFIX] iwlwifi: mvm: change scan timeout to a delayed workLuca Coelho5-16/+15
2016-05-09nl80211: Add API to support VHT MU-MIMO air snifferAviya Erenfeld4-3/+74
2016-05-04[BUGFIX] iwlwifi: mvm: don't override the rate with the AMSDU lenEmmanuel Grumbach2-36/+49
2016-05-04[BUGFIX]iwlwifi: mvm: fix possible division by zeroSara Sharon2-1/+4
2016-05-03[BUGFIX] iwlwifi: mvm: increase scan timeout to 20 secondsLuca Coelho2-2/+2
2016-05-03iwlwifi: mvm: bump max API number to 24 [NOUPSTREAM]Emmanuel Grumbach4-6/+6
2016-05-02iwlwifi: pcie: unify restock calls on initSara Sharon2-16/+14
2016-05-01iwlwifi: mvm: support dqa queue inactivation upon timeoutLiad Kaufman6-16/+399
2016-05-01iwlwifi: change fw.mvm_fw to fw.typeJohannes Berg3-15/+31
2016-05-01iwlwifi: remove useless enum valuesJohannes Berg2-4/+4
2016-05-01Merge auto/masterEmmanuel Grumbach2-2/+2
2016-04-28iwlwifi: testmode: Add GET_RFID command to tm user APIKonstantin Gleyzer4-3/+53
2016-04-28mac80211: allow software PS-Poll/U-APSD with AP_LINK_PSJohannes Berg3-27/+72
2016-04-28cfg80211: make wdev_list accessible to driversJohannes Berg10-25/+31
2016-04-27[BUGFIX] iwlwifi: mvm: handle FRAME_RELEASE in MQ codeJohannes Berg2-3/+3
2016-04-27iwlwifi: mvm: Support CSA countdown offloadingAndrei Otcheretianski10-23/+203
2016-04-27cfg80211: remove erroneous commentJohannes Berg2-2/+2
2016-04-26[BUGFIX] mac80211: fix statistics leak if dev_alloc_name() failsJohannes Berg2-3/+3
2016-04-26[BUGFIX] iwlwifi: fix fw version reading for DVM devicesLuca Coelho3-2/+7