index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bluetooth
/
rfcomm
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-24
Bluetooth: RFCOMM: serialize session teardown
Chengfeng Ye
1
-0
/
+2
2026-08-24
Bluetooth: RFCOMM: serialize security confirmation handling
Chengfeng Ye
1
-1
/
+7
2026-08-24
Bluetooth: RFCOMM: Validate MTU in rfcomm_apply_pn() to prevent infinite loop
Hyunwoo Kim
1
-0
/
+4
2026-08-07
Bluetooth: RFCOMM: take rfcomm_mutex for the deferred setup accept
Ali Ahmet Memis
1
-3
/
+21
2026-07-28
Bluetooth: RFCOMM: validate skb length in rfcomm_recv_frame
Jiale Yao
1
-0
/
+5
2026-07-20
Bluetooth: RFCOMM: Fix session UAF in set_termios
Chengfeng Ye
1
-0
/
+17
2026-06-11
Bluetooth: Add SPDX id lines to some source files
Tim Bird
1
-4
/
+1
2026-06-03
Bluetooth: RFCOMM: validate skb length in MCC handlers
SeungJu Cheon
1
-18
/
+49
2026-05-06
Bluetooth: RFCOMM: pull credit byte with skb_pull_data()
Pengpeng Hou
1
-2
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
1
-2
/
+2
2025-07-23
Bluetooth: RFCOMM: Fix typos in comments
Bastien Nocera
1
-1
/
+2
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-2
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2025-03-07
Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"
Luiz Augusto von Dentz
1
-6
/
+0
2024-12-12
Bluetooth: hci_core: Fix sleeping function called from invalid context
Luiz Augusto von Dentz
1
-0
/
+6
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
1
-1
/
+1
2024-02-28
Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security
Yuxuan Hu
1
-1
/
+1
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
1
-0
/
+4
2022-12-12
Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
1
-1
/
+1
2021-09-13
Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsg
Luiz Augusto von Dentz
1
-7
/
+43
2020-07-10
Bluetooth: RFCOMM: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-02-19
Bluetooth: RFCOMM: Use MTU auto tune logic
Luiz Augusto von Dentz
1
-6
/
+4
2020-02-05
Bluetooth: remove __get_channel/dir and __dir
Alex Shi
1
-3
/
+0
2019-01-23
Bluetooth: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+1
2018-12-19
Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macro
Yangtao Li
1
-11
/
+1
2017-11-21
treewide: setup_timer() -> timer_setup()
Kees Cook
1
-6
/
+6
2017-06-16
networking: make skb_push & __skb_push return void pointers
Johannes Berg
1
-2
/
+2
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-1
/
+1
2017-04-12
Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_t
Elena Reshetova
1
-2
/
+2
2015-12-20
Bluetooth: use list_for_each_entry*
Geliang Tang
1
-32
/
+14
2015-05-11
net: Add a struct net parameter to sock_create_kern
Eric W. Biederman
1
-1
/
+1
2014-12-20
Bluetooth: Remove duplicate constant for RFCOMM PSM
Marcel Holtmann
1
-2
/
+2
2014-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-5
/
+7
2014-11-04
Bluetooth: Fix sparse warnings in RFCOMM
Johan Hedberg
1
-2
/
+4
2014-11-04
rfcomm, sched/wait: Fix broken wait construct
Peter Zijlstra
1
-10
/
+8
2014-10-25
Bluetooth: Improve RFCOMM __test_pf macro robustness
Szymon Janc
1
-1
/
+1
2014-10-25
Bluetooth: Fix RFCOMM NSC response
Szymon Janc
1
-2
/
+2
2014-07-22
Bluetooth: Avoid use of session socket after the session gets freed
Vignesh Raman
1
-2
/
+5
2014-07-17
Bluetooth: Pass initiator/acceptor information to hci_conn_security()
Johan Hedberg
1
-1
/
+2
2014-05-29
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
1
-1
/
+1
2014-05-05
Bluetooth: Convert RFCOMM spinlocks into mutexes
Libor Pechacek
1
-1
/
+1
2014-04-11
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
1
-2
/
+2
2014-03-12
Bluetooth: Convert uses of __constant_<foo> to <foo>
Joe Perches
1
-2
/
+2
2014-02-14
Bluetooth: Don't fail RFCOMM tty writes
Peter Hurley
1
-0
/
+14
2014-02-14
Bluetooth: Directly close dlc for not yet started RFCOMM session
Peter Hurley
1
-3
/
+9
2014-02-14
Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close()
Peter Hurley
1
-8
/
+15
2014-02-14
Bluetooth: Refactor deferred setup test in rfcomm_dlc_close()
Peter Hurley
1
-10
/
+8
[next]