Age | Commit message (Expand) | Author | Files | Lines |
2016-10-04 | Merge tag 'driver-core-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -6/+12 |
2016-09-21 | carl9170: fix debugfs crashes | Christian Lamparter | 1 | -2/+4 |
2016-09-21 | b43legacy: fix debugfs crash | Christian Lamparter | 1 | -2/+4 |
2016-09-21 | b43: fix debugfs crash | Christian Lamparter | 1 | -2/+4 |
2016-09-17 | Merge tag 'iwlwifi-for-kalle-2016-09-15' of git://git.kernel.org/pub/scm/linu... | Kalle Valo | 1 | -10/+9 |
2016-09-15 | iwlwifi: mvm: update TX queue before making a copy of the skb | Beni Lev | 1 | -10/+9 |
2016-09-07 | Merge ath-current from ath.git | Kalle Valo | 4 | -10/+14 |
2016-09-07 | brcmfmac: avoid potential stack overflow in brcmf_cfg80211_start_ap() | Arend Van Spriel | 1 | -1/+1 |
2016-09-07 | ath9k: bring back direction setting in ath9k_{start_stop} | Giedrius Statkevičius | 1 | -2/+7 |
2016-09-02 | ath9k: fix AR5416 access GPIO warning | Miaoqing Pan | 1 | -2/+2 |
2016-08-31 | ath10k: Remove driver log suggesting QCA9887 support is experimental | Mohammed Shafi Shajakhan | 1 | -1/+0 |
2016-08-31 | ath10k: fix get rx_status from htt context | Ashok Raj Nagarajan | 1 | -5/+5 |
2016-08-29 | iwlwifi: mvm: Advertise support for AP channel width change | Peer, Ilan | 1 | -0/+1 |
2016-08-29 | iwlwifi: mvm: don't use ret when not initialised | Emmanuel Grumbach | 1 | -1/+2 |
2016-08-29 | iwlwifi: mvm: check if vif is NULL before using it | Sharon Dvir | 1 | -0/+2 |
2016-08-29 | iwlwifi: mvm: consider P2p device type for firmware dump triggers | Emmanuel Grumbach | 1 | -1/+2 |
2016-08-29 | Merge ath-current from ath.git | Kalle Valo | 1 | -4/+5 |
2016-08-24 | brcmfmac: Change vif_event_lock to spinlock | mhiramat@kernel.org | 2 | -14/+14 |
2016-08-24 | brcmfmac: Check rtnl_lock is locked when removing interface | mhiramat@kernel.org | 3 | -5/+7 |
2016-08-22 | ath9k: fix using sta->drv_priv before initializing it | Felix Fietkau | 1 | -4/+4 |
2016-08-22 | ath9k: fix client mode beacon configuration | Felix Fietkau | 1 | -0/+1 |
2016-08-18 | mwifiex: fix large amsdu packets causing firmware hang | Cathy Luo | 1 | -1/+2 |
2016-08-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -2/+3 |
2016-08-05 | mac80211: Add ieee80211_hw pointer to get_expected_throughput | Maxim Altshul | 1 | -2/+3 |
2016-08-04 | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 10 | -27/+27 |
2016-07-20 | wlcore: spi: fix build warning caused by redundant variable | Reizer, Eyal | 1 | -1/+0 |
2016-07-19 | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git | Kalle Valo | 12 | -147/+178 |
2016-07-19 | rtlwifi: don't add include path for rtl8188ee | Arnd Bergmann | 1 | -1/+1 |
2016-07-19 | wlcore: spi: add wl18xx support | Eyal Reizer | 1 | -18/+105 |
2016-07-19 | brcmsmac: Initialize power in brcms_c_stf_ss_algo_channel_get() | Florian Fainelli | 1 | -1/+1 |
2016-07-19 | brcmsmac: Free packet if dma_mapping_error() fails in dma_rxfill | Florian Fainelli | 1 | -1/+3 |
2016-07-19 | brcmfmac: Fix glob_skb leak in brcmf_sdiod_recv_chain | Florian Fainelli | 1 | -1/+3 |
2016-07-19 | ath9k_hw: implement temperature compensation support for AR9003+ | Felix Fietkau | 2 | -3/+23 |
2016-07-19 | ath9k_hw: get rid of some duplicate code in calibration init | Felix Fietkau | 1 | -32/+22 |
2016-07-19 | ath9k_hw: simplify ar9003_hw_per_calibration | Felix Fietkau | 1 | -27/+26 |
2016-07-19 | ath9k_hw: fix duplicate (and partially wrong) definition of AR_CH0_THERM | Felix Fietkau | 1 | -15/+10 |
2016-07-19 | ath9k_hw: fix spectral scan on AR9285 and newer | Felix Fietkau | 2 | -10/+27 |
2016-07-19 | ath9k: simplify the code-paths when not using the built-in EEPROM | Martin Blumenstingl | 3 | -53/+41 |
2016-07-19 | ath6kl: sme_state shortcut to SME_DISCONNECTED removed | Dan Kephart | 1 | -2/+0 |
2016-07-19 | ath6kl: Unset IFF_LOWER_UP flag on AP mode leave. | Pierre Le Magourou | 1 | -0/+1 |
2016-07-19 | ath6kl: Fix wrong regulatory domain disconnection. | Pierre Le Magourou | 1 | -1/+2 |
2016-07-19 | ath6kl: Fix WLAN tethering authentication problem. | Pierre Le Magourou | 1 | -4/+5 |
2016-07-19 | ath10k: disable wake_tx_queue for older devices | Michal Kazior | 2 | -2/+23 |
2016-07-18 | Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git | Kalle Valo | 35 | -367/+625 |
2016-07-18 | Merge tag 'iwlwifi-next-for-kalle-2016-07-11' of git://git.kernel.org/pub/scm... | Kalle Valo | 3 | -5/+5 |
2016-07-18 | mwifiex: update command response skb length correctly | Amitkumar Karwar | 1 | -0/+1 |
2016-07-18 | mwifiex: fix PCIe legacy interrupt problem | Amitkumar Karwar | 1 | -0/+6 |
2016-07-18 | mwifiex: Fix request_irq() failure handling | Karthik D A | 1 | -2/+0 |
2016-07-18 | brcmfmac: defer DPC processing during probe | Arend Van Spriel | 1 | -4/+3 |
2016-07-18 | brcmfmac: restore stopping netdev queue when bus clogs up | Arend Van Spriel | 1 | -5/+17 |