Age | Commit message (Expand) | Author |
2023-08-21 | net: annotate data-races around sk->sk_lingertime | Eric Dumazet |
2023-08-11 | Bluetooth: af_bluetooth: Make BT_PKT_STATUS generic | Luiz Augusto von Dentz |
2023-08-11 | Bluetooth: Consolidate code around sk_alloc into a helper function | Luiz Augusto von Dentz |
2023-07-20 | Bluetooth: SCO: fix sco_conn related locking and validity issues | Pauli Virtanen |
2023-04-10 | Bluetooth: SCO: Fix possible circular locking dependency sco_sock_getsockopt | Luiz Augusto von Dentz |
2023-04-10 | Bluetooth: SCO: Fix possible circular locking dependency on sco_connect_cfm | Luiz Augusto von Dentz |
2022-05-13 | Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirk | Luiz Augusto von Dentz |
2022-05-13 | Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout | Ying Hsu |
2021-09-21 | Bluetooth: SCO: Fix sco_send_frame returning skb->len | Luiz Augusto von Dentz |
2021-09-21 | Bluetooth: Fix passing NULL to PTR_ERR | Luiz Augusto von Dentz |
2021-09-13 | Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsg | Luiz Augusto von Dentz |
2021-09-07 | Bluetooth: Add support for HCI_Enhanced_Setup_Synchronous_Connection command | Kiran K |
2021-09-07 | Bluetooth: Allow setting of codec for HFP offload use case | Kiran K |
2021-09-07 | Bluetooth: Allow querying of supported offload codecs over SCO socket | Kiran K |
2021-09-03 | Bluetooth: fix init and cleanup of sco_conn.timeout_work | Desmond Cheong Zhi Xi |
2021-09-03 | Bluetooth: call sock_hold earlier in sco_conn_del | Desmond Cheong Zhi Xi |
2021-08-30 | Bluetooth: sco: Fix lock_sock() blockage by memcpy_from_msg() | Takashi Iwai |
2021-08-10 | Bluetooth: fix repeated calls to sco_sock_kill | Desmond Cheong Zhi Xi |
2021-08-10 | Bluetooth: serialize calls to sco_sock_{set,clear}_timer | Desmond Cheong Zhi Xi |
2021-08-10 | Bluetooth: switch to lock_sock in SCO | Desmond Cheong Zhi Xi |
2021-08-10 | Bluetooth: avoid circular locks in sco_sock_connect | Desmond Cheong Zhi Xi |
2021-08-10 | Bluetooth: schedule SCO timeouts with delayed_work | Desmond Cheong Zhi Xi |
2021-07-22 | Bluetooth: sco: prevent information leak in sco_conn_defer_accept() | Dan Carpenter |
2021-06-26 | Bluetooth: sco: Use the correct print format | Kai Ye |
2021-03-24 | Bluetooth: Remove trailing semicolon in macros | Meng Yu |
2020-12-07 | Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU option | Wei Yongjun |
2020-09-11 | Bluetooth: sco: new getsockopt options BT_SNDMTU/BT_RCVMTU | Joseph Hwang |
2020-07-31 | bluetooth: sco: Fix sockptr reference. | David S. Miller |
2020-07-31 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig |
2020-06-12 | Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connections | Alain Michaud |
2020-02-18 | Bluetooth: Fix crash when using new BT_PHY option | Luiz Augusto von Dentz |
2020-02-14 | Bluetooth: Add BT_PHY socket option | Luiz Augusto von Dentz |
2019-04-19 | net: rework SIOCGSTAMP ioctl handling | Arnd Bergmann |
2019-04-12 | Bluetooth: Check address length before reading address field | Tetsuo Handa |
2019-01-22 | Bluetooth: Fix locking in bt_accept_enqueue() for BH context | Matthias Kaehlcke |
2018-12-19 | Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macro | Yangtao Li |
2018-07-16 | Bluetooth: avoid killing an already killed socket | Sudip Mukherjee |
2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds |
2018-05-26 | net/bluetooth: convert to ->poll_mask | Christoph Hellwig |
2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko |
2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook |
2017-06-29 | Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ... | Mateusz Jurczyk |
2017-03-09 | net: Work around lockdep limitation in sockets that use sockets | David Howells |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar |
2016-11-22 | Bluetooth: Fix using the correct source address type | Johan Hedberg |
2015-12-15 | bluetooth: Validate socket address length in sco_sock_bind(). | David S. Miller |
2015-10-27 | Bluetooth: Fix crash on fast disconnect of SCO | Kuba Pawlak |
2015-10-26 | Bluetooth: Fix some obvious coding style issues in the SCO module | Marcel Holtmann |
2015-10-25 | Bluetooth: Fix locking issue during fast SCO reconnection. | Kuba Pawlak |