summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna
AgeCommit message (Expand)AuthorLines
2017-08-31qtnfmac: implement 64-bit dma supportSergey Matyukevich-16/+65
2017-08-31qtnfmac: fix free_xfer_buffer cleanupSergey Matyukevich-2/+2
2017-08-31qtnfmac: modify qtnf_map_bar not to return NULLSergey Matyukevich-4/+6
2017-08-31qtnfmac: module param sanity checkSergey Matyukevich-2/+15
2017-08-31qtnfmac: drop -D__CHECK_ENDIAN from cflagsSergey Matyukevich-4/+0
2017-08-17qtnfmac: modify tx reclaim lockingSergey Matyukevich-13/+8
2017-08-17qtnfmac: introduce counter for Rx underflow eventsSergey Matyukevich-2/+17
2017-08-17qtnfmac: switch to kernel circ_buf implementationSergey Matyukevich-80/+136
2017-08-17qtnfmac: decrease default Tx queue sizeSergey Matyukevich-1/+1
2017-08-17qtnfmac: skb2rbd_attach cleanupSergey Matyukevich-18/+13
2017-08-17qtnfmac: use __netdev_alloc_skb_ip_alignSergey Matyukevich-4/+1
2017-08-17qtnfmac: switch to napi_gro_receiveSergey Matyukevich-1/+1
2017-08-17qtnfmac: remove unused qtnf_rx_frame declarationSergey Matyukevich-1/+0
2017-08-03net: qtnfmac: constify pci_device_id.Arvind Yadav-1/+1
2017-08-03qtnfmac: Tidy up DMA mask settingRobin Murphy-27/+1
2017-08-03qtnfmac: prepare for AP_VLAN interface type supportSergey Matyukevich-7/+36
2017-08-03qtnfmac: remove function qtnf_cmd_skb_put_actionSergey Matyukevich-8/+0
2017-08-03qtnfmac: fix handling of iftype mask reported by firmwareSergey Matyukevich-16/+20
2017-08-03qtnfmac: implement scan timeoutSergey Matyukevich-4/+29
2017-08-03qtnfmac: implement cfg80211 channel_switch handlerSergey Matyukevich-2/+210
2017-08-03qtnfmac: move current channel info from vif to macSergey Matyukevich-17/+29
2017-08-03qtnfmac: fix station leave reason endiannessSergey Matyukevich-3/+3
2017-08-03qtnfmac: implement reporting current channelSergey Matyukevich-4/+62
2017-08-03qtnfmac: implement cfg80211 dump_survey handlerSergey Matyukevich-1/+217
2017-08-03qtnfmac: add missing bus lockSergey Matyukevich-0/+4
2017-08-03qtnfmac: regulatory configuration for self-managed setupSergey Matyukevich-0/+9
2017-08-03qtnfmac: updates for regulatory supportSergey Matyukevich-108/+388
2017-06-28qtnfmac: fix uninitialized return code in retColin Ian King-1/+1
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller-6/+6
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu-3/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg-7/+4
2017-06-16networking: introduce and use skb_put_data()Johannes Berg-3/+2
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg-7/+3
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2017-06-13qtnfmac: check band before allocating cmd_skb to avoid resource leakColin Ian King-6/+6
2017-06-01qtnfmac: remove duplicated assignment to macColin Ian King-1/+1
2017-05-24qtnfmac: introduce new FullMAC driver for Quantenna chipsetsIgor Mitsyanko-0/+8475