aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2020-01-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds5-7/+7
2020-01-25Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-2/+2
2020-01-23Merge tag 'wireless-drivers-2020-01-23' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller27-183/+594
2020-01-23airo: Add missing CAP_NET_ADMIN check in AIROOLDIOCTL/SIOCDEVPRIVATEMichael Ellerman1-10/+8
2020-01-23airo: Fix possible info leak in AIROOLDIOCTL/SIOCDEVPRIVATEMichael Ellerman1-1/+1
2020-01-22net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy1-2/+2
2020-01-22iwlwifi: mvm: don't send the IWL_MVM_RXQ_NSSN_SYNC notif to Rx queuesEmmanuel Grumbach2-8/+12
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig5-7/+7
2019-12-30Revert "iwlwifi: mvm: fix scan config command size"Mehmet Akif Tasova1-1/+1
2019-12-25Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar1-3/+3
2019-12-24iwlwifi: fw: make pos static in iwl_sar_get_ewrd_table() loopLuca Coelho1-5/+5
2019-12-24iwlwifi: remove lar_disable module parameterLuca Coelho6-23/+11
2019-12-24iwlwifi: dbg: force stop the debug monitor HWShahar S Matityahu1-6/+1
2019-12-24iwlwifi: pcie: always disable L0S statesLuca Coelho1-10/+5
2019-12-24iwlwifi: pcie: rename L0S_ENABLED bit to L0S_DISABLEDLuca Coelho2-3/+3
2019-12-24iwlwifi: mvm: fix potential SKB leak on TXQ TXJohannes Berg3-16/+20
2019-12-24iwlwifi: mvm: fix SKB leak on invalid queueJohannes Berg1-1/+1
2019-12-23iwlwifi: pcie: extend hardware workaround to context-infoJohannes Berg3-15/+54
2019-12-23iwlwifi: Don't ignore the cap field upon mcc updateHaim Dreyfuss3-6/+51
2019-12-23iwlwifi: mvm: report TX rate to mac80211 directly for RS offloadJohannes Berg1-0/+126
2019-12-23iwlwifi: mvm: fix NVM check for 3168 devicesLuca Coelho1-1/+1
2019-12-23iwlwifi: fix TLV fragment allocation loopLuca Coelho1-1/+8
2019-12-23iwlwifi: pcie: allocate smaller dev_cmd for TX headersJohannes Berg8-49/+84
2019-12-23iwlwifi: pcie: detect the DMA bug and warn if it happensJohannes Berg1-0/+11
2019-12-23iwlwifi: pcie: work around DMA hardware bugJohannes Berg2-31/+176
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-47/+123
2019-12-20iwlwifi: pcie: move page tracking into get_page_hdr()Johannes Berg3-14/+16
2019-12-20iwlwifi: don't send PPAG command if disabledGil Adam1-2/+6
2019-12-18libertas: Fix two buffer overflows at parsing bss descriptorWen Huang1-3/+13
2019-12-18mt76: Off by one in mt76_calc_rx_airtime()Dan Carpenter1-1/+1
2019-12-18mt76: fix LED link time failureArnd Bergmann1-1/+2
2019-12-17Merge tag 'wireless-drivers-2019-12-17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller7-47/+122
2019-12-13mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen1-0/+1
2019-12-12wireless/mediatek: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-2/+2
2019-12-10Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar6-31/+54
2019-12-10iwlwifi: pcie: move power gating workaround earlier in the flowLuca Coelho2-25/+30
2019-12-10Revert "iwlwifi: assign directly to iwl_trans->cfg in QuZ detection"Anders Kaseorg1-12/+12
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya2-3/+3
2019-12-02mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame()qize wang1-6/+64
2019-12-02mt76: mt76x0: fix default mac address overwriteLorenzo Bianconi1-1/+4
2019-11-28ath9k: use iowrite32 over __raw_writelChristian Lamparter1-1/+1
2019-11-28mwifiex: fix possible heap overflow in mwifiex_process_country_ie()Ganapathi Bhat1-2/+11
2019-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-2/+11
2019-11-27net: wireless: intel: iwlwifi: fix GRO_NORMAL packet stallingAlexander Lobakin1-2/+11
2019-11-27Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds5-29/+43
2019-11-27ftrace: Rework event_create_dir()Peter Zijlstra1-3/+3
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds315-4289/+12626
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1