aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/l2cap.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linville/wireless-next into for-davemJohn 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
2011-11-10Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan1-0/+1
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextJohn W. Linville1-54/+355
2011-11-07Bluetooth: Add definitions for L2CAP fixed channelsMat Martineau1-0/+4
2011-11-07Bluetooth: Add AMP-related data and structures for channel signalsMat Martineau1-2/+52
2011-11-07Bluetooth: Add channel policy to getsockopt/setsockoptMat Martineau1-0/+1
2011-11-07Bluetooth: Change scope of the enable_hs module parameterMat Martineau1-0/+1
2011-11-07Bluetooth: prioritizing data over HCILuiz Augusto von Dentz1-0/+1
2011-11-07Bluetooth: set skbuffer priority based on L2CAP socket priorityLuiz Augusto von Dentz1-1/+2
2011-11-07Bluetooth: EFS: implement L2CAP config pending stateAndrei Emeltchenko1-0/+3
2011-11-07Bluetooth: Use miliseconds for L2CAP channel timeoutsAndrzej Kaczmarek1-2/+5
2011-10-17Bluetooth: EWS: support extended seq numbersAndrei Emeltchenko1-0/+17
2011-10-17Bluetooth: EWS: handling different Control fieldsAndrei Emeltchenko1-0/+28
2011-10-13Bluetooth: EFS: assign default values in chan addAndrei Emeltchenko1-0/+9
2011-10-13Bluetooth: EFS: definitions and headersAndrei Emeltchenko1-0/+26
2011-10-13Bluetooth: EWS: define L2CAP header sizesAndrei Emeltchenko1-0/+6
2011-10-13Bluetooth: EWS: rewrite handling POLL (P) bitAndrei Emeltchenko1-0/+16
2011-10-13Bluetooth: EWS: rewrite handling FINAL (F) bitAndrei Emeltchenko1-0/+15
2011-10-13Bluetooth: EWS: rewrite check frame type functionAndrei Emeltchenko1-2/+16
2011-10-13Bluetooth: EWS: rewrite L2CAP ERTM txseq calculationAndrei Emeltchenko1-9/+27
2011-10-13Bluetooth: EWS: rewrite reqseq calculationAndrei Emeltchenko1-2/+18
2011-10-13Bluetooth: EWS: rewrite handling SAR bitsAndrei Emeltchenko1-5/+32
2011-10-13Bluetooth: EWS: rewrite handling Supervisory (S) bitsAndrei Emeltchenko1-4/+23
2011-10-13Bluetooth: EWS: adds ext control field bit maskAndrei Emeltchenko1-12/+29
2011-10-13Bluetooth: EWS: extended window size option supportAndrei Emeltchenko1-2/+6
2011-10-11Bluetooth: clean up spaces in L2CAP headerAndrei Emeltchenko1-9/+8
2011-10-11Bluetooth: convert role_switch variable to flag in l2cap chanAndrei Emeltchenko1-1/+1
2011-10-11Bluetooth: convert force_active variable to flag in l2cap chanAndrei Emeltchenko1-1/+1
2011-10-11Bluetooth: convert force_reliable variable to flag in l2cap chanAndrei Emeltchenko1-1/+1
2011-10-11Bluetooth: convert flushable variable to flag in l2cap chanAndrei Emeltchenko1-1/+6
2011-10-06Bluetooth: EFS: l2cap extended feature mask updateAndrei Emeltchenko1-1/+5
2011-09-27Bluetooth: Perform L2CAP SDU reassembly without copying dataMat Martineau1-2/+1