summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/broadcom/brcm80211
Commit message (Expand)AuthorAgeFilesLines
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-223-11/+9Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1514-1045/+1137
|\
| * brcmfmac: add CLM download supportChung-Hsien Hsu2017-11-118-0/+258
| * brcmfmac: move configuration of probe request IEsArend Van Spriel2017-11-102-4/+7
| * brcmfmac: get rid of struct brcmf_cfg80211_info::active_scan fieldArend Van Spriel2017-11-103-15/+2Star
| * brcmfmac: get rid of brcmf_cfg80211_escan() functionArend Van Spriel2017-11-101-24/+10Star
| * brcmfmac: use msecs_to_jiffies() instead of calculation using HZArend Van Spriel2017-11-101-2/+2
| * brcmfmac: cleanup brcmf_cfg80211_escan() functionArend Van Spriel2017-11-101-65/+11Star
| * brcmfmac: disable packet filtering in promiscuous modeFranky Lin2017-11-103-41/+39Star
| * brcmfmac: handle FWHALT mailbox indicationArend Van Spriel2017-11-101-4/+10
| * Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...David S. Miller2017-11-041-879/+796Star
| |\
| | * brcmsmac: reindent split functionsArnd Bergmann2017-10-271-810/+697Star
| | * brcmsmac: split up wlc_phy_workarounds_nphyArnd Bergmann2017-10-271-74/+104
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
| |\ \ | | |/ | |/|
| * | Merge tag 'wireless-drivers-next-for-davem-2017-10-18' of git://git.kernel.or...David S. Miller2017-10-205-113/+103Star
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2017-10-164-119/+123
| | |\ \
| | * | | brcmfmac: Delete redundant length checkKevin Cernekee2017-10-021-5/+0Star
| | * | | brcmfmac: Avoid possible out-of-bounds readKevin Cernekee2017-10-021-2/+1Star
| | * | | brcmsmac: make const array ucode_ofdm_rates static, reduces object code sizeColin Ian King2017-09-251-1/+1
| | * | | brcmfmac: use setup_timer() helperAllen Pais2017-09-251-4/+2Star
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-062-18/+24
| |\ \ \ \
| * | | | | drivers: net: brcm80211: use setup_timer() helper.Allen Pais2017-09-211-3/+2Star
| | |/ / / | |/| | |
* | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
| | |_|/ | |/| |
* / | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/ / /
* | | brcmsmac: make some local variables 'static const' to reduce stack sizeArnd Bergmann2017-10-021-100/+97Star
* | | brcmfmac: Add check for short event packetsKevin Cernekee2017-10-021-1/+2
| |/ |/|
* | brcmfmac: setup passive scan if requested by user-spaceArend Van Spriel2017-09-202-15/+9Star
* | brcmfmac: add length check in brcmf_cfg80211_escan_handler()Arend Van Spriel2017-09-201-3/+15
|/
* brcmfmac: feature check for multi-scheduled scan fails on bcm4345 devicesIan W MORRISON2017-09-081-1/+2
* brcmfmac: Log chip id and revisionHans de Goede2017-08-311-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.gitKalle Valo2017-08-241-2/+4
|\
| * brcmfmac: feature check for multi-scheduled scan fails on bcm4343x devicesArend Van Spriel2017-08-141-2/+4
* | brcm80211: constify usb_device_idArvind Yadav2017-08-111-1/+1
* | brcmfmac: add setting carrier state ON for successful roamingChung-Hsien Hsu2017-08-081-2/+5
* | brcmfmac: fix wrong num_different_channels when mchan feature enabledWright Feng2017-08-081-1/+3
* | brcmfmac: Add support for CYW4373 SDIO/USB chipsetChi-Hsien Lin2017-08-085-2/+17
* | brcmfmac: set wpa_auth to WPA_AUTH_DISABLED in AP/OPEN security modeWright Feng2017-08-081-1/+6
* | Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.or...David S. Miller2017-08-071-1/+1
|\ \
| * | brcmfmac: constify pci_device_idArvind Yadav2017-07-281-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-012-7/+3Star
|\ \ \ | |/ / |/| / | |/
| * brcmfmac: fix memleak due to calling brcmf_sdiod_sgtable_alloc() twiceArend Van Spriel2017-07-271-5/+0Star
| * brcmfmac: Don't grow SKB by negative sizeDaniel Stone2017-07-271-1/+1
| * brcmfmac: fix regression in brcmf_sdio_txpkt_hdalign()Arend Van Spriel2017-07-211-1/+2
* | drivers/net: Fix ptr_ret.cocci warnings.Tonghao Zhang2017-07-251-4/+1Star
|/
* brcmfmac: fix possible buffer overflow in brcmf_cfg80211_mgmt_tx()Arend van Spriel2017-07-121-0/+5
* brcmfmac: switch to using cfg80211_connect_done()Arend van Spriel2017-06-301-9/+11
* brcmfmac: support 4-way handshake offloading for 802.1XArend van Spriel2017-06-302-4/+60
* brcmfmac: support 4-way handshake offloading for WPA/WPA2-PSKArend van Spriel2017-06-307-7/+134
* brcmfmac: rework headroom check in .start_xmit()Arend Van Spriel2017-06-283-14/+37