index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
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-05-09
Bluetooth: Remove unused function
Mat Martineau
1
-11
/
+0
2012-05-09
Bluetooth: Initialize new l2cap_chan structure members
Mat Martineau
1
-8
/
+17
2012-05-09
Bluetooth: Move recently-added ERTM header packing functions
Mat Martineau
1
-100
/
+100
2012-05-09
Bluetooth: Remove duplicate structure members from bt_skb_cb
Mat Martineau
1
-19
/
+19
2012-05-09
Bluetooth: Use address type info from user-space
Andre Guedes
1
-5
/
+6
2012-05-09
Bluetooth: Add dst_type parameter to hci_connect
Andre Guedes
1
-4
/
+4
2012-05-09
Bluetooth: Add support for reusing the same hci_conn for LE links
Vinicius Costa Gomes
1
-23
/
+40
2012-05-09
Bluetooth: Search global l2cap channels by src/dst addresses
Ido Yariv
1
-12
/
+31
2012-05-09
Bluetooth: Don't distribute keys in case of Encryption Failure
Hemant Gupta
1
-1
/
+2
2012-05-09
Bluetooth: Functions for handling ERTM control fields
Mat Martineau
1
-0
/
+113
2012-05-09
Bluetooth: Add the l2cap_seq_list structure for tracking frames
Mat Martineau
1
-8
/
+142
2012-05-09
Bluetooth: Remove err parameter from alloc_skb()
Gustavo Padovan
1
-17
/
+13
2012-05-09
Bluetooth: Adds set_default function in L2CAP setup
Andrei Emeltchenko
1
-0
/
+11
2012-05-09
Bluetooth: Remove sk parameter from l2cap_chan_create()
Gustavo Padovan
1
-4
/
+2
2012-05-09
Bluetooth: Make L2CAP chan_add functions static
Andrei Emeltchenko
1
-2
/
+2
2012-05-09
Bluetooth: Remove unneeded timer clear
Andrei Emeltchenko
1
-3
/
+0
2012-05-09
Bluetooth: trivial: Fix endian conversion mode
Andrei Emeltchenko
1
-2
/
+2
2012-05-09
Bluetooth: Convert error codes to le16
Andrei Emeltchenko
1
-2
/
+2
2012-05-09
Bluetooth: Correct CID endian notation
Andrei Emeltchenko
1
-2
/
+4
2012-05-09
Bluetooth: Correct length calc in L2CAP conf rsp
Andrei Emeltchenko
1
-3
/
+3
2012-05-09
Bluetooth: Correct chan->psm endian conversions
Andrei Emeltchenko
1
-5
/
+5
2012-04-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...
John W. Linville
1
-0
/
+3
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
1
-1
/
+0
2012-03-28
Bluetooth: Fix memory leaks due to chan refcnt
Andrei Emeltchenko
1
-0
/
+3
2012-03-08
Bluetooth: fix conding style issues all over the tree
Gustavo F. Padovan
1
-4
/
+7
2012-03-02
Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffies
Marcel Holtmann
1
-12
/
+6
2012-02-29
Bluetooth: Save remote L2CAP fixed channel mask
Andrei Emeltchenko
1
-2
/
+7
2012-02-29
Bluetooth: use kfree_skb() instead of kfree()
Dan Carpenter
1
-1
/
+1
2012-02-24
Bluetooth: Remove duplicated code in l2cap conn req
Andrei Emeltchenko
1
-30
/
+19
2012-02-24
Bluetooth: Fix double locking in LE and conless chan
Andrei Emeltchenko
1
-20
/
+4
2012-02-23
Bluetooth: Change sk lock to chan lock in L2CAP core
Andrei Emeltchenko
1
-68
/
+98
2012-02-23
Bluetooth: Add unlocked __l2cap_chan_add function
Andrei Emeltchenko
1
-2
/
+7
2012-02-23
Bluetooth: Add socket error function
Andrei Emeltchenko
1
-9
/
+21
2012-02-23
Bluetooth: Add locked and unlocked state_change
Andrei Emeltchenko
1
-16
/
+25
2012-02-23
Bluetooth: Add l2cap_chan_lock
Andrei Emeltchenko
1
-0
/
+2
2012-02-23
Bluetooth: Revert to mutexes from RCU list
Andrei Emeltchenko
1
-67
/
+99
2012-02-23
Bluetooth: trivial: Fix long line
Andrei Emeltchenko
1
-1
/
+2
2012-02-17
Bluetooth: Prefix hex numbers with object name
Andrei Emeltchenko
1
-1
/
+1
2012-02-17
Bluetooth: Use symbolic names for state in debug
Andrei Emeltchenko
1
-2
/
+3
2012-02-17
Bluetooth: Move scope of state_to_string
Andrei Emeltchenko
1
-26
/
+0
2012-02-13
Bluetooth: Fix double acking I-Frames when sending pending I-Frames
Szymon Janc
1
-1
/
+3
2012-02-13
Bluetooth: Fix possible missing I-Frame acknowledgement
Szymon Janc
1
-3
/
+3
2012-02-13
Bluetooth: Remove unneeded sk variable
Andrei Emeltchenko
1
-6
/
+3
2012-02-13
Bluetooth: Clean up l2cap_chan_add
Andrei Emeltchenko
1
-3
/
+8
2012-02-13
Bluetooth: Change chan_ready param from sk to chan
Andrei Emeltchenko
1
-6
/
+6
2012-02-13
Bluetooth: Fix possible use after free in delete path
Ulisses Furquim
1
-2
/
+2
2012-02-13
Bluetooth: Remove usage of __cancel_delayed_work()
Ulisses Furquim
1
-3
/
+3
2012-02-13
Bluetooth: Make l2cap_ertm_data_rcv static
Szymon Janc
1
-3
/
+1
2012-02-13
Bluetooth: Add alloc_skb chan operator
Andrei Emeltchenko
1
-8
/
+15
2012-02-13
Bluetooth: trivial: space correction
Andrei Emeltchenko
1
-1
/
+1
[next]