summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/bnep/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* 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-151-2/+3
* Bluetooth: Access BNEP session addresses through L2CAP channelMarcel Holtmann2013-10-131-12/+6
* Bluetooth: Remove unnecessary include l2cap.hRami Rosen2013-01-091-1/+0
* Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-271-2/+1
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-051-17/+0
* 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-091-3/+3
|/
* module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-191-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan2011-12-031-5/+3
|\
| * Bluetooth: bnep: Fix module referenceDavid Herrmann2011-11-211-5/+3
* | Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz2011-11-071-9/+4
|/
* 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-111-4/+5
* Bluetooth: bnep: Fix lost wakeup of session threadPeter Hurley2011-08-111-2/+4
* Bluetooth: Use kthread API in bnepSzymon Janc2011-04-051-13/+8
* 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/+0
* Bluetooth: bnep: fix information leak to userlandVasiliy Kulikov2010-12-011-0/+1
* net: sk_sleep() helperEric Dumazet2010-04-201-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-091-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-071-6/+6
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-5/+0
* netdevice: safe convert to netdev_priv() #part-4Wang Chen2008-11-121-1/+1
* net/: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-1/+0
* [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-111-4/+0
|/
* bluetooth: use get/put_unaligned_* helpersHarvey Harrison2008-05-021-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/+0
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-251-4/+7
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1