summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom
AgeCommit message (Expand)Author
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-26brcmfmac: Remove always false 'idx < 0' statementyuehaibing
2020-01-26brcmfmac: add initial support for monitor modeRafał Miłecki
2020-01-26brcmfmac: simplify building interface combinationsRafał Miłecki
2020-01-26brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362Jean-Philippe Brucker
2020-01-26brcmfmac: use true,false for bool variablezhengbin
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2019-12-18brcmfmac: Keep OOB wake-interrupt disabled when it shouldn't be enabledDmitry Osipenko
2019-12-18brcmfmac: Fix memory leak in brcmf_usbdev_qinitNavid Emamdoost
2019-12-18brcmfmac: not set mbss in vif if firmware does not support MBSSWright Feng
2019-12-18brcmfmac: add RSDB condition when setting interface combinationsWright Feng
2019-12-18brcmfmac: add support for BCM4359 SDIO chipsetSoeren Moch
2019-12-18brcmfmac: make errors when setting roaming parameters non-fatalSoeren Moch
2019-12-18brcmfmac: fix rambase for 4359/9Soeren Moch
2019-12-18brcmfmac: set F2 blocksize and watermark for 4359Chung-Hsien Hsu
2019-12-18brcmfmac: reset two D11 cores if chip has two D11 coresWright Feng
2019-12-18brcmfmac: fix interface sanity checkJohan Hovold
2019-12-18brcmfmac: set interface carrier to off by defaultRafał Miłecki
2019-12-18brcmfmac: Fix use after free in brcmf_sdio_readframes()Dan Carpenter
2019-12-18b43legacy: Fix -Wcast-function-typePhong Tran
2019-12-18brcmsmac: Remove always false 'channel < 0' statementAustin Kim
2019-12-18brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev()Navid Emamdoost
2019-11-20brcmfmac: remove monitor interface when detachingRafał Miłecki
2019-11-20brcmfmac: disable PCIe interrupts before bus resetRafał Miłecki
2019-11-20brcmfmac: remove set but not used variable 'mpnum','nsp','nmp'zhengbin
2019-11-15brcmsmac: remove unnecessary returnEduardo Abinader
2019-11-06brcmsmac: remove set but not used variablesYueHaibing
2019-11-05Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller
2019-10-31b43: dma: Fix use true/false for bool type variableSaurav Girepunje
2019-10-31b43: main: Fix use true/false for bool typeSaurav Girepunje
2019-10-15wireless: Remove call to memset after dma_alloc_coherentFuqian Huang
2019-10-04brcmfmac: add support for SAE authentication offloadChung-Hsien Hsu
2019-10-04mac80211: simplify TX aggregation startJohannes Berg
2019-10-01brcmsmac: remove duplicated if conditionDenis Efremov
2019-10-01brcmfmac: fix suspend/resume when power is cut offAdrian Ratiu
2019-10-01brcmfmac: don't WARN when there are no requestsAdrian Ratiu
2019-10-01brcmsmac: remove a useless testChristophe JAILLET
2019-10-01brcmfmac: send port authorized event for FT-802.1XChung-Hsien Hsu
2019-09-13brcmsmac: Use DIV_ROUND_CLOSEST directly to make it readablezhong jiang
2019-09-13brcmfmac: don't realloc wiphy during PCIe resetRafał Miłecki
2019-09-13brcmfmac: split brcmf_attach() and brcmf_detach() functionsRafał Miłecki
2019-09-13brcmfmac: move "cfg80211_ops" pointer to another structRafał Miłecki
2019-09-06brcmfmac: use %*ph to print small bufferAndy Shevchenko
2019-09-06brcmfmac: add "reset" debugfs entry for testing resetRafał Miłecki
2019-09-06brcmfmac: add stub version of brcmf_debugfs_get_devdir()Rafał Miłecki
2019-09-03brcmfmac: get chip's default RAM info during PCIe setupRafał Miłecki
2019-09-03brcmfmac: replace strncpy() by strscpy()Xulin Sun
2019-09-03brcmfmac: remove redundant assignment to pointer hashColin Ian King
2019-09-03brcm80211: Avoid possible null-pointer dereferences in wlc_phy_radio_init_2056()Jia-Ju Bai
2019-08-06b43legacy: Remove pointless cond_resched() wrapperThomas Gleixner