summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/bnep/core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: bnep: Fix out-of-bound accessLuiz Augusto von Dentz2024-03-061-1/+2
* Bluetooth: constify the struct device_type usageRicardo B. Marliere2024-03-061-1/+1
* bluetooth: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-1/+1
* exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-131-1/+1
* bluetooth: use eth_hw_addr_set()Jakub Kicinski2021-10-251-1/+1
* Bluetooth: bnep: Use the correct print formatKai Ye2021-06-261-4/+4
* 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/+5
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-9/+6
* 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
|\