summaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-8/+38
|\
| * Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim2011-12-221-8/+21
| * Bluetooth: Rename info_work to info_timerGustavo F. Padovan2011-12-201-1/+1
| * Bluetooth: convert security timer to delayed_workGustavo F. Padovan2011-12-201-1/+1
| * Bluetooth: Move l2cap_{set,clear}_timer to l2cap.hGustavo F. Padovan2011-12-201-0/+15
| * Bluetooth: invert locking order in connect pathGustavo F. Padovan2011-12-181-1/+2
| * Bluetooth: convert info timer to delayed_workGustavo F. Padovan2011-12-181-1/+1
| * Bluetooth: convert chan_lock to mutexGustavo F. Padovan2011-12-181-1/+1
| * Bluetooth: Move L2CAP timers to workqueueGustavo F. Padovan2011-12-181-8/+9
* | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-1/+1
|/
* Bluetooth: Move scope of kernel parameter enable_hsAndrei Emeltchenko2011-11-161-1/+0
* Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan2011-11-101-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-091-54/+355
|\
| * Bluetooth: Add definitions for L2CAP fixed channelsMat Martineau2011-11-071-0/+4
| * Bluetooth: Add AMP-related data and structures for channel signalsMat Martineau2011-11-071-2/+52
| * Bluetooth: Add channel policy to getsockopt/setsockoptMat Martineau2011-11-071-0/+1
| * Bluetooth: Change scope of the enable_hs module parameterMat Martineau2011-11-071-0/+1
| * Bluetooth: prioritizing data over HCILuiz Augusto von Dentz2011-11-071-0/+1
| * Bluetooth: set skbuffer priority based on L2CAP socket priorityLuiz Augusto von Dentz2011-11-071-1/+2
| * Bluetooth: EFS: implement L2CAP config pending stateAndrei Emeltchenko2011-11-071-0/+3
| * Bluetooth: EWS: support extended seq numbersAndrei Emeltchenko2011-10-171-0/+17
| * Bluetooth: EWS: handling different Control fieldsAndrei Emeltchenko2011-10-171-0/+28
| * Bluetooth: EFS: assign default values in chan addAndrei Emeltchenko2011-10-131-0/+9
| * Bluetooth: EFS: definitions and headersAndrei Emeltchenko2011-10-131-0/+26
| * Bluetooth: EWS: define L2CAP header sizesAndrei Emeltchenko2011-10-131-0/+6
| * Bluetooth: EWS: rewrite handling POLL (P) bitAndrei Emeltchenko2011-10-131-0/+16
| * Bluetooth: EWS: rewrite handling FINAL (F) bitAndrei Emeltchenko2011-10-131-0/+15
| * Bluetooth: EWS: rewrite check frame type functionAndrei Emeltchenko2011-10-131-2/+16
| * Bluetooth: EWS: rewrite L2CAP ERTM txseq calculationAndrei Emeltchenko2011-10-131-9/+27
| * Bluetooth: EWS: rewrite reqseq calculationAndrei Emeltchenko2011-10-131-2/+18
| * Bluetooth: EWS: rewrite handling SAR bitsAndrei Emeltchenko2011-10-131-5/+32
| * Bluetooth: EWS: rewrite handling Supervisory (S) bitsAndrei Emeltchenko2011-10-131-4/+23
| * Bluetooth: EWS: adds ext control field bit maskAndrei Emeltchenko2011-10-131-12/+29
| * Bluetooth: EWS: extended window size option supportAndrei Emeltchenko2011-10-131-2/+6
| * Bluetooth: clean up spaces in L2CAP headerAndrei Emeltchenko2011-10-111-9/+8
| * Bluetooth: convert role_switch variable to flag in l2cap chanAndrei Emeltchenko2011-10-111-1/+1
| * Bluetooth: convert force_active variable to flag in l2cap chanAndrei Emeltchenko2011-10-111-1/+1
| * Bluetooth: convert force_reliable variable to flag in l2cap chanAndrei Emeltchenko2011-10-111-1/+1
| * Bluetooth: convert flushable variable to flag in l2cap chanAndrei Emeltchenko2011-10-111-1/+6
| * Bluetooth: EFS: l2cap extended feature mask updateAndrei Emeltchenko2011-10-061-1/+5
* | Bluetooth: Use miliseconds for L2CAP channel timeoutsAndrzej Kaczmarek2011-11-071-2/+5
|/
* Bluetooth: Perform L2CAP SDU reassembly without copying dataMat Martineau2011-09-271-2/+1
* Bluetooth: Move SMP fields to a separate structureVinicius Costa Gomes2011-09-211-7/+1
* Bluetooth: Fixes l2cap "command reject" reply according to specIlia Kolomisnky2011-07-111-1/+18
* Bluetooth: Remove L2CAP busy queueMat Martineau2011-07-071-4/+0
* Bluetooth: Use event-driven approach for handling ERTM receive bufferMat Martineau2011-07-071-0/+2
* Bluetooth: Use bit operations on conn_stateGustavo F. Padovan2011-06-161-12/+14
* Bluetooth: use bit operation on conf_stateGustavo F. Padovan2011-06-161-9/+11
* Bluetooth: Add key size checks for SMPVinicius Costa Gomes2011-06-141-0/+1
* Bluetooth: Add support for SMP timeoutVinicius Costa Gomes2011-06-141-0/+2