summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | iwlagn: use kcalloc when possible for array allocationEmmanuel Grumbach2011-09-274-16/+19
* | iwlagn: update rate scaling with BA notificationsEmmanuel Grumbach2011-09-271-4/+9
* | iwlagn: add debugging to show probe related info in scan notificationWey-Yi Guy2011-09-271-0/+2
* | iwlagn: set the sequence control from the transport layerEmmanuel Grumbach2011-09-272-3/+3
* | MAINTAINERS: update iwlwifiWey-Yi Guy2011-09-271-1/+1
* | iwlagn: sparse warning priv->temperature is signedEmmanuel Grumbach2011-09-271-1/+16
* | iwlagn: remove warning in iwl_rx_handleEmmanuel Grumbach2011-09-271-3/+6
* | ath9k: fix a regression in ath9k_ps_restoreFelix Fietkau2011-09-271-1/+1
* | NFC: protect nci_data_exchange transactionsIlan Elias2011-09-274-2/+13
* | NFC: implicitly deactivate in nci_start_pollIlan Elias2011-09-271-1/+6
* | NFC: improve readability of an 'if' in nci core.cIlan Elias2011-09-271-18/+14Star
* | mwifiex: reset skb length before inserting to free queueAmitkumar Karwar2011-09-271-0/+3
* | mwifiex: pass correct band parameter to ieee80211_channel_to_frequency()Amitkumar Karwar2011-09-272-3/+6
* | mwifiex: update bss band informationAmitkumar Karwar2011-09-274-12/+25
* | mwifiex: fix 5GHz association issueAmitkumar Karwar2011-09-271-1/+2
* | b43: LCN-PHY: minor clean upsRafał Miłecki2011-09-272-5/+22
* | b43: update dummy transmissionRafał Miłecki2011-09-271-4/+7
* | b43: add missing MMIO definesRafał Miłecki2011-09-272-18/+60
* | libertas: scan behaviour consistency improvementsDaniel Drake2011-09-272-17/+17
* | cfg80211: Validate cipher suite against supported ciphersJouni Malinen2011-09-273-18/+15Star
* | cfg80211: Remove strict validation of AKM suitesJouni Malinen2011-09-271-11/+1Star
* | mac80211: add ieee80211_vif param to tsf functionsEliad Peller2011-09-2727-112/+137
* | ath9k: add Block ACK bitmap in sample debugMohammed Shafi Shajakhan2011-09-272-6/+20
* | Merge branch 'for-linville' of git://github.com/lucacoelho/wl12xxJohn W. Linville2011-09-2711-106/+274
|\ \
| * | wl12xx: report the stop_ba event to all STAs in AP-modeArik Nemtsov2011-09-231-1/+1
| * | wl12xx: correct fw_status structure for 8 sta support in AP-modeArik Nemtsov2011-09-232-2/+4
| * | wl12xx: implement set_bitrate_mask callbackEliad Peller2011-09-237-65/+102
| * | wl12xx: AP mode - support hidden SSIDArik Nemtsov2011-09-232-17/+82
| * | wl12xx: Use dev_hlid for auth and assoc reqEliad Peller2011-09-231-6/+9
| * | wl12xx: send all pending packets on channel changeEliad Peller2011-09-231-0/+2
| * | wl12xx: remove P2P ie from probe responseEliad Peller2011-09-231-0/+28
| * | wl12xx: remove TIM ie from probe responseEliad Peller2011-09-231-0/+17
| * | wl12xx: Include OFDM rates in IBSS modeShahar Levi2011-09-232-5/+3Star
| * | wl12xx: fix sdio_test module functionalityShahar Levi2011-09-232-6/+15
| * | wl12xx: fix forced passive scansLuciano Coelho2011-09-221-6/+13
* | | Merge branch 'master' of git://github.com/padovan/bluetooth-nextJohn W. Linville2011-09-2714-287/+538
|\ \ \ | |/ / |/| |
| * | Bluetooth: mark l2cap_create_iframe_pdu as staticLuiz Augusto von Dentz2011-09-211-1/+3
| * | Bluetooth: Check 'dev_class' in mgmt_device_found()Andre Guedes2011-09-211-1/+3
| * | Bluetooth: Reduce critical region.Andre Guedes2011-09-211-4/+3Star
| * | Bluetooth: Fix wrong memcpy size on LE start encryptionAnderson Briglia2011-09-211-1/+1
| * | Bluetooth: Remove support for other SMP keys than the LTKVinicius Costa Gomes2011-09-211-1/+1
| * | Bluetooth: Fix not setting a pending security levelVinicius Costa Gomes2011-09-211-0/+2
| * | Revert "Bluetooth: Add support for communicating keys with userspace"Vinicius Costa Gomes2011-09-211-45/+15Star
| * | Bluetooth: Use the LTK after receiving a LE Security RequestVinicius Costa Gomes2011-09-211-18/+28
| * | Bluetooth: Fix sending wrong authentication requirementsVinicius Costa Gomes2011-09-211-17/+2Star
| * | Bluetooth: Add mgmt events for blacklistingAntti Julku2011-09-215-34/+92
| * | Bluetooth: Use the MEDIUM security level for pairingsVinicius Costa Gomes2011-09-211-5/+3Star
| * | Bluetooth: Require authentication if MITM protection is requestedVinicius Costa Gomes2011-09-211-2/+3
| * | Bluetooth: Move SMP crypto functions to a workqueueVinicius Costa Gomes2011-09-213-103/+185
| * | Bluetooth: Move SMP fields to a separate structureVinicius Costa Gomes2011-09-215-71/+65Star