aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-01cfg80211: off by one in nl80211_trigger_scan()Dan Carpenter1-1/+1
2011-07-26wireless: fix a typo in ignore_reg_updateMihai Moldovan1-1/+1
2011-07-26cfg80211: really ignore the regulatory requestSven Neumann1-2/+3
2011-07-20cfg80211: fix scan crash on single-band cardsJohannes Berg3-2/+8
2011-07-20mac80211: check sta_info_get() return valueEliad Peller1-1/+9
2011-07-20cfg80211: enter psm when working as p2p_cliEliad Peller1-1/+2
2011-07-20mac80211: sync driver before TXJohannes Berg5-3/+122
2011-07-19mac80211: implement scan supported ratesJohannes Berg5-15/+15
2011-07-19cfg80211: allow userspace to control supported rates in scanJohannes Berg4-19/+73
2011-07-18mac80211: reconfigure tx on device reconfigurationEliad Peller4-1/+12
2011-07-15mac80211: be more careful in suspend/resumeJohannes Berg2-26/+31
2011-07-15mac80211: let key iteration get keys in install orderJohannes Berg1-1/+1
2011-07-15mac80211: allow driver access to TKIP RX P1KJohannes Berg1-0/+11
2011-07-15nl80211/cfg80211: add max_sched_scan_ie_len in the hw descriptionLuciano Coelho1-1/+3
2011-07-15nl80211/cfg80211: add max_sched_scan_ssids in the hw descriptionLuciano Coelho1-1/+3
2011-07-15nl80211: advertise GTK rekey support, new triggersJohannes Berg2-0/+53
2011-07-13mac80211: allow driver to disconnect after resumeJohannes Berg6-6/+63
2011-07-13mac80211: remove a redundant checkMohammed Shafi Shajakhan1-2/+1
2011-07-11mac80211: allocate only one RX queueJohannes Berg1-2/+2
2011-07-11mac80211: add driver RSSI threshold eventsMeenakshi Venkataraman5-0/+125
2011-07-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6John W. Linville8-257/+599
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville9-24/+54
2011-07-11Bluetooth: Fixes l2cap "command reject" reply according to specIlia Kolomisnky1-6/+9
2011-07-08Bluetooth: Add support for returning the encryption key sizeVinicius Costa Gomes1-0/+4
2011-07-08Bluetooth: Add support for storing the key sizeVinicius Costa Gomes4-8/+14
2011-07-08Bluetooth: Add support for communicating keys with userspaceVinicius Costa Gomes1-15/+45
2011-07-08Bluetooth: Remove unused field in hci_connVinicius Costa Gomes1-2/+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 Gomes1-0/+73
2011-07-08Bluetooth: Add support for SMP phase 3 (key distribution)Vinicius Costa Gomes2-2/+113
2011-07-08cfg80211: return -ENOENT when stopping sched_scan while not runningLuciano Coelho1-1/+1
2011-07-08mac80211: Restart STA timers only on associated stateRajkumar Manoharan1-0/+3
2011-07-08mac80211: allow driver to generate P1K for IV32Johannes Berg1-6/+3
2011-07-08mac80211: allow drivers to access key sequence counterJohannes Berg2-2/+77
2011-07-08mac80211: simplify RX PN/IV handlingJohannes Berg5-20/+44
2011-07-08mac80211: use AES_BLOCK_SIZEJohannes Berg5-29/+25
2011-07-08mac80211: fix CMAC racesJohannes Berg6-32/+33
2011-07-08mac80211: fix CCMP racesJohannes Berg4-25/+32
2011-07-08mac80211: fix TKIP races, make API easier to useJohannes Berg5-61/+78
2011-07-07Bluetooth: Remove L2CAP busy queueMat Martineau1-117/+8
2011-07-07Bluetooth: Use event-driven approach for handling ERTM receive bufferMat Martineau2-19/+87
2011-07-07Bluetooth: Move code for ERTM local busy state to separate functionsMat Martineau1-24/+38
2011-07-07Bluetooth: Fix potential deadlock in mgmtAndre Guedes1-44/+44
2011-07-07Bluetooth: Fix potential deadlock in hci_coreAndre Guedes1-4/+4
2011-07-07mac80211: fix TKIP replay vulnerabilityJohannes Berg1-3/+13
2011-07-07mac80211: fix ie memory allocation for scheduled scansLuciano Coelho1-1/+2