aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h
AgeCommit message (Expand)Author
2012-06-05Bluetooth: Define L2CAP conf continuation flagAndrei Emeltchenko
2012-06-05Bluetooth: Remove unused ERTM control field macrosMat Martineau
2012-06-05Bluetooth: Check rules when setting retransmit or monitor timersMat Martineau
2012-06-05Bluetooth: Remove receive code that has been supercededMat Martineau
2012-06-05Bluetooth: Fix early return from l2cap_chan_delMat Martineau
2012-05-09Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentationMat Martineau
2012-05-09Bluetooth: Improve ERTM sequence number offset calculationMat Martineau
2012-05-09Bluetooth: Use address type info from user-spaceAndre Guedes
2012-05-09Bluetooth: Add address type to struct sockaddr_l2Andre Guedes
2012-05-09Bluetooth: trivial: Remove empty lineAndrei Emeltchenko
2012-05-09Bluetooth: Add the l2cap_seq_list structure for tracking framesMat Martineau
2012-05-09Bluetooth: Remove err parameter from alloc_skb()Gustavo Padovan
2012-05-09Bluetooth: Adds set_default function in L2CAP setupAndrei Emeltchenko
2012-05-09Bluetooth: Remove sk parameter from l2cap_chan_create()Gustavo Padovan
2012-05-09Bluetooth: Add definitions and struct members for new ERTM state machineMat Martineau
2012-05-09Bluetooth: Comments and style fixesAndrei Emeltchenko
2012-03-07Bluetooth: Fix coding style in all .h filesGustavo F. Padovan
2012-03-02Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffiesMarcel Holtmann
2012-02-29Bluetooth: Save remote L2CAP fixed channel maskAndrei Emeltchenko
2012-02-23Bluetooth: Add l2cap_chan_lockAndrei Emeltchenko
2012-02-17Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko
2012-02-13Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim
2012-02-13Bluetooth: Add alloc_skb chan operatorAndrei Emeltchenko
2012-02-13Bluetooth: Make l2cap_clear_timer return if timer was running or notSzymon Janc
2012-02-13Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg
2012-02-13Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-12-22Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim
2011-12-20Bluetooth: Rename info_work to info_timerGustavo F. Padovan
2011-12-20Bluetooth: convert security timer to delayed_workGustavo F. Padovan
2011-12-20Bluetooth: Move l2cap_{set,clear}_timer to l2cap.hGustavo F. Padovan
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
2011-12-18Bluetooth: invert locking order in connect pathGustavo F. Padovan
2011-12-18Bluetooth: convert info timer to delayed_workGustavo F. Padovan
2011-12-18Bluetooth: convert chan_lock to mutexGustavo F. Padovan
2011-12-18Bluetooth: Move L2CAP timers to workqueueGustavo F. Padovan
2011-11-16Bluetooth: Move scope of kernel parameter enable_hsAndrei Emeltchenko
2011-11-10Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-11-07Bluetooth: Add definitions for L2CAP fixed channelsMat Martineau
2011-11-07Bluetooth: Add AMP-related data and structures for channel signalsMat Martineau
2011-11-07Bluetooth: Add channel policy to getsockopt/setsockoptMat Martineau
2011-11-07Bluetooth: Change scope of the enable_hs module parameterMat Martineau
2011-11-07Bluetooth: prioritizing data over HCILuiz Augusto von Dentz
2011-11-07Bluetooth: set skbuffer priority based on L2CAP socket priorityLuiz Augusto von Dentz
2011-11-07Bluetooth: EFS: implement L2CAP config pending stateAndrei Emeltchenko
2011-11-07Bluetooth: Use miliseconds for L2CAP channel timeoutsAndrzej Kaczmarek
2011-10-17Bluetooth: EWS: support extended seq numbersAndrei Emeltchenko
2011-10-17Bluetooth: EWS: handling different Control fieldsAndrei Emeltchenko
2011-10-13Bluetooth: EFS: assign default values in chan addAndrei Emeltchenko