aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/marvell/libertas (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-06libertas: remove set but not used variable 'int_type'YueHaibing1-3/+1
2018-10-13libertas: return errno from lbs_add_card()Lubomir Rintel5-14/+20
2018-10-13libertas: don't set URB_ZERO_PACKET on IN USB transferLubomir Rintel1-2/+0
2018-10-10libertas: call into generic suspend code before turning off powerDaniel Mack1-0/+4
2018-07-04libertas: fix suspend and resume for SDIO connected cardsDaniel Mack2-6/+25
2018-06-27libertas: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-4/+3
2018-06-27wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat1-6/+6
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller3-18/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman17-0/+17
2017-10-30libertas: don't write wdev->ssid/_lenJohannes Berg1-3/+0
2017-10-27libertas: Convert timers to use timer_setup()Kees Cook2-15/+12
2017-08-10libertas: constify usb_device_idArvind Yadav1-1/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-525/+39
2017-06-28libertas: Fix lbs_prb_rsp_limit_set()Dan Carpenter1-2/+3
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 Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-3/+1
2017-05-24libertas: Remove function entry/exit debuggingKees Cook13-502/+24
2017-05-24libertas: Avoid reading past end of bufferKees Cook1-16/+10
2017-04-26libertas: check return value of alloc_workqueuePan Bian1-0/+5
2017-04-13cfg80211: move add/change interface monitor flags into paramsJohannes Berg1-1/+1
2017-01-19libertas: fix improper return valuePan Bian1-1/+1
2016-12-30libertas: constify cfg80211_ops structuresBhumika Goyal1-1/+1
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-07-18libertas: fix non static symbol warningWei Yongjun1-2/+2
2016-07-14Merge tag 'wireless-drivers-next-for-davem-2016-07-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-0/+4
2016-07-06nl80211: support beacon report scanningAvraham Stern1-3/+8
2016-06-29libertas: Add spinlock to avoid race conditionPavel Andrianov1-0/+4
2016-06-16libertas: Remove create_workqueueBhaktipriya Shridhar2-5/+2
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg2-7/+7
2016-03-10libertas: fix an error code in probeDan Carpenter1-1/+2
2016-02-06libertas: add an cfg80211 interface for powersavingAndreas Kemnade1-0/+38
2016-02-06libertas: fix ps-mode related removal problemsAndreas Kemnade1-1/+6
2016-02-06libertas: go back to ps mode without commands pendingAndreas Kemnade1-31/+5
2016-02-06libertas: do not confirm sleep if commands are pendingAndreas Kemnade1-0/+4
2016-02-06libertas: check whether bus can do more than pollingAndreas Kemnade3-1/+3
2016-02-06libertas: fix pointer bugs for PS_MODE commandsAndreas Kemnade2-3/+6
2016-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds31-0/+16188
2015-11-30libertas: cleanup a variable nameDan Carpenter1-1/+1
2015-11-26libertas: check for NULL before usesudip1-1/+2
2015-11-18libertas: move under marvell vendor directoryKalle Valo31-0/+16240