summaryrefslogtreecommitdiff
path: root/net/bluetooth/bnep/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-07Bluetooth: bnep: Fix out-of-bound accessLuiz Augusto von Dentz1-1/+2
2024-03-07Bluetooth: constify the struct device_type usageRicardo B. Marliere1-1/+1
2022-03-07bluetooth: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman1-1/+1
2021-10-25bluetooth: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-06-26Bluetooth: bnep: Use the correct print formatKai Ye1-4/+4
2018-09-27Bluetooth: Remove unnecessary smp_mb__{before,after}_atomicAndrea Parri1-3/+4
2017-06-27Bluetooth: bnep: fix possible might sleep error in bnep_sessionJeffy Chen1-6/+5
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-9/+6
2015-12-11Bluetooth: Do not filter multicast addresses by defaultDanny Schweizer1-2/+5
2015-04-04Bluetooth: bnep: Handle BNEP connection setup requestGrzegorz Kolodziejczyk1-3/+11
2015-04-04Bluetooth: bnep: Add support to extended headers of control framesGrzegorz Kolodziejczyk1-10/+36
2015-04-03Bluetooth: bnep: Return err value while sending cmd is not understoodGrzegorz Kolodziejczyk1-1/+1
2015-04-02Bluetooth: Restrict BNEP flags to only valid onesMarcel Holtmann1-1/+11
2015-02-03Bluetooth: Fix potential NULL dereferenceJohan Hedberg1-4/+3
2014-12-19Bluetooth: bnep: bnep_add_connection() should verify that it's dealing with l...Al Viro1-0/+3
2014-07-16net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+3
2013-10-13Bluetooth: Access BNEP session addresses through L2CAP channelMarcel Holtmann1-12/+6
2013-01-09Bluetooth: Remove unnecessary include l2cap.hRami Rosen1-1/+0
2012-09-28Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko1-2/+1
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan1-17/+0
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan1-2/+2
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville1-1/+1
2012-05-10bluetooth: Convert compare_ether_addr to ether_addr_equalJoe Perches1-3/+3
2012-05-09Bluetooth: bnep: use constant for ethertypeEldad Zack1-1/+1
2011-12-20module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-2/+2
2011-12-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...Gustavo F. Padovan1-5/+3
2011-11-21Bluetooth: bnep: Fix module referenceDavid Herrmann1-5/+3
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz1-9/+4
2011-09-28Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau1-1/+4
2011-08-12Bluetooth: bnep: Fix deadlock in session deletionPeter Hurley1-4/+5
2011-08-12Bluetooth: bnep: Fix lost wakeup of session threadPeter Hurley1-2/+4
2011-04-05Bluetooth: Use kthread API in bnepSzymon Janc1-13/+8
2011-03-31Bluetooth: Fix checkpatch errors and some code style issues in bnepSzymon Janc1-16/+21
2011-03-31Bluetooth: Opencode macros in bnep/core.cSzymon Janc1-5/+8
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan1-2/+0
2010-12-02Bluetooth: bnep: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-04-21net: sk_sleep() helperEric Dumazet1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2009-12-04tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo1-2/+2
2009-12-03Bluetooth: Fix handling of BNEP setup connection requestsVikram Kandukuri1-1/+4
2009-09-11net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann1-0/+5
2009-01-08bluetooth: driver API updateStephen Hemminger1-6/+6
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann1-5/+0
2008-11-13netdevice: safe convert to netdev_priv() #part-4Wang Chen1-1/+1
2008-11-04net/: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-08-18[Bluetooth] Consolidate maintainers informationMarcel Holtmann1-1/+1
2008-08-08[Bluetooth] Add parameters to control BNEP header compressionMarcel Holtmann1-3/+12
2008-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller1-0/+5