aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-24Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-12/+0
2018-10-14Bluetooth: Remove redundant check on statusColin Ian King1-21/+17
2018-10-14Bluetooth: Errata Service Release 8, Erratum 3253Mallikarjun Phulari1-1/+9
2018-10-14Bluetooth: Use separate L2CAP LE credit based connection result valuesMallikarjun Phulari1-13/+13
2018-10-13kill TIOCSERGSTRUCTAl Viro1-4/+0
2018-10-13rfcomm: get rid of mentioning TIOC[SG]SERIALAl Viro1-8/+0
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+29
2018-09-28Bluetooth: Fix debugfs NULL pointer dereferenceMatias Karhumaa2-14/+11
2018-09-27Bluetooth: L2CAP: Detect if remote is not able to use the whole MPSLuiz Augusto von Dentz1-0/+10
2018-09-27Bluetooth: L2CAP: Derive rx credits from MTU and MPSLuiz Augusto von Dentz1-15/+27
2018-09-27Bluetooth: L2CAP: Derive MPS from connection MTULuiz Augusto von Dentz1-7/+7
2018-09-27Bluetooth: Add definitions and track LE resolve list modificationAnkit Navik2-0/+110
2018-09-27Bluetooth: Remove unnecessary smp_mb__{before,after}_atomicAndrea Parri3-14/+20
2018-09-26Bluetooth: SMP: fix crash in unpairingMatias Karhumaa3-10/+29
2018-09-11Bluetooth: Use correct tfm to generate OOB dataMatias Karhumaa1-1/+7
2018-09-11Bluetooth: SMP: Fix trying to use non-existent local OOB dataJohan Hedberg1-2/+6
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds10-218/+1711
2018-08-14Merge tag 'leds-for-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-ledsLinus Torvalds1-2/+4
2018-08-10Bluetooth: Add definitions for LE set address resolutionAnkit Navik1-0/+28
2018-08-06Bluetooth: remove redundant variables 'adv_set' and 'cp'YueHaibing2-6/+0
2018-08-01Bluetooth: hidp: buffer overflow in hidp_process_reportMark Salyzyn1-2/+2
2018-07-30Bluetooth: hidp: Fix handling of strncpy for hid->name informationMarcel Holtmann1-1/+1
2018-07-30Bluetooth: Add new quirk for non-persistent setup settingsSean Wang1-1/+2
2018-07-30Bluetooth: Implement secondary advertising on different PHYsJaganath Kanakkassery2-11/+46
2018-07-30Bluetooth: Handle ADv set terminated eventJaganath Kanakkassery2-3/+48
2018-07-30Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery6-3/+223
2018-07-30Bluetooth: Use ext adv for directed advJaganath Kanakkassery1-22/+45
2018-07-30Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery4-2/+27
2018-07-30Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery4-34/+108
2018-07-30Bluetooth: Impmlement extended adv enableJaganath Kanakkassery5-25/+245
2018-07-30Bluetooth: Read no of adv sets during initJaganath Kanakkassery2-2/+32
2018-07-30Bluetooth: Use selected PHYs in extended connectJaganath Kanakkassery1-16/+45
2018-07-30Bluetooth: Handle extended ADV PDU typesJaganath Kanakkassery1-13/+37
2018-07-30Bluetooth: Set Scan PHYs based on selected PHYs by userJaganath Kanakkassery1-9/+28
2018-07-30Bluetooth: Implement PHY changed eventJaganath Kanakkassery2-1/+25
2018-07-30Bluetooth: Implement Set PHY Confguration commandJaganath Kanakkassery2-0/+208
2018-07-30Bluetooth: Implement Get PHY Configuration mgmt commandJaganath Kanakkassery1-0/+145
2018-07-30Bluetooth: Define PHY flags in hdev and set 1M as defaultJaganath Kanakkassery1-4/+5
2018-07-18Bluetooth: Use lock_sock_nested in bt_accept_enqueuePhilipp Puschmann1-1/+1
2018-07-16Bluetooth: avoid killing an already killed socketSudip Mukherjee1-1/+2
2018-07-06Bluetooth: Use extended LE Connection if supportedJaganath Kanakkassery3-18/+109
2018-07-06Bluetooth: Introduce helpers for le conn status and completeJaganath Kanakkassery1-45/+65
2018-07-06Bluetooth: Process extended ADV report eventJaganath Kanakkassery2-0/+61
2018-07-06Bluetooth: Use extended scanning if controller supportsJaganath Kanakkassery2-25/+136
2018-07-06Bluetooth: Introduce helpers for LE set scan start and completeJaganath Kanakkassery2-49/+46
2018-07-06Bluetooth: Add HCI command for clear Resolv listAnkit Navik2-0/+22
2018-07-06Bluetooth: Store Resolv list sizeAnkit Navik3-0/+45
2018-07-05leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König1-2/+4
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds5-6/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-2/+2