- d0f1c24 Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by Jakub Kicinski · 3 years, 3 months ago
- 266191aa Bluetooth: Fix passing NULL to PTR_ERR by Luiz Augusto von Dentz · 3 years, 3 months ago
- 81be03e Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsg by Luiz Augusto von Dentz · 3 years, 4 months ago
- 7c314bdf Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 4 months ago
- b7ce436 Bluetooth: switch to lock_sock in RFCOMM by Desmond Cheong Zhi Xi · 3 years, 5 months ago
- 9f90a4d tty: drop put_tty_driver by Jiri Slaby · 3 years, 5 months ago
- 39b7b42 tty: stop using alloc_tty_driver by Jiri Slaby · 3 years, 5 months ago
- c932ed0 Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 3 years, 6 months ago
- c615943 Bluetooth: RFCOMM: Use DEVICE_ATTR_RO macro by YueHaibing · 3 years, 7 months ago
- fff4ef1 tty: make tty_operations::chars_in_buffer return uint by Jiri Slaby · 3 years, 8 months ago
- 03b3b1a tty: make tty_operations::write_room return uint by Jiri Slaby · 3 years, 8 months ago
- 4bb540d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 4 years, 5 months ago
- a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 5 months ago
- 710a919 Bluetooth: RFCOMM: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
- e6da0ed Bluetooth: Acquire sk_lock.slock without disabling interrupts by Sebastian Andrzej Siewior · 4 years, 7 months ago
- 71811ca Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl by Qiujun Huang · 4 years, 10 months ago
- 1c22d3c Bluetooth: RFCOMM: Use MTU auto tune logic by Luiz Augusto von Dentz · 4 years, 10 months ago
- 2ade42d Bluetooth: remove __get_channel/dir and __dir by Alex Shi · 5 years ago
- 7d60a7a compat_ioctl: move rfcomm handlers into driver by Arnd Bergmann · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
- 6317950 Bluetooth: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
- c4f5627 Bluetooth: Fix locking in bt_accept_enqueue() for BH context by Matthias Kaehlcke · 6 years ago
- 8e2924e Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
- ce5a983 kill TIOCSERGSTRUCT by Al Viro · 6 years ago
- 6a9daed rfcomm: get rid of mentioning TIOC[SG]SERIAL by Al Viro · 6 years ago
- a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
- 17112d8 net/bluetooth: convert to ->poll_mask by Christoph Hellwig · 7 years ago
- 9ea47132 Bluetooth: Mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
- d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
- 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
- e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
- 57a53a0 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 7 years ago
- 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
- d2ecfa7 Bluetooth: Add sockaddr length checks before accessing sa_family in bind and connect handlers by Mateusz Jurczyk · 8 years ago
- d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
- 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
- 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
- dab6b5d Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
- cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
- 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
- 39385cb Bluetooth: Fix using the correct source address type by Johan Hedberg · 8 years ago
- 7eb7404 Bluetooth: use list_for_each_entry* by Geliang Tang · 9 years ago
- 951b6a0 Bluetooth: Fix potential NULL dereference in RFCOMM bind callback by Jaganath Kanakkassery · 10 years ago
- 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
- eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 10 years ago
- 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
- dfb2fae Bluetooth: Fix nested sleeps by Peter Hurley · 10 years ago
- 74b3fb8 Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rc by Marcel Holtmann · 10 years ago
- 72e4a6b Bluetooth: Remove duplicate constant for RFCOMM PSM by Marcel Holtmann · 10 years ago
- 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
- 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
- 2a68c89 Bluetooth: Fix sparse warnings in RFCOMM by Johan Hedberg · 10 years ago
- eedf7e4 rfcomm, sched/wait: Fix broken wait construct by Peter Zijlstra · 10 years ago
- 65efd2b Bluetooth: Introduce BT_BREDR and BT_LE config options by Marcel Holtmann · 10 years ago
- 15346a9 Bluetooth: Improve RFCOMM __test_pf macro robustness by Szymon Janc · 10 years ago
- ec51154 Bluetooth: Fix RFCOMM NSC response by Szymon Janc · 10 years ago
- 32333ed Bluetooth: Avoid use of session socket after the session gets freed by Vignesh Raman · 10 years ago
- e7cafc4 Bluetooth: Pass initiator/acceptor information to hci_conn_security() by Johan Hedberg · 10 years ago
- 093facf Bluetooth: never linger on process exit by Vladimir Davydov · 10 years ago
- a5eb1ae Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 11 years ago
- 86aae6c Bluetooth: Convert RFCOMM spinlocks into mutexes by Libor Pechacek · 11 years ago
- 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
- e8b1ab9 Bluetooth: Fix returning peer address in pending connect state by Johan Hedberg · 11 years ago
- dcf4adb Bluetooth: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
- b1765e7 Bluetooth: Fix channel check when binding RFCOMM sock by Andrzej Kaczmarek · 11 years ago
- 8981be9 Bluetooth: Fix write_room() calculation by Peter Hurley · 11 years ago
- b16b435 Bluetooth: Refactor write_room() calculation by Peter Hurley · 11 years ago
- 72e5108 Bluetooth: Don't fail RFCOMM tty writes by Peter Hurley · 11 years ago
- 5326a4e Bluetooth: Force -EIO from tty read/write if .activate() fails by Peter Hurley · 11 years ago
- fb856e5 Bluetooth: Cleanup RFCOMM device registration error handling by Peter Hurley · 11 years ago
- f355095 Bluetooth: Refactor rfcomm_dev_add() by Peter Hurley · 11 years ago
- 033ace9 Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctls by Peter Hurley · 11 years ago
- 7611fce Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup() by Peter Hurley · 11 years ago
- b4d21f19 Bluetooth: Fix RFCOMM parent device for reused dlc by Peter Hurley · 11 years ago
- b92483d Bluetooth: Fix unsafe RFCOMM device parenting by Peter Hurley · 11 years ago
- c4fd318 Bluetooth: Directly close dlc for not yet started RFCOMM session by Peter Hurley · 11 years ago
- f622357 Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close() by Peter Hurley · 11 years ago
- 5998e04 Bluetooth: Refactor deferred setup test in rfcomm_dlc_close() by Peter Hurley · 11 years ago
- 4339c25 Bluetooth: Simplify RFCOMM session state eval by Peter Hurley · 11 years ago
- c10a848 Bluetooth: Verify dlci not in use before rfcomm_dev create by Peter Hurley · 11 years ago
- c949c22 Bluetooth: Fix RFCOMM tty teardown race by Peter Hurley · 11 years ago
- 80ea733 Bluetooth: Fix unreleased rfcomm_dev reference by Peter Hurley · 11 years ago
- 1c64834 Bluetooth: Release rfcomm_dev only once by Peter Hurley · 11 years ago
- 960603a Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctl by Peter Hurley · 11 years ago
- 082a153 Bluetooth: Fix racy acquire of rfcomm_dev reference by Peter Hurley · 11 years ago
- f87c24e Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()" by Peter Hurley · 11 years ago
- 136c373 Revert "Bluetooth: Always wait for a connection on RFCOMM open()" by Peter Hurley · 11 years ago
- 7f717b9 Revert "Bluetooth: Remove rfcomm_carrier_raised()" by Peter Hurley · 11 years ago
- 35364c9 Bluetooth: Refuse peer RFCOMM address reading when not connected by Johan Hedberg · 11 years ago
- 2c068e0 Bluetooth: Handle security level 4 for RFCOMM connections by Marcel Holtmann · 11 years ago
- f86772a Bluetooth: Remove rfcomm_carrier_raised() by Gianluca Anzolin · 11 years ago
- 4a2fb3e Bluetooth: Always wait for a connection on RFCOMM open() by Gianluca Anzolin · 11 years ago
- e228b63 Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate() by Gianluca Anzolin · 11 years ago
- 5b89924 Bluetooth: Release RFCOMM port when the last user closes the TTY by Gianluca Anzolin · 11 years ago
- 7acd718 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 11 years ago
- f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
- 32019c7 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 11 years ago
- 8992da0 Bluetooth: Fix to set proper bdaddr_type for RFCOMM connect by Seung-Woo Kim · 11 years ago
- c507f13 Bluetooth: Fix RFCOMM bind fail for L2CAP sock by Seung-Woo Kim · 11 years ago