summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-02mwifiex: use generic name 'device dump'Amitkumar Karwar8-44/+52
2015-06-02mwifiex: minor changes in debug messagesAmitkumar Karwar2-6/+6
2015-06-02mwifiex: dump driver information for PCIe interfaceAmitkumar Karwar1-0/+2
2015-06-02mwifiex: fix a possible double free issueAmitkumar Karwar2-0/+2
2015-06-02mwifiex: fix SDIO firmware dump problemAmitkumar Karwar1-0/+7
2015-05-28brcmfmac: allow NVRAM values to contain spacesRafał Miłecki1-2/+8
2015-05-28brcmfmac: treat \0 as end of comment when parsing NVRAMRafał Miłecki1-5/+8
2015-05-28brcmfmac: simplify check finding NVRAM v1 device pathRafał Miłecki1-7/+11
2015-05-28brcmfmac: simplify check stripping v2 NVRAMRafał Miłecki1-7/+8
2015-05-28add mt7601u driverJakub Kicinski31-0/+7950
2015-05-28brcmfmac: fix invalid access to struct acpi_device fieldsArend van Spriel1-5/+14
2015-05-26brcmfmac: add support for dma indices featureFranky Lin1-21/+119
2015-05-26brcmfmac: remove dummy cache flush/invalidate functionFranky Lin3-40/+0
2015-05-26brcmfmac: remove pci shared structure rev4 supportFranky Lin1-7/+1
2015-05-26brcmfmac: Improve throughput by scheduling msbug flow worker.Hante Meuleman3-7/+11
2015-05-26brcmfmac: allow device tree node without 'interrupts' propertyArend van Spriel1-4/+7
2015-05-26mwifiex: reduce severity of debug messages for mgmt rxAvinash Patil1-2/+2
2015-05-26rtlwifi: fix typos in KconfigKevin Lo1-1/+1
2015-05-26bcma: add module_bcma_driver()Hauke Mehrtens1-0/+9
2015-05-26ath9k: split ar5008_hw_spur_mitigate and reuse common code in ar9002_hw_spur_...Oleksij Rempel3-214/+87
2015-05-26rtlwifi: Remove the clear interrupt routine from all driversVincent Fann5-83/+0
2015-05-26rtlwifi: rtl8821ae: Fix problem with regulatory informationShao Fu1-2/+2
2015-05-26rtlwifi: rtl8723be: Update driver for regulatory changesShao Fu1-2/+2
2015-05-26rtlwifi: rtl8192ee: Apply the regulatory changes to driverShao Fu1-2/+2
2015-05-26rtlwifi: rtl8188ee: Apply the new regulatory informationShao Fu1-2/+2
2015-05-26rtlwifi: Update regulatory databaseShao Fu2-4/+39
2015-05-26rndis_wlan: harmless issue calling set_bit()Dan Carpenter1-3/+3
2015-05-26ath9k_htc: memory corruption calling set_bit()Dan Carpenter1-3/+3
2015-05-26brcmfmac: avoid gcc-5.1 warningArnd Bergmann1-1/+1
2015-05-26carl9170: match wait_for_completion_timeout return typeNicholas Mc Guire1-2/+3
2015-05-26mwifiex: change dbg print func to mwifiex_dbgZhaoyang Liu29-1698/+2122
2015-05-26mwifiex: add dump data debug supportZhaoyang Liu5-3/+27
2015-05-26mwifiex: add prints debug ctrl supportZhaoyang Liu5-0/+112
2015-05-26mwifiex: add support for FW memory read/write operationsChin-ran Lo6-0/+133
2015-05-26rtlwifi: btcoexist: Fix interference between rtl8723be and BluetoothDaniel Drake1-2/+5
2015-05-26adm8211: fixed the possible pci cache line sizes inside switch-caseOkash Khawaja1-2/+2
2015-05-26adm8211: fix checkpatch errors for indentation and new lineOkash Khawaja1-8/+12
2015-05-26brcmfmac: prohibit ACPI power management for brcmfmac driverFu, Zhonghui1-0/+9
2015-05-26rtlwifi: rtl8192cu: Remove rtl92c_init_beacon_max_error's parameterTaehee Yoo3-3/+3
2015-05-26rtlwifi: rtl8192cu: Remove setting REG_BCN_MAX_ERR code in _rtl92cu_set_media...Taehee Yoo1-1/+0
2015-05-26rtlwifi: rtl8188ee: Fix pwrseqcmd.h include path.Lauri Kenttä2-2/+2
2015-05-25Merge ath-next from ath.gitKalle Valo22-294/+1047
2015-05-25cxgb4: Add PHY firmware support for T420-BT cardsHariprasad Shenai4-42/+375
2015-05-25test_bpf: add more eBPF jump torture casesDaniel Borkmann1-0/+67
2015-05-25Merge branch 'amd-xgbe-next'David S. Miller2-9/+105
2015-05-25amd-xgbe: Add more netif_dbg output to the driverLendacky, Thomas1-6/+62
2015-05-25amd-xgbe: Fix initial mode when auto-negotiation is disabledLendacky, Thomas1-3/+42
2015-05-25amd-xgbe: Add setting of a missing hardware featureLendacky, Thomas1-0/+1
2015-05-25ip: reject too-big defragmented DF-skb when forwardingFlorian Westphal1-7/+11
2015-05-25Merge branch 'af_unix_sendpage'David S. Miller6-54/+284