Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ce3f24cfb2a2287409acad3dd990570fe62d0af4
/
net
/
bluetooth
/
l2cap_core.c
2c96e03
Bluetooth: Print error when dropping L2CAP data
by Szymon Janc
· 11 years ago
387a33e
Bluetooth: Fix updating Identity Address in L2CAP channels
by Johan Hedberg
· 11 years ago
9b7655e
Bluetooth: Enable LE L2CAP CoC support by default
by Johan Hedberg
· 11 years ago
7b25c9b
Bluetooth: Remove unnecessary check for chan->psm
by Johan Hedberg
· 11 years ago
61202e4
Bluetooth: Free up l2cap_chan->sport when initiating a connection
by Johan Hedberg
· 11 years ago
0f1bfe4
Bluetooth: Fix disconnecting L2CAP when a credits overflow occurs
by Johan Hedberg
· 11 years ago
dfd9774
Bluetooth: Fix disconnecting L2CAP channel for credits violation
by Johan Hedberg
· 11 years ago
d1d7941
Bluetooth: Fix respecting le_default_mps value
by Johan Hedberg
· 11 years ago
7a8e5a3
Bluetooth: Fix CID initialization for fixed channels
by Johan Hedberg
· 11 years ago
21626e6
Bluetooth: Switch ATT channels to use L2CAP_CHAN_FIXED
by Johan Hedberg
· 11 years ago
2338a7e
Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED
by Johan Hedberg
· 11 years ago
03a0c5d
Bluetooth: Remove useless l2cap_seq_list_remove function
by Johan Hedberg
· 11 years ago
61a939c
Bluetooth: Queue incoming ACL data until BT_CONNECTED state is reached
by Johan Hedberg
· 11 years ago
162b49e
Bluetooth: Reorder L2CAP functions to avoid forward declarations
by Johan Hedberg
· 11 years ago
7d513e9
Bluetooth: Handle security level 4 for L2CAP connections
by Marcel Holtmann
· 11 years ago
18722c2
Bluetooth: Enable 6LoWPAN support for BT LE devices
by Jukka Rissanen
· 11 years ago
71fb419
Bluetooth: Fix handling of L2CAP Command Reject over LE
by Johan Hedberg
· 11 years ago
c8afe8d
Bluetooth: Fix valid LE PSM check
by Johan Hedberg
· 11 years ago
f1324ea
Bluetooth: Use min_t for calculating chan->mps
by Johan Hedberg
· 11 years ago
0ce43ce
Bluetooth: Simplify l2cap_chan initialization for LE CoC
by Johan Hedberg
· 11 years ago
f15b8ec
Bluetooth: Add debugfs controls for LE CoC MPS and Credits
by Johan Hedberg
· 11 years ago
4946096
Bluetooth: Fix validating LE PSM values
by Johan Hedberg
· 11 years ago
e77af75
Bluetooth: Fix CID ranges for LE CoC CID allocations
by Johan Hedberg
· 11 years ago
aeddd07
Bluetooth: Fix clearing of chan->omtu for LE CoC channels
by Johan Hedberg
· 11 years ago
3916aed
Bluetooth: Limit LE MPS to the MTU value
by Johan Hedberg
· 11 years ago
029727a
Bluetooth: Fix suspending the L2CAP socket if we start with 0 credits
by Johan Hedberg
· 11 years ago
595177f
Bluetooth: Fix LE L2CAP Connect Request handling together with SMP
by Johan Hedberg
· 11 years ago
aac23bf
Bluetooth: Implement LE L2CAP reassembly
by Johan Hedberg
· 11 years ago
177f8f2
Bluetooth: Add LE L2CAP segmentation support for outgoing data
by Johan Hedberg
· 11 years ago
3af8ace
Bluetooth: Reject LE CoC commands when the feature is not enabled
by Johan Hedberg
· 11 years ago
fad5fc89
Bluetooth: Add LE flow control discipline
by Johan Hedberg
· 11 years ago
b1c325c
Bluetooth: Implement returning of LE L2CAP credits
by Johan Hedberg
· 11 years ago
0cd75f7
Bluetooth: Track LE L2CAP credits in l2cap_chan
by Johan Hedberg
· 12 years ago
3831971
Bluetooth: Add LE L2CAP flow control mode
by Johan Hedberg
· 12 years ago
b5ecba6
Bluetooth: Make l2cap_le_sig_cmd logic consistent
by Johan Hedberg
· 11 years ago
3defe01
Bluetooth: Add L2CAP Disconnect suppport for LE
by Johan Hedberg
· 12 years ago
cea04ce3
Bluetooth: Fix L2CAP channel closing for LE connections
by Johan Hedberg
· 12 years ago
27e2d4c
Bluetooth: Add basic LE L2CAP connect request receiving support
by Johan Hedberg
· 12 years ago
791d60f
Bluetooth: Refactor L2CAP connect rejection to its own function
by Johan Hedberg
· 12 years ago
f1496de
Bluetooth: Add initial code for LE L2CAP Connect Request
by Johan Hedberg
· 12 years ago
96ac34f
Bluetooth: Move LE L2CAP initiator procedure to its own function
by Johan Hedberg
· 12 years ago
203e639
Bluetooth: Pass command length to LE signaling channel handlers
by Johan Hedberg
· 12 years ago
a17de2f
Bluetooth: Allow l2cap_chan_check_security() to be used for LE links.
by Johan Hedberg
· 12 years ago
bf20fd4
Bluetooth: Update l2cap_global_chan_by_psm() to take a link type
by Johan Hedberg
· 12 years ago
6d3c15d
Bluetooth: Remove unnecessary braces from one-line if-statement
by Johan Hedberg
· 11 years ago
32019c7
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by John W. Linville
· 11 years ago
31e8ce8
Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_del
by Seung-Woo Kim
· 11 years ago
7f5396a
Bluetooth: Use bt_cb(skb)->chan to send raw data back
by Gustavo Padovan
· 11 years ago
8ffb929
Bluetooth: Remove parent socket usage from l2cap_core.c
by Gustavo Padovan
· 11 years ago
f93fa27
Bluetooth: Remove socket lock from l2cap_state_change()
by Gustavo Padovan
· 11 years ago
acdcabf
Bluetooth: Hold socket in defer callback in L2CAP socket
by Gustavo Padovan
· 11 years ago
d42970f
Bluetooth: Remove not used struct sock
by Gustavo Padovan
· 11 years ago
cc8dba2
Bluetooth: Block ATT connection on LE when device is blocked
by Marcel Holtmann
· 11 years ago
06ae331
Bluetooth: Use hcon directly instead of conn->hcon where possible
by Marcel Holtmann
· 11 years ago
1120e4b
Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfs
by Marcel Holtmann
· 11 years ago
a521149
Bluetooth: Remove useless l2cap_err_to_reason function
by Johan Hedberg
· 11 years ago
33a2145
Bluetooth: Remove unused command reject mapping for EMSGSIZE
by Johan Hedberg
· 11 years ago
662d652
Bluetooth: Fix L2CAP "Command Reject: Invalid CID" response
by Johan Hedberg
· 11 years ago
74e7574
Bluetooth: use l2cap_chan_ready() instead of duplicate code
by Gustavo Padovan
· 11 years ago
dc25306
Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c
by Gustavo Padovan
· 11 years ago
5ec1bbe
Bluetooth: Add chan->ops->set_shutdown()
by Gustavo Padovan
· 11 years ago
8d836d7
Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.c
by Gustavo Padovan
· 11 years ago
f8e7301
Bluetooth: Add l2cap_state_change_and_error()
by Gustavo Padovan
· 11 years ago
53f5212
Bluetooth: Extend state_change() call to report errors too
by Gustavo Padovan
· 11 years ago
d97c899
Bluetooth: Introduce L2CAP channel callback for resuming
by Marcel Holtmann
· 11 years ago
bdc2578
Bluetooth: Introduce L2CAP channel flag for defer setup
by Marcel Holtmann
· 11 years ago
2edf870
Bluetooth: Provide msg_name callback for L2CAP connectionless channels
by Marcel Holtmann
· 11 years ago
4f1654e
Bluetooth: Return the correct address type for L2CAP sockets
by Marcel Holtmann
· 11 years ago
7eafc59
Bluetooth: Store address information in L2CAP channel structure
by Marcel Holtmann
· 11 years ago
4637f7c
Bluetooth: Update L2CAP socket source address from HCI connection
by Marcel Holtmann
· 11 years ago
6f59b90
Bluetooth: Use hci_conn->src address for L2CAP functions
by Marcel Holtmann
· 11 years ago
98e0f7e
Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from L2CAP
by Marcel Holtmann
· 11 years ago
547d103
Bluetooth: Unicast connectionless data reception is supported
by Marcel Holtmann
· 11 years ago
d40bffb
Bluetooth: The L2CAP fixed channel connectionless data is supported
by Marcel Holtmann
· 11 years ago
3124b84
Bluetooth: Allow 3D profile to use security mode 4 level 0
by Marcel Holtmann
· 11 years ago
6a974b5
Bluetooth: Limit security mode 4 level 0 to connection oriented channels
by Marcel Holtmann
· 11 years ago
43b1b8d
Bluetooth: Fix PSM value for L2CAP connectionless data packets
by Marcel Holtmann
· 11 years ago
ac4b723
Bluetooth: Move smp.h header file into net/bluetooth/
by Marcel Holtmann
· 11 years ago
7024728
Bluetooth: Move a2mp.h header file into net/bluetooth/
by Marcel Holtmann
· 11 years ago
7ef9fbf
Bluetooth: Move amp.h header file into net/bluetooth/
by Marcel Holtmann
· 11 years ago
c4e5baf
Bluetooth: Fix potential double-frees of L2CAP skbs
by Johan Hedberg
· 11 years ago
1df7b17
Bluetooth: Simplify check if L2CAP connection is AMP capable
by Marcel Holtmann
· 11 years ago
80d58d0
Bluetooth: Move hci_amp_capable() function into L2CAP core
by Marcel Holtmann
· 11 years ago
6ed971c
Bluetooth: Use explicit AMP controller id value for BR/EDR
by Marcel Holtmann
· 11 years ago
4f3e219
Bluetooth: Only one command per L2CAP LE signalling is supported
by Marcel Holtmann
· 11 years ago
b99707d
Bluetooth: Drop packets on ATT fixed channel on BR/EDR
by Marcel Holtmann
· 11 years ago
ae4fd2d
Bluetooth: L2CAP connectionless channels are only valid for BR/EDR
by Marcel Holtmann
· 11 years ago
94b6a09
Bluetooth: Don't copy L2CAP LE signalling to raw sockets
by Marcel Holtmann
· 11 years ago
a287762
Bluetooth: Fix switch statement order for L2CAP fixed channels
by Marcel Holtmann
· 11 years ago
3b16629
Bluetooth: Fix memory leak with L2CAP signal channels
by Marcel Holtmann
· 11 years ago
848566b
Bluetooth: Provide high speed configuration option
by Marcel Holtmann
· 11 years ago
1025c04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
by Gustavo Padovan
· 11 years ago
941247f
Bluetooth: Fix assignment of 0/1 to bool variables
by Peter Senna Tschudin
· 11 years ago
69c4e4e
Bluetooth: Fix responding to invalid L2CAP signaling commands
by Johan Hedberg
· 11 years ago
9245e73
Bluetooth: Fix sending responses to identified L2CAP response packets
by Johan Hedberg
· 11 years ago
7c2005d
Bluetooth: Fix L2CAP command reject reason
by Johan Hedberg
· 11 years ago
c4ea249
Bluetooth: Fix L2CAP Disconnect response for unknown CID
by Johan Hedberg
· 11 years ago
21870b5
Bluetooth: Fix L2CAP error return used for failed channel lookups
by Johan Hedberg
· 11 years ago
dc28080
Bluetooth: Fix double error response for l2cap_create_chan_req
by Johan Hedberg
· 11 years ago
330b6c1
Bluetooth: Fix ACL alive for long in case of non pariable devices
by Syam Sidhardhan
· 11 years ago
Next »