Age | Commit message (Expand) | Author | Files | Lines |
2015-10-24 | rtl8xxxu: move devices supported by rtlwifi under UNTESTED config | Kalle Valo | 1 | -1/+2 |
2015-10-22 | Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc... | David S. Miller | 6 | -8/+12 |
2015-10-21 | Merge ath-next from ath.git | Kalle Valo | 39 | -548/+1855 |
2015-10-21 | brcm80211: Add support for brcm4371 | Eric Caruso | 3 | -0/+12 |
2015-10-21 | brcmfmac: Properly set carrier state of netdev. | Hante Meuleman | 3 | -6/+31 |
2015-10-21 | brcmfmac: Remove unused state AP creating. | Hante Meuleman | 2 | -5/+0 |
2015-10-21 | brcmfmac: Move brcmf_c_preinit_dcmds prototype to correct file. | Hante Meuleman | 3 | -3/+4 |
2015-10-21 | brcmfmac: Add dump_station support to cfg80221 ops. | Hante Meuleman | 4 | -0/+45 |
2015-10-21 | brcmfmac: Add RSSI information to get_station. | Hante Meuleman | 1 | -0/+23 |
2015-10-21 | brcmfmac: Fix station info rate information. | Hante Meuleman | 1 | -4/+4 |
2015-10-21 | brcmfmac: Rework p2p attach, use single method for p2p dev creation. | Hante Meuleman | 4 | -85/+40 |
2015-10-21 | brcmfmac: remove conversational comment | Arend van Spriel | 1 | -3/+0 |
2015-10-21 | brcmfmac: rename firmware_path to alternative_fw_path | Franky Lin | 1 | -1/+1 |
2015-10-21 | brcmfmac: Fix race condition between USB probe/load and disconnect. | Hante Meuleman | 1 | -3/+26 |
2015-10-21 | brcmfmac: expose device memory to devcoredump subsystem | Arend van Spriel | 7 | -11/+181 |
2015-10-21 | New driver: rtl8xxxu (mac80211) | Jes Sorensen | 7 | -0/+7670 |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 16 | -22/+59 |
2015-10-19 | ath10k: make fw stats prints specific to firmware version | Manikanta Pubbisetty | 6 | -259/+414 |
2015-10-19 | ath10k: disable PCI PS for QCA988X and QCA99X0 | Anilkumar Kolli | 2 | -1/+88 |
2015-10-16 | ath10k: remove htc polling for tx completion | Rajkumar Manoharan | 4 | -43/+7 |
2015-10-16 | ath10k: remove unused dl_is_polled | Rajkumar Manoharan | 4 | -17/+9 |
2015-10-16 | ath10k: configure copy engine 5 for HTT messages | Rajkumar Manoharan | 1 | -11/+59 |
2015-10-16 | ath10k: export htt tx rx handlers | Rajkumar Manoharan | 3 | -0/+8 |
2015-10-16 | ath10k: register per copy engine receive callbacks | Rajkumar Manoharan | 7 | -51/+12 |
2015-10-16 | ath10k: register per copy engine send completion callbacks | Rajkumar Manoharan | 6 | -17/+13 |
2015-10-16 | ath10k: export htc tx rx handlers | Rajkumar Manoharan | 2 | -4/+6 |
2015-10-16 | drivers/net: get rid of unnecessary initializations in .get_drvinfo() | Ivan Vecera | 1 | -1/+0 |
2015-10-14 | mac80211: remove PM-QoS listener | Johannes Berg | 1 | -1/+1 |
2015-10-14 | mwifiex: remove unnecessary NULL check | Xinming Hu | 1 | -1/+1 |
2015-10-14 | mwifiex: add ndo_validate_addr netdev ops | Amitkumar Karwar | 1 | -0/+1 |
2015-10-14 | mwifiex: fix AP VHT behaviour | Ganapathi Bhat | 1 | -16/+0 |
2015-10-14 | mwifiex: control WLAN and bluetooth coexistence modes | Amitkumar Karwar | 4 | -0/+124 |
2015-10-14 | mwifiex: fix a comment typo | Geliang Tang | 1 | -1/+1 |
2015-10-14 | ath9k: fix QCA9561 XLNA rxgain initial | Miaoqing Pan | 1 | -4/+3 |
2015-10-14 | ath9k: rename ini_modes_rxgain_5g_xlna to ini_modes_rxgain_xlna | Miaoqing Pan | 3 | -8/+8 |
2015-10-14 | rtlwifi: rtl8192cu: Add missing case in rtl92cu_get_hw_reg | Priit Laes | 1 | -0/+8 |
2015-10-14 | mwifiex: correction in USB8997 chipset's product ID | Amitkumar Karwar | 1 | -1/+1 |
2015-10-14 | mwifiex: remove USB8897 chipset support | Amitkumar Karwar | 3 | -19/+2 |
2015-10-14 | ath9k: Fix NF CCA limits for AR9287 and AR9227 | Martin Blumenstingl | 1 | -2/+2 |
2015-10-14 | rtlwifi: rtl818x: Move drivers into new realtek directory | Larry Finger | 288 | -8/+14 |
2015-10-14 | ath10k: cleanup ath10k_mac_register() error handling | Jeff Johnson | 1 | -2/+8 |
2015-10-14 | ath10k: fix cleanup in ath10k_thermal_unregister | Mohammed Shafi Shajakhan | 1 | -1/+1 |
2015-10-14 | ath10k: select board data based on BMI chip id and board id | Manikanta Pubbisetty | 4 | -8/+93 |
2015-10-14 | ath10k: add board 2 API support | Manikanta Pubbisetty | 5 | -49/+250 |
2015-10-13 | cfg80211: Add multiple scan plans for scheduled scan | Avraham Stern | 5 | -7/+11 |
2015-10-13 | Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.or... | David S. Miller | 110 | -1380/+2670 |
2015-10-09 | ath6kl: drop unlikely behind WARN_ON() | Geliang Tang | 1 | -2/+2 |
2015-10-09 | ath: fix DFS timestamp wraparound reset condition | Zefir Kurtisi | 1 | -1/+1 |
2015-10-09 | ath6kl: remove redundant null pointer check on send_pkt | Colin Ian King | 1 | -3/+1 |
2015-10-09 | wil6210: Do no schedule firmware recovery during reset flow | Hamad Kadmany | 2 | -0/+9 |