aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)Author
2011-12-18Bluetooth: Prevent uninitialized data access in L2CAP configurationMat Martineau
2011-11-07Bluetooth: Use miliseconds for L2CAP channel timeoutsAndrzej Kaczmarek
2011-09-27Bluetooth: Mark not declared l2cap_core functions as staticSzymon Janc
2011-09-27Bluetooth: Perform L2CAP SDU reassembly without copying dataMat Martineau
2011-09-21Bluetooth: mark l2cap_create_iframe_pdu as staticLuiz Augusto von Dentz
2011-09-21Bluetooth: Move SMP crypto functions to a workqueueVinicius Costa Gomes
2011-09-21Bluetooth: Add support for running SMP without a socketVinicius Costa Gomes
2011-09-21Bluetooth: Add a flag to indicate that SMP is going onVinicius Costa Gomes
2011-08-11Bluetooth: l2cap: Fix lost wakeup waiting for ERTM acksPeter Hurley
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-07-16Bluetooth: Fix crash with incoming L2CAP connectionsIlia Kolomisnky
2011-07-16Bluetooth: Fix regression in L2CAP connection procedureGustavo F. Padovan
2011-07-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-07-11Bluetooth: Fixes l2cap "command reject" reply according to specIlia Kolomisnky
2011-07-08Bluetooth: Add support for SMP phase 3 (key distribution)Vinicius Costa Gomes
2011-07-07Bluetooth: Remove L2CAP busy queueMat Martineau
2011-07-07Bluetooth: Use event-driven approach for handling ERTM receive bufferMat Martineau
2011-07-07Bluetooth: Move code for ERTM local busy state to separate functionsMat Martineau
2011-07-01Bluetooth: Check earlier for L2CAP ERTM frames to dropMat Martineau
2011-07-01Bluetooth: Fix bad locking balanceGustavo F. Padovan
2011-06-30Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches
2011-06-30Bluetooth: ERTM timeouts need to be converted to jiffiesMat Martineau
2011-06-30Bluetooth: Fix indentation whitespaceMat Martineau
2011-06-30Bluetooth: Fix regression with incoming L2CAP connectionsGustavo F. Padovan
2011-06-28Bluetooth: Prevent buffer overflow in l2cap config requestDan Rosenberg
2011-06-21Bluetooth: Fix not setting the chan stateVinicius Costa Gomes
2011-06-21Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan
2011-06-20Bluetooth: Remove useless access to the socketVinicius Costa Gomes
2011-06-20Bluetooth: Fix crash when setting a LE socket to readyVinicius Costa Gomes
2011-06-16Bluetooth: Use bit operations on conn_stateGustavo F. Padovan
2011-06-16Bluetooth: use bit operation on conf_stateGustavo F. Padovan
2011-06-14Bluetooth: Add support for SMP timeoutVinicius Costa Gomes
2011-06-14Bluetooth: Fix accepting connect requests for defer_setupJohan Hedberg
2011-06-13Bluetooth: Add support for resuming socket when SMP is finishedVinicius Costa Gomes
2011-06-13Bluetooth: Start SMP procedureAnderson Briglia
2011-06-13Bluetooth: Don't forget to check for LE_LINKGustavo F. Padovan
2011-06-13Bluetooth: keep reference if any ERTM timer is enabledGustavo F. Padovan
2011-06-13Bluetooth: Make timer functions genericGustavo F. Padovan
2011-06-13Bluetooth: Add refcnt to struct l2cap_chanGustavo F. Padovan
2011-06-13Bluetooth: Add state tracking to struct l2cap_chanGustavo F. Padovan
2011-06-13Bluetooth: add close() callback to l2cap_chan_opsGustavo F. Padovan
2011-06-13Bluetooth: add recv() callback to l2cap_chan_opsGustavo F. Padovan
2011-06-13Bluetooth: Add l2cap_chan_ops abstractionGustavo F. Padovan
2011-06-13Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc()Gustavo F. Padovan
2011-06-08Bluetooth: Fix check for the ERTM local busy stateMat Martineau
2011-06-08Bluetooth: Restore accidentally-deleted lineMat Martineau
2011-06-08Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh
2011-06-08Bluetooth: fix sparse & gcc warningsJohannes Berg
2011-06-08Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()Gustavo F. Padovan