| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | | * | | | | | | | | | rtlwifi: rtl8192ee: Move driver from staging to the regular tree | Larry Finger | 2014-09-30 | |
| | | * | | | | | | | | | rtlwifi: rtl8188ee: rtl8821ae: Fix a queue locking problem | Larry Finger | 2014-09-30 | |
| | | * | | | | | | | | | mwifiex: add more dump information for PCIe interface | Amitkumar Karwar | 2014-09-30 | |
| | | * | | | | | | | | | mwifiex: error path handling in pcie firmware dump | Amitkumar Karwar | 2014-09-30 | |
| | | * | | | | | | | | | rtlwifi: Fix problems with building an allyesconfig | Larry Finger | 2014-09-26 | |
| | | * | | | | | | | | | rtlwifi: rtl8821ae: Move driver from staging to regular tree | Larry Finger | 2014-09-26 | |
| | | * | | | | | | | | | rtlwifi: rtl8188ee: Update driver to match Realtek release of 06282014 | Larry Finger | 2014-09-26 | |
| | | * | | | | | | | | | rtlwifi: Finish modifying core routines for new drivers | Larry Finger | 2014-09-26 | |
| | | * | | | | | | | | | rtlwifi: Update power-save routines for 062814 driver | Larry Finger | 2014-09-26 | |
| | | * | | | | | | | | | rtlwifi: Modify cam.{c,h} and efuse.{c,h} for new drivers | Larry Finger | 2014-09-26 | |
| | | * | | | | | | | | | rtlwifi: Modify base.{c,h} for new drivers | Larry Finger | 2014-09-26 | |
| | | * | | | | | | | | | rtlwifi: Modify core.c for new drivers | Larry Finger | 2014-09-26 | |
| | | * | | | | | | | | | rtlwifi: rtl_pci: Start modification for new drivers | Larry Finger | 2014-09-26 | |
| | | * | | | | | | | | | rtlwifi: Remove extra workqueue for enter/leave power state | Larry Finger | 2014-09-26 | |
| | | * | | | | | | | | | rtlwifi: btcoexist: Fix Smatch warning | Larry Finger | 2014-09-26 | |
| | | * | | | | | | | | | ath9k: Fix offchannel queuing | Sujith Manoharan | 2014-09-26 | |
| | | * | | | | | | | | | ath9k: Use normal queues for offchannel frames | Sujith Manoharan | 2014-09-26 | |
| | | * | | | | | | | | | ath9k: Fix queue management | Sujith Manoharan | 2014-09-26 | |
| | | * | | | | | | | | | rt2800: correct BBP1_TX_POWER_CTRL mask | Stanislaw Gruszka | 2014-09-26 | |
| | | * | | | | | | | | | wil6210: ethtool ops | Vladimir Kondratiev | 2014-09-26 | |
| | | * | | | | | | | | | rtl818x_pci: add RSSI information for rtl8187SE | andrea.merello | 2014-09-26 | |
| | | * | | | | | | | | | ath9k: Fix p2p address management | Sujith Manoharan | 2014-09-26 | |
| | | * | | | | | | | | | mwifiex: ensure user_scan_in not NULL while setting scan channel gap | Avinash Patil | 2014-09-26 | |
| | | * | | | | | | | | | ath9k: Cache BSS information | Sujith Manoharan | 2014-09-26 | |
| | | * | | | | | | | | | ath5k: Remove AHB bus support | Paul Bolle | 2014-09-26 | |
| | | * | | | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2014-09-26 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||
| | | | * | | | | | | | | | mrf24j40: use pr_* / dev_* instead of printk() | Varka Bhadram | 2014-09-24 | |
| | | | * | | | | | | | | | mrf24j40: remove unnecessary return statement | Varka Bhadram | 2014-09-24 | |
| | | | * | | | | | | | | | mrf24j40: fix Missing a blank line after declarations | Varka Bhadram | 2014-09-24 | |
| | | * | | | | | | | | | | Merge branch 'for-linville' of git://github.com/kvalo/ath | John W. Linville | 2014-09-26 | |
| | | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | | | ||||
| | | | * | | | | | | | | | ath10k: use ether_addr_copy() | Kalle Valo | 2014-09-18 | |
| | | | * | | | | | | | | | ath10k: reformat help text in ath10k_read_simulate_fw_crash() | Kalle Valo | 2014-09-18 | |
| | | | * | | | | | | | | | ath10k: miscellaneous checkpatch fixes | Kalle Valo | 2014-09-18 | |
| | | | * | | | | | | | | | ath10k: else is not generally useful after a break or return | Kalle Valo | 2014-09-18 | |
| | | | * | | | | | | | | | ath10k: don't use return on void functions | Kalle Valo | 2014-09-18 | |
| | | | * | | | | | | | | | ath10k: fix space after a cast style errors | Kalle Valo | 2014-09-18 | |
| | | | * | | | | | | | | | ath10k: fix missing a blank line after declarations | Kalle Valo | 2014-09-18 | |
| | | | * | | | | | | | | | ath10k: fix use of multiple blank lines | Kalle Valo | 2014-09-18 | |
| | | | * | | | | | | | | | ath10k: fix checkpatch warnings about parenthesis alignment | Kalle Valo | 2014-09-18 | |
| | | | * | | | | | | | | | ath10k: fix parenthesis alignment warning in ath10k_htt_rx_alloc() | Kalle Valo | 2014-09-18 | |
| | | | * | | | | | | | | | ath10k: fix debugfs_create_dir() checking | Michal Kazior | 2014-09-11 | |
| | | | * | | | | | | | | | ath10k: support firmware crash-by-assert | Ben Greear | 2014-09-11 | |
| | | | * | | | | | | | | | ath10k: add testmode | Kalle Valo | 2014-09-11 | |
| | | | * | | | | | | | | | ath10k: make ath10k_wmi_cmd_send() public | Kalle Valo | 2014-09-11 | |
| | | | * | | | | | | | | | ath10k: ATH10K_DEBUGFS depends on DEBUG_FS | Matteo Croce | 2014-09-10 | |
| | | | * | | | | | | | | | ath10k: use proper service bitmap size | Michal Kazior | 2014-09-10 | |
| | | | * | | | | | | | | | ath10k: move fw_crash_dump allocation | Michal Kazior | 2014-09-10 | |
| | | | * | | | | | | | | | ath10k: don't access tx_info while overwriting it | Michal Kazior | 2014-09-02 | |
| | | | * | | | | | | | | | ath10k: add device/driver strings to tracepoints | Michal Kazior | 2014-09-02 | |
| | | | * | | | | | | | | | ath10k: remove diag_*_access functions | Michal Kazior | 2014-09-02 | |
