aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-0218-166/+357
|\
| * Merge tag 'wireless-drivers-2019-11-01' of git://git.kernel.org/pub/scm/linux...David S. Miller2019-11-0116-139/+305
| |\
| | * iwlwifi: fw api: support new API for scan config cmdAyala Beker2019-10-304-10/+61
| | * mt76: dma: fix buffer unmap with non-linear skbsLorenzo Bianconi2019-10-302-4/+7
| | * mt76: mt76x2e: disable pcie_aspm by defaultLorenzo Bianconi2019-10-304-0/+51
| | * rtlwifi: rtl_pci: Fix problem of too small skb->lenLarry Finger2019-10-231-1/+2
| | * iwlwifi: pcie: 0x2720 is qu and 0x30DC is notLuca Coelho2019-10-231-54/+55
| | * iwlwifi: pcie: add workaround for power gating in integrated 22000Luca Coelho2019-10-233-0/+31
| | * iwlwifi: mvm: handle iwl_mvm_tvqm_enable_txq() error returnJohannes Berg2019-10-231-57/+83
| | * iwlwifi: pcie: fix all 9460 entries for qnjLuca Coelho2019-10-231-8/+8
| | * iwlwifi: pcie: fix PCI ID 0x2720 configs that should be socLuca Coelho2019-10-231-4/+4
| | * rtlwifi: Fix potential overflow on P2P codeLaura Abbott2019-10-231-0/+6
| | * iwlwifi: pcie: fix merge damage on making QnJ exclusiveLuca Coelho2019-10-231-5/+1
| * | virt_wifi: fix refcnt leak in module exit routineTaehee Yoo2019-10-241-2/+52
| * | net: core: add generic lockdep keysTaehee Yoo2019-10-241-25/+0
* | | net: Fix various misspellings of "connect"Geert Uytterhoeven2019-10-281-2/+2
* | | net: Fix misspellings of "configure" and "configuration"Geert Uytterhoeven2019-10-283-3/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-2012-190/+240
|\| |
| * | Merge tag 'wireless-drivers-for-davem-2019-10-15' of git://git.kernel.org/pub...David S. Miller2019-10-1511-189/+239
| |\|
| | * ath10k: fix latency issue for QCA988xMiaoqing Pan2019-10-141-6/+9
| | * iwlwifi: pcie: change qu with jf devices to use qu configurationLuca Coelho2019-10-091-137/+137
| | * iwlwifi: exclude GEO SAR support for 3168Luca Coelho2019-10-091-7/+9
| | * iwlwifi: pcie: fix memory leaks in iwl_pcie_ctxt_info_gen3_initNavid Emamdoost2019-10-091-11/+25
| | * iwlwifi: dbg_ini: fix memory leak in alloc_sgtableNavid Emamdoost2019-10-091-0/+1
| | * iwlwifi: pcie: fix rb_allocator workqueue allocationJohannes Berg2019-10-091-4/+11
| | * iwlwifi: pcie: fix indexing in command dump for new HWJohannes Berg2019-10-091-2/+8
| | * iwlwifi: mvm: fix race in sync rx queue notificationNaftali Goldstein2019-10-091-4/+5
| | * iwlwifi: mvm: force single phy initHaim Dreyfuss2019-10-091-0/+3
| | * iwlwifi: fix ACPI table revision checksLuca Coelho2019-10-092-10/+24
| | * iwlwifi: don't access trans_cfg via cfgLuca Coelho2019-10-091-6/+6
| | * rt2x00: remove input-polldev.h headerDmitry Torokhov2019-10-081-1/+0
| | * rt2x00: initialize last_resetStanislaw Gruszka2019-10-021-1/+1
| * | mac80211_hwsim: fix incorrect dev_alloc_name failure gotoMichael Vassernis2019-10-041-1/+1
* | | Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub...David S. Miller2019-10-1318-36/+52
|\ \ \ | |/ / |/| |
| * | mac80211_hwsim: add support for OCBRamon Fontes2019-10-111-2/+4
| * | mac80211_hwsim: add more 5GHz channels, 5/10 MHz supportRamon Fontes2019-10-111-2/+26
| * | mac80211: simplify TX aggregation startJohannes Berg2019-10-0418-32/+22
| |/
* / netfilter: drop bridge nf reset from nf_resetFlorian Westphal2019-10-011-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-2819-130/+163
|\
| * Merge tag 'wireless-drivers-for-davem-2019-09-26' of https://git.kernel.org/p...David S. Miller2019-09-269-30/+63
| |\
| | * wil6210: use after free in wil_netif_rx_any()Dan Carpenter2019-09-251-1/+1
| | * iwlwifi: fw: don't send GEO_TX_POWER_LIMIT command to FW version 36Luca Coelho2019-09-241-3/+5
| | * mt76: mt7615: fix mt7615 firmware path definitionsLorenzo Bianconi2019-09-242-10/+7
| | * rtw88: configure firmware after HCI startedYan-Hsuan Chuang2019-09-242-3/+4
| | * zd1211rw: zd_usb: Use "%zu" to format size_tGeert Uytterhoeven2019-09-211-1/+1
| | * rtw88: pci: release tx skbs DMAed when stopYan-Hsuan Chuang2019-09-211-0/+12
| | * rtw88: pci: extract skbs free routine for trx ringsYan-Hsuan Chuang2019-09-211-10/+26
| | * iwlwifi: mvm: fix build w/o CONFIG_THERMALJohannes Berg2019-09-191-2/+7
| * | drivers: net: Fix Kconfig indentationKrzysztof Kozlowski2019-09-2610-100/+100
| |/
* | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-234-4/+0
|\ \ | |/ |/|