aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/rfcomm
AgeCommit message (Expand)AuthorFilesLines
2024-05-13net: change proto and proto_ops accept typeGravatar Jens Axboe 1-3/+3
2024-04-10Bluetooth: RFCOMM: Fix not validating setsockopt user inputGravatar Luiz Augusto von Dentz 1-9/+5
2024-02-28Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityGravatar Yuxuan Hu 1-1/+1
2023-12-08tty: make tty_operations::send_xchar accept u8 charGravatar Jiri Slaby (SUSE) 1-1/+1
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-15/+16
2023-08-11tty: rfcomm: convert counts to size_tGravatar Jiri Slaby (SUSE) 1-2/+2
2023-08-11tty: make tty_operations::write()'s count size_tGravatar Jiri Slaby (SUSE) 1-2/+3
2023-08-11tty: propagate u8 data to tty_operations::write()Gravatar Jiri Slaby (SUSE) 1-1/+1
2023-08-11Bluetooth: Consolidate code around sk_alloc into a helper functionGravatar Luiz Augusto von Dentz 1-10/+3
2023-07-31Bluetooth: rfcomm: remove casts from tty->driver_dataGravatar Jiri Slaby 1-11/+11
2023-02-24Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2023-01-23net/sock: Introduce trace_sk_data_ready()Gravatar Peilin Ye 1-0/+4
2023-01-22Merge 6.2-rc5 into tty-nextGravatar Greg Kroah-Hartman 1-1/+6
2023-01-19tty: Convert ->carrier_raised() and callchains to boolGravatar Ilpo Järvinen 1-1/+1
2023-01-17Bluetooth: Fix possible deadlock in rfcomm_sk_state_changeGravatar Ying Hsu 1-1/+6
2022-12-12Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Gravatar Yang Yingliang 1-1/+1
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2022-10-07Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+2
2022-09-24Bluetooth: RFCOMM: remove define-only RFCOMM_TTY_MAGIC ex-magic-numberGravatar наб 1-1/+0
2022-09-15Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/releaseGravatar Luiz Augusto von Dentz 1-0/+3
2022-08-30tty: Make ->set_termios() old ktermios constGravatar Ilpo Järvinen 1-1/+2
2021-10-05Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Jakub Kicinski 2-43/+53
2021-09-21Bluetooth: Fix passing NULL to PTR_ERRGravatar Luiz Augusto von Dentz 1-1/+1
2021-09-13Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgGravatar Luiz Augusto von Dentz 2-43/+53
2021-09-01Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-6/+6
2021-08-10Bluetooth: switch to lock_sock in RFCOMMGravatar Desmond Cheong Zhi Xi 1-4/+4
2021-07-27tty: drop put_tty_driverGravatar Jiri Slaby 1-2/+2
2021-07-27tty: stop using alloc_tty_driverGravatar Jiri Slaby 1-4/+4
2021-07-05Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-2/+2
2021-06-26Bluetooth: RFCOMM: Use DEVICE_ATTR_RO macroGravatar YueHaibing 1-4/+6
2021-05-13tty: make tty_operations::chars_in_buffer return uintGravatar Jiri Slaby 1-1/+1
2021-05-13tty: make tty_operations::write_room return uintGravatar Jiri Slaby 1-1/+1
2020-07-31Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 2-2/+2
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 1-5/+7
2020-07-10Bluetooth: RFCOMM: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-2/+2
2020-05-29Bluetooth: Acquire sk_lock.slock without disabling interruptsGravatar Sebastian Andrzej Siewior 1-5/+2
2020-03-08Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlGravatar Qiujun Huang 1-3/+1
2020-02-19Bluetooth: RFCOMM: Use MTU auto tune logicGravatar Luiz Augusto von Dentz 1-6/+4
2020-02-05Bluetooth: remove __get_channel/dir and __dirGravatar Alex Shi 1-3/+0
2019-10-23compat_ioctl: move rfcomm handlers into driverGravatar Arnd Bergmann 1-2/+12
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-04-19net: rework SIOCGSTAMP ioctl handlingGravatar Arnd Bergmann 1-0/+1
2019-01-23Bluetooth: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2019-01-22Bluetooth: Fix locking in bt_accept_enqueue() for BH contextGravatar Matthias Kaehlcke 1-1/+1
2018-12-19Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroGravatar Yangtao Li 2-22/+2
2018-10-13kill TIOCSERGSTRUCTGravatar Al Viro 1-4/+0
2018-10-13rfcomm: get rid of mentioning TIOC[SG]SERIALGravatar Al Viro 1-8/+0
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-1/+1
2018-05-26net/bluetooth: convert to ->poll_maskGravatar Christoph Hellwig 1-1/+1
2018-04-01Bluetooth: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1