summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/bnep
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz2023-08-111-9/+1
* bluetooth: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-1/+1
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
| * exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-131-1/+1
* | net: Don't include filter.h from net/sock.hJakub Kicinski2021-12-291-0/+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
* net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+0
* Bluetooth: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-281-3/+3
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-11/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-251-7/+12
|\
| * bnep: fix compat_ioctlAl Viro2018-09-101-7/+12
* | Bluetooth: Remove unnecessary smp_mb__{before,after}_atomicAndrea Parri2018-09-271-3/+4
|/
* net: remove sock_no_pollChristoph Hellwig2018-05-261-1/+0
* 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-202-15/+12
* net: remove MTU limits on a few ether_setup callersJarod Wilson2016-10-211-0/+2
* net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-1/+1
* Bluetooth: Do not filter multicast addresses by defaultDanny Schweizer2015-12-111-2/+5
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* Bluetooth: bnep: Handle BNEP connection setup requestGrzegorz Kolodziejczyk2015-04-033-4/+15
* Bluetooth: bnep: Add support to extended headers of control framesGrzegorz Kolodziejczyk2015-04-031-10/+36
* Bluetooth: bnep: Add support for get bnep features via ioctlGrzegorz Kolodziejczyk2015-04-032-0/+8
* 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: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* 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
* Bluetooth: Introduce BT_BREDR and BT_LE config optionsMarcel Holtmann2014-11-021-1/+1
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-2/+3
* net/*: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* Bluetooth: Access BNEP session addresses through L2CAP channelMarcel Holtmann2013-10-131-12/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\
| * bluetooth: kill unused 'module' argument of bt_procfs_init()Al Viro2013-04-091-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-04-101-3/+1
|\ \
| * | Bluetooth: discard bt_sock_unregister() errorsDavid Herrmann2013-03-081-3/+1
| |/
* / net: add ETH_P_802_3_MINSimon Horman2013-03-281-1/+1
|/
* Bluetooth: Remove unnecessary include l2cap.hRami Rosen2013-01-091-1/+0
* Bluetooth: Remove unnecessary include export.hSyam Sidhardhan2012-11-011-1/+0
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-191-2/+1
|\
| * Bluetooth: Use %pMR in debug instead of batostrAndrei Emeltchenko2012-09-271-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-2/+2
|\ \ | |/ |/|
| * net: change return values from -EACCES to -EPERMZhao Hongjiang2012-09-211-2/+2
* | Bluetooth: Added /proc/net/bnep via bt_procfs_init()Masatake YAMATO2012-08-061-2/+20
|/
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-053-43/+2
* Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-052-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville2012-05-221-1/+1
|\