aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-20qtnfmac: cancel scans on wireless interface changesSergey Matyukevich3-5/+9
2017-09-20qtnfmac: lock access to h/w in tx pathSergey Matyukevich2-1/+10
2017-08-31qtnfmac: implement 64-bit dma supportSergey Matyukevich3-16/+65
2017-08-31qtnfmac: fix free_xfer_buffer cleanupSergey Matyukevich1-2/+2
2017-08-31qtnfmac: modify qtnf_map_bar not to return NULLSergey Matyukevich1-4/+6
2017-08-31qtnfmac: module param sanity checkSergey Matyukevich1-2/+15
2017-08-31qtnfmac: drop -D__CHECK_ENDIAN from cflagsSergey Matyukevich1-4/+0
2017-08-17qtnfmac: modify tx reclaim lockingSergey Matyukevich2-13/+8
2017-08-17qtnfmac: introduce counter for Rx underflow eventsSergey Matyukevich4-2/+17
2017-08-17qtnfmac: switch to kernel circ_buf implementationSergey Matyukevich2-80/+136
2017-08-17qtnfmac: decrease default Tx queue sizeSergey Matyukevich1-1/+1
2017-08-17qtnfmac: skb2rbd_attach cleanupSergey Matyukevich1-18/+13
2017-08-17qtnfmac: use __netdev_alloc_skb_ip_alignSergey Matyukevich1-4/+1
2017-08-17qtnfmac: switch to napi_gro_receiveSergey Matyukevich1-1/+1
2017-08-17qtnfmac: remove unused qtnf_rx_frame declarationSergey Matyukevich1-1/+0
2017-08-03net: qtnfmac: constify pci_device_id.Arvind Yadav1-1/+1
2017-08-03qtnfmac: Tidy up DMA mask settingRobin Murphy1-27/+1
2017-08-03qtnfmac: prepare for AP_VLAN interface type supportSergey Matyukevich3-7/+36
2017-08-03qtnfmac: remove function qtnf_cmd_skb_put_actionSergey Matyukevich1-8/+0
2017-08-03qtnfmac: fix handling of iftype mask reported by firmwareSergey Matyukevich4-16/+20
2017-08-03qtnfmac: implement scan timeoutSergey Matyukevich5-4/+29
2017-08-03qtnfmac: implement cfg80211 channel_switch handlerSergey Matyukevich6-2/+210
2017-08-03qtnfmac: move current channel info from vif to macSergey Matyukevich3-17/+29
2017-08-03qtnfmac: fix station leave reason endiannessSergey Matyukevich2-3/+3
2017-08-03qtnfmac: implement reporting current channelSergey Matyukevich3-4/+62
2017-08-03qtnfmac: implement cfg80211 dump_survey handlerSergey Matyukevich5-1/+217
2017-08-03qtnfmac: add missing bus lockSergey Matyukevich1-0/+4
2017-08-03qtnfmac: regulatory configuration for self-managed setupSergey Matyukevich1-0/+9
2017-08-03qtnfmac: updates for regulatory supportSergey Matyukevich6-108/+388
2017-06-28qtnfmac: fix uninitialized return code in retColin Ian King1-1/+1
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-6/+6
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-3/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-7/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg2-3/+2
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-7/+3
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-13qtnfmac: check band before allocating cmd_skb to avoid resource leakColin Ian King1-6/+6
2017-06-01qtnfmac: remove duplicated assignment to macColin Ian King1-1/+1
2017-05-24qtnfmac: introduce new FullMAC driver for Quantenna chipsetsIgor Mitsyanko30-0/+8475