aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-11mac80211_hwsim: use DEFINE_IDAMatthew Wilcox1-1/+1
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+0
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap2-2/+0
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+3
2018-04-04Merge tag 'driver-core-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds244-3189/+7900
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-36/+24
2018-03-29Merge tag 'wireless-drivers-next-for-davem-2018-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller172-2502/+6232
2018-03-29Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-3/+7
2018-03-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo20-150/+580
2018-03-29ath: Remove unnecessary ath_bcast_mac and use eth_broadcast_addrJoe Perches4-5/+3
2018-03-29ath10k: fix vdev stats for 10.4 firmwareRajkumar Manoharan4-21/+184
2018-03-29ath10k: fix recent bandwidth conversion bugChristian Lamparter1-18/+24
2018-03-29ath10k: advertize beacon_int_min_gcdAnilkumar Kolli1-0/+2
2018-03-29ath10k: fix TDLS peer TX data failure issue on encryped APYingying Tang1-0/+4
2018-03-29ath10k: avoid to set WEP key for TDLS peerYingying Tang1-1/+1
2018-03-29ath10k: enable TDLS peer inactivity detectionYingying Tang3-0/+60
2018-03-29ath10k: enable TDLS peer buffer STA featureYingying Tang2-0/+6
2018-03-29wcn36xx: dequeue all pending indicator messagesDaniel Mack1-43/+52
2018-03-29wcn36xx: Fix firmware crash due to corrupted buffer addressLoic Poulain3-32/+16
2018-03-29wcn36xx: turn off probe response offloadingRamon Fried1-2/+0
2018-03-29ath10k: add memory dump support QCA9984Anilkumar Kolli3-0/+135
2018-03-29ath10k: refactor ath10k_pci_dump_memory() in preparation for QCA9984 supportKalle Valo1-19/+36
2018-03-29ath10k: suppress "Unknown eventid: 36925" warningsSathishkumar Muruganandam1-0/+1
2018-03-29ath10k: add FW API 6 firmware image for QCA9377Ryan Hsu1-0/+1
2018-03-29ath10k: enable QCA6174/QCA9377 to read the chip temperatureRyan Hsu2-2/+48
2018-03-29Revert "ath10k: send (re)assoc peer command when NSS changed"Karthikeyan Periyasamy1-3/+2
2018-03-29ath9k: fix DFS detector synchronizationTimothy Redaelli1-4/+5
2018-03-28net/wireless/iwlwifi: fix iwlwifi_dev_ucode_error tracepointAlexei Starovoitov4-33/+21
2018-03-28net/mediatek: disambiguate mt76 vs mt7601u trace eventsAlexei Starovoitov1-3/+3
2018-03-28iwlwifi: wrt: add fw force restart via triggersShahar S Matityahu2-1/+17
2018-03-28iwlwifi: mvm: save low latency causes in an enumSara Sharon3-17/+38
2018-03-28iwlwifi: bump the max API version for 9000 and 22000 devicesEmmanuel Grumbach2-2/+6
2018-03-28iwlwifi: api: Add geographic profile information to MCC_UPDATE_CMDHaim Dreyfuss1-3/+17
2018-03-28iwlwifi: add a bunch of new 9000 PCI IDsLuca Coelho1-2/+155
2018-03-28iwlwifi: fw api: support the new scan request FW API versionAyala Beker4-54/+136
2018-03-28iwlwifi: mvm: Allow iwl_mvm_mac_mgd_prepare_tx() when associatedIlan Peer1-3/+1
2018-03-28iwlwifi: mvm: add support for oceZamir, Roee5-1/+44
2018-03-28iwlwifi: mvm: add adaptive dwell supportZamir, Roee2-33/+67
2018-03-28iwlwifi: mvm: check if mac80211_queue is valid in iwl_mvm_disable_txqLuca Coelho1-2/+9
2018-03-28iwlwifi: set default timstamp marker cmdMordechay Goodstein3-9/+24
2018-03-28iwlwifi: mvm: move TSO segment to a separate functionSara Sharon1-75/+83
2018-03-28iwlwifi: mvm: take RCU lock before dereferencingSara Sharon1-1/+5
2018-03-28iwlwifi: mvm: flip AMSDU addresses only for 9000 familySara Sharon1-10/+15
2018-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo15-82/+225
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-27mt76x2: fix warning in ieee80211_get_key_rx_seq()Lorenzo Bianconi1-0/+11
2018-03-27mt76x2: fix possible NULL pointer dereferencing in mt76x2_tx()Lorenzo Bianconi1-1/+4
2018-03-27mt76: use mt76_poll_msec routine in mt76pci_load_firmware()Lorenzo Bianconi1-11/+2