summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)Author
2012-05-09Bluetooth: Use address type info from user-spaceAndre Guedes
2012-05-09Bluetooth: Add dst_type parameter to hci_connectAndre Guedes
2012-05-09Bluetooth: Add support for reusing the same hci_conn for LE linksVinicius Costa Gomes
2012-05-09Bluetooth: Search global l2cap channels by src/dst addressesIdo Yariv
2012-05-09Bluetooth: Don't distribute keys in case of Encryption FailureHemant Gupta
2012-05-09Bluetooth: Functions for handling ERTM control fieldsMat Martineau
2012-05-09Bluetooth: Add the l2cap_seq_list structure for tracking framesMat Martineau
2012-05-09Bluetooth: Remove err parameter from alloc_skb()Gustavo Padovan
2012-05-09Bluetooth: Adds set_default function in L2CAP setupAndrei Emeltchenko
2012-05-09Bluetooth: Remove sk parameter from l2cap_chan_create()Gustavo Padovan
2012-05-09Bluetooth: Make L2CAP chan_add functions staticAndrei Emeltchenko
2012-05-09Bluetooth: Remove unneeded timer clearAndrei Emeltchenko
2012-05-09Bluetooth: trivial: Fix endian conversion modeAndrei Emeltchenko
2012-05-09Bluetooth: Convert error codes to le16Andrei Emeltchenko
2012-05-09Bluetooth: Correct CID endian notationAndrei Emeltchenko
2012-05-09Bluetooth: Correct length calc in L2CAP conf rspAndrei Emeltchenko
2012-05-09Bluetooth: Correct chan->psm endian conversionsAndrei Emeltchenko
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