summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-281-2/+2
|\
| * ipv6: constify rt6_nexthop()Nicolas Dichtel2019-06-261-2/+2
* | Bluetooth: Fix regression with minimum encryption key size alignmentMarcel Holtmann2019-06-222-14/+37
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-192-8/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-11/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner2019-06-055-40/+5
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-219-0/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0712-25/+49
|\
| * Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita2019-05-054-0/+23
| * Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsMarcel Holtmann2019-04-251-0/+8
| * Bluetooth: hci_core: Don't stop BT if the BD address missing in dtsBalakrishna Godavarthi2019-04-241-2/+0
| * Bluetooth: Use struct_size() helperGustavo A. R. Silva2019-04-231-7/+4
| * Bluetooth: Fix incorrect pointer arithmatic in ext_adv_report_evtJaganath Kanakkassery2019-04-231-1/+1
| * Bluetooth: hidp: fix buffer overflowYoung Xiao2019-04-231-0/+1
| * Bluetooth: Add return check for L2CAP security level setFugang Duan2019-04-231-2/+5
| * Bluetooth: Fix not initializing L2CAP tx_creditsLuiz Augusto von Dentz2019-04-231-5/+4
| * net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-194-8/+3
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-062-2/+0
|\ \ | |/ |/|
| * crypto: shash - remove shash_desc::flagsEric Biggers2019-04-252-2/+0
* | Bluetooth: Check address length before reading address fieldTetsuo Handa2019-04-121-2/+2
|/
* Bluetooth: Add quirk for reading BD_ADDR from fwnode propertyMatthias Kaehlcke2019-02-262-2/+47
* Bluetooth: mgmt: Use struct_size() helperGustavo A. R. Silva2019-02-261-5/+3
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-02-2411-50/+86
|\
| * Bluetooth: a2mp: Use struct_size() helperGustavo A. R. Silva2019-02-181-1/+1
| * Bluetooth: hci_event: Use struct_size() helperGustavo A. R. Silva2019-02-181-4/+4
| * Bluetooth: Fix decrementing reference count twice in releasing socketMyungho Jung2019-02-041-2/+1
| * Bluetooth: make hw_err static, reduces object code sizeColin Ian King2019-01-251-1/+1
| * Bluetooth: Allow driver specific cmd timeout handlingRajat Jain2019-01-251-0/+3
| * Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-232-0/+2
| * Bluetooth: Verify that l2cap_get_conf_opt provides large enough bufferMarcel Holtmann2019-01-231-0/+6
| * Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_optMarcel Holtmann2019-01-231-31/+46
| * Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke2019-01-224-6/+16
| * Bluetooth: 6lowpan: Fix debugfs_simple_attr.cocci warningsYueHaibing2019-01-221-5/+6
* | socket: Use old_timeval types for socket timestampsDeepa Dinamani2019-02-031-2/+2
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-271-4/+4
|\
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-201-1/+1
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-3/+3
* | Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg2018-12-191-0/+6
* | Bluetooth: clean an indentation issue, remove extraneous spaceColin Ian King2018-12-191-1/+1
* | Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-194-44/+4
* | net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
|/
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-013-3/+3
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-243-3/+3
* | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-10-255-49/+80
|\ \
| * | hidp: fix compat_ioctlAl Viro2018-09-101-29/+50
| * | hidp: constify hidp_connection_add()Al Viro2018-09-102-6/+6
| * | cmtp: fix compat_ioctlAl Viro2018-09-101-7/+12
| * | bnep: fix compat_ioctlAl Viro2018-09-101-7/+12
* | | Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-12/+0
|\ \ \
| * | | kill TIOCSERGSTRUCTAl Viro2018-10-131-4/+0