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.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-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
2012-02-13
Bluetooth: Rename conn->pend to conn->flags
Johan Hedberg
1
-1
/
+1
2012-02-13
Bluetooth: Change sk to l2cap_chan
Andrei Emeltchenko
1
-5
/
+6
2012-02-13
Bluetooth: Use chan instead of sk
Andrei Emeltchenko
1
-4
/
+3
2012-02-13
Bluetooth: Drop L2CAP chan reference if ERTM ack_timer fired
Szymon Janc
1
-0
/
+2
2012-02-13
Bluetooth: Don't send RNR immediately when entering local busy
Szymon Janc
1
-10
/
+5
2012-02-13
Bluetooth: Clear ack_timer when sending ack
Szymon Janc
1
-2
/
+8
2012-02-13
Bluetooth: Set P-bit for SREJ frame only if there are I-frames to ack
Szymon Janc
1
-3
/
+3
2012-02-13
Bluetooth: Remove bogus inline declaration from l2cap_chan_connect
Johan Hedberg
1
-1
/
+1
2012-02-13
Bluetooth: l2cap_set_timer needs jiffies as timeout value
Andrzej Kaczmarek
1
-4
/
+8
2012-01-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...
John W. Linville
1
-13
/
+13
2012-01-04
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-243
/
+191
2012-01-03
Bluetooth: Don't use *_bh locks anymore
Gustavo F. Padovan
1
-12
/
+12
2012-01-03
Bluetooth: Fix bacpy in l2cap_core.c
Gustavo F. Padovan
1
-1
/
+1
2011-12-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+11
2011-12-23
Bluetooth: add debug output to l2cap_ack_timeout()
Gustavo F. Padovan
1
-0
/
+2
2011-12-22
Bluetooth: Fix deadlocks with sock lock and L2CAP timers locks
Ulisses Furquim
1
-20
/
+9
2011-12-22
Bluetooth: Make HCI call directly into SCO and L2CAP event functions
Ulisses Furquim
1
-44
/
+7
2011-12-20
Bluetooth: Rename info_work to info_timer
Gustavo F. Padovan
1
-7
/
+7
2011-12-20
Bluetooth: convert security timer to delayed_work
Gustavo F. Padovan
1
-6
/
+6
2011-12-20
Bluetooth: Move l2cap_{set,clear}_timer to l2cap.h
Gustavo F. Padovan
1
-14
/
+0
2011-12-20
module_param: make bool parameters really bool (net & drivers/net)
Rusty Russell
1
-1
/
+1
[next]