| Commit message (Expand) | Author | Age |
* | rt2x00: Revise irqmask locking for PCI devices | Helmut Schaa | 2011-03-04 |
* | rt2x00: Remove now unused crypto.aid field | Helmut Schaa | 2011-03-04 |
* | rt2x00: Fix rt2800 key assignment in multi bssid setups | Helmut Schaa | 2011-03-04 |
* | rt2x00: Use an enum instead of u16 for the rate_mode TX descriptor field | Helmut Schaa | 2011-03-04 |
* | rt2x00: Don't call ieee80211_get_tx_rate for MCS rates | Helmut Schaa | 2011-03-04 |
* | rt2x00: Move TX descriptor field "ifs" into plcp substruct | Helmut Schaa | 2011-03-04 |
* | rt2x00: Optimize TX descriptor memory layout | Ivo van Doorn | 2011-03-04 |
* | rt2x00: Optimize TX descriptor handling | Helmut Schaa | 2011-03-04 |
* | rt2x00: Generate sw sequence numbers only for devices that need it | Helmut Schaa | 2011-03-04 |
* | rt2x00: Use unlikely for unexpected error condition in rt2x00_mac_tx | Helmut Schaa | 2011-03-04 |
* | rt2x00: Add unlikely macro to special case tx status handling | Helmut Schaa | 2011-03-04 |
* | rt2x00: Remove useless NULL check | Helmut Schaa | 2011-03-04 |
* | rt2x00: Make use of unlikely during tx status processing | Helmut Schaa | 2011-03-04 |
* | rt2x00: Optimize calls to rt2x00queue_get_queue | Helmut Schaa | 2011-03-04 |
* | rt2x00: fix whitespace damage in the rt2800 specific code | Gabor Juhos | 2011-03-04 |
* | b43: N-PHY: rev3+: implement gain ctl workarounds | Rafał Miłecki | 2011-03-04 |
* | b43: N-PHY: rev3+: add tables with gain ctl workarounds | Rafał Miłecki | 2011-03-04 |
* | b43: N-PHY: rev3+: correct switching analog core | Rafał Miłecki | 2011-03-04 |
* | lib-average: Make config option selectable | Michael Buesch | 2011-03-04 |
* | ath9k_hw: Read noise floor only for available chains for AR9003 | Vasanthakumar Thiagarajan | 2011-03-04 |
* | ath9k: Add a debugfs interface to dump chip registers | Vasanthakumar Thiagarajan | 2011-03-04 |
* | rtl8187: Change rate-control feedback | Larry Finger | 2011-03-04 |
* | rtlwifi: usb parts should depend on CONFIG_USB | John W. Linville | 2011-03-04 |
* | Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel... | John W. Linville | 2011-03-04 |
|\ |
|
| * | iwlagn: report correct temperature for WiFi/BT devices. | Fry, Donald H | 2011-03-03 |
* | | Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2011-03-04 |
|\ \ |
|
| * | | wl12xx: Correctly set up protection if non-GF STAs are present | Helmut Schaa | 2011-03-03 |
| * | | wl12xx: wakeup chip from ELP during scan | Arik Nemtsov | 2011-03-03 |
| * | | wl12xx: Modify requested number of memory blocks | Ido Yariv | 2011-03-03 |
| * | | wl12xx: Avoid redundant TX work | Ido Yariv | 2011-03-03 |
| * | | wl12xx: Switch to level trigger interrupts | Ido Yariv | 2011-03-03 |
| * | | wl12xx: Switch to a threaded interrupt handler | Ido Yariv | 2011-03-03 |
| * | | wl12xx: Change claiming of the SDIO bus | Ido Yariv | 2011-03-03 |
| * | | wl12xx: Do end-of-transactions transfers only if needed | Ido Yariv | 2011-03-03 |
| * | | wl12xx: Reorder data handling in irq_work | Ido Yariv | 2011-03-03 |
| * | | wl12xx: Remove private headers in wl1271_tx_reset | Ido Yariv | 2011-03-03 |
| * | | wl12xx: Don't rely on runtime PM for toggling power | Ido Yariv | 2011-03-03 |
| * | | wl12xx: fix the path to the wl12xx firmwares | Sebastien Jan | 2011-03-03 |
| |/ |
|
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 2011-03-04 |
|\ \
| |/
|/| |
|
| * | Bluetooth: Fix some small code style issues in mgmt.c | Szymon Janc | 2011-03-01 |
| * | Bluetooth: Use variable name instead of type in sizeof() | Szymon Janc | 2011-03-01 |
| * | Bluetooth: Remove unused code from get_connections | Szymon Janc | 2011-03-01 |
| * | Bluetooth: Log all parameters in cmd_status for easier debugging | Szymon Janc | 2011-03-01 |
| * | Bluetooth: Fix possible NULL pointer dereference in cmd_complete | Szymon Janc | 2011-03-01 |
| * | Bluetooth: Use ERR_PTR as return error from hci_connect | Ville Tervo | 2011-02-27 |
| * | Bluetooth: Validate data size before accessing mgmt commands | Szymon Janc | 2011-02-27 |
| * | Bluetooth: Move index to common header in management interface | Szymon Janc | 2011-02-27 |
| * | Bluetooth: Use proper command structure in remove_uuid | Szymon Janc | 2011-02-27 |
| * | Bluetooth: Remove duplicated BT_INFO() from L2CAP | Gustavo F. Padovan | 2011-02-25 |
| * | Bluetooth: remove unnecessary call to hci_sock_cleanup | Anand Gadiyar | 2011-02-25 |