aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-23iwlwifi: mvm: avoid crash on restart w/o reserved queuesJohannes Berg1-3/+4
2017-01-23iwlwifi: fix double hyphen in MODULE_FIRMWARE for 8000Jürg Billeter1-1/+1
2017-01-21iwlwifi: fix kernel crash when unregistering thermal zoneJens Axboe1-4/+8
2016-12-30rtlwifi: rtl_usb: Fix missing entry in USB driver's private dataLarry Finger1-0/+1
2016-12-30orinoco: Use shash instead of ahash for MIC calculationsAndrew Lutomirski3-21/+30
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds12-12/+12
2016-12-21rtlwifi: Fix kernel oops introduced with commit e49656147359Larry Finger1-1/+2
2016-12-21ath9k: do not return early to fix rcu unlockingTobias Klausmann1-1/+1
2016-12-20ath10k: free host-mem with DMA_BIRECTIONAL flagBen Greear1-1/+1
2016-12-20brcmfmac: fix uninitialized field in scheduled scan ssid configurationArend Van Spriel1-0/+1
2016-12-20brcmfmac: fix memory leak in brcmf_cfg80211_attach()Arend Van Spriel1-2/+5
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin25-47/+3
2016-12-16linux: drop __bitwise__ everywhereMichael S. Tsirkin1-2/+2
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2016-12-14drivers/net/wireless/intel/iwlwifi/dvm/calib.c: simplfy min() expressionAndrew Morton1-2/+1
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+3
2016-12-14treewide: Fix printk() message errorsMasanari Iida3-3/+3
2016-12-03iwlwifi: use reset to set transport headerZhang Shengju1-1/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+7
2016-12-02Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller64-788/+2559
2016-12-01Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo29-330/+1461
2016-12-01rtl8xxxu: Work around issue with 8192eu and 8723bu devices not reconnectingJes Sorensen1-0/+8
2016-12-01ath5k: drop duplicate header vmalloc.hGeliang Tang1-1/+0
2016-12-01wil6210: align to latest auto generated wmi.hLior David1-128/+264
2016-12-01wil6210: add debugfs blobs for UCODE code and dataLior David3-15/+33
2016-12-01wil6210: validate wil_pmc_alloc parametersMaya Erez1-6/+49
2016-12-01wil6210: delay remain on channel when scan is activeLior David5-61/+149
2016-12-01ath9k_htc: don't use HZ for usb msg timeoutsAnthony Romano2-4/+7
2016-12-01ath9k: constify ath_bus_ops structureBhumika Goyal1-1/+1
2016-12-01ath10k: wmi-alloc-chunk should use DMA_BIDIRECTIONALBen Greear1-1/+1
2016-12-01ath10k: fix Tx DMA alloc failure during continuous wifi down/upMohammed Shafi Shajakhan3-14/+51
2016-12-01ath10k: fix soft lockup during firmware crash/hw-restartMohammed Shafi Shajakhan2-2/+1
2016-12-01ath10k: fix TLV set regdomain commandErik Stromdahl1-2/+2
2016-12-01ath9k: feed only active spectral / dfs-detectorZefir Kurtisi1-3/+14
2016-11-30Merge tag 'wireless-drivers-for-davem-2016-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller1-6/+7
2016-11-29rtlwifi: Fix enter/exit power_saveLarry Finger4-27/+40
2016-11-29mt7601u: wait for clear rxq when stopping macAnthony Romano2-7/+10
2016-11-29brcmfmac: fix scheduled scan result handling for newer chipsArend Van Spriel2-1/+30
2016-11-29brcmfmac: use requested scan interval in scheduled scanArend Van Spriel3-3/+10
2016-11-29brcmfmac: remove restriction from .sched_scan_start() callbackArend Van Spriel1-4/+1
2016-11-29brcmfmac: use provided channels for scheduled scanArend Van Spriel2-1/+41
2016-11-29brcmfmac: move scheduled scan activation to pno source fileArend Van Spriel3-110/+94
2016-11-29brcmfmac: split up brcmf_pno_config() functionArend Van Spriel3-20/+68
2016-11-29brcmfmac: make internal escan more genericArend Van Spriel2-82/+109
2016-11-29brcmfmac: change prototype for brcmf_do_escan()Arend Van Spriel1-5/+5
2016-11-29brcmfmac: fix handling ssids in .sched_scan_start() callbackArend Van Spriel3-57/+76
2016-11-29brcmfmac: move pno helper functions in separate source fileArend Van Spriel4-86/+150
2016-11-29brcmfmac: add support for 43341 chipArend Van Spriel2-0/+2
2016-11-29brcmfmac: add pcie host dongle interface rev6 supportFranky Lin4-91/+132