aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-17mac80211: Start monitor work on restartPaul Stewart1-0/+1
2011-06-16Bluetooth: Use bit operations on conn_stateGustavo F. Padovan1-87/+74
2011-06-16Bluetooth: use bit operation on conf_stateGustavo F. Padovan2-44/+37
2011-06-16Bluetooth: Add blacklisting support for mgmt interfaceAntti Julku1-0/+70
2011-06-16Bluetooth: Move blacklisting functions to hci_coreAntti Julku2-64/+85
2011-06-15Bluetooth: Fix L2CAP connection establishmentIlia Kolomisnky1-1/+1
2011-06-14Bluetooth: Add key size checks for SMPVinicius Costa Gomes1-13/+41
2011-06-14Bluetooth: Add support for SMP timeoutVinicius Costa Gomes2-30/+58
2011-06-14Bluetooth: Fix accepting connect requests for defer_setupJohan Hedberg1-6/+15
2011-06-13Bluetooth: fix missing parameter for HCI_OP_DISCONNECTAnderson Lizardo1-1/+1
2011-06-13Bluetooth: Add support for Pairing features exchangeVinicius Costa Gomes2-53/+54
2011-06-13Bluetooth: Add support for building pairing commandsVinicius Costa Gomes1-0/+11
2011-06-13Bluetooth: Fix initial security level of LE linksVinicius Costa Gomes2-0/+2
2011-06-13Bluetooth: Add support for resuming socket when SMP is finishedVinicius Costa Gomes3-42/+75
2011-06-13Bluetooth: Remove debug statementsVinicius Costa Gomes1-5/+1
2011-06-13Bluetooth: Add support for LE Start EncryptionVinicius Costa Gomes3-4/+128
2011-06-13Bluetooth: Add SMP confirmation checks methodsAnderson Briglia1-14/+83
2011-06-13Bluetooth: Add SMP confirmation structsAnderson Briglia1-0/+17
2011-06-13Bluetooth: Add LE SMP Cryptoolbox functionsAnderson Briglia1-0/+117
2011-06-13Bluetooth: Add support for using the crypto subsystemVinicius Costa Gomes3-4/+48
2011-06-13Bluetooth: Add simple SMP pairing negotiationAnderson Briglia1-5/+102
2011-06-13Bluetooth: Start SMP procedureAnderson Briglia1-0/+9
2011-06-13Bluetooth: Implement the first SMP commandsAnderson Briglia2-1/+147
2011-06-13Bluetooth: Don't forget to check for LE_LINKGustavo F. Padovan1-1/+1
2011-06-13Bluetooth: keep reference if any ERTM timer is enabledGustavo F. Padovan1-22/+22
2011-06-13Bluetooth: Make timer functions genericGustavo F. Padovan1-29/+29
2011-06-13Bluetooth: Add refcnt to struct l2cap_chanGustavo F. Padovan1-9/+21
2011-06-13Bluetooth: Add state tracking to struct l2cap_chanGustavo F. Padovan2-54/+71
2011-06-13Bluetooth: add close() callback to l2cap_chan_opsGustavo F. Padovan2-9/+18
2011-06-13Bluetooth: add recv() callback to l2cap_chan_opsGustavo F. Padovan2-8/+16
2011-06-13Bluetooth: Add l2cap_chan_ops abstractionGustavo F. Padovan2-12/+34
2011-06-13Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc()Gustavo F. Padovan2-24/+12
2011-06-13Bluetooth: Fix L2CAP security checkLuiz Augusto von Dentz1-2/+2
2011-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6John W. Linville4-9/+24
2011-06-10networking: fix warning about unused label wake_upVincent Zweije1-0/+2
2011-06-10cfg80211: Ignore downstream DEAUTH for authtry_bssesPaul Stewart1-1/+3
2011-06-10mac80211: add ieee80211_get_operstate() functionEliad Peller1-0/+7
2011-06-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville3-13/+8
2011-06-10Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devicesVille Tervo1-8/+10
2011-06-10Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz1-1/+12
2011-06-09Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan4-10/+26
2011-06-09Bluetooth: Kill set but unused variable 'cmd' in cmtp_recv_capimsg()David Miller1-2/+1
2011-06-09Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devicesVille Tervo1-8/+10
2011-06-09Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace.Filip Palian2-0/+2
2011-06-09Bluetooth: fix shutdown on SCO socketsLuiz Augusto von Dentz1-1/+12
2011-06-09Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warningStephen Boyd1-1/+2
2011-06-08Bluetooth: Fix check for the ERTM local busy stateMat Martineau1-1/+1
2011-06-08Bluetooth: Restore accidentally-deleted lineMat Martineau1-0/+1
2011-06-08Bluetooth: Simplify hci_conn_accept_secure checkWaldemar Rymarkiewicz1-3/+1
2011-06-08Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh4-5/+49