aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/bnep (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/ebiederm/user-namespaceLinus 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/viro/vfsLinus 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 l2cap socketAl 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/viro/vfsLinus Torvalds1-1/+1
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn 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/bluetooth/bluetooth-nextJohn 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