summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)Author
2013-07-03Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo
2012-12-03Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc
2012-10-02Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes
2012-09-14Bluetooth: Fix legacy pairing with some devicesSzymon Janc
2012-05-14Bluetooth: notify userspace of security level changeGustavo Padovan
2012-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-28Bluetooth: Fix memory leaks due to chan refcntAndrei Emeltchenko
2012-03-08Bluetooth: fix conding style issues all over the treeGustavo F. Padovan
2012-03-02Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffiesMarcel Holtmann
2012-02-29Bluetooth: Save remote L2CAP fixed channel maskAndrei Emeltchenko
2012-02-29Bluetooth: use kfree_skb() instead of kfree()Dan Carpenter
2012-02-24Bluetooth: Remove duplicated code in l2cap conn reqAndrei Emeltchenko
2012-02-24Bluetooth: Fix double locking in LE and conless chanAndrei Emeltchenko
2012-02-23Bluetooth: Change sk lock to chan lock in L2CAP coreAndrei Emeltchenko
2012-02-23Bluetooth: Add unlocked __l2cap_chan_add functionAndrei Emeltchenko
2012-02-23Bluetooth: Add socket error functionAndrei Emeltchenko
2012-02-23Bluetooth: Add locked and unlocked state_changeAndrei Emeltchenko
2012-02-23Bluetooth: Add l2cap_chan_lockAndrei Emeltchenko
2012-02-23Bluetooth: Revert to mutexes from RCU listAndrei Emeltchenko
2012-02-23Bluetooth: trivial: Fix long lineAndrei Emeltchenko
2012-02-17Bluetooth: Prefix hex numbers with object nameAndrei Emeltchenko
2012-02-17Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko
2012-02-17Bluetooth: Move scope of state_to_stringAndrei Emeltchenko
2012-02-13Bluetooth: Fix double acking I-Frames when sending pending I-FramesSzymon Janc
2012-02-13Bluetooth: Fix possible missing I-Frame acknowledgementSzymon Janc
2012-02-13Bluetooth: Remove unneeded sk variableAndrei Emeltchenko
2012-02-13Bluetooth: Clean up l2cap_chan_addAndrei Emeltchenko
2012-02-13Bluetooth: Change chan_ready param from sk to chanAndrei Emeltchenko
2012-02-13Bluetooth: Fix possible use after free in delete pathUlisses Furquim
2012-02-13Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim
2012-02-13Bluetooth: Make l2cap_ertm_data_rcv staticSzymon Janc
2012-02-13Bluetooth: Add alloc_skb chan operatorAndrei Emeltchenko
2012-02-13Bluetooth: trivial: space correctionAndrei Emeltchenko
2012-02-13Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg
2012-02-13Bluetooth: Change sk to l2cap_chanAndrei Emeltchenko
2012-02-13Bluetooth: Use chan instead of skAndrei Emeltchenko
2012-02-13Bluetooth: Drop L2CAP chan reference if ERTM ack_timer firedSzymon Janc
2012-02-13Bluetooth: Don't send RNR immediately when entering local busySzymon Janc
2012-02-13Bluetooth: Clear ack_timer when sending ackSzymon Janc
2012-02-13Bluetooth: Set P-bit for SREJ frame only if there are I-frames to ackSzymon Janc
2012-02-13Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg
2012-02-13Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek
2012-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-03Bluetooth: Don't use *_bh locks anymoreGustavo F. Padovan
2012-01-02Bluetooth: Fix bacpy in l2cap_core.cGustavo F. Padovan
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-22Bluetooth: add debug output to l2cap_ack_timeout()Gustavo F. Padovan
2011-12-22Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim