index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: Fix deadlock in l2cap_conn_del()
Jukka Taimisto
2014-06-13
1
-1
/
+7
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
2014-06-05
1
-0
/
+6
|
\
|
*
Bluetooth: l2cap: Set more channel defaults
Jukka Rissanen
2014-05-30
1
-0
/
+6
*
|
Bluetooth: Fix L2CAP LE debugfs entries permissions
Samuel Ortiz
2014-05-14
1
-2
/
+2
|
/
*
Bluetooth: Convert uses of __constant_<foo> to <foo>
Joe Perches
2014-03-12
1
-45
/
+45
*
Bluetooth: Move address type conversion to outside hci_connect_le
Andre Guedes
2014-02-26
1
-2
/
+10
*
Bluetooth: Refactor HCI connection code
Andre Guedes
2014-02-26
1
-4
/
+3
*
Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()
Johan Hedberg
2014-02-26
1
-1
/
+1
*
Bluetooth: Fix NULL pointer dereference when sending data
Andrzej Kaczmarek
2014-02-25
1
-0
/
+16
*
Bluetooth: Print error when dropping L2CAP data
Szymon Janc
2014-02-18
1
-1
/
+3
*
Bluetooth: Fix updating Identity Address in L2CAP channels
Johan Hedberg
2014-02-18
1
-0
/
+17
*
Bluetooth: Enable LE L2CAP CoC support by default
Johan Hedberg
2014-02-14
1
-11
/
+0
*
Bluetooth: Remove unnecessary check for chan->psm
Johan Hedberg
2014-02-13
1
-4
/
+1
*
Bluetooth: Free up l2cap_chan->sport when initiating a connection
Johan Hedberg
2014-02-13
1
-0
/
+7
*
Bluetooth: Fix disconnecting L2CAP when a credits overflow occurs
Johan Hedberg
2014-02-13
1
-1
/
+14
*
Bluetooth: Fix disconnecting L2CAP channel for credits violation
Johan Hedberg
2014-02-13
1
-0
/
+1
*
Bluetooth: Fix respecting le_default_mps value
Johan Hedberg
2014-02-13
1
-1
/
+1
*
Bluetooth: Fix CID initialization for fixed channels
Johan Hedberg
2014-02-13
1
-2
/
+0
*
Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED
Johan Hedberg
2014-02-13
1
-12
/
+9
*
Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED
Johan Hedberg
2014-02-13
1
-9
/
+6
*
Bluetooth: Remove useless l2cap_seq_list_remove function
Johan Hedberg
2014-02-13
1
-32
/
+8
*
Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reached
Johan Hedberg
2014-02-13
1
-0
/
+27
*
Bluetooth: Reorder L2CAP functions to avoid forward declarations
Johan Hedberg
2014-02-13
1
-208
/
+207
*
Bluetooth: Handle security level 4 for L2CAP connections
Marcel Holtmann
2014-02-13
1
-3
/
+8
*
Bluetooth: Enable 6LoWPAN support for BT LE devices
Jukka Rissanen
2013-12-11
1
-0
/
+12
*
Bluetooth: Fix handling of L2CAP Command Reject over LE
Johan Hedberg
2013-12-10
1
-0
/
+26
*
Bluetooth: Fix valid LE PSM check
Johan Hedberg
2013-12-05
1
-1
/
+1
*
Bluetooth: Use min_t for calculating chan->mps
Johan Hedberg
2013-12-05
1
-5
/
+1
*
Bluetooth: Simplify l2cap_chan initialization for LE CoC
Johan Hedberg
2013-12-05
1
-23
/
+12
*
Bluetooth: Add debugfs controls for LE CoC MPS and Credits
Johan Hedberg
2013-12-05
1
-4
/
+12
*
Bluetooth: Fix validating LE PSM values
Johan Hedberg
2013-12-05
1
-2
/
+13
*
Bluetooth: Fix CID ranges for LE CoC CID allocations
Johan Hedberg
2013-12-05
1
-2
/
+7
*
Bluetooth: Fix clearing of chan->omtu for LE CoC channels
Johan Hedberg
2013-12-05
1
-4
/
+4
*
Bluetooth: Limit LE MPS to the MTU value
Johan Hedberg
2013-12-05
1
-4
/
+14
*
Bluetooth: Fix suspending the L2CAP socket if we start with 0 credits
Johan Hedberg
2013-12-05
1
-0
/
+3
*
Bluetooth: Fix LE L2CAP Connect Request handling together with SMP
Johan Hedberg
2013-12-05
1
-0
/
+3
*
Bluetooth: Implement LE L2CAP reassembly
Johan Hedberg
2013-12-05
1
-3
/
+76
*
Bluetooth: Add LE L2CAP segmentation support for outgoing data
Johan Hedberg
2013-12-05
1
-1
/
+126
*
Bluetooth: Reject LE CoC commands when the feature is not enabled
Johan Hedberg
2013-12-05
1
-0
/
+11
*
Bluetooth: Add LE flow control discipline
Johan Hedberg
2013-12-05
1
-1
/
+66
*
Bluetooth: Implement returning of LE L2CAP credits
Johan Hedberg
2013-12-05
1
-0
/
+26
*
Bluetooth: Track LE L2CAP credits in l2cap_chan
Johan Hedberg
2013-12-05
1
-5
/
+11
*
Bluetooth: Add LE L2CAP flow control mode
Johan Hedberg
2013-12-05
1
-0
/
+13
*
Bluetooth: Make l2cap_le_sig_cmd logic consistent
Johan Hedberg
2013-12-05
1
-8
/
+16
*
Bluetooth: Add L2CAP Disconnect suppport for LE
Johan Hedberg
2013-12-05
1
-0
/
+7
*
Bluetooth: Fix L2CAP channel closing for LE connections
Johan Hedberg
2013-12-05
1
-2
/
+4
*
Bluetooth: Add basic LE L2CAP connect request receiving support
Johan Hedberg
2013-12-05
1
-0
/
+152
*
Bluetooth: Refactor L2CAP connect rejection to its own function
Johan Hedberg
2013-12-05
1
-18
/
+24
*
Bluetooth: Add initial code for LE L2CAP Connect Request
Johan Hedberg
2013-12-05
1
-8
/
+98
*
Bluetooth: Move LE L2CAP initiator procedure to its own function
Johan Hedberg
2013-12-05
1
-1
/
+6
[next]