summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/rfcomm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-15/+16
|\
| * tty: rfcomm: convert counts to size_tJiri Slaby (SUSE)2023-08-111-2/+2
| * tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-2/+3
| * tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-1/+1
| * Bluetooth: rfcomm: remove casts from tty->driver_dataJiri Slaby2023-07-311-11/+11
* | Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz2023-08-111-10/+3
|/
* Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-241-1/+1
|\
| * Merge 6.2-rc5 into tty-nextGreg Kroah-Hartman2023-01-221-1/+6
| |\
| * | tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen2023-01-191-1/+1
* | | net/sock: Introduce trace_sk_data_ready()Peilin Ye2023-01-231-0/+4
| |/ |/|
* | Bluetooth: Fix possible deadlock in rfcomm_sk_state_changeYing Hsu2023-01-171-1/+6
|/
* Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()Yang Yingliang2022-12-121-1/+1
* Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-071-1/+0
|\
| * Bluetooth: RFCOMM: remove define-only RFCOMM_TTY_MAGIC ex-magic-numberнаб2022-09-241-1/+0
* | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2022-10-071-1/+2
|\ \
| * | tty: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
| |/
* / Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/releaseLuiz Augusto von Dentz2022-09-151-0/+3
|/
* Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2021-10-052-43/+53
|\
| * Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2021-09-211-1/+1
| * Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsgLuiz Augusto von Dentz2021-09-132-43/+53
* | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-6/+6
|\ \ | |/ |/|
| * tty: drop put_tty_driverJiri Slaby2021-07-271-2/+2
| * tty: stop using alloc_tty_driverJiri Slaby2021-07-271-4/+4
* | Bluetooth: switch to lock_sock in RFCOMMDesmond Cheong Zhi Xi2021-08-101-4/+4
|/
* Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-051-2/+2
|\
| * tty: make tty_operations::chars_in_buffer return uintJiri Slaby2021-05-131-1/+1
| * tty: make tty_operations::write_room return uintJiri Slaby2021-05-131-1/+1
* | Bluetooth: RFCOMM: Use DEVICE_ATTR_RO macroYueHaibing2021-06-261-4/+6
|/
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2020-07-312-2/+2
|\
| * Bluetooth: RFCOMM: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-102-2/+2
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-5/+7
|/
* Bluetooth: Acquire sk_lock.slock without disabling interruptsSebastian Andrzej Siewior2020-05-291-5/+2
* Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctlQiujun Huang2020-03-081-3/+1
* Bluetooth: RFCOMM: Use MTU auto tune logicLuiz Augusto von Dentz2020-02-191-6/+4
* Bluetooth: remove __get_channel/dir and __dirAlex Shi2020-02-051-3/+0
* compat_ioctl: move rfcomm handlers into driverArnd Bergmann2019-10-231-2/+12
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-0/+1
* Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva2019-01-231-0/+1
* Bluetooth: Fix locking in bt_accept_enqueue() for BH contextMatthias Kaehlcke2019-01-221-1/+1
* Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-192-22/+2
* kill TIOCSERGSTRUCTAl Viro2018-10-131-4/+0
* rfcomm: get rid of mentioning TIOC[SG]SERIALAl Viro2018-10-131-8/+0
* Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-1/+1
* net/bluetooth: convert to ->poll_maskChristoph Hellwig2018-05-261-1/+1
* Bluetooth: Mark expected switch fall-throughsGustavo A. R. Silva2018-04-011-0/+1
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-2/+2
* net: make getname() functions return length rather than use int* parameterDenys Vlasenko2018-02-121-3/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-6/+6
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-07-011-1/+2
|\