index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
mwifiex
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-01
Merge tag 'wireless-drivers-next-for-davem-2015-04-01' of git://git.kernel.or...
David S. Miller
21
-224
/
+714
2015-03-31
Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...
David S. Miller
3
-9
/
+11
2015-03-30
cfg80211: pass name_assign_type to rdev_add_virtual_intf()
Tom Gundersen
3
-5
/
+7
2015-03-30
mwifiex: recover from skb allocation failures during RX
Zhaoyang Liu
1
-18
/
+24
2015-03-30
mwifiex: stop command path in suspend handler
Avinash Patil
1
-3
/
+11
2015-03-30
mwifiex: remove an unneede NULL check in mwifiex_init_adapter()
Dan Carpenter
1
-12
/
+9
2015-03-30
mwifiex: Fix issue in the SDIO reset path of mwifiex.
Maithili Hinge
4
-36
/
+28
2015-03-20
mwifiex: fix crash in SDIO RX path
Avinash Patil
1
-1
/
+1
2015-03-20
mwifiex: missing curly braces in mwifiex_write_data_complete()
Dan Carpenter
1
-1
/
+2
2015-03-16
mwifiex: delay skb allocation for RX until cmd53 over
Zhaoyang Liu
2
-34
/
+33
2015-03-16
mwifiex: add SDIO rx single port aggregation
Zhaoyang Liu
7
-11
/
+184
2015-03-16
mwifiex: preprocess packets from TX queue
Zhaoyang Liu
7
-11
/
+185
2015-03-16
mwifiex: remove_bss_prio_lock
Zhaoyang Liu
1
-9
/
+2
2015-03-16
mwifiex: get rid of BA setup helper functions
Zhaoyang Liu
6
-46
/
+42
2015-03-16
mwifiex: avoid queue_work while work is ongoing
Shengzhen Li
4
-9
/
+36
2015-03-16
mwifiex: enhance SD8897 MP aggregation limits
Avinash Patil
1
-2
/
+4
2015-03-16
mwifiex: rename alloc_rx_buf to alloc_dma_aligned_buf
Avinash Patil
4
-10
/
+11
2015-03-16
mwifiex: lock main process till reinitialization of vif is over
Avinash Patil
3
-1
/
+35
2015-03-16
mwifiex: use del_timer variant in interrupt context
Amitkumar Karwar
3
-4
/
+4
2015-03-16
mwifiex: Add support for auto ARP in mwifiex.
Maithili Hinge
4
-31
/
+113
2015-03-16
mwifiex: fix a bug in Rx multiport aggregation logic
Cathy Luo
1
-2
/
+7
2015-03-06
Merge tag 'wireless-drivers-next-for-davem-2015-03-06' of git://git.kernel.or...
David S. Miller
11
-66
/
+100
2015-03-03
wireless: Use eth_<foo>_addr instead of memset
Joe Perches
4
-8
/
+8
2015-03-03
cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()
Dedy Lansky
1
-4
/
+4
2015-03-03
mwifiex: do not initialize ext_scan in mwifiex_init_adapter
Avinash Patil
1
-1
/
+0
2015-02-27
mwifiex: fix usb tx data payload offset issue
Zhaoyang Liu
1
-4
/
+4
2015-02-27
mwifiex: DMA alignment for RX packets
Avinash Patil
5
-4
/
+35
2015-02-27
mwifiex: modify TX buff size for SD8887
Avinash Patil
1
-1
/
+1
2015-02-27
mwifiex: change datatype to bool for device capability flags
Avinash Patil
4
-39
/
+39
2015-02-27
mwifiex: do not process mgmt rx on uninitialized interface
Avinash Patil
1
-0
/
+7
2015-02-27
mwifiex: more_task flag for main_process
Shengzhen Li
2
-7
/
+10
2015-02-26
mwifiex: use alloc_workqueue's format strings capabilities for WQ names
Avinash Patil
1
-10
/
+4
2015-02-03
mwifiex: disable UAPSD mode when AP starts
Amitkumar Karwar
1
-0
/
+3
2015-02-03
mwifiex: fix NULL packet downloading issues
Amitkumar Karwar
1
-2
/
+7
2015-02-03
mwifiex: fix memory leak in mwifiex_send_processed_packet()
Amitkumar Karwar
1
-0
/
+3
2015-02-03
mwifiex: correction in wakeup timer handling
Amitkumar Karwar
1
-2
/
+1
2015-01-29
mwifiex: 11h handling for AP interface
Avinash Patil
6
-1
/
+53
2015-01-29
mwifiex: channel switch support for mwifiex
Avinash Patil
4
-3
/
+136
2015-01-29
mwifiex: handle radar detect event from FW
Avinash Patil
5
-0
/
+55
2015-01-29
mwifiex: support for channel report for radar detection
Avinash Patil
5
-0
/
+85
2015-01-29
mwifiex: add cfg80211 start_radar_detection handler
Avinash Patil
9
-0
/
+166
2015-01-29
mwifiex: separate function for parsing head and tail IEs
Avinash Patil
3
-37
/
+48
2015-01-29
mwifiex: refactor start_ap handler
Avinash Patil
3
-60
/
+77
2015-01-29
mwifiex: update IEs after AP has started
Avinash Patil
1
-2
/
+3
2015-01-29
mwifiex: store AP configuration in private structure
Avinash Patil
2
-0
/
+3
2015-01-29
mwifiex: do not send regulatory update while starting AP
Avinash Patil
1
-1
/
+0
2015-01-29
mwifiex: support conversion to any virtual interface type
Avinash Patil
4
-64
/
+301
2015-01-29
mwifiex: handle PS events on AP interface as well
Avinash Patil
2
-22
/
+53
2015-01-29
mwifiex: manage virtual interface limits efficiently
Avinash Patil
4
-12
/
+102
2015-01-29
mwifiex: add init parameter to init command routine
Avinash Patil
4
-8
/
+12
[next]