summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* qtnfmac: cancel scans on wireless interface changesSergey Matyukevich2017-09-203-5/+9
* qtnfmac: lock access to h/w in tx pathSergey Matyukevich2017-09-202-1/+10
* qtnfmac: implement 64-bit dma supportSergey Matyukevich2017-08-313-16/+65
* qtnfmac: fix free_xfer_buffer cleanupSergey Matyukevich2017-08-311-2/+2
* qtnfmac: modify qtnf_map_bar not to return NULLSergey Matyukevich2017-08-311-4/+6
* qtnfmac: module param sanity checkSergey Matyukevich2017-08-311-2/+15
* qtnfmac: drop -D__CHECK_ENDIAN from cflagsSergey Matyukevich2017-08-311-4/+0Star
* qtnfmac: modify tx reclaim lockingSergey Matyukevich2017-08-172-13/+8Star
* qtnfmac: introduce counter for Rx underflow eventsSergey Matyukevich2017-08-174-2/+17
* qtnfmac: switch to kernel circ_buf implementationSergey Matyukevich2017-08-172-80/+136
* qtnfmac: decrease default Tx queue sizeSergey Matyukevich2017-08-171-1/+1
* qtnfmac: skb2rbd_attach cleanupSergey Matyukevich2017-08-171-18/+13Star
* qtnfmac: use __netdev_alloc_skb_ip_alignSergey Matyukevich2017-08-171-4/+1Star
* qtnfmac: switch to napi_gro_receiveSergey Matyukevich2017-08-171-1/+1
* qtnfmac: remove unused qtnf_rx_frame declarationSergey Matyukevich2017-08-171-1/+0Star
* net: qtnfmac: constify pci_device_id.Arvind Yadav2017-08-031-1/+1
* qtnfmac: Tidy up DMA mask settingRobin Murphy2017-08-031-27/+1Star
* qtnfmac: prepare for AP_VLAN interface type supportSergey Matyukevich2017-08-033-7/+36
* qtnfmac: remove function qtnf_cmd_skb_put_actionSergey Matyukevich2017-08-031-8/+0Star
* qtnfmac: fix handling of iftype mask reported by firmwareSergey Matyukevich2017-08-034-16/+20
* qtnfmac: implement scan timeoutSergey Matyukevich2017-08-035-4/+29
* qtnfmac: implement cfg80211 channel_switch handlerSergey Matyukevich2017-08-036-2/+210
* qtnfmac: move current channel info from vif to macSergey Matyukevich2017-08-033-17/+29
* qtnfmac: fix station leave reason endiannessSergey Matyukevich2017-08-032-3/+3
* qtnfmac: implement reporting current channelSergey Matyukevich2017-08-033-4/+62
* qtnfmac: implement cfg80211 dump_survey handlerSergey Matyukevich2017-08-035-1/+217
* qtnfmac: add missing bus lockSergey Matyukevich2017-08-031-0/+4
* qtnfmac: regulatory configuration for self-managed setupSergey Matyukevich2017-08-031-0/+9
* qtnfmac: updates for regulatory supportSergey Matyukevich2017-08-036-108/+388
* qtnfmac: fix uninitialized return code in retColin Ian King2017-06-281-1/+1
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-251-6/+6
|\
| * qtnfmac: check band before allocating cmd_skb to avoid resource leakColin Ian King2017-06-131-6/+6
* | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-3/+1Star
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-7/+4Star
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-162-3/+2Star
* | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-7/+3Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+1
|/
* qtnfmac: remove duplicated assignment to macColin Ian King2017-06-011-1/+1
* qtnfmac: introduce new FullMAC driver for Quantenna chipsetsIgor Mitsyanko2017-05-2430-0/+8475