index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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: Add missing braces to an "else if"
Gustavo Padovan
2013-07-25
1
-1
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2013-06-26
1
-1
/
+1
|
\
|
*
Bluetooth: Fix invalid length check in l2cap_information_rsp()
Jaganath Kanakkassery
2013-06-23
1
-1
/
+1
*
|
Bluetooth: Fix multiple LE socket handling
Johan Hedberg
2013-06-23
1
-4
/
+8
*
|
Bluetooth: Remove useless hci_conn disc_timeout setting
Johan Hedberg
2013-06-23
1
-2
/
+0
*
|
Bluetooth: Simplify hci_conn_hold/drop logic for L2CAP
Johan Hedberg
2013-06-23
1
-3
/
+5
*
|
Bluetooth: Remove unnecessary L2CAP channel state check
Johan Hedberg
2013-06-23
1
-4
/
+1
*
|
Bluetooth: Remove useless sk variable in l2cap_le_conn_ready
Johan Hedberg
2013-06-23
1
-5
/
+3
*
|
Bluetooth: Fix duplicate call to l2cap_chan_ready()
Johan Hedberg
2013-06-23
1
-2
/
+0
*
|
Bluetooth: Add clarifying comment to l2cap_conn_ready()
Johan Hedberg
2013-06-23
1
-0
/
+3
*
|
Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add()
Johan Hedberg
2013-06-23
1
-2
/
+6
*
|
Bluetooth: Fix EBUSY condition test in l2cap_chan_connect
Johan Hedberg
2013-06-23
1
-10
/
+4
*
|
Bluetooth: Fix LE vs BR/EDR selection when connecting
Johan Hedberg
2013-06-23
1
-1
/
+1
*
|
Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATT
Johan Hedberg
2013-06-23
1
-7
/
+7
*
|
Bluetooth: Handle LE L2CAP signalling in its own function
Johan Hedberg
2013-06-23
1
-5
/
+48
|
/
*
Bluetooth: Fix crash in l2cap_build_cmd() with small MTU
Anderson Lizardo
2013-06-13
1
-0
/
+3
*
Bluetooth: Fix missing length checks for L2CAP signalling PDUs
Johan Hedberg
2013-06-12
1
-18
/
+52
*
Bluetooth: Remove unneeded parameter from L2CAP ATT channel handling
Marcel Holtmann
2013-04-23
1
-3
/
+4
*
Bluetooth: l2cap: add l2cap_user sub-modules
David Herrmann
2013-04-17
1
-0
/
+86
*
Bluetooth: l2cap: introduce l2cap_conn ref-counting
David Herrmann
2013-04-17
1
-1
/
+24
*
Bluetooth: Remove unneeded parameter
Claudio Takahasi
2013-04-11
1
-5
/
+5
*
Bluetooth: rename hci_conn_put to hci_conn_drop
David Herrmann
2013-04-11
1
-3
/
+3
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2013-01-30
1
-5
/
+0
|
\
|
*
Bluetooth: AMP: Remove dead code
Andrei Emeltchenko
2013-01-09
1
-5
/
+0
*
|
Bluetooth: Fix authentication if acl data comes before remote feature evt
Jaganath Kanakkassery
2013-01-10
1
-0
/
+11
|
/
*
Bluetooth: trivial: Change NO_FCS_RECV to RECV_NO_FCS
Andrei Emeltchenko
2012-12-03
1
-5
/
+5
*
Bluetooth: Process receiving FCS_NONE in L2CAP Conf Rsp
Andrei Emeltchenko
2012-12-03
1
-0
/
+7
*
Bluetooth: Fix missing L2CAP EWS Conf parameter
Andrei Emeltchenko
2012-12-03
1
-17
/
+15
*
Bluetooth: AMP: Check that AMP is present and active
Andrei Emeltchenko
2012-12-03
1
-0
/
+1
*
Bluetooth: Refactor l2cap_send_disconn_req
Andrei Emeltchenko
2012-12-03
1
-30
/
+26
*
Bluetooth: AMP: Set no FCS for incoming L2CAP chan
Andrei Emeltchenko
2012-11-20
1
-0
/
+1
*
Bluetooth: Improve error message printing
Andrei Emeltchenko
2012-11-20
1
-1
/
+1
*
Bluetooth: Fix sending L2CAP Create Chan Req
Andrei Emeltchenko
2012-11-20
1
-11
/
+18
*
Bluetooth: trivial: Use __constant for constants
Andrei Emeltchenko
2012-11-19
1
-4
/
+4
*
Bluetooth: Disable FCS only for new HS channels
Andrei Emeltchenko
2012-11-19
1
-0
/
+2
*
Bluetooth: Refactor locking in amp_physical_cfm
Andrei Emeltchenko
2012-11-19
1
-5
/
+2
*
Bluetooth: Remove unneeded local_amp_id initialization
Andrei Emeltchenko
2012-11-19
1
-1
/
+0
*
Bluetooth: Use __l2cap_no_conn_pending helper
Andrei Emeltchenko
2012-11-19
1
-1
/
+1
*
Bluetooth: Rename ctrl_id to remote_amp_id
Andrei Emeltchenko
2012-11-01
1
-1
/
+1
*
Bluetooth: Process Create Chan Request
Andrei Emeltchenko
2012-11-01
1
-20
/
+43
*
Bluetooth: AMP: Check for hs_hcon instead of ctrl_id
Andrei Emeltchenko
2012-11-01
1
-2
/
+2
*
Bluetooth: Disconnect logical link when deleting chan
Andrei Emeltchenko
2012-11-01
1
-0
/
+7
*
Bluetooth: AMP: Add Logical Link Create function
Andrei Emeltchenko
2012-11-01
1
-5
/
+14
*
Bluetooth: Derive remote and local amp id from chan struct
Andrei Emeltchenko
2012-11-01
1
-2
/
+4
*
Bluetooth: Return correct L2CAP response type
Andrei Emeltchenko
2012-11-01
1
-1
/
+10
*
Bluetooth: Save hs_hchan instead of hs_hcon in loglink complete
Andrei Emeltchenko
2012-11-01
1
-1
/
+1
*
Bluetooth: trivial: Fix braces style and remove empty line
Andrei Emeltchenko
2012-11-01
1
-2
/
+2
*
Bluetooth: AMP: Process Logical Link complete evt
Andrei Emeltchenko
2012-11-01
1
-2
/
+2
*
Bluetooth: Use helper function sending EFS conf rsp
Andrei Emeltchenko
2012-11-01
1
-6
/
+1
*
Bluetooth: trivial: Remove unneeded assignment
Andrei Emeltchenko
2012-11-01
1
-1
/
+1
[next]