summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
AgeCommit message (Expand)AuthorFilesLines
2015-04-01Merge tag 'wireless-drivers-next-for-davem-2015-04-01' of git://git.kernel.or...David S. Miller21-224/+714
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller3-9/+11
2015-03-30cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen3-5/+7
2015-03-30mwifiex: recover from skb allocation failures during RXZhaoyang Liu1-18/+24
2015-03-30mwifiex: stop command path in suspend handlerAvinash Patil1-3/+11
2015-03-30mwifiex: remove an unneede NULL check in mwifiex_init_adapter()Dan Carpenter1-12/+9
2015-03-30mwifiex: Fix issue in the SDIO reset path of mwifiex.Maithili Hinge4-36/+28
2015-03-20mwifiex: fix crash in SDIO RX pathAvinash Patil1-1/+1
2015-03-20mwifiex: missing curly braces in mwifiex_write_data_complete()Dan Carpenter1-1/+2
2015-03-16mwifiex: delay skb allocation for RX until cmd53 overZhaoyang Liu2-34/+33
2015-03-16mwifiex: add SDIO rx single port aggregationZhaoyang Liu7-11/+184
2015-03-16mwifiex: preprocess packets from TX queueZhaoyang Liu7-11/+185
2015-03-16mwifiex: remove_bss_prio_lockZhaoyang Liu1-9/+2
2015-03-16mwifiex: get rid of BA setup helper functionsZhaoyang Liu6-46/+42
2015-03-16mwifiex: avoid queue_work while work is ongoingShengzhen Li4-9/+36
2015-03-16mwifiex: enhance SD8897 MP aggregation limitsAvinash Patil1-2/+4
2015-03-16mwifiex: rename alloc_rx_buf to alloc_dma_aligned_bufAvinash Patil4-10/+11
2015-03-16mwifiex: lock main process till reinitialization of vif is overAvinash Patil3-1/+35
2015-03-16mwifiex: use del_timer variant in interrupt contextAmitkumar Karwar3-4/+4
2015-03-16mwifiex: Add support for auto ARP in mwifiex.Maithili Hinge4-31/+113
2015-03-16mwifiex: fix a bug in Rx multiport aggregation logicCathy Luo1-2/+7
2015-03-06Merge tag 'wireless-drivers-next-for-davem-2015-03-06' of git://git.kernel.or...David S. Miller11-66/+100
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches4-8/+8
2015-03-03cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky1-4/+4
2015-03-03mwifiex: do not initialize ext_scan in mwifiex_init_adapterAvinash Patil1-1/+0
2015-02-27mwifiex: fix usb tx data payload offset issueZhaoyang Liu1-4/+4
2015-02-27mwifiex: DMA alignment for RX packetsAvinash Patil5-4/+35
2015-02-27mwifiex: modify TX buff size for SD8887Avinash Patil1-1/+1
2015-02-27mwifiex: change datatype to bool for device capability flagsAvinash Patil4-39/+39
2015-02-27mwifiex: do not process mgmt rx on uninitialized interfaceAvinash Patil1-0/+7
2015-02-27mwifiex: more_task flag for main_processShengzhen Li2-7/+10
2015-02-26mwifiex: use alloc_workqueue's format strings capabilities for WQ namesAvinash Patil1-10/+4
2015-02-03mwifiex: disable UAPSD mode when AP startsAmitkumar Karwar1-0/+3
2015-02-03mwifiex: fix NULL packet downloading issuesAmitkumar Karwar1-2/+7
2015-02-03mwifiex: fix memory leak in mwifiex_send_processed_packet()Amitkumar Karwar1-0/+3
2015-02-03mwifiex: correction in wakeup timer handlingAmitkumar Karwar1-2/+1
2015-01-29mwifiex: 11h handling for AP interfaceAvinash Patil6-1/+53
2015-01-29mwifiex: channel switch support for mwifiexAvinash Patil4-3/+136
2015-01-29mwifiex: handle radar detect event from FWAvinash Patil5-0/+55
2015-01-29mwifiex: support for channel report for radar detectionAvinash Patil5-0/+85
2015-01-29mwifiex: add cfg80211 start_radar_detection handlerAvinash Patil9-0/+166
2015-01-29mwifiex: separate function for parsing head and tail IEsAvinash Patil3-37/+48
2015-01-29mwifiex: refactor start_ap handlerAvinash Patil3-60/+77
2015-01-29mwifiex: update IEs after AP has startedAvinash Patil1-2/+3
2015-01-29mwifiex: store AP configuration in private structureAvinash Patil2-0/+3
2015-01-29mwifiex: do not send regulatory update while starting APAvinash Patil1-1/+0
2015-01-29mwifiex: support conversion to any virtual interface typeAvinash Patil4-64/+301
2015-01-29mwifiex: handle PS events on AP interface as wellAvinash Patil2-22/+53
2015-01-29mwifiex: manage virtual interface limits efficientlyAvinash Patil4-12/+102
2015-01-29mwifiex: add init parameter to init command routineAvinash Patil4-8/+12