| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-06-11 | Bluetooth: Add SPDX id lines to some source files | Tim Bird | 3 | -12/+3 |
| 2026-06-11 | Bluetooth: RFCOMM: convert to getsockopt_iter | Breno Leitao | 1 | -13/+17 |
| 2026-06-03 | Bluetooth: RFCOMM: validate skb length in MCC handlers | SeungJu Cheon | 1 | -18/+49 |
| 2026-06-03 | Bluetooth: RFCOMM: hold listener socket in rfcomm_connect_ind() | Zhang Cen | 1 | -4/+22 |
| 2026-05-20 | Bluetooth: fix UAF in l2cap_sock_cleanup_listen() vs l2cap_conn_del() | Safa Karakuş | 1 | -1/+8 |
| 2026-05-06 | Bluetooth: RFCOMM: pull credit byte with skb_pull_data() | Pengpeng Hou | 1 | -2/+5 |
| 2026-02-21 | Convert 'alloc_flex' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 2 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 2 | -4/+4 |
| 2025-11-04 | net: Convert proto_ops connect() callbacks to use sockaddr_unsized | Kees Cook | 2 | -2/+3 |
| 2025-11-04 | net: Convert proto_ops bind() callbacks to use sockaddr_unsized | Kees Cook | 2 | -3/+3 |
| 2025-10-24 | Bluetooth: rfcomm: fix modem control handling | Johan Hovold | 1 | -15/+11 |
| 2025-07-30 | Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2 | -2/+3 |
| 2025-07-23 | Bluetooth: RFCOMM: Fix typos in comments | Bastien Nocera | 2 | -2/+3 |
| 2025-06-17 | tty: introduce and use tty_port_tty_vhangup() helper | Jiri Slaby (SUSE) | 1 | -6/+1 |
| 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 |
| 2025-01-08 | Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices. | Chris Lu | 1 | -2/+2 |
| 2024-12-12 | Bluetooth: hci_core: Fix sleeping function called from invalid context | Luiz Augusto von Dentz | 1 | -0/+6 |
| 2024-12-11 | Bluetooth: Improve setsockopt() handling of malformed user input | Michal Luczaj | 1 | -5/+4 |
| 2024-11-14 | Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}() | Andrej Shadura | 1 | -4/+6 |
| 2024-10-15 | Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc() | Ignat Korchagin | 1 | -5/+5 |
| 2024-10-04 | Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_change | Luiz Augusto von Dentz | 1 | -2/+0 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-07-14 | tty: rfcomm: prefer array indexing over pointer arithmetic | Erick Archer | 1 | -6/+6 |
| 2024-07-14 | tty: rfcomm: prefer struct_size over open coded arithmetic | Erick Archer | 1 | -7/+4 |
| 2024-05-13 | net: change proto and proto_ops accept type | Jens Axboe | 1 | -3/+3 |
| 2024-04-10 | Bluetooth: RFCOMM: Fix not validating setsockopt user input | Luiz Augusto von Dentz | 1 | -9/+5 |
| 2024-02-28 | Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security | Yuxuan Hu | 1 | -1/+1 |
| 2023-12-08 | tty: make tty_operations::send_xchar accept u8 char | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2023-09-01 | Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -15/+16 |
| 2023-08-11 | tty: rfcomm: convert counts to size_t | Jiri Slaby (SUSE) | 1 | -2/+2 |
| 2023-08-11 | tty: make tty_operations::write()'s count size_t | Jiri Slaby (SUSE) | 1 | -2/+3 |
| 2023-08-11 | tty: propagate u8 data to tty_operations::write() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2023-08-11 | Bluetooth: Consolidate code around sk_alloc into a helper function | Luiz Augusto von Dentz | 1 | -10/+3 |
| 2023-07-31 | Bluetooth: rfcomm: remove casts from tty->driver_data | Jiri Slaby | 1 | -11/+11 |
| 2023-02-24 | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
| 2023-01-23 | net/sock: Introduce trace_sk_data_ready() | Peilin Ye | 1 | -0/+4 |
| 2023-01-22 | Merge 6.2-rc5 into tty-next | Greg Kroah-Hartman | 1 | -1/+6 |
| 2023-01-19 | tty: Convert ->carrier_raised() and callchains to bool | Ilpo Järvinen | 1 | -1/+1 |
| 2023-01-17 | Bluetooth: Fix possible deadlock in rfcomm_sk_state_change | Ying Hsu | 1 | -1/+6 |
| 2022-12-12 | Bluetooth: RFCOMM: don't call kfree_skb() under spin_lock_irqsave() | Yang Yingliang | 1 | -1/+1 |
| 2022-10-07 | Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+0 |
| 2022-10-07 | Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+2 |
| 2022-09-24 | Bluetooth: RFCOMM: remove define-only RFCOMM_TTY_MAGIC ex-magic-number | наб | 1 | -1/+0 |
| 2022-09-15 | Bluetooth: RFCOMM: Fix possible deadlock on socket shutdown/release | Luiz Augusto von Dentz | 1 | -0/+3 |
| 2022-08-30 | tty: Make ->set_termios() old ktermios const | Ilpo Järvinen | 1 | -1/+2 |
| 2021-10-05 | Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/ker... | Jakub Kicinski | 2 | -43/+53 |
| 2021-09-21 | Bluetooth: Fix passing NULL to PTR_ERR | Luiz Augusto von Dentz | 1 | -1/+1 |
| 2021-09-13 | Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsg | Luiz Augusto von Dentz | 2 | -43/+53 |
| 2021-09-01 | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -6/+6 |
| 2021-08-10 | Bluetooth: switch to lock_sock in RFCOMM | Desmond Cheong Zhi Xi | 1 | -4/+4 |
| 2021-07-27 | tty: drop put_tty_driver | Jiri Slaby | 1 | -2/+2 |
| 2021-07-27 | tty: stop using alloc_tty_driver | Jiri Slaby | 1 | -4/+4 |
| 2021-07-05 | Merge tag 'tty-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -2/+2 |
| 2021-06-26 | Bluetooth: RFCOMM: Use DEVICE_ATTR_RO macro | YueHaibing | 1 | -4/+6 |
| 2021-05-13 | tty: make tty_operations::chars_in_buffer return uint | Jiri Slaby | 1 | -1/+1 |
| 2021-05-13 | tty: make tty_operations::write_room return uint | Jiri Slaby | 1 | -1/+1 |
| 2020-07-31 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2 | -2/+2 |
| 2020-07-24 | net: pass a sockptr_t into ->setsockopt | Christoph Hellwig | 1 | -5/+7 |
| 2020-07-10 | Bluetooth: RFCOMM: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2 | -2/+2 |
| 2020-05-29 | Bluetooth: Acquire sk_lock.slock without disabling interrupts | Sebastian Andrzej Siewior | 1 | -5/+2 |
| 2020-03-08 | Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl | Qiujun Huang | 1 | -3/+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-10-23 | compat_ioctl: move rfcomm handlers into driver | Arnd Bergmann | 1 | -2/+12 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
| 2019-04-19 | net: rework SIOCGSTAMP ioctl handling | Arnd Bergmann | 1 | -0/+1 |
| 2019-01-23 | Bluetooth: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+1 |
| 2019-01-22 | Bluetooth: Fix locking in bt_accept_enqueue() for BH context | Matthias Kaehlcke | 1 | -1/+1 |
| 2018-12-19 | Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macro | Yangtao Li | 2 | -22/+2 |
| 2018-10-13 | kill TIOCSERGSTRUCT | Al Viro | 1 | -4/+0 |
| 2018-10-13 | rfcomm: get rid of mentioning TIOC[SG]SERIAL | Al Viro | 1 | -8/+0 |
| 2018-06-28 | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL | Linus Torvalds | 1 | -1/+1 |
| 2018-05-26 | net/bluetooth: convert to ->poll_mask | Christoph Hellwig | 1 | -1/+1 |
| 2018-04-01 | Bluetooth: Mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+1 |
| 2018-03-26 | net: Use octal not symbolic permissions | Joe Perches | 1 | -2/+2 |
| 2018-02-12 | net: make getname() functions return length rather than use int* parameter | Denys Vlasenko | 1 | -3/+2 |
| 2017-11-21 | treewide: setup_timer() -> timer_setup() | Kees Cook | 1 | -6/+6 |
| 2017-07-01 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 1 | -1/+2 |
| 2017-07-01 | net: convert sock.sk_refcnt from atomic_t to refcount_t | Reshetova, Elena | 1 | -1/+1 |
| 2017-06-29 | Bluetooth: Add sockaddr length checks before accessing sa_family in bind and ... | Mateusz Jurczyk | 1 | -1/+2 |
| 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-06-16 | networking: introduce and use skb_put_data() | Johannes Berg | 1 | -1/+1 |
| 2017-04-12 | Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_t | Elena Reshetova | 1 | -2/+2 |
| 2017-03-09 | net: Work around lockdep limitation in sockets that use sockets | David Howells | 1 | -1/+2 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
| 2016-11-22 | Bluetooth: Fix using the correct source address type | Johan Hedberg | 1 | -1/+1 |
| 2015-12-20 | Bluetooth: use list_for_each_entry* | Geliang Tang | 1 | -32/+14 |
| 2015-06-06 | Bluetooth: Fix potential NULL dereference in RFCOMM bind callback | Jaganath Kanakkassery | 1 | -8/+12 |
| 2015-05-11 | net: Pass kern from net_proto_family.create to sk_alloc | Eric W. Biederman | 1 | -4/+4 |
| 2015-05-11 | net: Add a struct net parameter to sock_create_kern | Eric W. Biederman | 1 | -1/+1 |
| 2015-03-02 | net: Remove iocb argument from sendmsg and recvmsg | Ying Xue | 1 | -5/+5 |
| 2015-01-23 | Bluetooth: Fix nested sleeps | Peter Hurley | 1 | -5/+4 |
| 2015-01-12 | Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rc | Marcel Holtmann | 1 | -0/+2 |
| 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 | 3 | -7/+9 |
| 2014-11-24 | new helper: memcpy_from_msg() | Al Viro | 1 | -1/+1 |
| 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-11-02 | Bluetooth: Introduce BT_BREDR and BT_LE config options | Marcel Holtmann | 1 | -1/+1 |
| 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-07-17 | Bluetooth: never linger on process exit | Vladimir Davydov | 1 | -1/+2 |
| 2014-05-29 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2 | -11/+11 |
| 2014-05-05 | Bluetooth: Convert RFCOMM spinlocks into mutexes | Libor Pechacek | 2 | -11/+11 |
| 2014-04-11 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 2 | -4/+4 |
| 2014-03-26 | Bluetooth: Fix returning peer address in pending connect state | Johan Hedberg | 1 | -1/+2 |
| 2014-03-12 | Bluetooth: Convert uses of __constant_<foo> to <foo> | Joe Perches | 1 | -2/+2 |
| 2014-02-20 | Bluetooth: Fix channel check when binding RFCOMM sock | Andrzej Kaczmarek | 1 | -6/+12 |
| 2014-02-14 | Bluetooth: Fix write_room() calculation | Peter Hurley | 1 | -9/+5 |
| 2014-02-14 | Bluetooth: Refactor write_room() calculation | Peter Hurley | 1 | -12/+15 |
| 2014-02-14 | Bluetooth: Don't fail RFCOMM tty writes | Peter Hurley | 2 | -16/+21 |
| 2014-02-14 | Bluetooth: Force -EIO from tty read/write if .activate() fails | Peter Hurley | 1 | -1/+5 |
| 2014-02-14 | Bluetooth: Cleanup RFCOMM device registration error handling | Peter Hurley | 1 | -9/+7 |
| 2014-02-14 | Bluetooth: Refactor rfcomm_dev_add() | Peter Hurley | 1 | -14/+24 |
| 2014-02-14 | Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctls | Peter Hurley | 1 | -2/+25 |
| 2014-02-14 | Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup() | Peter Hurley | 1 | -2/+2 |
| 2014-02-14 | Bluetooth: Fix RFCOMM parent device for reused dlc | Peter Hurley | 1 | -0/+1 |
| 2014-02-14 | Bluetooth: Fix unsafe RFCOMM device parenting | Peter Hurley | 1 | -6/+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 |
| 2014-02-14 | Bluetooth: Simplify RFCOMM session state eval | Peter Hurley | 1 | -3/+2 |
| 2014-02-14 | Bluetooth: Verify dlci not in use before rfcomm_dev create | Peter Hurley | 2 | -1/+33 |
| 2014-02-14 | Bluetooth: Fix RFCOMM tty teardown race | Peter Hurley | 1 | -4/+4 |
| 2014-02-14 | Bluetooth: Fix unreleased rfcomm_dev reference | Peter Hurley | 1 | -2/+4 |
| 2014-02-14 | Bluetooth: Release rfcomm_dev only once | Peter Hurley | 1 | -2/+9 |
| 2014-02-14 | Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctl | Peter Hurley | 1 | -1/+2 |
| 2014-02-14 | Bluetooth: Fix racy acquire of rfcomm_dev reference | Peter Hurley | 1 | -6/+2 |
| 2014-02-14 | Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()" | Peter Hurley | 1 | -16/+16 |
| 2014-02-14 | Revert "Bluetooth: Always wait for a connection on RFCOMM open()" | Peter Hurley | 1 | -38/+8 |
| 2014-02-14 | Revert "Bluetooth: Remove rfcomm_carrier_raised()" | Peter Hurley | 1 | -0/+8 |
| 2014-02-13 | Bluetooth: Refuse peer RFCOMM address reading when not connected | Johan Hedberg | 1 | -0/+3 |
| 2014-02-13 | Bluetooth: Handle security level 4 for RFCOMM connections | Marcel Holtmann | 2 | -2/+14 |
| 2014-01-06 | Bluetooth: Remove rfcomm_carrier_raised() | Gianluca Anzolin | 1 | -8/+0 |
| 2014-01-06 | Bluetooth: Always wait for a connection on RFCOMM open() | Gianluca Anzolin | 1 | -8/+38 |
| 2014-01-06 | Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate() | Gianluca Anzolin | 1 | -16/+16 |
| 2014-01-06 | Bluetooth: Release RFCOMM port when the last user closes the TTY | Gianluca Anzolin | 1 | -7/+14 |
| 2013-11-21 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -1/+8 |
| 2013-11-20 | net: rework recvmsg handler msg_name and msg_namelen logic | Hannes Frederic Sowa | 1 | -1/+0 |
| 2013-11-15 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | John W. Linville | 2 | -1/+8 |
| 2013-11-13 | Bluetooth: Fix to set proper bdaddr_type for RFCOMM connect | Seung-Woo Kim | 1 | -0/+1 |
| 2013-11-13 | Bluetooth: Fix RFCOMM bind fail for L2CAP sock | Seung-Woo Kim | 1 | -0/+2 |
| 2013-11-13 | Bluetooth: Fix issue with RFCOMM getsockopt operation | Marcel Holtmann | 1 | -1/+5 |
| 2013-10-18 | Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfs | Marcel Holtmann | 2 | -14/+14 |
| 2013-10-13 | Bluetooth: Store RFCOMM address information in its own socket structure | Marcel Holtmann | 1 | -13/+15 |
| 2013-10-13 | Bluetooth: Access RFCOMM session addresses through L2CAP channel | Marcel Holtmann | 1 | -10/+9 |
| 2013-09-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth | Gustavo Padovan | 1 | -33/+2 |
| 2013-09-20 | Bluetooth: don't release the port in rfcomm_dev_state_change() | Gianluca Anzolin | 1 | -33/+2 |
| 2013-09-18 | Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag | Johan Hedberg | 1 | -1/+6 |
| 2013-08-21 | Bluetooth: Purge the dlc->tx_queue to avoid circular dependency | Gianluca Anzolin | 1 | -0/+6 |
| 2013-08-21 | Bluetooth: Fix the reference counting of tty_port | Gianluca Anzolin | 1 | -34/+12 |
| 2013-08-21 | Bluetooth: Implement .activate, .shutdown and .carrier_raised methods | Gianluca Anzolin | 1 | -70/+47 |
| 2013-08-21 | Bluetooth: Move the tty initialization and cleanup out of open/close | Gianluca Anzolin | 1 | -42/+72 |
| 2013-08-21 | Bluetooth: Remove the device from the list in the destructor | Gianluca Anzolin | 1 | -21/+6 |
| 2013-08-21 | Bluetooth: Take proper tty_struct references | Gianluca Anzolin | 1 | -12/+17 |
| 2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2013-04-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -90/+80 |
| 2013-04-09 | bluetooth: kill unused 'module' argument of bt_procfs_init() | Al Viro | 1 | -1/+1 |
| 2013-04-07 | Bluetooth: RFCOMM - Fix missing msg_namelen update in rfcomm_sock_recvmsg() | Mathias Krause | 1 | -0/+1 |
| 2013-03-20 | Bluetooth: fix error return code in rfcomm_add_listener() | Wei Yongjun | 1 | -1/+3 |
| 2013-03-08 | Bluetooth: Remove redundant RFCOMM BT_CLOSED settings | Dean Jenkins | 1 | -5/+2 |
| 2013-03-08 | Bluetooth: Remove redundant call to rfcomm_send_disc | Dean Jenkins | 1 | -3/+0 |
| 2013-03-08 | Bluetooth: Remove RFCOMM session refcnt | Dean Jenkins | 1 | -38/+5 |
| 2013-03-08 | Bluetooth: Return RFCOMM session ptrs to avoid freed session | Dean Jenkins | 1 | -50/+56 |
| 2013-03-08 | Bluetooth: Check rfcomm session and DLC exists on socket close | Dean Jenkins | 1 | -2/+24 |
| 2013-03-08 | Bluetooth: Avoid rfcomm_session_timeout using freed session | Dean Jenkins | 1 | -1/+1 |
| 2013-03-08 | Bluetooth: discard bt_sock_unregister() errors | David Herrmann | 1 | -2/+1 |
| 2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin | 1 | -8/+5 |
| 2013-02-21 | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2 | -13/+9 |
| 2013-02-04 | net: remove redundant check for timer pending state before del_timer | Ying Xue | 1 | -2/+2 |
| 2013-01-18 | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 1 | -0/+1 |
| 2013-01-15 | TTY: switch tty_flip_buffer_push | Jiri Slaby | 1 | -11/+5 |
| 2013-01-15 | TTY: switch tty_insert_flip_string | Jiri Slaby | 1 | -2/+3 |
| 2012-12-03 | Bluetooth: Add missing lock nesting notation | Gustavo Padovan | 1 | -2/+2 |
| 2012-10-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto... | John W. Linville | 3 | -18/+16 |
| 2012-10-11 | Bluetooth: Use __constant modifier for RFCOMM PSM | Syam Sidhardhan | 1 | -2/+2 |
| 2012-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+12 |
| 2012-09-27 | Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr | Andrei Emeltchenko | 3 | -10/+8 |
| 2012-09-27 | Bluetooth: Use %pMR in debug instead of batostr | Andrei Emeltchenko | 3 | -6/+6 |
| 2012-08-27 | Merge 3.6-rc3 into tty-next | Greg Kroah-Hartman | 2 | -1/+3 |
| 2012-08-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -1/+3 |
| 2012-08-15 | Bluetooth: RFCOMM - Fix info leak via getsockname() | Mathias Krause | 1 | -0/+1 |
| 2012-08-15 | Bluetooth: RFCOMM - Fix info leak in ioctl(RFCOMMGETDEVLIST) | Mathias Krause | 1 | -1/+1 |
| 2012-08-15 | Bluetooth: RFCOMM - Fix info leak in getsockopt(BT_SECURITY) | Mathias Krause | 1 | -0/+1 |
| 2012-08-13 | TTY: use tty_port_register_device | Jiri Slaby | 1 | -2/+2 |
| 2012-08-10 | tty: localise the lock | Alan Cox | 1 | -2/+2 |
| 2012-08-06 | Bluetooth: Added /proc/net/rfcomm via bt_procfs_init() | Masatake YAMATO | 1 | -2/+12 |
| 2012-08-06 | Merge tty-next into 3.6-rc1 | Greg Kroah-Hartman | 3 | -50/+12 |
| 2012-07-16 | tty: move the termios object into the tty | Alan Cox | 1 | -1/+1 |
| 2012-07-16 | tty: revert incorrectly applied lock patch | Alan Cox | 1 | -2/+2 |
| 2012-07-06 | tty: localise the lock | Alan Cox | 1 | -2/+2 |
| 2012-06-05 | Bluetooth: Remove unnecessary headers include | Gustavo Padovan | 3 | -39/+1 |
| 2012-06-05 | Bluetooth: Remove most of the inline usage | Gustavo Padovan | 2 | -11/+11 |
| 2012-06-02 | tty: Revert the tty locking series, it needs more work | Linus Torvalds | 1 | -2/+2 |