index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
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
2012-09-30
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
1
-8
/
+9
2012-09-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2012-09-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
1
-8
/
+9
2012-09-18
Bluetooth: Fix freeing uninitialized delayed works
Andrei Emeltchenko
1
-1
/
+1
2012-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-5
/
+6
2012-09-07
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-5
/
+7
2012-08-27
Bluetooth: Change signature of smp_conn_security()
Vinicius Costa Gomes
1
-5
/
+6
2012-08-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2012-08-21
Bluetooth: Use kref for l2cap channel reference counting
Syam Sidhardhan
1
-7
/
+8
2012-08-21
Bluetooth: debug: Correct the PSM printing
Syam Sidhardhan
1
-1
/
+1
2012-08-06
Bluetooth: Fix legacy pairing with some devices
Szymon Janc
1
-0
/
+1
2012-08-06
Bluetooth: Free the l2cap channel list only when refcount is zero
Jaganath Kanakkassery
1
-3
/
+5
2012-08-06
Bluetooth: Move l2cap_chan_hold/put to l2cap_core.c
Jaganath Kanakkassery
1
-0
/
+15
2012-08-06
Bluetooth: Make connect / disconnect cfm functions return void
Andrei Emeltchenko
1
-4
/
+2
2012-08-06
Bluetooth: Fix processing A2MP chan in security_cfm
Andrei Emeltchenko
1
-0
/
+5
2012-07-15
Bluetooth: Use tx window from config response for ack timing
Mat Martineau
1
-25
/
+34
2012-07-10
Bluetooth: debug: Add debug to l2cap_security_cfm
Andrei Emeltchenko
1
-2
/
+3
2012-07-10
Bluetooth: debug: Print CID and PSM in hex format
Andrei Emeltchenko
1
-15
/
+20
2012-07-10
Bluetooth: debug: Correct types specifiers for L2CAP
Andrei Emeltchenko
1
-26
/
+26
2012-06-26
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Gustavo Padovan
1
-6
/
+8
2012-06-11
Bluetooth: Fix using uninitialized option in RFCMode
Szymon Janc
1
-6
/
+8
2012-06-11
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Gustavo Padovan
1
-1
/
+6
2012-06-08
Bluetooth: Fix deadlock and crash when SMP pairing times out
Johan Hedberg
1
-1
/
+6
2012-06-05
Bluetooth: Change default MTU for L2CAP ATT channel
Andre Guedes
1
-1
/
+1
2012-06-05
Bluetooth: Remove unused err var from l2cap_segment_sdu()
Gustavo Padovan
1
-2
/
+1
2012-06-05
Bluetooth: Create function to return the ERTM header size
Gustavo Padovan
1
-14
/
+11
2012-06-05
Bluetooth: Make l2cap_att_channel return void
Andrei Emeltchenko
1
-5
/
+3
2012-06-05
Bluetooth: Make l2cap_conless_channel return void
Andrei Emeltchenko
1
-4
/
+3
2012-06-05
Bluetooth: Make l2cap_data_channel return void
Andrei Emeltchenko
1
-5
/
+4
2012-06-05
Bluetooth: A2MP: Do not reference hci_conn
Andrei Emeltchenko
1
-1
/
+3
2012-06-05
Bluetooth: Do not check func ready existence
Andrei Emeltchenko
1
-2
/
+1
2012-06-05
Bluetooth: A2MP: Manage incoming connections
Andrei Emeltchenko
1
-4
/
+15
2012-06-05
Bluetooth: A2MP: Handling fixed channels
Andrei Emeltchenko
1
-0
/
+17
2012-06-05
Bluetooth: A2MP: Create A2MP channel
Andrei Emeltchenko
1
-3
/
+3
2012-06-05
Bluetooth: trivial: Use defined PSMLEN instead of magic
Andrei Emeltchenko
1
-1
/
+1
2012-06-05
Bluetooth: check for already existent channel before create new one
Gustavo Padovan
1
-9
/
+4
2012-06-05
Bluetooth: Move check for backlog size to l2cap_sock.c
Gustavo Padovan
1
-12
/
+0
2012-06-05
Bluetooth: Use chan->state instead of sk->sk_state
Gustavo Padovan
1
-7
/
+2
2012-06-05
Bluetooth: Add l2cap_chan->ops->ready()
Andrei Emeltchenko
1
-15
/
+3
2012-06-05
Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c
Andrei Emeltchenko
1
-46
/
+9
2012-06-05
Bluetooth: Use chan as parameters for l2cap chan ops
Gustavo Padovan
1
-15
/
+15
2012-06-05
Bluetooth: Use l2cap_chan_ready() in LE path
Gustavo Padovan
1
-4
/
+1
2012-06-05
Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)
Gustavo Padovan
1
-3
/
+0
2012-06-05
Bluetooth: Get a more accurate L2CAP PDU len
Gustavo Padovan
1
-1
/
+7
2012-06-05
Bluetooth: Use __constant when dealing with constants
Andrei Emeltchenko
1
-27
/
+27
2012-06-05
Bluetooth: Define and use PSM identifiers
Andrei Emeltchenko
1
-2
/
+2
2012-06-05
Bluetooth: Send a configuration request after security confirmation
Mat Martineau
1
-0
/
+11
2012-06-05
Bluetooth: Define L2CAP conf continuation flag
Andrei Emeltchenko
1
-5
/
+5
2012-06-05
Bluetooth: Remove unnecessary headers include
Gustavo Padovan
1
-19
/
+0
2012-06-05
Bluetooth: Preserve L2CAP flags values
Andrei Emeltchenko
1
-2
/
+2
[next]