1. 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
  2. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 6 months ago
  3. 710a919 Bluetooth: RFCOMM: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  4. e6da0ed Bluetooth: Acquire sk_lock.slock without disabling interrupts by Sebastian Andrzej Siewior · 4 years, 7 months ago
  5. 71811ca Bluetooth: RFCOMM: fix ODEBUG bug in rfcomm_dev_ioctl by Qiujun Huang · 4 years, 10 months ago
  6. 1c22d3c Bluetooth: RFCOMM: Use MTU auto tune logic by Luiz Augusto von Dentz · 4 years, 11 months ago
  7. 2ade42d Bluetooth: remove __get_channel/dir and __dir by Alex Shi · 5 years ago
  8. 7d60a7a compat_ioctl: move rfcomm handlers into driver by Arnd Bergmann · 6 years ago
  9. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  10. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  11. 6317950 Bluetooth: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  12. c4f5627 Bluetooth: Fix locking in bt_accept_enqueue() for BH context by Matthias Kaehlcke · 6 years ago
  13. 8e2924e Bluetooth: Change to use DEFINE_SHOW_ATTRIBUTE macro by Yangtao Li · 6 years ago
  14. ce5a983 kill TIOCSERGSTRUCT by Al Viro · 6 years ago
  15. 6a9daed rfcomm: get rid of mentioning TIOC[SG]SERIAL by Al Viro · 6 years ago
  16. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  17. 17112d8 net/bluetooth: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  18. 9ea47132 Bluetooth: Mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  19. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  20. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  21. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  22. 57a53a0 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 8 years ago
  23. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  24. d2ecfa7 Bluetooth: Add sockaddr length checks before accessing sa_family in bind and connect handlers by Mateusz Jurczyk · 8 years ago
  25. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 8 years ago
  26. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  27. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  28. dab6b5d Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  29. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  30. 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
  31. 39385cb Bluetooth: Fix using the correct source address type by Johan Hedberg · 8 years ago
  32. 7eb7404 Bluetooth: use list_for_each_entry* by Geliang Tang · 9 years ago
  33. 951b6a0 Bluetooth: Fix potential NULL dereference in RFCOMM bind callback by Jaganath Kanakkassery · 10 years ago
  34. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 10 years ago
  35. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 10 years ago
  36. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  37. dfb2fae Bluetooth: Fix nested sleeps by Peter Hurley · 10 years ago
  38. 74b3fb8 Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_rc by Marcel Holtmann · 10 years ago
  39. 72e4a6b Bluetooth: Remove duplicate constant for RFCOMM PSM by Marcel Holtmann · 10 years ago
  40. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  41. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 11 years ago
  42. 2a68c89 Bluetooth: Fix sparse warnings in RFCOMM by Johan Hedberg · 10 years ago
  43. eedf7e4 rfcomm, sched/wait: Fix broken wait construct by Peter Zijlstra · 10 years ago
  44. 65efd2b Bluetooth: Introduce BT_BREDR and BT_LE config options by Marcel Holtmann · 10 years ago
  45. 15346a9 Bluetooth: Improve RFCOMM __test_pf macro robustness by Szymon Janc · 10 years ago
  46. ec51154 Bluetooth: Fix RFCOMM NSC response by Szymon Janc · 10 years ago
  47. 32333ed Bluetooth: Avoid use of session socket after the session gets freed by Vignesh Raman · 10 years ago
  48. e7cafc4 Bluetooth: Pass initiator/acceptor information to hci_conn_security() by Johan Hedberg · 10 years ago
  49. 093facf Bluetooth: never linger on process exit by Vladimir Davydov · 10 years ago
  50. 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
  51. 86aae6c Bluetooth: Convert RFCOMM spinlocks into mutexes by Libor Pechacek · 11 years ago
  52. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
  53. e8b1ab9 Bluetooth: Fix returning peer address in pending connect state by Johan Hedberg · 11 years ago
  54. dcf4adb Bluetooth: Convert uses of __constant_<foo> to <foo> by Joe Perches · 11 years ago
  55. b1765e7 Bluetooth: Fix channel check when binding RFCOMM sock by Andrzej Kaczmarek · 11 years ago
  56. 8981be9 Bluetooth: Fix write_room() calculation by Peter Hurley · 11 years ago
  57. b16b435 Bluetooth: Refactor write_room() calculation by Peter Hurley · 11 years ago
  58. 72e5108 Bluetooth: Don't fail RFCOMM tty writes by Peter Hurley · 11 years ago
  59. 5326a4e Bluetooth: Force -EIO from tty read/write if .activate() fails by Peter Hurley · 11 years ago
  60. fb856e5 Bluetooth: Cleanup RFCOMM device registration error handling by Peter Hurley · 11 years ago
  61. f355095 Bluetooth: Refactor rfcomm_dev_add() by Peter Hurley · 11 years ago
  62. 033ace9 Bluetooth: Serialize RFCOMMCREATEDEV and RFCOMMRELEASEDEV ioctls by Peter Hurley · 11 years ago
  63. 7611fce Bluetooth: Rename __rfcomm_dev_get() to __rfcomm_dev_lookup() by Peter Hurley · 11 years ago
  64. b4d21f19 Bluetooth: Fix RFCOMM parent device for reused dlc by Peter Hurley · 11 years ago
  65. b92483d Bluetooth: Fix unsafe RFCOMM device parenting by Peter Hurley · 11 years ago
  66. c4fd318 Bluetooth: Directly close dlc for not yet started RFCOMM session by Peter Hurley · 11 years ago
  67. f622357 Bluetooth: Refactor dlc disconnect logic in rfcomm_dlc_close() by Peter Hurley · 11 years ago
  68. 5998e04 Bluetooth: Refactor deferred setup test in rfcomm_dlc_close() by Peter Hurley · 11 years ago
  69. 4339c25 Bluetooth: Simplify RFCOMM session state eval by Peter Hurley · 11 years ago
  70. c10a848 Bluetooth: Verify dlci not in use before rfcomm_dev create by Peter Hurley · 11 years ago
  71. c949c22 Bluetooth: Fix RFCOMM tty teardown race by Peter Hurley · 11 years ago
  72. 80ea733 Bluetooth: Fix unreleased rfcomm_dev reference by Peter Hurley · 11 years ago
  73. 1c64834 Bluetooth: Release rfcomm_dev only once by Peter Hurley · 11 years ago
  74. 960603a Bluetooth: Exclude released devices from RFCOMMGETDEVLIST ioctl by Peter Hurley · 11 years ago
  75. 082a153 Bluetooth: Fix racy acquire of rfcomm_dev reference by Peter Hurley · 11 years ago
  76. f87c24e Revert "Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate()" by Peter Hurley · 11 years ago
  77. 136c373 Revert "Bluetooth: Always wait for a connection on RFCOMM open()" by Peter Hurley · 11 years ago
  78. 7f717b9 Revert "Bluetooth: Remove rfcomm_carrier_raised()" by Peter Hurley · 11 years ago
  79. 35364c9 Bluetooth: Refuse peer RFCOMM address reading when not connected by Johan Hedberg · 11 years ago
  80. 2c068e0 Bluetooth: Handle security level 4 for RFCOMM connections by Marcel Holtmann · 11 years ago
  81. f86772a Bluetooth: Remove rfcomm_carrier_raised() by Gianluca Anzolin · 11 years ago
  82. 4a2fb3e Bluetooth: Always wait for a connection on RFCOMM open() by Gianluca Anzolin · 11 years ago
  83. e228b63 Bluetooth: Move rfcomm_get_device() before rfcomm_dev_activate() by Gianluca Anzolin · 11 years ago
  84. 5b89924 Bluetooth: Release RFCOMM port when the last user closes the TTY by Gianluca Anzolin · 11 years ago
  85. 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
  86. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  87. 32019c7 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 11 years ago
  88. 8992da0 Bluetooth: Fix to set proper bdaddr_type for RFCOMM connect by Seung-Woo Kim · 11 years ago
  89. c507f13 Bluetooth: Fix RFCOMM bind fail for L2CAP sock by Seung-Woo Kim · 11 years ago
  90. 60c7a3c9 Bluetooth: Fix issue with RFCOMM getsockopt operation by Marcel Holtmann · 11 years ago
  91. 1120e4b Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfs by Marcel Holtmann · 11 years ago
  92. 94a86df Bluetooth: Store RFCOMM address information in its own socket structure by Marcel Holtmann · 11 years ago
  93. 24bc10c Bluetooth: Access RFCOMM session addresses through L2CAP channel by Marcel Holtmann · 11 years ago
  94. 1025c04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 11 years ago
  95. 29cd718 Bluetooth: don't release the port in rfcomm_dev_state_change() by Gianluca Anzolin · 11 years ago
  96. e793dcf Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag by Johan Hedberg · 11 years ago
  97. ffe6b68 Bluetooth: Purge the dlc->tx_queue to avoid circular dependency by Gianluca Anzolin · 11 years ago
  98. ece3150 Bluetooth: Fix the reference counting of tty_port by Gianluca Anzolin · 11 years ago
  99. cad348a Bluetooth: Implement .activate, .shutdown and .carrier_raised methods by Gianluca Anzolin · 11 years ago
  100. 54b926a Bluetooth: Move the tty initialization and cleanup out of open/close by Gianluca Anzolin · 11 years ago