summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville16-270/+690
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville17-44/+88
2011-07-11Bluetooth: Fixes l2cap "command reject" reply according to specIlia Kolomisnky2-7/+27
2011-07-08Bluetooth: Add support for returning the encryption key sizeVinicius Costa Gomes2-0/+5
2011-07-08Bluetooth: Add support for storing the key sizeVinicius Costa Gomes5-9/+16
2011-07-08Bluetooth: Add support for communicating keys with userspaceVinicius Costa Gomes1-15/+45
2011-07-08Bluetooth: Remove unused field in hci_connVinicius Costa Gomes2-3/+0
2011-07-08Bluetooth: Use the stored LTK for restabilishing securityVinicius Costa Gomes1-0/+12
2011-07-08Bluetooth: Use the link key list to temporarily store the STKVinicius Costa Gomes1-8/+15
2011-07-08Bluetooth: Add support for storing the LTKVinicius Costa Gomes1-6/+14
2011-07-08Bluetooth: Fix SM pairing parameters negotiationVinicius Costa Gomes1-10/+30
2011-07-08Bluetooth: Reject an encryption request when the key isn't foundVinicius Costa Gomes1-2/+16
2011-07-08Bluetooth: Add functions to manipulate the link key list for SMPVinicius Costa Gomes2-0/+78
2011-07-08Bluetooth: Add new structures for supporting SM key distributionVinicius Costa Gomes3-0/+22
2011-07-08Bluetooth: Add support for SMP phase 3 (key distribution)Vinicius Costa Gomes3-2/+114
2011-07-08ath9k_htc: Inform stack about tx ack statusRajkumar Manoharan1-0/+1
2011-07-08ath9k_hw: Remove read-only registers from AR9003 intervalsRajkumar Manoharan1-3/+1
2011-07-08ath9k_hw: Disable power detector calibration for AR9003Rajkumar Manoharan1-2/+2
2011-07-08ath9k_hw: Update AR9003 interval to improve 5G Tx EVMRajkumar Manoharan1-1/+1
2011-07-08cfg80211: return -ENOENT when stopping sched_scan while not runningLuciano Coelho2-2/+3
2011-07-08ath9k_hw: Disable PAPRD based on paprd_ht20_mask for 5GHzMohammed Shafi Shajakhan2-0/+32
2011-07-08mwifiex: 4-byte alignment in mwifiex_process_sta_txpd()Yogesh Ashok Powar2-5/+12
2011-07-08mwifiex: fix minor issue in debugfs command 'info'Amitkumar Karwar1-1/+1
2011-07-08mwifiex: fix regression in WEP security modeAmitkumar Karwar1-1/+1
2011-07-08ath5k: read sc->imask with sc->irqlock heldPavel Roskin1-1/+2
2011-07-08ath5k: use kstrtoint() to parse numbers coming from sysfsPavel Roskin1-2/+4
2011-07-08ath5k: fix formatting errors found by checkpatch.plPavel Roskin15-180/+182
2011-07-08ath5k: fix misplaced or extraneous braces found by checkpatch.plPavel Roskin4-16/+14
2011-07-08ath5k: use parentheses around macro definitionsPavel Roskin2-7/+8
2011-07-08ath5k: don't use volatile, it's not neededPavel Roskin1-1/+1
2011-07-08ath5k: use more readable way to clear MAC addressPavel Roskin1-1/+2
2011-07-08ath5k: use DEFINE_PCI_DEVICE_TABLE in led.c, mark users with __devinitPavel Roskin2-4/+4
2011-07-08ath5k: use KERN_WARNING in ATH5K_PRINTFPavel Roskin1-1/+2
2011-07-08ath5k: remove unneeded parentheses after returnPavel Roskin2-2/+2
2011-07-08ath5k: replace spaces with tabs as suggested by checkpatch.plPavel Roskin10-94/+94
2011-07-08ath5k: remove PRIV_ENTRY and PRIV_ASSIGN macros, they obfuscate the codePavel Roskin1-9/+6
2011-07-08carl9170: Implement tx_frames_pending mac80211 callback functionChristian Lamparter1-0/+8
2011-07-08net/b43: don't return IRQ_HANDLED if nothing was doneSebastian Andrzej Siewior1-1/+1
2011-07-08b43: HT-PHY: define dummy TX power functionsRafał Miłecki1-2/+10
2011-07-08mac80211: Restart STA timers only on associated stateRajkumar Manoharan1-0/+3
2011-07-08ath9k_htc: do not configure filter before driver is startedRajkumar Manoharan1-2/+7
2011-07-08b43: LCN-PHY: include new PHY in common codeRafał Miłecki2-0/+9
2011-07-08b43: define firmwares for HT and LCN PHYsRafał Miłecki1-0/+40
2011-07-08mac80211: allow driver to generate P1K for IV32Johannes Berg2-8/+25
2011-07-08mac80211: allow drivers to access key sequence counterJohannes Berg3-2/+137
2011-07-08mac80211: simplify RX PN/IV handlingJohannes Berg5-20/+44
2011-07-08b43: LCN-PHY add place for new PHY supportRafał Miłecki7-0/+125
2011-07-08mac80211: use AES_BLOCK_SIZEJohannes Berg5-29/+25
2011-07-08b43: read radio ID on new coresRafał Miłecki1-1/+13
2011-07-08b43: use radio ID reading code to older cores onlyRafał Miłecki1-15/+23