summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-281-3/+3
|\
| * Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-251-3/+3
| |\
| | * Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-106-31/+54
| | |\
| | * | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-271-3/+3
* | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-2/+2
|\ \ \ \
| * \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-01-251-2/+2
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | wireless/mediatek: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-12-121-2/+2
| | | |/ | | |/|
* | | | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-275-7/+7
|\ \ \ \
| * | | | remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-065-7/+7
| |/ / /
* | | | Merge tag 'wireless-drivers-2020-01-23' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-01-2327-183/+594
|\ \ \ \
| * | | | iwlwifi: mvm: don't send the IWL_MVM_RXQ_NSSN_SYNC notif to Rx queuesEmmanuel Grumbach2020-01-222-8/+12
| * | | | Revert "iwlwifi: mvm: fix scan config command size"Mehmet Akif Tasova2019-12-301-1/+1
| * | | | iwlwifi: fw: make pos static in iwl_sar_get_ewrd_table() loopLuca Coelho2019-12-241-5/+5
| * | | | iwlwifi: remove lar_disable module parameterLuca Coelho2019-12-246-23/+11
| * | | | iwlwifi: dbg: force stop the debug monitor HWShahar S Matityahu2019-12-241-6/+1
| * | | | iwlwifi: pcie: always disable L0S statesLuca Coelho2019-12-241-10/+5
| * | | | iwlwifi: pcie: rename L0S_ENABLED bit to L0S_DISABLEDLuca Coelho2019-12-242-3/+3
| * | | | iwlwifi: mvm: fix potential SKB leak on TXQ TXJohannes Berg2019-12-243-16/+20
| * | | | iwlwifi: mvm: fix SKB leak on invalid queueJohannes Berg2019-12-241-1/+1
| * | | | iwlwifi: pcie: extend hardware workaround to context-infoJohannes Berg2019-12-233-15/+54
| * | | | iwlwifi: Don't ignore the cap field upon mcc updateHaim Dreyfuss2019-12-233-6/+51
| * | | | iwlwifi: mvm: report TX rate to mac80211 directly for RS offloadJohannes Berg2019-12-231-0/+126
| * | | | iwlwifi: mvm: fix NVM check for 3168 devicesLuca Coelho2019-12-231-1/+1
| * | | | iwlwifi: fix TLV fragment allocation loopLuca Coelho2019-12-231-1/+8
| * | | | iwlwifi: pcie: allocate smaller dev_cmd for TX headersJohannes Berg2019-12-238-49/+84
| * | | | iwlwifi: pcie: detect the DMA bug and warn if it happensJohannes Berg2019-12-231-0/+11
| * | | | iwlwifi: pcie: work around DMA hardware bugJohannes Berg2019-12-232-31/+176
| * | | | iwlwifi: pcie: move page tracking into get_page_hdr()Johannes Berg2019-12-203-14/+16
| * | | | iwlwifi: don't send PPAG command if disabledGil Adam2019-12-201-2/+6
| * | | | libertas: Fix two buffer overflows at parsing bss descriptorWen Huang2019-12-181-3/+13
| * | | | mt76: Off by one in mt76_calc_rx_airtime()Dan Carpenter2019-12-181-1/+1
| * | | | mt76: fix LED link time failureArnd Bergmann2019-12-181-1/+2
* | | | | airo: Add missing CAP_NET_ADMIN check in AIROOLDIOCTL/SIOCDEVPRIVATEMichael Ellerman2020-01-231-10/+8
* | | | | airo: Fix possible info leak in AIROOLDIOCTL/SIOCDEVPRIVATEMichael Ellerman2020-01-231-1/+1
* | | | | net: Fix packet reordering caused by GRO and listified RX cooperationMaxim Mikityanskiy2020-01-221-2/+2
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-228-47/+123
|\| | |
| * | | Merge tag 'wireless-drivers-2019-12-17' of git://git.kernel.org/pub/scm/linux...David S. Miller2019-12-177-47/+122
| |\ \ \
| | * | | iwlwifi: pcie: move power gating workaround earlier in the flowLuca Coelho2019-12-102-25/+30
| | * | | Revert "iwlwifi: assign directly to iwl_trans->cfg in QuZ detection"Anders Kaseorg2019-12-101-12/+12
| | * | | mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame()qize wang2019-12-021-6/+64
| | * | | mt76: mt76x0: fix default mac address overwriteLorenzo Bianconi2019-12-021-1/+4
| | * | | ath9k: use iowrite32 over __raw_writelChristian Lamparter2019-11-281-1/+1
| | * | | mwifiex: fix possible heap overflow in mwifiex_process_country_ie()Ganapathi Bhat2019-11-281-2/+11
| * | | | mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen2019-12-131-0/+1
| | |/ / | |/| |
* / | | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-092-3/+3
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-271-2/+11
|\ \ \
| * | | net: wireless: intel: iwlwifi: fix GRO_NORMAL packet stallingAlexander Lobakin2019-11-271-2/+11
| | |/ | |/|
* | | Merge tag 'mmc-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2019-11-275-29/+43
|\ \ \ | |/ / |/| |
| * | net: wireless: ti: remove local VENDOR_ID and DEVICE_ID definitionsH. Nikolaus Schaller2019-11-152-16/+0
| * | net: wireless: ti: wl1251 use new SDIO_VENDOR_ID_TI_WL1251 definitionH. Nikolaus Schaller2019-11-151-1/+1