summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | Bluetooth: Change l2cap chan_list to use RCUGustavo F. Padovan2011-12-181-61/+58
| * | Bluetooth: invert locking order in connect pathGustavo F. Padovan2011-12-181-2/+56
| * | Bluetooth: convert info timer to delayed_workGustavo F. Padovan2011-12-181-9/+9
| * | Bluetooth: convert chan_lock to mutexGustavo F. Padovan2011-12-181-26/+26
| * | Bluetooth: Remove sk_backlog usage from L2CAPGustavo F. Padovan2011-12-181-11/+1
| * | Bluetooth: Don't use spin_lock socket lock anymoreGustavo F. Padovan2011-12-181-46/+20
| * | Bluetooth: Move L2CAP timers to workqueueGustavo F. Padovan2011-12-181-39/+31
| * | Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan2011-12-181-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-1/+11
|\ \ \ | | |/ | |/|
| * | Bluetooth: Prevent uninitialized data access in L2CAP configurationMat Martineau2011-12-181-1/+11
* | | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-1/+1
| |/ |/|
* | Bluetooth: Add user readable debug for state changesGustavo F. Padovan2011-11-231-0/+29
* | Bluetooth: making enable_hs independent from L2CAPAndrei Emeltchenko2011-11-211-4/+0
* | Bluetooth: Fix some checkpatch.pl errors and warningsSzymon Janc2011-11-161-3/+2
* | Bluetooth: Simplify __l2cap_global_chan_by_addrSzymon Janc2011-11-161-5/+2
* | Bluetooth: Refactor loop in l2cap_retransmit_one_frameSzymon Janc2011-11-161-5/+3
* | Bluetooth: Simplify l2cap_add_to_srej_queueSzymon Janc2011-11-161-8/+5
* | Bluetooth: Fix possible NULL pointer derefence in l2cap codeSzymon Janc2011-11-161-3/+17
* | Bluetooth: Only set ack_timer if we didn't send and ackGustavo F. Padovan2011-11-101-1/+2
* | Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan2011-11-101-6/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-091-241/+706
|\ \ | |/ |/|
| * Bluetooth: EFS: parse L2CAP config responseAndrei Emeltchenko2011-11-081-0/+24
| * Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko2011-11-081-4/+4
| * Bluetooth: Add debug print to l2cap_chan_createSzymon Janc2011-11-071-0/+2
| * Bluetooth: Add signal handlers for channel movesMat Martineau2011-11-071-0/+136
| * Bluetooth: Use symbolic values for the fixed channel mapMat Martineau2011-11-071-1/+7
| * Bluetooth: Add signal handlers for channel creationMat Martineau2011-11-071-0/+47
| * Bluetooth: prioritizing data over HCILuiz Augusto von Dentz2011-11-071-30/+33
| * Bluetooth: set skbuffer priority based on L2CAP socket priorityLuiz Augusto von Dentz2011-11-071-7/+20
| * Bluetooth: correct debug outputAndrei Emeltchenko2011-11-071-1/+1
| * Bluetooth: remove magic offset and sizeAndrei Emeltchenko2011-11-071-1/+1
| * Bluetooth: small styles clean ups to l2cap_core.cGustavo F. Padovan2011-11-071-7/+6
| * Bluetooth: EFS: implement L2CAP config pending stateAndrei Emeltchenko2011-11-071-1/+46
| * Bluetooth: EFS: parse L2CAP config requestAndrei Emeltchenko2011-10-171-1/+43
| * Bluetooth: EWS: fix max_pdu calculationAndrei Emeltchenko2011-10-171-14/+28
| * Bluetooth: EWS: remove magic numbers in l2capAndrei Emeltchenko2011-10-171-20/+26
| * Bluetooth: EWS: support extended seq numbersAndrei Emeltchenko2011-10-171-33/+30
| * Bluetooth: EWS: handling different Control fieldsAndrei Emeltchenko2011-10-171-44/+51
| * Bluetooth: EFS: add efs option in L2CAP conf reqAndrei Emeltchenko2011-10-131-0/+45
| * Bluetooth: EFS: assign default values in chan addAndrei Emeltchenko2011-10-131-0/+7
| * Bluetooth: EWS: recalculate L2CAP header sizeAndrei Emeltchenko2011-10-131-3/+18
| * Bluetooth: EWS: rewrite handling POLL (P) bitAndrei Emeltchenko2011-10-131-7/+7
| * Bluetooth: EWS: rewrite handling FINAL (F) bitAndrei Emeltchenko2011-10-131-10/+10
| * Bluetooth: EWS: rewrite check frame type functionAndrei Emeltchenko2011-10-131-4/+5
| * Bluetooth: EWS: rewrite L2CAP ERTM txseq calculationAndrei Emeltchenko2011-10-131-11/+11
| * Bluetooth: EWS: rewrite reqseq calculationAndrei Emeltchenko2011-10-131-21/+21
| * Bluetooth: EWS: rewrite handling SAR bitsAndrei Emeltchenko2011-10-131-15/+15
| * Bluetooth: EWS: rewrite handling Supervisory (S) bitsAndrei Emeltchenko2011-10-131-19/+22
| * Bluetooth: EWS: extended window size option supportAndrei Emeltchenko2011-10-131-3/+48
| * Bluetooth: convert role_switch variable to flag in l2cap chanAndrei Emeltchenko2011-10-111-2/+2
OpenPOWER on IntegriCloud