summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-3/+3
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-47/+54
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-26/+31
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-2637/+7834
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+3
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook-5/+3
2018-06-05Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2/+2
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-232/+44
2018-06-03Merge tag 'wireless-drivers-next-for-davem-2018-05-31' of git://git.kernel.or...David S. Miller-1157/+2282
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+8
2018-05-31Merge tag 'wireless-drivers-for-davem-2018-05-30' of git://git.kernel.org/pub...David S. Miller-9/+8
2018-05-30Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo-124/+920
2018-05-30qtnfmac: fix invalid STA state on EAPOL failureSergey Matyukevich-12/+17
2018-05-30qtnfmac: cancel scan on disconnectAndrey Shevchenko-0/+2
2018-05-30qtnfmac: fix bg_scan_period parameter processingAndrey Shevchenko-7/+3
2018-05-30qtnfmac: fix firmware command error pathDmitry Lebed-1/+4
2018-05-30qtnfmac: improve control path timeout handlingDmitry Lebed-5/+15
2018-05-30qtnfmac: cleanup wdev structure between its usesSergey Matyukevich-6/+3
2018-05-30qtnfmac: decode error codes from firmware repliesIgor Mitsyanko-2/+26
2018-05-30qtnfmac: simplify notationSergey Matyukevich-12/+13
2018-05-30qtnfmac: remove unused function declarationsAndrey Shevchenko-5/+0
2018-05-30drivers/net: Fix various unnecessary characters after logging newlinesJoe Perches-13/+12
2018-05-30iwlwifi: fix non_shared_ant for 9000 devicesErel Geron-1/+1
2018-05-30iwlwifi: mvm: fix race in queue notification waitJohannes Berg-8/+8
2018-05-30iwlwifi: mvm: honor the max_amsdu_subframes limitEmmanuel Grumbach-0/+4
2018-05-30iwlwifi: mvm: open BA session only when sta is authorizedGregory Greenman-36/+29
2018-05-30iwlwifi: mvm: remove division by size of sizeof(struct ieee80211_wmm_rule)Colin Ian King-2/+1
2018-05-30iwlwifi: pcie: fix race in Rx buffer allocatorShaul Triebitz-0/+2
2018-05-30iwlwifi: mvm: fix TSO with highly fragmented SKBsEmmanuel Grumbach-6/+6
2018-05-30iwlmvm: tdls: Check TDLS channel switch supportAviya Erenfeld-5/+11
2018-05-30iwlwifi: mvm: drop UNKNOWN security type framesSara Sharon-4/+17
2018-05-29net: remove unnecessary genlmsg_cancel() callsYueHaibing-1/+0
2018-05-29iwlwifi: add csr configuration for 6300 devicesGolan Ben Ami-0/+4
2018-05-29iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUsHao Wei Tee-5/+5
2018-05-29Revert "rt2800: use TXOP_BACKOFF for probe frames"Stanislaw Gruszka-4/+3
2018-05-29rtlwifi: remove duplicate codeGustavo A. R. Silva-19/+4
2018-05-29mwifiex: reserve passive scan time for radar channelXinming Hu-3/+6
2018-05-29mwifiex: increase log level for internal scan fail resultXinming Hu-1/+1
2018-05-29mwifiex: mark expected switch fall-throughsGustavo A. R. Silva-0/+5
2018-05-29mwifiex: skip sending GT_REKEY_OFFLOAD_CFG if firmware has no supportGanapathi Bhat-1/+21
2018-05-29mwifiex: handle race during mwifiex_usb_disconnectGanapathi Bhat-0/+3
2018-05-29mwifiex: avoid exporting mwifiex_send_cmdGanapathi Bhat-4/+10
2018-05-29rsi: fix spelling mistake "Uknown" -> "Unknown"Colin Ian King-1/+1
2018-05-29wlcore: sdio: check for valid platform device data before suspendEyal Reizer-0/+5
2018-05-29atmel: Add missing call to pci_disable_device()YueHaibing-1/+3
2018-05-29rtlwifi: fix btmpinfo timeout while processing C2H_BT_INFOPing-Ke Shih-0/+22
2018-05-29rtlwifi: access skb->data to get C2H data by macroPing-Ke Shih-4/+9
2018-05-29rtlwifi: use sk_buff to queue C2H commandsPing-Ke Shih-81/+25
2018-05-29rtlwifi: remove hal_op c2h_content_parsingPing-Ke Shih-9/+3