summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-drivers-for-davem-2019-09-26' of https://git.kernel.org/p...David S. Miller2019-09-269-30/+63
|\
| * wil6210: use after free in wil_netif_rx_any()Dan Carpenter2019-09-251-1/+1
| * iwlwifi: fw: don't send GEO_TX_POWER_LIMIT command to FW version 36Luca Coelho2019-09-241-3/+5
| * mt76: mt7615: fix mt7615 firmware path definitionsLorenzo Bianconi2019-09-242-10/+7
| * rtw88: configure firmware after HCI startedYan-Hsuan Chuang2019-09-242-3/+4
| * zd1211rw: zd_usb: Use "%zu" to format size_tGeert Uytterhoeven2019-09-211-1/+1
| * rtw88: pci: release tx skbs DMAed when stopYan-Hsuan Chuang2019-09-211-0/+12
| * rtw88: pci: extract skbs free routine for trx ringsYan-Hsuan Chuang2019-09-211-10/+26
| * iwlwifi: mvm: fix build w/o CONFIG_THERMALJohannes Berg2019-09-191-2/+7
* | drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-2610-100/+100
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-157-34/+60
|\
| * rsi: fix a double free bug in rsi_91x_deinit()Hui Peng2019-09-031-1/+0
| * Revert "rt2800: enable TX_PIN_CFG_LNA_PE_ bits per band"Stanislaw Gruszka2019-09-031-12/+6
| * rt2x00: clear up IV's on key removalStanislaw Gruszka2019-09-031-7/+12
| * iwlwifi: assign directly to iwl_trans->cfg in QuZ detectionLuca Coelho2019-09-031-12/+12
| * mwifiex: Fix three heap overflow at parsing element in cfg80211_ap_settingsWen Huang2019-09-032-1/+11
| * mt76: mt76x0e: disable 5GHz band for MT7630EStanislaw Gruszka2019-09-031-0/+5
| * mt76: mt76x0e: don't use hw encryption for MT7630EStanislaw Gruszka2019-09-031-1/+14
* | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2019-09-1333-215/+1202
|\ \
| * | wil6210: ignore reset errors for FW during probeLior David2019-09-121-3/+1
| * | wil6210: fix RX short frame checkLior David2019-09-121-2/+2
| * | wil6210: use writel_relaxed in wil_debugfs_iomem_x32_setLior David2019-09-121-1/+2
| * | wil6210: report boottime_ns in scan resultsMaya Erez2019-09-121-4/+17
| * | wil6210: properly initialize discovery_expired_workDedy Lansky2019-09-121-0/+1
| * | wil6210: verify cid value is validAlexei Avshalom Lazar2019-09-121-0/+6
| * | wil6210: make sure DR bit is read before rest of the status messageDedy Lansky2019-09-122-18/+18
| * | wil6210: fix PTK re-key raceAhmad Masri2019-09-129-3/+276
| * | wil6210: add debugfs to show PMC ring contentDedy Lansky2019-09-123-0/+40
| * | wil6210: add wil_netif_rx() helper functionDedy Lansky2019-09-122-24/+38
| * | ath10k: fix channel info parsing for non tlv targetRakesh Pillai2019-09-123-9/+17
| * | ath10k: adjust skb length in ath10k_sdio_mbox_rx_packetNicolas Boichat2019-09-121-8/+21
| * | ath10k: free beacon buf later in vdev teardownBen Greear2019-09-121-4/+5
| * | ath9k: release allocated buffer if timed outNavid Emamdoost2019-09-101-0/+1
| * | ath9k_htc: release allocated buffer if timed outNavid Emamdoost2019-09-101-0/+3
| * | ath9k: Remove unneeded variable to store return valuezhong jiang2019-09-101-3/+1
| * | ath10k: add reorder and change PN check logic for mac80211Wen Gong2019-09-101-2/+89
| * | ath10k: add mic bytes for pmf management packetWen Gong2019-09-101-0/+8
| * | ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe()Hui Peng2019-09-041-0/+8
| * | wcn36xx: use dynamic allocation for large variablesArnd Bergmann2019-09-041-81/+105
| * | ath6kl: Fix a possible null-pointer dereference in ath6kl_htc_mbox_create()Jia-Ju Bai2019-09-041-2/+2
| * | ath9k: dynack: set ackto to max timeout in ath_dynack_resetLorenzo Bianconi2019-09-041-7/+13
| * | ath9k: dynack: set max timeout according to channel widthLorenzo Bianconi2019-09-041-8/+30
| * | ath9k: dynack: properly set last timeout timestamp in ath_dynack_resetLorenzo Bianconi2019-09-041-1/+1
| * | ath9k: dyanck: introduce ath_dynack_set_timeout routineLorenzo Bianconi2019-09-041-16/+21
| * | ath9k: dynack: fix possible deadlock in ath_dynack_node_{de}initLorenzo Bianconi2019-09-041-4/+4
| * | ath9k: add loader for AR92XX (and older) pci(e)Christian Lamparter2019-09-043-0/+233
| * | carl9170: remove set but not used variable 'udev'YueHaibing2019-09-041-2/+0
| * | wil6210: Delete an unnecessary kfree() call in wil_tid_ampdu_rx_alloc()Markus Elfring2019-09-041-1/+0
| * | wil6210: Add EDMG channel supportAlexei Avshalom Lazar2019-09-046-13/+240
| * | wil6210: fix wil_cid_valid with negative cid valuesColin Ian King2019-09-041-1/+1