index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
rfcomm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
1
-1
/
+1
*
Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-10-07
1
-1
/
+0
|
\
|
*
Bluetooth: RFCOMM: remove define-only RFCOMM_TTY_MAGIC ex-magic-number
наб
2022-09-24
1
-1
/
+0
*
|
Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2022-10-07
1
-1
/
+2
|
\
\
|
*
|
tty: Make ->set_termios() old ktermios const
Ilpo Järvinen
2022-08-30
1
-1
/
+2
|
|
/
*
/
Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/release
Luiz Augusto von Dentz
2022-09-15
1
-0
/
+3
|
/
*
Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker...
Jakub Kicinski
2021-10-05
2
-43
/
+53
|
\
|
*
Bluetooth: Fix passing NULL to PTR_ERR
Luiz Augusto von Dentz
2021-09-21
1
-1
/
+1
|
*
Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsg
Luiz Augusto von Dentz
2021-09-13
2
-43
/
+53
*
|
Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-09-01
1
-6
/
+6
|
\
\
|
|
/
|
/
|
|
*
tty: drop put_tty_driver
Jiri Slaby
2021-07-27
1
-2
/
+2
|
*
tty: stop using alloc_tty_driver
Jiri Slaby
2021-07-27
1
-4
/
+4
*
|
Bluetooth: switch to lock_sock in RFCOMM
Desmond Cheong Zhi Xi
2021-08-10
1
-4
/
+4
|
/
*
Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2021-07-05
1
-2
/
+2
|
\
|
*
tty: make tty_operations::chars_in_buffer return uint
Jiri Slaby
2021-05-13
1
-1
/
+1
|
*
tty: make tty_operations::write_room return uint
Jiri Slaby
2021-05-13
1
-1
/
+1
*
|
Bluetooth: RFCOMM: Use DEVICE_ATTR_RO macro
YueHaibing
2021-06-26
1
-4
/
+6
|
/
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2020-07-31
2
-2
/
+2
|
\
|
*
Bluetooth: RFCOMM: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-07-10
2
-2
/
+2
*
|
net: pass a sockptr_t into ->setsockopt
Christoph Hellwig
2020-07-24
1
-5
/
+7
|
/
*
Bluetooth: Acquire sk_lock.slock without disabling interrupts
Sebastian Andrzej Siewior
2020-05-29
1
-5
/
+2
*
Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl
Qiujun Huang
2020-03-08
1
-3
/
+1
*
Bluetooth: RFCOMM: Use MTU auto tune logic
Luiz Augusto von Dentz
2020-02-19
1
-6
/
+4
*
Bluetooth: remove __get_channel/dir and __dir
Alex Shi
2020-02-05
1
-3
/
+0
*
compat_ioctl: move rfcomm handlers into driver
Arnd Bergmann
2019-10-23
1
-2
/
+12
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
2019-04-19
1
-0
/
+1
*
Bluetooth: Mark expected switch fall-throughs
Gustavo A. R. Silva
2019-01-23
1
-0
/
+1
*
Bluetooth: Fix locking in bt_accept_enqueue() for BH context
Matthias Kaehlcke
2019-01-22
1
-1
/
+1
*
Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
2018-12-19
2
-22
/
+2
*
kill TIOCSERGSTRUCT
Al Viro
2018-10-13
1
-4
/
+0
*
rfcomm: get rid of mentioning TIOC[SG]SERIAL
Al Viro
2018-10-13
1
-8
/
+0
*
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-28
1
-1
/
+1
*
net/bluetooth: convert to ->poll_mask
Christoph Hellwig
2018-05-26
1
-1
/
+1
*
Bluetooth: Mark expected switch fall-throughs
Gustavo A. R. Silva
2018-04-01
1
-0
/
+1
*
net: Use octal not symbolic permissions
Joe Perches
2018-03-26
1
-2
/
+2
*
net: make getname() functions return length rather than use int* parameter
Denys Vlasenko
2018-02-12
1
-3
/
+2
*
treewide: setup_timer() -> timer_setup()
Kees Cook
2017-11-21
1
-6
/
+6
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2017-07-01
1
-1
/
+2
|
\
|
*
Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ...
Mateusz Jurczyk
2017-06-29
1
-1
/
+2
*
|
net: convert sock.sk_refcnt from atomic_t to refcount_t
Reshetova, Elena
2017-07-01
1
-1
/
+1
|
/
*
networking: make skb_push & __skb_push return void pointers
Johannes Berg
2017-06-16
1
-2
/
+2
*
networking: make skb_put & friends return void pointers
Johannes Berg
2017-06-16
1
-1
/
+1
*
networking: introduce and use skb_put_data()
Johannes Berg
2017-06-16
1
-1
/
+1
*
Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-04-12
1
-2
/
+2
*
net: Work around lockdep limitation in sockets that use sockets
David Howells
2017-03-09
1
-1
/
+2
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Bluetooth: Fix using the correct source address type
Johan Hedberg
2016-11-22
1
-1
/
+1
*
Bluetooth: use list_for_each_entry*
Geliang Tang
2015-12-20
1
-32
/
+14
*
Bluetooth: Fix potential NULL dereference in RFCOMM bind callback
Jaganath Kanakkassery
2015-06-06
1
-8
/
+12
[next]