aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-21mwifiex: fixes the unexpected be printed log by defaultCaesar Wang1-1/+1
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+1
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg2-2/+2
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg2-20/+20
2017-06-16networking: introduce and use skb_put_data()Johannes Berg4-15/+9
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg2-4/+2
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-13networking: use skb_put_zero()Johannes Berg1-2/+2
2017-06-13mwifiex: Replace semaphore async_sem with mutexBinoy Jayan3-4/+4
2017-06-13mwifiex: make function mwifiex_ret_pkt_aggr_ctrl staticColin Ian King1-2/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-06-01mwifiex: uap: process remain on channel expired eventXinming Hu1-0/+11
2017-06-01mwifiex: simplify the code around ra_listShawn Lin2-11/+4
2017-05-31mwifiex: check next packet length for usb tx aggregationXinming Hu3-12/+12
2017-05-31mwifiex: usb: add timer to flush aggregation packetsXinming Hu2-79/+193
2017-05-31mwifiex: usb: transmit aggregation packetsXinming Hu7-53/+382
2017-05-31mwifiex: usb: kill urb before free its memoryXinming Hu1-0/+1
2017-05-31mwifiex: use variable interface header lengthXinming Hu9-37/+38
2017-05-24libertas: Remove function entry/exit debuggingKees Cook13-502/+24
2017-05-24libertas: Avoid reading past end of bufferKees Cook1-16/+10
2017-05-19mwifiex: add missing USB-descriptor endianness conversionJohan Hovold1-1/+2
2017-05-19mwifiex: pcie: stop setting/clearing 'surprise_removed'Brian Norris1-2/+0
2017-05-19mwifiex: pcie: remove useless pdev checkBrian Norris1-5/+0
2017-05-19mwifiex: 11h: drop unnecessary check for '!priv'Brian Norris1-6/+0
2017-05-19mwifiex: remove redundant 'adapter' check in mwifiex_adapter_cleanupBrian Norris1-5/+0
2017-05-19mwifiex: remove useless 'mwifiex_lock'Brian Norris2-6/+0
2017-05-19mwifiex: don't leak stashed beacon buffer on resetBrian Norris1-2/+1
2017-05-19mwifiex: don't drop lock between list-retrieval / list-deletionBrian Norris1-3/+2
2017-05-19mwifiex: Add locking to mwifiex_11n_delbaDouglas Anderson1-2/+6
2017-05-19mwifiex: Don't release cmd_pending_q_lock while iteratingDouglas Anderson1-2/+0
2017-05-19mwifiex: Don't release tx_ba_stream_tbl_lock while iteratingDouglas Anderson1-7/+2
2017-05-19mwifiex: fixup error cases in mwifiex_add_virtual_intf()Brian Norris1-36/+35
2017-05-19mwifiex: pcie: de-duplicate buffer allocation codeBrian Norris1-91/+66
2017-05-18mwifiex: pcie: add card_reset() supportBrian Norris1-0/+19
2017-05-18mwifiex: initiate card-specific work atomicallyBrian Norris2-17/+8
2017-05-18mwifiex: p2p client using same data path as stationXinming Hu1-1/+2
2017-04-28Merge tag 'mac80211-next-for-davem-2017-04-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller6-17/+17
2017-04-28cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel5-7/+7
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-6/+6
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-8/+8
2017-04-26cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel1-1/+1
2017-04-26nl80211: allow multiple active scheduled scan requestsArend Van Spriel1-1/+1
2017-04-26libertas: check return value of alloc_workqueuePan Bian1-0/+5
2017-04-24Merge tag 'wireless-drivers-next-for-davem-2017-04-21' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller6-27/+162
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller7-22/+21
2017-04-20mwifiex: don't leak 'chan_stats' on resetBrian Norris1-1/+3
2017-04-20mwifiex: pcie: clear outstanding work when resettingBrian Norris1-0/+2
2017-04-20mwifiex: reset timeout flag when resetting deviceBrian Norris1-0/+1
2017-04-20mwifiex: pcie: fix cmd_buf use-after-free in remove/resetBrian Norris1-0/+7