index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
l2cap_core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-14
Bluetooth: Enable LE L2CAP CoC support by default
Johan Hedberg
1
-11
/
+0
2014-02-13
Bluetooth: Remove unnecessary check for chan->psm
Johan Hedberg
1
-4
/
+1
2014-02-13
Bluetooth: Free up l2cap_chan->sport when initiating a connection
Johan Hedberg
1
-0
/
+7
2014-02-13
Bluetooth: Fix disconnecting L2CAP when a credits overflow occurs
Johan Hedberg
1
-1
/
+14
2014-02-13
Bluetooth: Fix disconnecting L2CAP channel for credits violation
Johan Hedberg
1
-0
/
+1
2014-02-13
Bluetooth: Fix respecting le_default_mps value
Johan Hedberg
1
-1
/
+1
2014-02-13
Bluetooth: Fix CID initialization for fixed channels
Johan Hedberg
1
-2
/
+0
2014-02-13
Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED
Johan Hedberg
1
-12
/
+9
2014-02-13
Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED
Johan Hedberg
1
-9
/
+6
2014-02-13
Bluetooth: Remove useless l2cap_seq_list_remove function
Johan Hedberg
1
-32
/
+8
2014-02-13
Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reached
Johan Hedberg
1
-0
/
+27
2014-02-13
Bluetooth: Reorder L2CAP functions to avoid forward declarations
Johan Hedberg
1
-208
/
+207
2014-02-13
Bluetooth: Handle security level 4 for L2CAP connections
Marcel Holtmann
1
-3
/
+8
2013-12-11
Bluetooth: Enable 6LoWPAN support for BT LE devices
Jukka Rissanen
1
-0
/
+12
2013-12-10
Bluetooth: Fix handling of L2CAP Command Reject over LE
Johan Hedberg
1
-0
/
+26
2013-12-05
Bluetooth: Fix valid LE PSM check
Johan Hedberg
1
-1
/
+1
2013-12-05
Bluetooth: Use min_t for calculating chan->mps
Johan Hedberg
1
-5
/
+1
2013-12-05
Bluetooth: Simplify l2cap_chan initialization for LE CoC
Johan Hedberg
1
-23
/
+12
2013-12-05
Bluetooth: Add debugfs controls for LE CoC MPS and Credits
Johan Hedberg
1
-4
/
+12
2013-12-05
Bluetooth: Fix validating LE PSM values
Johan Hedberg
1
-2
/
+13
2013-12-05
Bluetooth: Fix CID ranges for LE CoC CID allocations
Johan Hedberg
1
-2
/
+7
2013-12-05
Bluetooth: Fix clearing of chan->omtu for LE CoC channels
Johan Hedberg
1
-4
/
+4
2013-12-05
Bluetooth: Limit LE MPS to the MTU value
Johan Hedberg
1
-4
/
+14
2013-12-05
Bluetooth: Fix suspending the L2CAP socket if we start with 0 credits
Johan Hedberg
1
-0
/
+3
2013-12-05
Bluetooth: Fix LE L2CAP Connect Request handling together with SMP
Johan Hedberg
1
-0
/
+3
2013-12-05
Bluetooth: Implement LE L2CAP reassembly
Johan Hedberg
1
-3
/
+76
2013-12-05
Bluetooth: Add LE L2CAP segmentation support for outgoing data
Johan Hedberg
1
-1
/
+126
2013-12-05
Bluetooth: Reject LE CoC commands when the feature is not enabled
Johan Hedberg
1
-0
/
+11
2013-12-05
Bluetooth: Add LE flow control discipline
Johan Hedberg
1
-1
/
+66
2013-12-05
Bluetooth: Implement returning of LE L2CAP credits
Johan Hedberg
1
-0
/
+26
2013-12-05
Bluetooth: Track LE L2CAP credits in l2cap_chan
Johan Hedberg
1
-5
/
+11
2013-12-05
Bluetooth: Add LE L2CAP flow control mode
Johan Hedberg
1
-0
/
+13
2013-12-05
Bluetooth: Make l2cap_le_sig_cmd logic consistent
Johan Hedberg
1
-8
/
+16
2013-12-05
Bluetooth: Add L2CAP Disconnect suppport for LE
Johan Hedberg
1
-0
/
+7
2013-12-05
Bluetooth: Fix L2CAP channel closing for LE connections
Johan Hedberg
1
-2
/
+4
2013-12-05
Bluetooth: Add basic LE L2CAP connect request receiving support
Johan Hedberg
1
-0
/
+152
2013-12-05
Bluetooth: Refactor L2CAP connect rejection to its own function
Johan Hedberg
1
-18
/
+24
2013-12-05
Bluetooth: Add initial code for LE L2CAP Connect Request
Johan Hedberg
1
-8
/
+98
2013-12-05
Bluetooth: Move LE L2CAP initiator procedure to its own function
Johan Hedberg
1
-1
/
+6
2013-12-05
Bluetooth: Pass command length to LE signaling channel handlers
Johan Hedberg
1
-6
/
+6
2013-12-05
Bluetooth: Allow l2cap_chan_check_security() to be used for LE links.
Johan Hedberg
1
-0
/
+3
2013-12-05
Bluetooth: Update l2cap_global_chan_by_psm() to take a link type
Johan Hedberg
1
-3
/
+11
2013-12-05
Bluetooth: Remove unnecessary braces from one-line if-statement
Johan Hedberg
1
-3
/
+2
2013-11-15
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
1
-0
/
+3
2013-11-13
Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_del
Seung-Woo Kim
1
-0
/
+3
2013-10-21
Bluetooth: Use bt_cb(skb)->chan to send raw data back
Gustavo Padovan
1
-4
/
+3
2013-10-21
Bluetooth: Remove parent socket usage from l2cap_core.c
Gustavo Padovan
1
-10
/
+4
2013-10-21
Bluetooth: Remove socket lock from l2cap_state_change()
Gustavo Padovan
1
-24
/
+7
2013-10-21
Bluetooth: Hold socket in defer callback in L2CAP socket
Gustavo Padovan
1
-12
/
+3
2013-10-21
Bluetooth: Remove not used struct sock
Gustavo Padovan
1
-3
/
+1
[next]