aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
Commit message (Expand)AuthorAge
* Bluetooth: Free the l2cap channel list only when refcount is zeroJaganath Kanakkassery2012-08-06
* Bluetooth: Move l2cap_chan_hold/put to l2cap_core.cJaganath Kanakkassery2012-08-06
* Bluetooth: Use tx window from config response for ack timingMat Martineau2012-07-15
* Bluetooth: debug: Print l2cap_chan refcountAndrei Emeltchenko2012-07-11
* Bluetooth: Create empty l2cap ops functionGustavo Padovan2012-06-04
* Bluetooth: Rename L2CAP_LE_DEFAULT_MTUAndre Guedes2012-06-04
* Bluetooth: A2MP: Handling fixed channelsAndrei Emeltchenko2012-06-04
* Bluetooth: A2MP: Create A2MP channelAndrei Emeltchenko2012-06-04
* Bluetooth: Add l2cap_chan->ops->ready()Andrei Emeltchenko2012-06-04
* Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.cAndrei Emeltchenko2012-06-04
* Bluetooth: Use chan as parameters for l2cap chan opsGustavo Padovan2012-06-04
* Bluetooth: Define and use PSM identifiersAndrei Emeltchenko2012-06-04
* Bluetooth: Define L2CAP conf continuation flagAndrei Emeltchenko2012-06-04
* Bluetooth: Remove unused ERTM control field macrosMat Martineau2012-06-04
* Bluetooth: Check rules when setting retransmit or monitor timersMat Martineau2012-06-04
* Bluetooth: Remove receive code that has been supercededMat Martineau2012-06-04
* Bluetooth: Fix early return from l2cap_chan_delMat Martineau2012-06-04
* Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentationMat Martineau2012-05-09
* Bluetooth: Improve ERTM sequence number offset calculationMat Martineau2012-05-09
* Bluetooth: Use address type info from user-spaceAndre Guedes2012-05-09
* Bluetooth: Add address type to struct sockaddr_l2Andre Guedes2012-05-09
* Bluetooth: trivial: Remove empty lineAndrei Emeltchenko2012-05-09
* Bluetooth: Add the l2cap_seq_list structure for tracking framesMat Martineau2012-05-09
* Bluetooth: Remove err parameter from alloc_skb()Gustavo Padovan2012-05-09
* Bluetooth: Adds set_default function in L2CAP setupAndrei Emeltchenko2012-05-08
* Bluetooth: Remove sk parameter from l2cap_chan_create()Gustavo Padovan2012-05-08
* Bluetooth: Add definitions and struct members for new ERTM state machineMat Martineau2012-05-08
* Bluetooth: Comments and style fixesAndrei Emeltchenko2012-05-08
* Bluetooth: Fix coding style in all .h filesGustavo F. Padovan2012-03-06
* Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffiesMarcel Holtmann2012-03-01
* Bluetooth: Save remote L2CAP fixed channel maskAndrei Emeltchenko2012-02-29
* Bluetooth: Add l2cap_chan_lockAndrei Emeltchenko2012-02-23
* Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko2012-02-17
* Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-13
* Bluetooth: Add alloc_skb chan operatorAndrei Emeltchenko2012-02-13
* Bluetooth: Make l2cap_clear_timer return if timer was running or notSzymon Janc2012-02-13
* Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg2012-02-13
* Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek2012-02-13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-03
|\
| * Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim2011-12-22
| * Bluetooth: Rename info_work to info_timerGustavo F. Padovan2011-12-20
| * Bluetooth: convert security timer to delayed_workGustavo F. Padovan2011-12-20
| * Bluetooth: Move l2cap_{set,clear}_timer to l2cap.hGustavo F. Padovan2011-12-20
| * Bluetooth: invert locking order in connect pathGustavo F. Padovan2011-12-18
| * Bluetooth: convert info timer to delayed_workGustavo F. Padovan2011-12-18
| * Bluetooth: convert chan_lock to mutexGustavo F. Padovan2011-12-18
| * Bluetooth: Move L2CAP timers to workqueueGustavo F. Padovan2011-12-18
* | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-19
|/
* Bluetooth: Move scope of kernel parameter enable_hsAndrei Emeltchenko2011-11-16
* Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan2011-11-10