aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/bnep
AgeCommit message (Expand)AuthorFilesLines
2024-03-06Bluetooth: bnep: Fix out-of-bound accessLuiz Augusto von Dentz1-1/+2
2024-03-06Bluetooth: constify the struct device_type usageRicardo B. Marliere1-1/+1
2023-08-11Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz1-9/+1
2022-03-07bluetooth: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+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
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+0
2020-02-28Bluetooth: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-3/+3
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-11/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-10-25Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-7/+12
2018-09-27Bluetooth: Remove unnecessary smp_mb__{before,after}_atomicAndrea Parri1-3/+4
2018-09-10bnep: fix compat_ioctlAl Viro1-7/+12
2018-05-26net: remove sock_no_pollChristoph Hellwig1-1/+0
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 linyu2-15/+12
2016-10-21net: remove MTU limits on a few ether_setup callersJarod Wilson1-0/+2
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2015-12-11Bluetooth: Do not filter multicast addresses by defaultDanny Schweizer1-2/+5
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-04-03Bluetooth: bnep: Handle BNEP connection setup requestGrzegorz Kolodziejczyk3-4/+15
2015-04-03Bluetooth: bnep: Add support to extended headers of control framesGrzegorz Kolodziejczyk1-10/+36
2015-04-03Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk2-0/+8
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-03-03bluetooth: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
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-11-02Bluetooth: Introduce BT_BREDR and BT_LE config optionsMarcel Holtmann1-1/+1
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+3
2013-12-06net/*: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-10-13Bluetooth: Access BNEP session addresses through L2CAP channelMarcel Holtmann1-12/+6
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-3/+1
2013-04-09bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro1-1/+1
2013-03-28net: add ETH_P_802_3_MINSimon Horman1-1/+1
2013-03-08Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann1-3/+1
2013-01-09Bluetooth: Remove unnecessary include l2cap.hRami Rosen1-1/+0
2012-11-01Bluetooth: Remove unnecessary include export.hSyam Sidhardhan1-1/+0
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-2/+1
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-09-27Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko1-2/+1
2012-09-21net: change return values from -EACCES to -EPERMZhao Hongjiang1-2/+2
2012-08-06Bluetooth: Added /proc/net/bnep via bt_procfs_init()Masatake YAMATO1-2/+20
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan3-43/+2
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan2-5/+5
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville1-1/+1
2012-05-09bluetooth: Convert compare_ether_addr to ether_addr_equalJoe Perches1-3/+3
2012-05-09Bluetooth: bnep: use constant for ethertypeEldad Zack1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-02-27Bluetooth: Use kernel int types instead of ones from stdint.hJohan Hedberg1-3/+3
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2011-12-21Bluetooth: Always compile SCO and L2CAP in Bluetooth CoreUlisses Furquim1-1/+1
2011-12-19module_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-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville1-9/+4
2011-11-07Bluetooth: replace list_for_each with list_for_each_entry whenever possibleLuiz Augusto von Dentz1-9/+4
2011-10-11Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next...John W. Linville1-1/+4
2011-09-27Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMMMat Martineau1-1/+4
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller2-5/+9
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-11Bluetooth: bnep: Fix deadlock in session deletionPeter Hurley2-4/+6
2011-08-11Bluetooth: bnep: Fix lost wakeup of session threadPeter Hurley1-2/+4
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-0/+1
2011-04-05Bluetooth: Use kthread API in bnepSzymon Janc2-14/+9
2011-03-31Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h>Szymon Janc1-1/+1
2011-03-31Bluetooth: Fix checkpatch errors and some code style issues in bnepSzymon Janc2-89/+94
2011-03-31Bluetooth: Opencode macros in bnep/core.cSzymon Janc1-5/+8
2011-02-15Bluetooth: remove l2cap_load() hackGustavo F. Padovan1-2/+0
2011-02-14Bluetooth: bnep: fix buffer overflowVasiliy Kulikov1-0/+1
2010-12-01Bluetooth: bnep: fix information leak to userlandVasiliy Kulikov1-0/+1
2010-07-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+2
2010-06-24Bluetooth: Bring back var 'i' incrementGustavo F. Padovan1-0/+2
2010-06-03net: use __packed annotationEric Dumazet1-4/+4
2010-04-20net: sk_sleep() helperEric Dumazet2-7/+7
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-1/+3
2010-04-03net: convert multicast list to list_headJiri Pirko1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo3-1/+3
2010-03-16net: convert multiple drivers to use netdev_for_each_mc_addr, part7Jiri Pirko1-5/+5
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+4
2009-12-09Merge 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-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
2009-09-11net: Add DEVTYPE support for Ethernet based devicesMarcel Holtmann1-0/+5
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-3/+3
2009-01-07bluetooth: driver API updateStephen Hemminger3-27/+19
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann4-16/+1
2008-11-12netdevice: safe convert to netdev_priv() #part-4Wang Chen2-4/+4
2008-11-03net/: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-08-18[Bluetooth] Consolidate maintainers informationMarcel Holtmann1-1/+1
2008-08-07[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
2008-07-14[Bluetooth] Signal user-space for HIDP and BNEP socket errorsMarcel Holtmann1-0/+5
2008-06-11net: remove CVS keywordsAdrian Bunk4-16/+0
2008-05-02bluetooth: use get/put_unaligned_* helpersHarvey Harrison1-4/+4
2008-03-05bluetooth: make bnep_sock_cleanup() return voidTobias Klauser2-4/+2
2008-01-28[BLUETOOTH]: Use sockfd_put()Julia Lawall1-2/+2
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov1-1/+1
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt2-2/+2
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman1-2/+2
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo1-4/+7
2007-04-25[SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-10[NET] BLUETOOTH: Fix whitespace errors.YOSHIFUJI Hideaki4-65/+65
2006-12-02[BLUETOOTH]: bnep endianness annotationsAl Viro2-8/+8
2006-12-02[BLUETOOTH] bnep endianness bug: filtering by packet typeAl Viro2-13/+14
2006-10-15[Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann1-1/+1
2006-10-15[Bluetooth] Fix reference count when connection lookup failsMarcel Holtmann1-3/+1
2006-10-15[Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDPMarcel Holtmann1-17/+50
2006-09-28[Bluetooth] Integrate services into the driver modelMarcel Holtmann1-2/+24
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel3-3/+0
2006-03-21[BLUETOOTH]: Return negative error constantTobias Klauser1-2/+2
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap1-0/+1
2006-01-10[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn1-3/+3
2006-01-03[NET]: move struct proto_ops to constEric Dumazet1-1/+1
2005-04-25[PATCH] kill gratitious includes of major.h under net/*Al Viro1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds6-0/+1412