aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2011-11-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar David S. Miller 2-9/+9
2011-11-07Bluetooth: Use miliseconds for L2CAP channel timeoutsGravatar Andrzej Kaczmarek 1-8/+8
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-5/+8
2011-11-07Bluetooth: Revert: Fix L2CAP connection establishmentGravatar Arek Lichwa 1-1/+1
2011-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gravatar John W. Linville 3-5/+8
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 1-0/+1
2011-10-31net: Fix files explicitly needing to include module.hGravatar Paul Gortmaker 2-0/+2
2011-10-31Bluetooth: Set HCI_MGMT flag only in read_controller_infoGravatar Johan Hedberg 1-2/+0
2011-10-31Bluetooth: Increase HCI reset timeout in hci_dev_do_closeGravatar Szymon Janc 1-1/+1
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-1/+11
2011-10-18bluetooth: Properly clone LSM attributes to newly created child connectionsGravatar Paul Moore 3-1/+11
2011-10-14Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfmGravatar Szymon Janc 1-2/+7
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...Gravatar John W. Linville 8-192/+152
2011-09-30Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...Gravatar John W. Linville 9-276/+473
2011-09-29Bluetooth: hci_le_adv_report_evt code refactoringGravatar Andre Guedes 1-8/+6
2011-09-29Bluetooth: Fix possible NULL pointer dereferenceGravatar Waldemar Rymarkiewicz 1-1/+5
2011-09-27Bluetooth: Mark not declared l2cap_core functions as staticGravatar Szymon Janc 1-6/+6
2011-09-27Bluetooth: use recommended LE connection parametersGravatar Anderson Lizardo 1-7/+7
2011-09-27Bluetooth: Perform L2CAP SDU reassembly without copying dataGravatar Mat Martineau 1-163/+80
2011-09-27Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg()Gravatar Mat Martineau 1-2/+28
2011-09-27Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMGravatar Mat Martineau 4-5/+20
2011-09-22Merge branch 'master' of github.com:davem330/netGravatar David S. Miller 14-95/+102
2011-09-21Bluetooth: mark l2cap_create_iframe_pdu as staticGravatar Luiz Augusto von Dentz 1-1/+3
2011-09-21Bluetooth: Check 'dev_class' in mgmt_device_found()Gravatar Andre Guedes 1-1/+3
2011-09-21Bluetooth: Reduce critical region.Gravatar Andre Guedes 1-4/+3
2011-09-21Bluetooth: Fix wrong memcpy size on LE start encryptionGravatar Anderson Briglia 1-1/+1
2011-09-21Bluetooth: Remove support for other SMP keys than the LTKGravatar Vinicius Costa Gomes 1-1/+1
2011-09-21Bluetooth: Fix not setting a pending security levelGravatar Vinicius Costa Gomes 1-0/+2
2011-09-21Revert "Bluetooth: Add support for communicating keys with userspace"Gravatar Vinicius Costa Gomes 1-45/+15
2011-09-21Bluetooth: Use the LTK after receiving a LE Security RequestGravatar Vinicius Costa Gomes 1-18/+28
2011-09-21Bluetooth: Fix sending wrong authentication requirementsGravatar Vinicius Costa Gomes 1-17/+2
2011-09-21Bluetooth: Add mgmt events for blacklistingGravatar Antti Julku 3-34/+80
2011-09-21Bluetooth: Use the MEDIUM security level for pairingsGravatar Vinicius Costa Gomes 1-5/+3
2011-09-21Bluetooth: Require authentication if MITM protection is requestedGravatar Vinicius Costa Gomes 1-2/+3
2011-09-21Bluetooth: Move SMP crypto functions to a workqueueGravatar Vinicius Costa Gomes 2-102/+177
2011-09-21Bluetooth: Move SMP fields to a separate structureGravatar Vinicius Costa Gomes 2-62/+54
2011-09-21Bluetooth: hidp: Add support for NO_INIT_REPORTS quirkGravatar David Herrmann 1-0/+3
2011-09-21Bluetooth: Add LE link type for debugfs outputGravatar Peter Hurley 1-0/+2
2011-09-21Bluetooth: Add mgmt command for fast connectable modeGravatar Antti Julku 1-0/+60
2011-09-21Bluetooth: Add link_type information to the mgmt Connected eventGravatar Vinicius Costa Gomes 2-3/+4
2011-09-21Bluetooth: Add support for running SMP without a socketGravatar Vinicius Costa Gomes 1-2/+8
2011-09-21Bluetooth: Add support for pairing via mgmt over LEGravatar Vinicius Costa Gomes 1-2/+13
2011-09-21Bluetooth: Add a flag to indicate that SMP is going onGravatar Vinicius Costa Gomes 2-11/+37
2011-09-21Bluetooth: Reset the security timer when a command is queuedGravatar Vinicius Costa Gomes 1-12/+3
2011-09-21Bluetooth: make use of connection number to optimize the schedulerGravatar Luiz Augusto von Dentz 1-0/+15
2011-09-15Bluetooth: Fix timeout on scanning for the second timeGravatar Oliver Neukum 1-9/+8
2011-08-17net: remove use of ndo_set_multicast_list in driversGravatar Jiri Pirko 1-1/+1
2011-08-11Bluetooth: cmtp: Fix session cleanup on failed conn addGravatar Peter Hurley 1-5/+6
2011-08-11Bluetooth: hidp: Don't release device ref if never heldGravatar Peter Hurley 1-1/+0
2011-08-11Bluetooth: hidp: Only free input device if failed registerGravatar Peter Hurley 1-1/+2