summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/l2cap.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-21Bluetooth: Use kref for l2cap channel reference countingSyam Sidhardhan1-2/+1
2012-08-06Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery1-1/+0
2012-08-06Bluetooth: Move l2cap_chan_hold/put to l2cap_core.cJaganath Kanakkassery1-14/+2
2012-07-15Bluetooth: Use tx window from config response for ack timingMat Martineau1-0/+1
2012-07-11Bluetooth: debug: Print l2cap_chan refcountAndrei Emeltchenko1-0/+4
2012-06-05Bluetooth: Create empty l2cap ops functionGustavo Padovan1-0/+12
2012-06-05Bluetooth: Rename L2CAP_LE_DEFAULT_MTUAndre Guedes1-1/+1
2012-06-05Bluetooth: A2MP: Handling fixed channelsAndrei Emeltchenko1-0/+1
2012-06-05Bluetooth: A2MP: Create A2MP channelAndrei Emeltchenko1-0/+6
2012-06-05Bluetooth: Add l2cap_chan->ops->ready()Andrei Emeltchenko1-0/+1
2012-06-05Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.cAndrei Emeltchenko1-0/+1
2012-06-05Bluetooth: Use chan as parameters for l2cap chan opsGustavo Padovan1-4/+6
2012-06-05Bluetooth: Define and use PSM identifiersAndrei Emeltchenko1-0/+4
2012-06-05Bluetooth: Define L2CAP conf continuation flagAndrei Emeltchenko1-0/+3
2012-06-05Bluetooth: Remove unused ERTM control field macrosMat Martineau1-168/+0
2012-06-05Bluetooth: Check rules when setting retransmit or monitor timersMat Martineau1-4/+0
2012-06-05Bluetooth: Remove receive code that has been supercededMat Martineau1-8/+0
2012-06-05Bluetooth: Fix early return from l2cap_chan_delMat Martineau1-0/+1
2012-05-09Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentationMat Martineau1-0/+1
2012-05-09Bluetooth: Improve ERTM sequence number offset calculationMat Martineau1-7/+4
2012-05-09Bluetooth: Use address type info from user-spaceAndre Guedes1-1/+1
2012-05-09Bluetooth: Add address type to struct sockaddr_l2Andre Guedes1-0/+1
2012-05-09Bluetooth: trivial: Remove empty lineAndrei Emeltchenko1-1/+0
2012-05-09Bluetooth: Add the l2cap_seq_list structure for tracking framesMat Martineau1-0/+12
2012-05-09Bluetooth: Remove err parameter from alloc_skb()Gustavo Padovan1-1/+1
2012-05-09Bluetooth: Adds set_default function in L2CAP setupAndrei Emeltchenko1-0/+1
2012-05-09Bluetooth: Remove sk parameter from l2cap_chan_create()Gustavo Padovan1-1/+1
2012-05-09Bluetooth: Add definitions and struct members for new ERTM state machineMat Martineau1-0/+49
2012-05-09Bluetooth: Comments and style fixesAndrei Emeltchenko1-3/+8
2012-03-07Bluetooth: Fix coding style in all .h filesGustavo F. Padovan1-26/+26
2012-03-02Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffiesMarcel Holtmann1-5/+5
2012-02-29Bluetooth: Save remote L2CAP fixed channel maskAndrei Emeltchenko1-0/+1
2012-02-23Bluetooth: Add l2cap_chan_lockAndrei Emeltchenko1-0/+11
2012-02-17Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko1-1/+2
2012-02-13Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim1-2/+2
2012-02-13Bluetooth: Add alloc_skb chan operatorAndrei Emeltchenko1-0/+3
2012-02-13Bluetooth: Make l2cap_clear_timer return if timer was running or notSzymon Janc1-2/+7
2012-02-13Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg1-1/+1
2012-02-13Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek1-3/+3
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-8/+38
2011-12-22Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim1-8/+21
2011-12-20Bluetooth: Rename info_work to info_timerGustavo F. Padovan1-1/+1
2011-12-20Bluetooth: convert security timer to delayed_workGustavo F. Padovan1-1/+1
2011-12-20Bluetooth: Move l2cap_{set,clear}_timer to l2cap.hGustavo F. Padovan1-0/+15
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-12-18Bluetooth: invert locking order in connect pathGustavo F. Padovan1-1/+2
2011-12-18Bluetooth: convert info timer to delayed_workGustavo F. Padovan1-1/+1
2011-12-18Bluetooth: convert chan_lock to mutexGustavo F. Padovan1-1/+1
2011-12-18Bluetooth: Move L2CAP timers to workqueueGustavo F. Padovan1-8/+9
2011-11-16Bluetooth: Move scope of kernel parameter enable_hsAndrei Emeltchenko1-1/+0