summaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm
AgeCommit message (Expand)AuthorFilesLines
9 daystty: introduce and use tty_port_tty_vhangup() helperJiri Slaby (SUSE)1-6/+1
2025-03-28Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz1-6/+0
2025-01-09Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz1-0/+6
2024-12-14Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc()Ignat Korchagin1-5/+5
2024-12-14Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()Andrej Shadura1-4/+6
2024-10-17Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz1-2/+0
2024-08-29Bluetooth: RFCOMM: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-9/+5
2024-06-12Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz1-10/+3
2024-03-27Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu1-1/+1
2023-02-01Bluetooth: Fix possible deadlock in rfcomm_sk_state_changeYing Hsu1-1/+6
2022-12-31Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang1-1/+1
2022-10-08Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2022-10-08Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+2
2022-09-24Bluetooth: RFCOMM: remove define-only RFCOMM_TTY_MAGIC ex-magic-numberнаб1-1/+0
2022-09-16Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/releaseLuiz Augusto von Dentz1-0/+3
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+2
2021-10-05Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2-43/+53
2021-09-21Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz1-1/+1
2021-09-13Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz2-43/+53
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-6/+6
2021-08-10Bluetooth: switch to lock_sock in RFCOMMDesmond Cheong Zhi Xi1-4/+4
2021-07-27tty: drop put_tty_driverJiri Slaby1-2/+2
2021-07-27tty: stop using alloc_tty_driverJiri Slaby1-4/+4
2021-07-06Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+2
2021-06-26Bluetooth: RFCOMM: Use DEVICE_ATTR_RO macroYueHaibing1-4/+6
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby1-1/+1
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby1-1/+1
2020-08-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-2/+2
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-5/+7
2020-07-10Bluetooth: RFCOMM: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-05-29Bluetooth: Acquire sk_lock.slock without disabling interruptsSebastian Andrzej Siewior1-5/+2
2020-03-08Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang1-3/+1
2020-02-19Bluetooth: RFCOMM: Use MTU auto tune logicLuiz Augusto von Dentz1-6/+4
2020-02-05Bluetooth: remove __get_channel/dir and __dirAlex Shi1-3/+0
2019-10-23compat_ioctl: move rfcomm handlers into driverArnd Bergmann1-2/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-04-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-0/+1
2019-01-23Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2019-01-22Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke1-1/+1
2018-12-19Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2-22/+2
2018-10-13kill TIOCSERGSTRUCTAl Viro1-4/+0
2018-10-13rfcomm: get rid of mentioning TIOC[SG]SERIALAl Viro1-8/+0
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-1/+1
2018-05-26net/bluetooth: convert to ->poll_maskChristoph Hellwig1-1/+1
2018-04-01Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-2/+2
2018-02-12net: make getname() functions return length rather than use int* parameterDenys Vlasenko1-3/+2
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook1-6/+6
2017-07-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller1-1/+2
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena1-1/+1