summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: fix spelling mistake: "secuirty" -> "security"Colin Ian King2017-06-281-1/+1
* libertas: Fix lbs_prb_rsp_limit_set()Dan Carpenter2017-06-281-2/+3
* mwifiex: Do not change bss_type in change_virtual_intfGanapathi Bhat2017-06-281-4/+0Star
* Merge tag 'wireless-drivers-next-for-davem-2017-06-25' of git://git.kernel.or...David S. Miller2017-06-256-9/+8Star
|\
| * mwifiex: debugfs: remove redunant check of mwifiex_dfs_dirShawn Lin2017-06-211-2/+1Star
| * mwifiex: fixes the unexpected be printed log by defaultCaesar Wang2017-06-211-1/+1
| * mwifiex: Replace semaphore async_sem with mutexBinoy Jayan2017-06-133-4/+4
| * mwifiex: make function mwifiex_ret_pkt_aggr_ctrl staticColin Ian King2017-06-131-2/+2
* | net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-2/+1Star
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-162-2/+2
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-20/+20
* | networking: introduce and use skb_put_data()Johannes Berg2017-06-164-15/+9Star
* | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-162-4/+2Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+1
|\ \
| * | net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* | | networking: use skb_put_zero()Johannes Berg2017-06-131-2/+2
| |/ |/|
* | mwifiex: uap: process remain on channel expired eventXinming Hu2017-06-011-0/+11
* | mwifiex: simplify the code around ra_listShawn Lin2017-06-012-11/+4Star
* | mwifiex: check next packet length for usb tx aggregationXinming Hu2017-05-313-12/+12
* | mwifiex: usb: add timer to flush aggregation packetsXinming Hu2017-05-312-79/+193
* | mwifiex: usb: transmit aggregation packetsXinming Hu2017-05-317-53/+382
* | mwifiex: usb: kill urb before free its memoryXinming Hu2017-05-311-0/+1
* | mwifiex: use variable interface header lengthXinming Hu2017-05-319-37/+38
* | libertas: Remove function entry/exit debuggingKees Cook2017-05-2413-502/+24Star
* | libertas: Avoid reading past end of bufferKees Cook2017-05-241-16/+10Star
* | mwifiex: add missing USB-descriptor endianness conversionJohan Hovold2017-05-191-1/+2
* | mwifiex: pcie: stop setting/clearing 'surprise_removed'Brian Norris2017-05-191-2/+0Star
* | mwifiex: pcie: remove useless pdev checkBrian Norris2017-05-191-5/+0Star
* | mwifiex: 11h: drop unnecessary check for '!priv'Brian Norris2017-05-191-6/+0Star
* | mwifiex: remove redundant 'adapter' check in mwifiex_adapter_cleanupBrian Norris2017-05-191-5/+0Star
* | mwifiex: remove useless 'mwifiex_lock'Brian Norris2017-05-192-6/+0Star
* | mwifiex: don't leak stashed beacon buffer on resetBrian Norris2017-05-191-2/+1Star
* | mwifiex: don't drop lock between list-retrieval / list-deletionBrian Norris2017-05-191-3/+2Star
* | mwifiex: Add locking to mwifiex_11n_delbaDouglas Anderson2017-05-191-2/+6
* | mwifiex: Don't release cmd_pending_q_lock while iteratingDouglas Anderson2017-05-191-2/+0Star
* | mwifiex: Don't release tx_ba_stream_tbl_lock while iteratingDouglas Anderson2017-05-191-7/+2Star
* | mwifiex: fixup error cases in mwifiex_add_virtual_intf()Brian Norris2017-05-191-36/+35Star
* | mwifiex: pcie: de-duplicate buffer allocation codeBrian Norris2017-05-191-91/+66Star
* | mwifiex: pcie: add card_reset() supportBrian Norris2017-05-181-0/+19
* | mwifiex: initiate card-specific work atomicallyBrian Norris2017-05-182-17/+8Star
* | mwifiex: p2p client using same data path as stationXinming Hu2017-05-181-1/+2
|/
* Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/sc...David S. Miller2017-04-286-17/+17
|\
| * cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-285-7/+7
| * mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-281-6/+6
| * mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-281-8/+8
| * cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel2017-04-261-1/+1
| * nl80211: allow multiple active scheduled scan requestsArend Van Spriel2017-04-261-1/+1
* | libertas: check return value of alloc_workqueuePan Bian2017-04-261-0/+5
|/
* Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.or...David S. Miller2017-04-246-27/+162
|\
| * mwifiex: don't leak 'chan_stats' on resetBrian Norris2017-04-201-1/+3