summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/cmtp/core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove unnecessary smp_mb__{before,after}_atomicAndrea Parri2018-09-271-6/+8
* Bluetooth: cmtp: fix possible might sleep error in cmtp_sessionJeffy Chen2017-06-271-7/+10
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* Bluetooth: Delete an unnecessary check before the function call "kfree_skb"Markus Elfring2015-11-191-2/+1Star
* Bluetooth: cmtp: Use BIT(x) instead of (1 << x)Marcel Holtmann2015-04-041-2/+2
* Bluetooth: Restrict CMTP flags to only valid onesMarcel Holtmann2015-04-021-1/+10
* Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l...Al Viro2014-12-191-0/+3
* Bluetooth: Access CMTP session addresses through L2CAP channelMarcel Holtmann2013-10-131-3/+3
* Bluetooth: Use %pMR in sprintf/seq_printf instead of batostrAndrei Emeltchenko2012-09-271-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-12-031-2/+3
|\
| * Bluetooth: cmtp: Fix module referenceDavid Herrmann2011-11-211-2/+3
* | Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz2011-11-071-9/+4Star
|/
* Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau2011-09-271-1/+4
* Bluetooth: cmtp: Fix session cleanup on failed conn addPeter Hurley2011-08-121-5/+6
* Bluetooth: cmtp: Fix deadlock in session deletionPeter Hurley2011-08-121-2/+3
* Bluetooth: cmtp: Fix lost wakeup of session threadPeter Hurley2011-08-121-2/+4
* Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan2011-04-281-1/+2
* Bluetooth: Use kthread API in cmtpSzymon Janc2011-04-051-7/+9
* Bluetooth: Do not use assignments in IF conditionsSzymon Janc2011-03-311-3/+6
* Bluetooth: remove l2cap_load() hackGustavo F. Padovan2011-02-151-2/+0Star
* Bluetooth: Do not use assignments in IF conditionsAndrei Emeltchenko2011-02-081-3/+6
* Bluetooth: cmtp: fix information leak to userlandVasiliy Kulikov2010-12-021-0/+1
* Bluetooth: make batostr() print in the right orderGustavo F. Padovan2010-10-121-4/+1Star
* Bluetooth: remove unused variable from cmtpGustavo F. Padovan2010-10-121-2/+1Star
* net: sk_sleep() helperEric Dumazet2010-04-211-2/+2
* Bluetooth: Remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-271-2/+1Star
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-5/+0Star
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-1/+1
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-2/+2
* [NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-7/+7
* [Bluetooth] Remaining transitions to use kzalloc()Marcel Holtmann2006-07-131-2/+1Star
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller2005-07-081-4/+2Star
* [PATCH] kill gratitious includes of major.h under net/*Al Viro2005-04-261-1/+0Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+504