summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/broadcom/brcm80211
AgeCommit message (Expand)AuthorFilesLines
2016-03-10brcmfmac: Remove waitqueue_active checkHui Wang1-4/+2
2016-03-07brcmfmac: add 802.11w management frame protection supportHante Meuleman6-75/+211
2016-03-07brcmfmac: integrate add_keyext in add_keyHante Meuleman1-115/+39
2016-03-07brcmfmac: merge platform data and module paramatersHante Meuleman11-110/+139
2016-03-07brcmfmac: switch to new platform dataHante Meuleman8-87/+97
2016-03-07brcmfmac: keep ARP and ND offload enabled during WOWLHante Meuleman3-3/+8
2016-03-07brcmfmac: move platform data retrieval code to commonHante Meuleman5-85/+84
2016-03-07brcmfmac: add wowl gtk rekeying offload supportHante Meuleman5-13/+93
2016-03-07brcmfmac: move module init and exit to commonHante Meuleman4-15/+39
2016-03-07brcmfmac: increase timeout for tx eapolHante Meuleman1-1/+1
2016-03-07brcmfmac: remove pcie gen1 supportHante Meuleman1-115/+20
2016-03-07brcmfmac: add support for the PCIE 4366c0 chipHante Meuleman1-1/+3
2016-03-07brcmfmac: use bar1 window size as provided by pci subsystemHante Meuleman1-6/+4
2016-03-07brcmfmac: use device memsize config from fw if definedHante Meuleman1-0/+33
2016-03-07brcmfmac: check return for ARP ip setting iovarFranky Lin1-8/+8
2016-03-07brcmfmac: add neighbor discovery offload ip address table configurationFranky Lin3-27/+141
2016-03-07brcmfmac: Add length checks on firmware eventsHante Meuleman4-58/+87
2016-03-07brcmfmac: Configure country code using device specific settingsHante Meuleman4-13/+101
2016-03-07brcmfmac: check for wowl support before enumerating feature flagFranky Lin1-1/+2
2016-03-07brcmfmac: Limit memory allocs to <64KHante Meuleman2-14/+15
2016-03-07brcmfmac: change function name for brcmf_cfg80211_wait_vif_event_timeout()Arend van Spriel3-14/+15
2016-03-06Merge 'net-next/master'Kalle Valo1-3/+5
2016-03-02Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller1-3/+5
2016-02-25brcmfmac: Increase nr of supported flowrings.Hante Meuleman4-30/+41
2016-02-17Merge tag 'wireless-drivers-next-for-davem-2016-02-12' of git://git.kernel.or...David S. Miller6-28/+62
2016-02-06brcmfmac: sdio: Increase the default timeouts a bitSjoerd Simons1-2/+2
2016-02-06brcmfmac: treat NULL character in NVRAM as separatorRafał Miłecki1-1/+1
2016-02-06brcmfmac: add support for 14e4:4365 PCI ID with BCM4366 chipsetRafał Miłecki1-0/+4
2016-02-06brcmfmac: access PMU registers using standalone PMU core if availableRafał Miłecki3-10/+30
2016-02-06brcmfmac: read extended capabilities of ChipCommon coreRafał Miłecki2-0/+5
2016-02-06brcmfmac: allow storing PMU core without wrapper addressRafał Miłecki1-1/+2
2016-02-06brcmfmac: analyze descriptors of current component onlyRafał Miłecki1-1/+8
2016-02-06brcmfmac: fix setting primary channel for 80 MHz widthRafał Miłecki1-13/+10
2016-01-19brcmfmac: fix sdio sg table alloc crashHante Meuleman3-25/+21
2016-01-19brcmfmac: add missing includeFelix Fietkau1-0/+1
2016-01-18brcmfmac: fix BRCMF_FW_NVRAM_DEF macro for older gcc compilersArend van Spriel1-2/+1
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon1-3/+5
2016-01-08brcmfmac: Do not handle link downs for ibss.Hante Meuleman1-5/+7
2016-01-08brcmfmac: use jiffies for timeout in btcoexArend van Spriel1-7/+5
2016-01-08brcmfmac: use msecs_to_jiffies() in macro definitionsArend van Spriel9-33/+31
2016-01-08brcmfmac: change brcmf_sdio_wd_timer() prototypeArend van Spriel2-22/+13
2016-01-08brcmfmac: Reshuffle functions to avoid forward declarationsHante Meuleman1-306/+290
2016-01-08brcmfmac: Add wowl net detect supportHante Meuleman3-16/+155
2016-01-07brcmfmac: introduce module parameter to force successful probeArend van Spriel3-1/+25
2016-01-07brcmfmac: Move all module parameters to one placeHante Meuleman9-52/+144
2016-01-07brcmfmac: Fix warn trace on module unload while in ibss modeHante Meuleman1-2/+7
2016-01-07brcmfmac: obtain feature info using 'cap' firmware commandArend van Spriel1-22/+31
2016-01-07brcmfmac: Add support for scheduled scan mac randomizationHante Meuleman4-8/+77
2016-01-07brcmfmac: Add get_station support for IBSSHante Meuleman3-0/+69
2016-01-07brcmfmac: add arp offload ip address table configuration supportFranky Lin2-0/+110