summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: SMP: fix crash in unpairingMatias Karhumaa2018-09-263-10/+29
* Bluetooth: Use correct tfm to generate OOB dataMatias Karhumaa2018-09-111-1/+7
* Bluetooth: SMP: Fix trying to use non-existent local OOB dataJohan Hedberg2018-09-111-2/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-1510-218/+1711
|\
| * Bluetooth: Add definitions for LE set address resolutionAnkit Navik2018-08-101-0/+28
| * Bluetooth: remove redundant variables 'adv_set' and 'cp'YueHaibing2018-08-062-6/+0
| * Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn2018-08-011-2/+2
| * Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann2018-07-301-1/+1
| * Bluetooth: Add new quirk for non-persistent setup settingsSean Wang2018-07-301-1/+2
| * Bluetooth: Implement secondary advertising on different PHYsJaganath Kanakkassery2018-07-302-11/+46
| * Bluetooth: Handle ADv set terminated eventJaganath Kanakkassery2018-07-302-3/+48
| * Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery2018-07-306-3/+223
| * Bluetooth: Use ext adv for directed advJaganath Kanakkassery2018-07-301-22/+45
| * Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery2018-07-304-2/+27
| * Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery2018-07-304-34/+108
| * Bluetooth: Impmlement extended adv enableJaganath Kanakkassery2018-07-305-25/+245
| * Bluetooth: Read no of adv sets during initJaganath Kanakkassery2018-07-302-2/+32
| * Bluetooth: Use selected PHYs in extended connectJaganath Kanakkassery2018-07-301-16/+45
| * Bluetooth: Handle extended ADV PDU typesJaganath Kanakkassery2018-07-301-13/+37
| * Bluetooth: Set Scan PHYs based on selected PHYs by userJaganath Kanakkassery2018-07-301-9/+28
| * Bluetooth: Implement PHY changed eventJaganath Kanakkassery2018-07-302-1/+25
| * Bluetooth: Implement Set PHY Confguration commandJaganath Kanakkassery2018-07-302-0/+208
| * Bluetooth: Implement Get PHY Configuration mgmt commandJaganath Kanakkassery2018-07-301-0/+145
| * Bluetooth: Define PHY flags in hdev and set 1M as defaultJaganath Kanakkassery2018-07-301-4/+5
| * Bluetooth: Use lock_sock_nested in bt_accept_enqueuePhilipp Puschmann2018-07-181-1/+1
| * Bluetooth: avoid killing an already killed socketSudip Mukherjee2018-07-161-1/+2
| * Bluetooth: Use extended LE Connection if supportedJaganath Kanakkassery2018-07-063-18/+109
| * Bluetooth: Introduce helpers for le conn status and completeJaganath Kanakkassery2018-07-061-45/+65
| * Bluetooth: Process extended ADV report eventJaganath Kanakkassery2018-07-062-0/+61
| * Bluetooth: Use extended scanning if controller supportsJaganath Kanakkassery2018-07-062-25/+136
| * Bluetooth: Introduce helpers for LE set scan start and completeJaganath Kanakkassery2018-07-062-49/+46
| * Bluetooth: Add HCI command for clear Resolv listAnkit Navik2018-07-062-0/+22
| * Bluetooth: Store Resolv list sizeAnkit Navik2018-07-063-0/+45
* | Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-08-141-2/+4
|\ \ | |/ |/|
| * leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König2018-07-051-2/+4
* | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-285-6/+9
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-065-67/+65
|\
| * Bluetooth: Re-use kstrtobool_from_user()Andy Shevchenko2018-05-303-40/+19
| * Bluetooth: Add __hci_cmd_send functionLoic Poulain2018-05-181-0/+31
| * Bluetooth: use wait_event API instead of open-coding itJohn Keeping2018-05-181-23/+7
| * Bluetooth: Prevent buffer overflow for large advertisement dataChriz Chow2018-05-181-4/+8
* | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-048-12/+6
|\ \
| * | net/bluetooth: convert to ->poll_maskChristoph Hellwig2018-05-264-8/+5
| * | net: convert datagram_poll users tp ->poll_maskChristoph Hellwig2018-05-261-1/+1
| * | net: remove sock_no_pollChristoph Hellwig2018-05-263-3/+0
| |/
* | isdn: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-13/+1
* | bluetooth: switch to proc_create_seq_dataChristoph Hellwig2018-05-161-35/+5
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2018-04-083-13/+33
|\
| * Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc2018-04-033-13/+33