aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2020-03-12Bluetooth: L2CAP: handle l2cap config request during open stateGravatar Howard Chung 1-1/+2
2020-03-12Bluetooth: clean up connection in hci_cs_disconnectGravatar Joseph Hwang 1-1/+13
2020-03-11Bluetooth: Pause discovery and advertising during suspendGravatar Abhishek Pandit-Subedi 2-0/+85
2020-03-11Bluetooth: Handle LE devices during suspendGravatar Abhishek Pandit-Subedi 1-54/+112
2020-03-11Bluetooth: Handle BR/EDR devices during suspendGravatar Abhishek Pandit-Subedi 3-3/+149
2020-03-11Bluetooth: Handle PM_SUSPEND_PREPARE and PM_POST_SUSPENDGravatar Abhishek Pandit-Subedi 3-0/+103
2020-03-11Bluetooth: mgmt: add mgmt_cmd_status in add_advertisingGravatar Joseph Hwang 1-1/+4
2020-03-11Bluetooth: fix off by one in err_data_reporting cmd masks.Gravatar Alain Michaud 1-2/+2
2020-03-11Bluetooth: Use bt_dev_err for RPA generation failure messageGravatar Marcel Holtmann 1-1/+1
2020-03-08Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlGravatar Qiujun Huang 1-3/+1
2020-03-08Bluetooth: L2CAP: Add module option to enable ECRED modeGravatar Luiz Augusto von Dentz 2-0/+20
2020-03-08Bluetooth: L2CAP: Add initial code for Enhanced Credit Based ModeGravatar Luiz Augusto von Dentz 2-20/+548
2020-03-08Bluetooth: Increment management interface revisionGravatar Marcel Holtmann 1-1/+1
2020-03-08Bluetooth: Enable erroneous data reporting if WBS is supportedGravatar Alain Michaud 3-2/+125
2020-03-08Bluetooth: Make use of skb_pull to parse L2CAP signaling PDUsGravatar Luiz Augusto von Dentz 1-16/+13
2020-03-07Bluetooth: Fix calculation of SCO handle for packet processingGravatar Marcel Holtmann 1-2/+5
2020-03-04Bluetooth: guard against controllers sending zero'd eventsGravatar Alain Michaud 1-0/+6
2020-02-28Bluetooth: Support querying for WBS support through MGMTGravatar Alain Michaud 1-0/+4
2020-02-28Bluetooth: During le_conn_timeout disable EXT_ADVGravatar Sathish Narsimman 1-3/+19
2020-02-28Bluetooth: Remove adv set for directed advertisingGravatar Sathish Narsimman 1-0/+10
2020-02-28Bluetooth: Use list_for_each_entry_rcu() to traverse RCU list in RCU read-sid...Gravatar Madhuparna Bhowmik 1-1/+1
2020-02-28Bluetooth: Fix Suspicious RCU usage warningsGravatar Madhuparna Bhowmik 1-4/+4
2020-02-28Bluetooth: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 2-8/+8
2020-02-19Bluetooth: fix passkey uninitialized when usedGravatar Howard Chung 1-9/+11
2020-02-19Bluetooth: RFCOMM: Use MTU auto tune logicGravatar Luiz Augusto von Dentz 1-6/+4
2020-02-18Bluetooth: Fix crash when using new BT_PHY optionGravatar Luiz Augusto von Dentz 2-2/+2
2020-02-18Bluetooth: Disable Extended Adv if enabledGravatar Sathish Narsimman 1-5/+2
2020-02-14Bluetooth: Add BT_PHY socket optionGravatar Luiz Augusto von Dentz 3-0/+133
2020-02-14Bluetooth: secure bluetooth stack from bluedump attackGravatar Howard Chung 2-0/+29
2020-02-05Bluetooth: remove __get_channel/dir and __dirGravatar Alex Shi 1-3/+0
2020-02-05Bluetooth: prefetch channel before killing sockGravatar Hillf Danton 1-4/+6
2020-01-29Bluetooth: optimize barrier usage for Rmw atomicsGravatar Davidlohr Bueso 1-1/+1
2020-01-29Bluetooth: Fix refcount use-after-free issueGravatar Manish Mandlik 2-14/+28
2020-01-28Bluetooth: SMP: Fix SALT value in some commentsGravatar Christophe JAILLET 1-2/+2
2020-01-26Bluetooth: Fix race condition in hci_release_sock()Gravatar Dan Carpenter 1-0/+3
2020-01-25Bluetooth: Move {min,max}_key_size debugfs into hci_debugfs_create_leGravatar Marcel Holtmann 2-93/+61
2020-01-25Bluetooth: Add missing checks for HCI_ISODATA_PKT packet typeGravatar Marcel Holtmann 2-5/+11
2020-01-22Bluetooth: fix appearance typo in mgmt.cGravatar Alain Michaud 1-4/+4
2020-01-22Bluetooth: adding missing const decoration to mgmt_status_tableGravatar Alain Michaud 1-1/+1
2020-01-16Bluetooth: Increment management interface revisionGravatar Marcel Holtmann 1-1/+1
2020-01-15Bluetooth: Make use of __check_timeout on hci_sched_leGravatar Luiz Augusto von Dentz 1-8/+3
2020-01-15Bluetooth: monitor: Add support for ISO packetsGravatar Luiz Augusto von Dentz 1-0/+6
2020-01-15Bluetooth: Implementation of MGMT_OP_SET_BLOCKED_KEYS.Gravatar Alain Michaud 4-8/+188
2020-01-08Bluetooth: remove redundant assignment to variable icidGravatar Colin Ian King 1-1/+0
2020-01-04Bluetooth: Auto tune if input MTU is set to 0Gravatar Luiz Augusto von Dentz 1-2/+52
2020-01-04Bluetooth: Add support for LE PHY Update Complete eventGravatar Luiz Augusto von Dentz 1-0/+27
2020-01-04Bluetooth: Remove usage of BT_ERR_RATELIMITED macroGravatar Marcel Holtmann 1-8/+6
2020-01-04Bluetooth: Adding a bt_dev_warn_ratelimited macro.Gravatar Alain Michaud 1-0/+16
2019-12-12netdev: pass the stuck queue to the timeout handlerGravatar Michael S. Tsirkin 1-1/+1
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-3/+32