index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
l2cap_core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: Free the l2cap channel list only when refcount is zero
Jaganath Kanakkassery
2012-08-06
1
-3
/
+5
*
Bluetooth: Move l2cap_chan_hold/put to l2cap_core.c
Jaganath Kanakkassery
2012-08-06
1
-0
/
+15
*
Bluetooth: Make connect / disconnect cfm functions return void
Andrei Emeltchenko
2012-08-06
1
-4
/
+2
*
Bluetooth: Fix processing A2MP chan in security_cfm
Andrei Emeltchenko
2012-08-06
1
-0
/
+5
*
Bluetooth: Use tx window from config response for ack timing
Mat Martineau
2012-07-15
1
-25
/
+34
*
Bluetooth: debug: Add debug to l2cap_security_cfm
Andrei Emeltchenko
2012-07-10
1
-2
/
+3
*
Bluetooth: debug: Print CID and PSM in hex format
Andrei Emeltchenko
2012-07-10
1
-15
/
+20
*
Bluetooth: debug: Correct types specifiers for L2CAP
Andrei Emeltchenko
2012-07-10
1
-26
/
+26
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Gustavo Padovan
2012-06-26
1
-6
/
+8
|
\
|
*
Bluetooth: Fix using uninitialized option in RFCMode
Szymon Janc
2012-06-11
1
-6
/
+8
*
|
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Gustavo Padovan
2012-06-11
1
-1
/
+6
|
\
\
|
|
/
|
*
Bluetooth: Fix deadlock and crash when SMP pairing times out
Johan Hedberg
2012-06-08
1
-1
/
+6
*
|
Bluetooth: Change default MTU for L2CAP ATT channel
Andre Guedes
2012-06-05
1
-1
/
+1
*
|
Bluetooth: Remove unused err var from l2cap_segment_sdu()
Gustavo Padovan
2012-06-05
1
-2
/
+1
*
|
Bluetooth: Create function to return the ERTM header size
Gustavo Padovan
2012-06-05
1
-14
/
+11
*
|
Bluetooth: Make l2cap_att_channel return void
Andrei Emeltchenko
2012-06-05
1
-5
/
+3
*
|
Bluetooth: Make l2cap_conless_channel return void
Andrei Emeltchenko
2012-06-05
1
-4
/
+3
*
|
Bluetooth: Make l2cap_data_channel return void
Andrei Emeltchenko
2012-06-05
1
-5
/
+4
*
|
Bluetooth: A2MP: Do not reference hci_conn
Andrei Emeltchenko
2012-06-05
1
-1
/
+3
*
|
Bluetooth: Do not check func ready existence
Andrei Emeltchenko
2012-06-05
1
-2
/
+1
*
|
Bluetooth: A2MP: Manage incoming connections
Andrei Emeltchenko
2012-06-05
1
-4
/
+15
*
|
Bluetooth: A2MP: Handling fixed channels
Andrei Emeltchenko
2012-06-05
1
-0
/
+17
*
|
Bluetooth: A2MP: Create A2MP channel
Andrei Emeltchenko
2012-06-05
1
-3
/
+3
*
|
Bluetooth: trivial: Use defined PSMLEN instead of magic
Andrei Emeltchenko
2012-06-05
1
-1
/
+1
*
|
Bluetooth: check for already existent channel before create new one
Gustavo Padovan
2012-06-05
1
-9
/
+4
*
|
Bluetooth: Move check for backlog size to l2cap_sock.c
Gustavo Padovan
2012-06-05
1
-12
/
+0
*
|
Bluetooth: Use chan->state instead of sk->sk_state
Gustavo Padovan
2012-06-05
1
-7
/
+2
*
|
Bluetooth: Add l2cap_chan->ops->ready()
Andrei Emeltchenko
2012-06-05
1
-15
/
+3
*
|
Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c
Andrei Emeltchenko
2012-06-05
1
-46
/
+9
*
|
Bluetooth: Use chan as parameters for l2cap chan ops
Gustavo Padovan
2012-06-05
1
-15
/
+15
*
|
Bluetooth: Use l2cap_chan_ready() in LE path
Gustavo Padovan
2012-06-05
1
-4
/
+1
*
|
Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)
Gustavo Padovan
2012-06-05
1
-3
/
+0
*
|
Bluetooth: Get a more accurate L2CAP PDU len
Gustavo Padovan
2012-06-05
1
-1
/
+7
*
|
Bluetooth: Use __constant when dealing with constants
Andrei Emeltchenko
2012-06-05
1
-27
/
+27
*
|
Bluetooth: Define and use PSM identifiers
Andrei Emeltchenko
2012-06-05
1
-2
/
+2
*
|
Bluetooth: Send a configuration request after security confirmation
Mat Martineau
2012-06-05
1
-0
/
+11
*
|
Bluetooth: Define L2CAP conf continuation flag
Andrei Emeltchenko
2012-06-05
1
-5
/
+5
*
|
Bluetooth: Remove unnecessary headers include
Gustavo Padovan
2012-06-05
1
-19
/
+0
*
|
Bluetooth: Preserve L2CAP flags values
Andrei Emeltchenko
2012-06-05
1
-2
/
+2
*
|
Bluetooth: Remove dead int returns
Gustavo Padovan
2012-06-05
1
-32
/
+16
*
|
Bluetooth: Remove double check for BT_CONNECTED
Gustavo Padovan
2012-06-05
1
-3
/
+0
*
|
Bluetooth: Silent sparse warnings
Andrei Emeltchenko
2012-06-05
1
-6
/
+6
*
|
Bluetooth: Do not purge queue in Basic Mode
Gustavo Padovan
2012-06-05
1
-2
/
+12
*
|
Bluetooth: Enable ERTM by default
Mat Martineau
2012-06-05
1
-1
/
+1
*
|
Bluetooth: Set txwin values for streaming mode
Mat Martineau
2012-06-05
1
-0
/
+1
*
|
Bluetooth: Remove unneccesary inline
Mat Martineau
2012-06-05
1
-1
/
+1
*
|
Bluetooth: Simplify the ERTM ack timeout
Mat Martineau
2012-06-05
1
-3
/
+7
*
|
Bluetooth: Use the ERTM transmit state machine from timeout handlers
Mat Martineau
2012-06-05
1
-11
/
+8
*
|
Bluetooth: Check rules when setting retransmit or monitor timers
Mat Martineau
2012-06-05
1
-2
/
+20
*
|
Bluetooth: Use new header structures in l2cap_send_rr_or_rnr
Mat Martineau
2012-06-05
1
-7
/
+15
[next]