summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2020-01-26Bluetooth: Fix race condition in hci_release_sock()Dan Carpenter-0/+3
2020-01-25Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_leMarcel Holtmann-93/+61
2020-01-25Bluetooth: Add missing checks for HCI_ISODATA_PKT packet typeMarcel Holtmann-5/+11
2020-01-22Bluetooth: fix appearance typo in mgmt.cAlain Michaud-4/+4
2020-01-22Bluetooth: adding missing const decoration to mgmt_status_tableAlain Michaud-1/+1
2020-01-16Bluetooth: Increment management interface revisionMarcel Holtmann-1/+1
2020-01-15Bluetooth: Make use of __check_timeout on hci_sched_leLuiz Augusto von Dentz-8/+3
2020-01-15Bluetooth: monitor: Add support for ISO packetsLuiz Augusto von Dentz-0/+6
2020-01-15Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS.Alain Michaud-8/+188
2020-01-08Bluetooth: remove redundant assignment to variable icidColin Ian King-1/+0
2020-01-04Bluetooth: Auto tune if input MTU is set to 0Luiz Augusto von Dentz-2/+52
2020-01-04Bluetooth: Add support for LE PHY Update Complete eventLuiz Augusto von Dentz-0/+27
2020-01-04Bluetooth: Remove usage of BT_ERR_RATELIMITED macroMarcel Holtmann-8/+6
2020-01-04Bluetooth: Adding a bt_dev_warn_ratelimited macro.Alain Michaud-0/+16
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds-3/+32
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-22/+62
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-1/+1
2019-11-22Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost-1/+3
2019-11-22Bluetooth: Allow combination of BDADDR_PROPERTY and INVALID_BDADDR quirksMarcel Holtmann-2/+24
2019-11-19Bluetooth: delete a stray unlockDan Carpenter-3/+1
2019-11-12Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-5/+14
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet-2/+2
2019-11-04Bluetooth: Fix advertising duplicated flagsLuiz Augusto von Dentz-0/+9
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-10/+2
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers-1/+1
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet-2/+2
2019-10-26Bluetooth: Fix not using LE_ADV_NONCONN_IND for instance 0Luiz Augusto von Dentz-4/+4
2019-10-26Bluetooth: Fix using advertising instance duration as timeoutLuiz Augusto von Dentz-1/+1
2019-10-24net: core: add generic lockdep keysTaehee Yoo-8/+0
2019-10-23compat_ioctl: move hci_sock handlers into driverArnd Bergmann-1/+20
2019-10-23compat_ioctl: move rfcomm handlers into driverArnd Bergmann-2/+12
2019-10-17Bluetooth: hci_core: fix init for HCI_USER_CHANNELMattijs Korpershoek-1/+8
2019-10-16Bluetooth: Workaround directed advertising bug in Broadcom controllersSzymon Janc-0/+8
2019-10-16Bluetooth: missed cpu_to_le16 conversion in hci_init4_reqBen Dooks (Codethink)-2/+2
2019-10-16Bluetooth: remove set but not used variable 'smp'YueHaibing-6/+0
2019-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-16/+27
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-73/+33
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-13/+1
2019-09-06Bluetooth: hidp: Fix assumptions on the return value of hidp_send_messageDan Elkouby-2/+2
2019-09-05Bluetooth: mgmt: Use struct_size() helperGustavo A. R. Silva-6/+2
2019-09-05Bluetooth: 6lowpan: Make variable header_ops constantNishka Dasgupta-1/+1
2019-09-05Bluetooth: Add support for utilizing Fast Advertising IntervalSpoorthi Ravishankar Koppad-7/+22
2019-09-05Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann-13/+1
2019-08-17Bluetooth: Add debug setting for changing minimum encryption key sizeMarcel Holtmann-1/+33
2019-08-12Bluetooth: hidp: Let hidp_send_message return number of queued bytesFabian Henneke-2/+7
2019-07-26bluetooth: switch to AES libraryArd Biesheuvel-73/+33
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-31/+214
2019-07-06Bluetooth: 6lowpan: always check destination addressJosua Mayer-12/+0
2019-07-06Bluetooth: 6lowpan: check neighbour table for SLAACJosua Mayer-0/+15