summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)Author
2011-11-07Bluetooth: set skbuffer priority based on L2CAP socket priorityLuiz Augusto von Dentz
2011-11-07Bluetooth: correct debug outputAndrei Emeltchenko
2011-11-07Bluetooth: remove magic offset and sizeAndrei Emeltchenko
2011-11-07Bluetooth: small styles clean ups to l2cap_core.cGustavo F. Padovan
2011-11-07Bluetooth: EFS: implement L2CAP config pending stateAndrei Emeltchenko
2011-11-07Bluetooth: Use miliseconds for L2CAP channel timeoutsAndrzej Kaczmarek
2011-10-17Bluetooth: EFS: parse L2CAP config requestAndrei Emeltchenko
2011-10-17Bluetooth: EWS: fix max_pdu calculationAndrei Emeltchenko
2011-10-17Bluetooth: EWS: remove magic numbers in l2capAndrei Emeltchenko
2011-10-17Bluetooth: EWS: support extended seq numbersAndrei Emeltchenko
2011-10-17Bluetooth: EWS: handling different Control fieldsAndrei Emeltchenko
2011-10-13Bluetooth: EFS: add efs option in L2CAP conf reqAndrei Emeltchenko
2011-10-13Bluetooth: EFS: assign default values in chan addAndrei Emeltchenko
2011-10-13Bluetooth: EWS: recalculate L2CAP header sizeAndrei Emeltchenko
2011-10-13Bluetooth: EWS: rewrite handling POLL (P) bitAndrei Emeltchenko
2011-10-13Bluetooth: EWS: rewrite handling FINAL (F) bitAndrei Emeltchenko
2011-10-13Bluetooth: EWS: rewrite check frame type functionAndrei Emeltchenko
2011-10-13Bluetooth: EWS: rewrite L2CAP ERTM txseq calculationAndrei Emeltchenko
2011-10-13Bluetooth: EWS: rewrite reqseq calculationAndrei Emeltchenko
2011-10-13Bluetooth: EWS: rewrite handling SAR bitsAndrei Emeltchenko
2011-10-13Bluetooth: EWS: rewrite handling Supervisory (S) bitsAndrei Emeltchenko
2011-10-13Bluetooth: EWS: extended window size option supportAndrei Emeltchenko
2011-10-11Bluetooth: convert role_switch variable to flag in l2cap chanAndrei Emeltchenko
2011-10-11Bluetooth: convert force_active variable to flag in l2cap chanAndrei Emeltchenko
2011-10-11Bluetooth: convert force_reliable variable to flag in l2cap chanAndrei Emeltchenko
2011-10-11Bluetooth: convert flushable variable to flag in l2cap chanAndrei Emeltchenko
2011-10-06Bluetooth: EFS: add enable_hs kernel paramAndrei Emeltchenko
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