summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/bnep/core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove unnecessary smp_mb__{before,after}_atomicAndrea Parri2018-09-271-3/+4
* Bluetooth: bnep: fix possible might sleep error in bnep_sessionJeffy Chen2017-06-271-6/+5Star
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-9/+6Star
* Bluetooth: Do not filter multicast addresses by defaultDanny Schweizer2015-12-111-2/+5
* Bluetooth: bnep: Handle BNEP connection setup requestGrzegorz Kolodziejczyk2015-04-031-3/+11
* Bluetooth: bnep: Add support to extended headers of control framesGrzegorz Kolodziejczyk2015-04-031-10/+36
* Bluetooth: bnep: Return err value while sending cmd is not understoodGrzegorz Kolodziejczyk2015-04-031-1/+1
* Bluetooth: Restrict BNEP flags to only valid onesMarcel Holtmann2015-04-021-1/+11
* Bluetooth: Fix potential NULL dereferenceJohan Hedberg2015-02-031-4/+3Star
* Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro2014-12-191-0/+3
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-161-2/+3
* Bluetooth: Access BNEP session addresses through L2CAP channelMarcel Holtmann2013-10-131-12/+6Star
* Bluetooth: Remove unnecessary include l2cap.hRami Rosen2013-01-091-1/+0Star
* Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-271-2/+1Star
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-17/+0Star
* Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-051-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville2012-05-221-1/+1
|\
| * Bluetooth: bnep: use constant for ethertypeEldad Zack2012-05-091-1/+1
* | bluetooth: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-3/+3
|/
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-12-031-5/+3Star
|\
| * Bluetooth: bnep: Fix module referenceDavid Herrmann2011-11-211-5/+3Star
* | 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: bnep: Fix deadlock in session deletionPeter Hurley2011-08-121-4/+5
* Bluetooth: bnep: Fix lost wakeup of session threadPeter Hurley2011-08-121-2/+4
* Bluetooth: Use kthread API in bnepSzymon Janc2011-04-051-13/+8Star
* Bluetooth: Fix checkpatch errors and some code style issues in bnepSzymon Janc2011-03-311-16/+21
* Bluetooth: Opencode macros in bnep/core.cSzymon Janc2011-03-311-5/+8
* Bluetooth: remove l2cap_load() hackGustavo F. Padovan2011-02-151-2/+0Star
* Bluetooth: bnep: fix information leak to userlandVasiliy Kulikov2010-12-021-0/+1
* net: sk_sleep() helperEric Dumazet2010-04-211-4/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-101-2/+2
|\
| * tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-12-041-2/+2
* | Bluetooth: Fix handling of BNEP setup connection requestsVikram Kandukuri2009-12-031-1/+4
|/
* net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann2009-09-111-0/+5
* bluetooth: driver API updateStephen Hemminger2009-01-081-6/+6
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-5/+0Star
* netdevice: safe convert to netdev_priv() #part-4Wang Chen2008-11-131-1/+1
* net/: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* [Bluetooth] Consolidate maintainers informationMarcel Holtmann2008-08-181-1/+1
* [Bluetooth] Add parameters to control BNEP header compressionMarcel Holtmann2008-08-071-3/+12
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2008-07-191-0/+5
|\
| * [Bluetooth] Signal user-space for HIDP and BNEP socket errorsMarcel Holtmann2008-07-141-0/+5
* | net: remove CVS keywordsAdrian Bunk2008-06-121-4/+0Star
|/
* bluetooth: use get/put_unaligned_* helpersHarvey Harrison2008-05-031-4/+4
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-1/+1
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0Star