summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-18Bluetooth: EFS: parse L2CAP config requestAndrei Emeltchenko1-1/+43
2011-10-18Bluetooth: EWS: fix max_pdu calculationAndrei Emeltchenko1-14/+28
2011-10-18Bluetooth: EWS: remove magic numbers in l2capAndrei Emeltchenko1-20/+26
2011-10-18Bluetooth: EWS: support extended seq numbersAndrei Emeltchenko1-33/+30
2011-10-17Bluetooth: EWS: handling different Control fieldsAndrei Emeltchenko1-44/+51
2011-10-14Bluetooth: EFS: add efs option in L2CAP conf reqAndrei Emeltchenko1-0/+45
2011-10-14Bluetooth: EFS: assign default values in chan addAndrei Emeltchenko1-0/+7
2011-10-13Bluetooth: EWS: recalculate L2CAP header sizeAndrei Emeltchenko1-3/+18
2011-10-13Bluetooth: EWS: rewrite handling POLL (P) bitAndrei Emeltchenko1-7/+7
2011-10-13Bluetooth: EWS: rewrite handling FINAL (F) bitAndrei Emeltchenko1-10/+10
2011-10-13Bluetooth: EWS: rewrite check frame type functionAndrei Emeltchenko1-4/+5
2011-10-13Bluetooth: EWS: rewrite L2CAP ERTM txseq calculationAndrei Emeltchenko1-11/+11
2011-10-13Bluetooth: EWS: rewrite reqseq calculationAndrei Emeltchenko1-21/+21
2011-10-13Bluetooth: EWS: rewrite handling SAR bitsAndrei Emeltchenko1-15/+15
2011-10-13Bluetooth: EWS: rewrite handling Supervisory (S) bitsAndrei Emeltchenko1-19/+22
2011-10-13Bluetooth: EWS: extended window size option supportAndrei Emeltchenko1-3/+48
2011-10-11Bluetooth: convert role_switch variable to flag in l2cap chanAndrei Emeltchenko1-2/+2
2011-10-11Bluetooth: convert force_active variable to flag in l2cap chanAndrei Emeltchenko1-2/+2
2011-10-11Bluetooth: convert force_reliable variable to flag in l2cap chanAndrei Emeltchenko1-1/+1
2011-10-11Bluetooth: convert flushable variable to flag in l2cap chanAndrei Emeltchenko1-1/+2
2011-10-06Bluetooth: EFS: add enable_hs kernel paramAndrei Emeltchenko1-0/+7
2011-09-28Bluetooth: Mark not declared l2cap_core functions as staticSzymon Janc1-6/+6
2011-09-28Bluetooth: Perform L2CAP SDU reassembly without copying dataMat Martineau1-163/+80
2011-09-21Bluetooth: mark l2cap_create_iframe_pdu as staticLuiz Augusto von Dentz1-1/+3
2011-09-21Bluetooth: Move SMP crypto functions to a workqueueVinicius Costa Gomes1-1/+1
2011-09-21Bluetooth: Add support for running SMP without a socketVinicius Costa Gomes1-2/+8
2011-09-21Bluetooth: Add a flag to indicate that SMP is going onVinicius Costa Gomes1-1/+3
2011-08-12Bluetooth: l2cap: Fix lost wakeup waiting for ERTM acksPeter Hurley1-3/+3
2011-07-22Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-4/+5
2011-07-16Bluetooth: Fix crash with incoming L2CAP connectionsIlia Kolomisnky1-2/+4
2011-07-16Bluetooth: Fix regression in L2CAP connection procedureGustavo F. Padovan1-2/+1
2011-07-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville1-148/+68
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+3
2011-07-11Bluetooth: Fixes l2cap "command reject" reply according to specIlia Kolomisnky1-6/+9
2011-07-09Bluetooth: Add support for SMP phase 3 (key distribution)Vinicius Costa Gomes1-0/+1
2011-07-07Bluetooth: Remove L2CAP busy queueMat Martineau1-117/+8
2011-07-07Bluetooth: Use event-driven approach for handling ERTM receive bufferMat Martineau1-15/+26
2011-07-07Bluetooth: Move code for ERTM local busy state to separate functionsMat Martineau1-24/+38
2011-07-01Bluetooth: Check earlier for L2CAP ERTM frames to dropMat Martineau1-3/+3
2011-07-01Bluetooth: Fix bad locking balanceGustavo F. Padovan1-2/+2
2011-07-01Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches1-2/+2
2011-07-01Bluetooth: ERTM timeouts need to be converted to jiffiesMat Martineau1-1/+1
2011-07-01Bluetooth: Fix indentation whitespaceMat Martineau1-6/+6
2011-06-30Bluetooth: Fix regression with incoming L2CAP connectionsGustavo F. Padovan1-1/+2
2011-06-28Bluetooth: Prevent buffer overflow in l2cap config requestDan Rosenberg1-1/+1
2011-06-21Bluetooth: Fix not setting the chan stateVinicius Costa Gomes1-1/+1
2011-06-21Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan1-7/+16
2011-06-20Bluetooth: Remove useless access to the socketVinicius Costa Gomes1-2/+2
2011-06-20Bluetooth: Fix crash when setting a LE socket to readyVinicius Costa Gomes1-2/+2
2011-06-17Bluetooth: Use bit operations on conn_stateGustavo F. Padovan1-87/+74