index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
l2cap_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-24
Bluetooth: Add user readable debug for state changes
Gustavo F. Padovan
1
-0
/
+29
2011-11-21
Bluetooth: making enable_hs independent from L2CAP
Andrei Emeltchenko
1
-4
/
+0
2011-11-17
Bluetooth: Fix some checkpatch.pl errors and warnings
Szymon Janc
1
-3
/
+2
2011-11-17
Bluetooth: Simplify __l2cap_global_chan_by_addr
Szymon Janc
1
-5
/
+2
2011-11-17
Bluetooth: Refactor loop in l2cap_retransmit_one_frame
Szymon Janc
1
-5
/
+3
2011-11-17
Bluetooth: Simplify l2cap_add_to_srej_queue
Szymon Janc
1
-8
/
+5
2011-11-17
Bluetooth: Fix possible NULL pointer derefence in l2cap code
Szymon Janc
1
-3
/
+17
2011-11-11
Bluetooth: Only set ack_timer if we didn't send and ack
Gustavo F. Padovan
1
-1
/
+2
2011-11-11
Bluetooth: Rename l2cap_check_security()
Gustavo F. Padovan
1
-6
/
+6
2011-11-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
1
-241
/
+706
2011-11-08
Bluetooth: EFS: parse L2CAP config response
Andrei Emeltchenko
1
-0
/
+24
2011-11-08
Bluetooth: Define HCI reasons instead of magic number
Andrei Emeltchenko
1
-4
/
+4
2011-11-07
Bluetooth: Add debug print to l2cap_chan_create
Szymon Janc
1
-0
/
+2
2011-11-07
Bluetooth: Add signal handlers for channel moves
Mat Martineau
1
-0
/
+136
2011-11-07
Bluetooth: Use symbolic values for the fixed channel map
Mat Martineau
1
-1
/
+7
2011-11-07
Bluetooth: Add signal handlers for channel creation
Mat Martineau
1
-0
/
+47
2011-11-07
Bluetooth: prioritizing data over HCI
Luiz Augusto von Dentz
1
-30
/
+33
2011-11-07
Bluetooth: set skbuffer priority based on L2CAP socket priority
Luiz Augusto von Dentz
1
-7
/
+20
2011-11-07
Bluetooth: correct debug output
Andrei Emeltchenko
1
-1
/
+1
2011-11-07
Bluetooth: remove magic offset and size
Andrei Emeltchenko
1
-1
/
+1
2011-11-07
Bluetooth: small styles clean ups to l2cap_core.c
Gustavo F. Padovan
1
-7
/
+6
2011-11-07
Bluetooth: EFS: implement L2CAP config pending state
Andrei Emeltchenko
1
-1
/
+46
2011-11-07
Bluetooth: Use miliseconds for L2CAP channel timeouts
Andrzej Kaczmarek
1
-8
/
+8
2011-10-18
Bluetooth: EFS: parse L2CAP config request
Andrei Emeltchenko
1
-1
/
+43
2011-10-18
Bluetooth: EWS: fix max_pdu calculation
Andrei Emeltchenko
1
-14
/
+28
2011-10-18
Bluetooth: EWS: remove magic numbers in l2cap
Andrei Emeltchenko
1
-20
/
+26
2011-10-18
Bluetooth: EWS: support extended seq numbers
Andrei Emeltchenko
1
-33
/
+30
2011-10-17
Bluetooth: EWS: handling different Control fields
Andrei Emeltchenko
1
-44
/
+51
2011-10-14
Bluetooth: EFS: add efs option in L2CAP conf req
Andrei Emeltchenko
1
-0
/
+45
2011-10-14
Bluetooth: EFS: assign default values in chan add
Andrei Emeltchenko
1
-0
/
+7
2011-10-13
Bluetooth: EWS: recalculate L2CAP header size
Andrei Emeltchenko
1
-3
/
+18
2011-10-13
Bluetooth: EWS: rewrite handling POLL (P) bit
Andrei Emeltchenko
1
-7
/
+7
2011-10-13
Bluetooth: EWS: rewrite handling FINAL (F) bit
Andrei Emeltchenko
1
-10
/
+10
2011-10-13
Bluetooth: EWS: rewrite check frame type function
Andrei Emeltchenko
1
-4
/
+5
2011-10-13
Bluetooth: EWS: rewrite L2CAP ERTM txseq calculation
Andrei Emeltchenko
1
-11
/
+11
2011-10-13
Bluetooth: EWS: rewrite reqseq calculation
Andrei Emeltchenko
1
-21
/
+21
2011-10-13
Bluetooth: EWS: rewrite handling SAR bits
Andrei Emeltchenko
1
-15
/
+15
2011-10-13
Bluetooth: EWS: rewrite handling Supervisory (S) bits
Andrei Emeltchenko
1
-19
/
+22
2011-10-13
Bluetooth: EWS: extended window size option support
Andrei Emeltchenko
1
-3
/
+48
2011-10-11
Bluetooth: convert role_switch variable to flag in l2cap chan
Andrei Emeltchenko
1
-2
/
+2
2011-10-11
Bluetooth: convert force_active variable to flag in l2cap chan
Andrei Emeltchenko
1
-2
/
+2
2011-10-11
Bluetooth: convert force_reliable variable to flag in l2cap chan
Andrei Emeltchenko
1
-1
/
+1
2011-10-11
Bluetooth: convert flushable variable to flag in l2cap chan
Andrei Emeltchenko
1
-1
/
+2
2011-10-06
Bluetooth: EFS: add enable_hs kernel param
Andrei Emeltchenko
1
-0
/
+7
2011-09-28
Bluetooth: Mark not declared l2cap_core functions as static
Szymon Janc
1
-6
/
+6
2011-09-28
Bluetooth: Perform L2CAP SDU reassembly without copying data
Mat Martineau
1
-163
/
+80
2011-09-21
Bluetooth: mark l2cap_create_iframe_pdu as static
Luiz Augusto von Dentz
1
-1
/
+3
2011-09-21
Bluetooth: Move SMP crypto functions to a workqueue
Vinicius Costa Gomes
1
-1
/
+1
2011-09-21
Bluetooth: Add support for running SMP without a socket
Vinicius Costa Gomes
1
-2
/
+8
2011-09-21
Bluetooth: Add a flag to indicate that SMP is going on
Vinicius Costa Gomes
1
-1
/
+3
[next]