aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-10rtl818x: Remove SKB list assumptions.David S. Miller1-5/+8
2018-09-10brcmfmac: Use __skb_peek().David S. Miller2-2/+2
2018-09-10p54: Use skb_peek_tail() instead of direct head pointer accesses.David S. Miller1-2/+2
2018-09-05wireless: align to draft 11ax D3.0Shaul Triebitz3-28/+45
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-48/+14
2018-09-03Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller2-48/+14
2018-08-28cfg80211: Add support for 60GHz band channels 5 and 6Alexei Avshalom Lazar1-1/+1
2018-08-28mac80211_hwsim: Fix possible Spectre-v1 for hwsim_world_regdom_customJinbum Park1-0/+4
2018-08-28cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka1-45/+5
2018-08-28mac80211_hwsim: correct use of IEEE80211_VHT_CAP_RXSTBC_XDanek Duvall1-3/+0
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds3-0/+3
2018-08-16Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-8/+0
2018-08-15Merge branch 'pci/misc'Bjorn Helgaas1-6/+0
2018-08-15mac80211_hwsim: require at least one channelJohannes Berg1-0/+5
2018-08-14PCI: Add PCI_DEVICE_DATA() macro to fully describe device ID entryAndy Shevchenko1-6/+0
2018-08-09b43legacy/leds: Ensure NUL-termination of LED name stringMichael Büsch1-1/+1
2018-08-09b43/leds: Ensure NUL-termination of LED name stringMichael Büsch1-1/+1
2018-08-09rtlwifi: btcoex: Fix if == else warnings in halbtc8723b2ant.cYueHaibing1-144/+36
2018-08-09iwlegacy: fix spelling mistake "acumulative" -> "accumulative"Colin Ian King1-1/+1
2018-08-09rsi: remove redundant variables bss, wh and temp_flash_contentColin Ian King1-9/+1
2018-08-09mt76: fix build for MediaTek MT7610U USB wireless dongleValdis Kletnieks1-0/+1
2018-08-09mt76x0: Remove VLA usageKees Cook1-3/+3
2018-08-09mt76x0: perform mt76x0_mac_set_ampdu_factorStanislaw Gruszka1-2/+0
2018-08-09mt76x0: correct type for eeprom gain valueStanislaw Gruszka1-1/+1
2018-08-09brcmfmac: fix brcmf_wiphy_wowl_params() NULL pointer dereferenceWinnie Chang1-4/+4
2018-08-06iwlwifi: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas1-1/+0
2018-08-06ath9k: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas1-1/+0
2018-08-06Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo37-203/+2044
2018-08-05Merge tag 'wireless-drivers-next-for-davem-2018-08-05' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller211-3866/+22060
2018-08-04mt76x0: rename trace symbolsStanislaw Gruszka8-94/+35
2018-08-04mt76x0: rename mt76_* functionsStanislaw Gruszka7-26/+26
2018-08-02qtnfmac: implement basic WoWLAN supportSergey Matyukevich6-0/+248
2018-08-02mt76x0: load firmware from mediatek subdirStanislaw Gruszka1-1/+1
2018-08-02mt76x0: disable HW before probeStanislaw Gruszka3-1/+6
2018-08-02mt76: Kconfig and Makefile for mt76x0 driverStanislaw Gruszka3-0/+15
2018-08-02mt76: add more statesStanislaw Gruszka1-0/+2
2018-08-02mt76x0: main fileStanislaw Gruszka1-0/+403
2018-08-02mt76x0: dma and tx filesStanislaw Gruszka3-0/+918
2018-08-02mt76x0: trace and debugfs filesStanislaw Gruszka3-0/+553
2018-08-02mt76x0: eeprom filesStanislaw Gruszka2-0/+594
2018-08-02mt76x0: init filesStanislaw Gruszka2-0/+1002
2018-08-02mt76x0: phy filesStanislaw Gruszka3-0/+1861
2018-08-02mt76x0: mcu filesStanislaw Gruszka2-0/+757
2018-08-02mt76x0: usb filesStanislaw Gruszka2-0/+438
2018-08-02mt76x0: mac filesStanislaw Gruszka2-0/+814
2018-08-02mt76x0: core filesStanislaw Gruszka4-0/+1062
2018-08-02mt76: add driver code for MT76x2u based devicesLorenzo Bianconi12-0/+1891
2018-08-02mt76: add usb support to mt76 layerLorenzo Bianconi8-1/+1336
2018-08-02mt76: move mt76x2_debugfs in mt76-common moduleLorenzo Bianconi2-2/+4
2018-08-02mt76: add mt76x2_phy_common to mt76x2-common moduleLorenzo Bianconi4-329/+359