index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable 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-16
Bluetooth: Create flags for bt_sk()
Gustavo Padovan
1
-6
/
+8
2012-05-16
Bluetooth: Restore locking semantics when looking up L2CAP channels
Mat Martineau
1
-7
/
+3
2012-05-16
Bluetooth: Fix a redundant and problematic incoming MTU check
Mat Martineau
1
-20
/
+0
2012-05-16
Bluetooth: improve readability of l2cap_seq_list code
Gustavo Padovan
1
-15
/
+18
2012-05-16
Bluetooth: Fix skb length calculation
Gustavo Padovan
1
-0
/
+3
2012-05-16
Bluetooth: Fix wrong set of skb fragments
Gustavo Padovan
1
-4
/
+8
2012-05-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Gustavo Padovan
1
-0
/
+5
2012-05-16
Bluetooth: Initialize the transmit queue for L2CAP streaming mode
Mat Martineau
1
-1
/
+2
2012-05-14
Bluetooth: Update tx_send_head when sending ERTM data
Mat Martineau
1
-0
/
+3
2012-05-14
Bluetooth: notify userspace of security level change
Gustavo Padovan
1
-0
/
+5
2012-05-09
Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentation
Mat Martineau
1
-58
/
+86
2012-05-09
Bluetooth: Remove unneeded calculation and magic number
Andrei Emeltchenko
1
-2
/
+2
2012-05-09
Bluetooth: Remove hlen variable
Gustavo Padovan
1
-3
/
+3
2012-05-09
Bluetooth: Remove unneeded elements from size calculation
Gustavo Padovan
1
-1
/
+1
2012-05-09
Bluetooth: Add Code Aurora Forum copyright
Mat Martineau
1
-0
/
+1
2012-05-09
Bluetooth: Make better use of l2cap_chan reference counting
Mat Martineau
1
-0
/
+6
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
[next]