- 05abad8 Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirk by Luiz Augusto von Dentz · 2 years, 11 months ago
- 7aa1e7d Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout by Ying Hsu · 2 years, 11 months ago
- 037ce00 Bluetooth: SCO: Fix sco_send_frame returning skb->len by Luiz Augusto von Dentz · 3 years, 5 months ago
- 266191aa Bluetooth: Fix passing NULL to PTR_ERR by Luiz Augusto von Dentz · 3 years, 5 months ago
- 0771cbb Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsg by Luiz Augusto von Dentz · 3 years, 6 months ago
- b2af264 Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection command by Kiran K · 3 years, 6 months ago
- f687340 Bluetooth: Allow setting of codec for HFP offload use case by Kiran K · 3 years, 6 months ago
- 248733e Bluetooth: Allow querying of supported offload codecs over SCO socket by Kiran K · 3 years, 6 months ago
- 49d8a56 Bluetooth: fix init and cleanup of sco_conn.timeout_work by Desmond Cheong Zhi Xi · 3 years, 6 months ago
- f4712fa Bluetooth: call sock_hold earlier in sco_conn_del by Desmond Cheong Zhi Xi · 3 years, 6 months ago
- 99c23da Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg() by Takashi Iwai · 3 years, 6 months ago
- e1dee2c Bluetooth: fix repeated calls to sco_sock_kill by Desmond Cheong Zhi Xi · 3 years, 7 months ago
- 3f2c89f Bluetooth: serialize calls to sco_sock_{set,clear}_timer by Desmond Cheong Zhi Xi · 3 years, 7 months ago
- 27c24fd Bluetooth: switch to lock_sock in SCO by Desmond Cheong Zhi Xi · 3 years, 7 months ago
- 734bc5f Bluetooth: avoid circular locks in sco_sock_connect by Desmond Cheong Zhi Xi · 3 years, 7 months ago
- ba316be Bluetooth: schedule SCO timeouts with delayed_work by Desmond Cheong Zhi Xi · 3 years, 7 months ago
- 59da0b3 Bluetooth: sco: prevent information leak in sco_conn_defer_accept() by Dan Carpenter · 3 years, 8 months ago
- 79dbeafe Bluetooth: sco: Use the correct print format by Kai Ye · 3 years, 9 months ago
- 0f90d32 Bluetooth: Remove trailing semicolon in macros by Meng Yu · 4 years ago
- f6b8c6b Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU option by Wei Yongjun · 4 years, 3 months ago
- 0fc1a72 Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTU by Joseph Hwang · 4 years, 6 months ago
- 83a33b2 bluetooth: sco: Fix sockptr reference. by David S. Miller · 4 years, 7 months ago
- 4bb540d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 4 years, 7 months ago
- a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 7 months ago
- 00398e1 Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connections by Alain Michaud · 4 years, 9 months ago
- a2a8b0b Bluetooth: Fix crash when using new BT_PHY option by Luiz Augusto von Dentz · 5 years ago
- eab2404 Bluetooth: Add BT_PHY socket option by Luiz Augusto von Dentz · 5 years ago
- c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
- bd7d46d Bluetooth: Check address length before reading address field by Tetsuo Handa · 6 years ago
- c4f5627 Bluetooth: Fix locking in bt_accept_enqueue() for BH context by Matthias Kaehlcke · 6 years ago
- 8e2924e Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
- 4e1a720 Bluetooth: avoid killing an already killed socket by Sudip Mukherjee · 7 years ago
- a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
- 17112d8 net/bluetooth: convert to ->poll_mask by Christoph Hellwig · 7 years ago
- 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
- e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
- d2ecfa7 Bluetooth: Add sockaddr length checks before accessing sa_family in bind and connect handlers by Mateusz Jurczyk · 8 years ago
- cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 39385cb Bluetooth: Fix using the correct source address type by Johan Hedberg · 8 years ago
- 5233252 bluetooth: Validate socket address length in sco_sock_bind(). by David S. Miller · 9 years ago
- 2c501cd Bluetooth: Fix crash on fast disconnect of SCO by Kuba Pawlak · 9 years ago
- c4297e8 Bluetooth: Fix some obvious coding style issues in the SCO module by Marcel Holtmann · 9 years ago
- 1da5537 Bluetooth: Fix locking issue during fast SCO reconnection. by Kuba Pawlak · 9 years ago
- 435c513 Bluetooth: Fix locking issue on SCO disconnection by Kuba Pawlak · 9 years ago
- 75e34f5 Bluetooth: Fix crash on SCO disconnect by Kuba Pawlak · 9 years ago
- df94536 Bluetooth: Make the function sco_conn_del have a return type of void by Nicholas Krause · 10 years ago
- 9b4c333 Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return void by Arron Wang · 10 years ago
- 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
- 0402d9f2 Bluetooth: fix sco_exit compile warning by Alexander Aring · 10 years ago
- 70c836a4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 10 years ago
- 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
- 3a6d576 Bluetooth: Convert disconn_cfm to be triggered through hci_cb by Johan Hedberg · 10 years ago
- 539c496 Bluetooth: Convert connect_cfm to be triggered through hci_cb by Johan Hedberg · 10 years ago
- dfb2fae Bluetooth: Fix nested sleeps by Peter Hurley · 10 years ago
- 15762fa Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_sco by Marcel Holtmann · 10 years ago
- 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
- 093facf Bluetooth: never linger on process exit by Vladimir Davydov · 11 years ago
- eb5a4de Bluetooth: Remove sco_chan_get helper function by Marcel Holtmann · 11 years ago
- e03ab51 Bluetooth: Remove unneeded forward declaration of sco_chan_del by Marcel Holtmann · 11 years ago
- 015b01c Bluetooth: Remove unneeded forward declaration of __sco_chan_add by Marcel Holtmann · 11 years ago
- 068d69e Bluetooth: Move SCO timeout constants into net/bluetooth/sco.c by Marcel Holtmann · 11 years ago
- fc8f525 Bluetooth: Move struct sco_conn into net/bluetooth/sco.c by Marcel Holtmann · 11 years ago
- 2a0dccb Bluetooth: Move struct sco_pinfo into net/bluetooth/sco.c by Marcel Holtmann · 11 years ago
- 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
- dcf4adb Bluetooth: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
- f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
- 1120e4b Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfs by Marcel Holtmann · 11 years ago
- eea9636 Bluetooth: Store SCO address information in its own socket structure by Marcel Holtmann · 11 years ago
- 041987c Bluetooth: Use SCO addresses from HCI connection directly by Marcel Holtmann · 11 years ago
- 79dc008 Bluetooth: Prevent transparent SCO on older devices by Frédéric Dalleau · 12 years ago
- 10c62dd Bluetooth: Parameters for outgoing SCO connections by Frédéric Dalleau · 12 years ago
- 2f69a82 Bluetooth: Use voice setting in deferred SCO connection request by Frédéric Dalleau · 12 years ago
- ad10b1a Bluetooth: Add Bluetooth socket voice option by Frédéric Dalleau · 12 years ago
- 33f2404 Bluetooth: Remove unused mask parameter in sco_conn_defer_accept by Frédéric Dalleau · 12 years ago
- e660ed6 Bluetooth: Use hci_connect_sco directly by Frédéric Dalleau · 12 years ago
- 9d225d2 Bluetooth: Fix getting SCO socket options in deferred state by Johan Hedberg · 12 years ago
- 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 6ed0e32 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
- fa5513b Bluetooth: Move and rename hci_conn_accept by Frédéric Dalleau · 12 years ago
- 92f185c Bluetooth: Minor coding style fix by Claudio Takahasi · 12 years ago
- c10cc5a Bluetooth: Use GFP_KERNEL in sco_conn_add by Claudio Takahasi · 12 years ago
- 76a68ba Bluetooth: rename hci_conn_put to hci_conn_drop by David Herrmann · 12 years ago
- d364140 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
- b031661 bluetooth: kill unused 'module' argument of bt_procfs_init() by Al Viro · 12 years ago
- c8c4991 Bluetooth: SCO - Fix missing msg_namelen update in sco_sock_recvmsg() by Mathias Krause · 12 years ago
- 9a574cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
- 8fa48cb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 12 years ago
- eb20ff9 Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 state by Vinicius Costa Gomes · 12 years ago
- 5e9d7f8 Bluetooth: discard bt_sock_unregister() errors by David Herrmann · 12 years ago
- b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
- 4052808 Bluetooth: Reduce critical section in sco_conn_ready by Andre Guedes · 12 years ago
- b7e98b5 Bluetooth: Check if the hci connection exists in SCO shutdown by Gustavo Padovan · 12 years ago
- 0b27a4b Revert "Bluetooth: Fix possible deadlock in SCO code" by Gustavo Padovan · 12 years ago
- 20714bfe Bluetooth: Implement deferred sco socket setup by Frédéric Dalleau · 12 years ago
- b96e9c6 Bluetooth: Add BT_DEFER_SETUP option to sco socket by Frédéric Dalleau · 12 years ago
- fcb7333 Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr by Andrei Emeltchenko · 12 years ago
- 6ed93dc Bluetooth: Use %pMR in debug instead of batostr by Andrei Emeltchenko · 12 years ago
- fac805f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
- 269c484 Bluetooth: Fix possible deadlock in SCO code by Gustavo Padovan · 13 years ago