summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/quantenna/qtnfmac
AgeCommit message (Expand)Author
2017-12-20qtnfmac: modify full Tx queue error reportingSergey Matyukevich
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-20qtnfmac: cancel scans on wireless interface changesSergey Matyukevich
2017-09-20qtnfmac: lock access to h/w in tx pathSergey Matyukevich
2017-08-31qtnfmac: implement 64-bit dma supportSergey Matyukevich
2017-08-31qtnfmac: fix free_xfer_buffer cleanupSergey Matyukevich
2017-08-31qtnfmac: modify qtnf_map_bar not to return NULLSergey Matyukevich
2017-08-31qtnfmac: module param sanity checkSergey Matyukevich
2017-08-31qtnfmac: drop -D__CHECK_ENDIAN from cflagsSergey Matyukevich
2017-08-17qtnfmac: modify tx reclaim lockingSergey Matyukevich
2017-08-17qtnfmac: introduce counter for Rx underflow eventsSergey Matyukevich
2017-08-17qtnfmac: switch to kernel circ_buf implementationSergey Matyukevich
2017-08-17qtnfmac: decrease default Tx queue sizeSergey Matyukevich
2017-08-17qtnfmac: skb2rbd_attach cleanupSergey Matyukevich
2017-08-17qtnfmac: use __netdev_alloc_skb_ip_alignSergey Matyukevich
2017-08-17qtnfmac: switch to napi_gro_receiveSergey Matyukevich
2017-08-17qtnfmac: remove unused qtnf_rx_frame declarationSergey Matyukevich
2017-08-03net: qtnfmac: constify pci_device_id.Arvind Yadav
2017-08-03qtnfmac: Tidy up DMA mask settingRobin Murphy
2017-08-03qtnfmac: prepare for AP_VLAN interface type supportSergey Matyukevich
2017-08-03qtnfmac: remove function qtnf_cmd_skb_put_actionSergey Matyukevich
2017-08-03qtnfmac: fix handling of iftype mask reported by firmwareSergey Matyukevich
2017-08-03qtnfmac: implement scan timeoutSergey Matyukevich
2017-08-03qtnfmac: implement cfg80211 channel_switch handlerSergey Matyukevich
2017-08-03qtnfmac: move current channel info from vif to macSergey Matyukevich
2017-08-03qtnfmac: fix station leave reason endiannessSergey Matyukevich
2017-08-03qtnfmac: implement reporting current channelSergey Matyukevich
2017-08-03qtnfmac: implement cfg80211 dump_survey handlerSergey Matyukevich
2017-08-03qtnfmac: add missing bus lockSergey Matyukevich
2017-08-03qtnfmac: regulatory configuration for self-managed setupSergey Matyukevich
2017-08-03qtnfmac: updates for regulatory supportSergey Matyukevich
2017-06-28qtnfmac: fix uninitialized return code in retColin Ian King
2017-06-25Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-13qtnfmac: check band before allocating cmd_skb to avoid resource leakColin Ian King
2017-06-01qtnfmac: remove duplicated assignment to macColin Ian King
2017-05-24qtnfmac: introduce new FullMAC driver for Quantenna chipsetsIgor Mitsyanko