| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2012-01-03 | 1 | -8/+38 |
|\ |
|
| * | Bluetooth: Fix deadlocks with sock lock and L2CAP timers locks | Ulisses Furquim | 2011-12-22 | 1 | -8/+21 |
| * | Bluetooth: Rename info_work to info_timer | Gustavo F. Padovan | 2011-12-20 | 1 | -1/+1 |
| * | Bluetooth: convert security timer to delayed_work | Gustavo F. Padovan | 2011-12-20 | 1 | -1/+1 |
| * | Bluetooth: Move l2cap_{set,clear}_timer to l2cap.h | Gustavo F. Padovan | 2011-12-20 | 1 | -0/+15 |
| * | Bluetooth: invert locking order in connect path | Gustavo F. Padovan | 2011-12-18 | 1 | -1/+2 |
| * | Bluetooth: convert info timer to delayed_work | Gustavo F. Padovan | 2011-12-18 | 1 | -1/+1 |
| * | Bluetooth: convert chan_lock to mutex | Gustavo F. Padovan | 2011-12-18 | 1 | -1/+1 |
| * | Bluetooth: Move L2CAP timers to workqueue | Gustavo F. Padovan | 2011-12-18 | 1 | -8/+9 |
* | | module_param: make bool parameters really bool (net & drivers/net) | Rusty Russell | 2011-12-19 | 1 | -1/+1 |
|/ |
|
* | Bluetooth: Move scope of kernel parameter enable_hs | Andrei Emeltchenko | 2011-11-16 | 1 | -1/+0 |
* | Bluetooth: Rename l2cap_check_security() | Gustavo F. Padovan | 2011-11-10 | 1 | -0/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 2011-11-09 | 1 | -54/+355 |
|\ |
|
| * | Bluetooth: Add definitions for L2CAP fixed channels | Mat Martineau | 2011-11-07 | 1 | -0/+4 |
| * | Bluetooth: Add AMP-related data and structures for channel signals | Mat Martineau | 2011-11-07 | 1 | -2/+52 |
| * | Bluetooth: Add channel policy to getsockopt/setsockopt | Mat Martineau | 2011-11-07 | 1 | -0/+1 |
| * | Bluetooth: Change scope of the enable_hs module parameter | Mat Martineau | 2011-11-07 | 1 | -0/+1 |
| * | Bluetooth: prioritizing data over HCI | Luiz Augusto von Dentz | 2011-11-07 | 1 | -0/+1 |
| * | Bluetooth: set skbuffer priority based on L2CAP socket priority | Luiz Augusto von Dentz | 2011-11-07 | 1 | -1/+2 |
| * | Bluetooth: EFS: implement L2CAP config pending state | Andrei Emeltchenko | 2011-11-07 | 1 | -0/+3 |
| * | Bluetooth: EWS: support extended seq numbers | Andrei Emeltchenko | 2011-10-17 | 1 | -0/+17 |
| * | Bluetooth: EWS: handling different Control fields | Andrei Emeltchenko | 2011-10-17 | 1 | -0/+28 |
| * | Bluetooth: EFS: assign default values in chan add | Andrei Emeltchenko | 2011-10-13 | 1 | -0/+9 |
| * | Bluetooth: EFS: definitions and headers | Andrei Emeltchenko | 2011-10-13 | 1 | -0/+26 |
| * | Bluetooth: EWS: define L2CAP header sizes | Andrei Emeltchenko | 2011-10-13 | 1 | -0/+6 |
| * | Bluetooth: EWS: rewrite handling POLL (P) bit | Andrei Emeltchenko | 2011-10-13 | 1 | -0/+16 |
| * | Bluetooth: EWS: rewrite handling FINAL (F) bit | Andrei Emeltchenko | 2011-10-13 | 1 | -0/+15 |
| * | Bluetooth: EWS: rewrite check frame type function | Andrei Emeltchenko | 2011-10-13 | 1 | -2/+16 |
| * | Bluetooth: EWS: rewrite L2CAP ERTM txseq calculation | Andrei Emeltchenko | 2011-10-13 | 1 | -9/+27 |
| * | Bluetooth: EWS: rewrite reqseq calculation | Andrei Emeltchenko | 2011-10-13 | 1 | -2/+18 |
| * | Bluetooth: EWS: rewrite handling SAR bits | Andrei Emeltchenko | 2011-10-13 | 1 | -5/+32 |
| * | Bluetooth: EWS: rewrite handling Supervisory (S) bits | Andrei Emeltchenko | 2011-10-13 | 1 | -4/+23 |
| * | Bluetooth: EWS: adds ext control field bit mask | Andrei Emeltchenko | 2011-10-13 | 1 | -12/+29 |
| * | Bluetooth: EWS: extended window size option support | Andrei Emeltchenko | 2011-10-13 | 1 | -2/+6 |
| * | Bluetooth: clean up spaces in L2CAP header | Andrei Emeltchenko | 2011-10-11 | 1 | -9/+8 |
| * | Bluetooth: convert role_switch variable to flag in l2cap chan | Andrei Emeltchenko | 2011-10-11 | 1 | -1/+1 |
| * | Bluetooth: convert force_active variable to flag in l2cap chan | Andrei Emeltchenko | 2011-10-11 | 1 | -1/+1 |
| * | Bluetooth: convert force_reliable variable to flag in l2cap chan | Andrei Emeltchenko | 2011-10-11 | 1 | -1/+1 |
| * | Bluetooth: convert flushable variable to flag in l2cap chan | Andrei Emeltchenko | 2011-10-11 | 1 | -1/+6 |
| * | Bluetooth: EFS: l2cap extended feature mask update | Andrei Emeltchenko | 2011-10-06 | 1 | -1/+5 |
* | | Bluetooth: Use miliseconds for L2CAP channel timeouts | Andrzej Kaczmarek | 2011-11-07 | 1 | -2/+5 |
|/ |
|
* | Bluetooth: Perform L2CAP SDU reassembly without copying data | Mat Martineau | 2011-09-27 | 1 | -2/+1 |
* | Bluetooth: Move SMP fields to a separate structure | Vinicius Costa Gomes | 2011-09-21 | 1 | -7/+1 |
* | Bluetooth: Fixes l2cap "command reject" reply according to spec | Ilia Kolomisnky | 2011-07-11 | 1 | -1/+18 |
* | Bluetooth: Remove L2CAP busy queue | Mat Martineau | 2011-07-07 | 1 | -4/+0 |
* | Bluetooth: Use event-driven approach for handling ERTM receive buffer | Mat Martineau | 2011-07-07 | 1 | -0/+2 |
* | Bluetooth: Use bit operations on conn_state | Gustavo F. Padovan | 2011-06-16 | 1 | -12/+14 |
* | Bluetooth: use bit operation on conf_state | Gustavo F. Padovan | 2011-06-16 | 1 | -9/+11 |
* | Bluetooth: Add key size checks for SMP | Vinicius Costa Gomes | 2011-06-14 | 1 | -0/+1 |
* | Bluetooth: Add support for SMP timeout | Vinicius Costa Gomes | 2011-06-14 | 1 | -0/+2 |