1. b8ddc3b Bluetooth: fix indentation and alignment reported by checkpatch by Tomoyuki Matsushita · 4 years ago
  2. 00398e1 Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connections by Alain Michaud · 4 years, 7 months ago
  3. 3096524 Bluetooth: Removing noisy dbg message by Alain Michaud · 4 years, 7 months ago
  4. 7976a11 net: use helpers to change sk_ack_backlog by Eric Dumazet · 5 years ago
  5. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  6. c7cbdbf net: rework SIOCGSTAMP ioctl handling by Arnd Bergmann · 6 years ago
  7. c4f5627 Bluetooth: Fix locking in bt_accept_enqueue() for BH context by Matthias Kaehlcke · 6 years ago
  8. b71c69c Bluetooth: Use lock_sock_nested in bt_accept_enqueue by Philipp Puschmann · 6 years ago
  9. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  10. 408afb8 Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  11. 17112d8 net/bluetooth: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  12. a9170e0a9 bluetooth: switch to proc_create_seq_data by Christoph Hellwig · 7 years ago
  13. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  14. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  15. 1b25990 Bluetooth: Use common error handling code in bt_init() by Markus Elfring · 7 years ago
  16. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  17. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  18. 173e783 net: socket: mark socket protocol handler structs as const by linzhang · 8 years ago
  19. 27bfbc2 Bluetooth: Avoid bt_accept_unlink() double unlinking by Dean Jenkins · 8 years ago
  20. e163376 Bluetooth: Handle bt_accept_enqueue() socket atomically by Dean Jenkins · 8 years ago
  21. 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
  22. 9dcbc31 Bluetooth: Fix NULL pointer dereference in bt_sock_recvmsg by Ezequiel Garcia · 8 years ago
  23. 9e8305b Bluetooth: Use numbers for subsystem version string by Marcel Holtmann · 8 years ago
  24. e64c97b Bluetooth: Add combined LED trigger for controller power by Marcel Holtmann · 8 years ago
  25. 90a56f7 Bluetooth: Fix bt_sock_recvmsg when MSG_TRUNC is not set by Luiz Augusto von Dentz · 8 years ago
  26. b5f34f9 Bluetooth: Fix bt_sock_recvmsg return value by Denis Kenzior · 9 years ago
  27. fafc4e1 sock: tigthen lockdep checks for sock_owned_by_user by Hannes Frederic Sowa · 9 years ago
  28. 7eb7404 Bluetooth: use list_for_each_entry* by Geliang Tang · 9 years ago
  29. 1a11ec89 Bluetooth: Fix locking in bt_accept_dequeue after disconnection by Yichen Zhao · 9 years ago
  30. f188b95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  31. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  32. f37590b Bluetooth: clean up af_bluetooth code by Prasanna Karthik · 9 years ago
  33. dd31506 Bluetooth: Add support for sending system notes to monitor channel by Marcel Holtmann · 9 years ago
  34. d94a610 Bluetooth: Remove unneeded parenthesis around MSG_OOB by Marcel Holtmann · 9 years ago
  35. 13972ad Bluetooth: Increase minor version of core module by Marcel Holtmann · 9 years ago
  36. 6d785aa3 Bluetooth: Convert mgmt to use HCI chan registration API by Johan Hedberg · 10 years ago
  37. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 10 years ago
  38. b4772ef net: use common macro for assering skb->cb[] available size in protocol families by Eyal Birger · 10 years ago
  39. ee48529 Bluetooth: Add support for self testing framework by Marcel Holtmann · 10 years ago
  40. b5f185f Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  41. 8ab9731 Bluetooth: Increase minor version of core module by Marcel Holtmann · 10 years ago
  42. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  43. 7cb9d20 Bluetooth: Add BUILD_BUG_ON check for SKB control buffer size by Marcel Holtmann · 10 years ago
  44. 26b0f4e Bluetooth: constify seq_operations by Fabian Frederick · 10 years ago
  45. a747439 Bluetooth: Increase minor version of core module by Marcel Holtmann · 11 years ago
  46. c6d1649 Bluetooth: Increase minor version of core module by Marcel Holtmann · 11 years ago
  47. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  48. ffcecac Bluetooth: Create root debugfs directory during module init by Marcel Holtmann · 11 years ago
  49. c560575 Bluetooth: Adjust header for proc socket information by Marcel Holtmann · 11 years ago
  50. dcbc729 Bluetooth: Increase minor version of core module by Marcel Holtmann · 11 years ago
  51. d976369 Bluetooth: Add support for per socket msg_name callback by Marcel Holtmann · 11 years ago
  52. 5f6cd79 Bluetooth: Remove src and dst fields from bt_sock structure by Marcel Holtmann · 11 years ago
  53. 0fba96f9 Bluetooth: Add clarifying comment to bt_sock_wait_state() by Johan Hedberg · 11 years ago
  54. e793dcf Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag by Johan Hedberg · 11 years ago
  55. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  56. d364140 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 12 years ago
  57. 4d00626 bluetooth: fix race in bt_procfs_init() by Al Viro · 12 years ago
  58. b031661 bluetooth: kill unused 'module' argument of bt_procfs_init() by Al Viro · 12 years ago
  59. 1480535 bluetooth: don't bother with ->owner for procfs fops by Al Viro · 12 years ago
  60. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 12 years ago
  61. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  62. 4683f42 Bluetooth: fix possible info leak in bt_sock_recvmsg() by Mathias Krause · 12 years ago
  63. 8facd5f net: fix smatch warnings inside datagram_poll by Jacob Keller · 12 years ago
  64. 7d4c04f net: add option to enable error queue packets waking select by Keller, Jacob E · 12 years ago
  65. be9f97f Bluetooth: change bt_sock_unregister() to return void by David Herrmann · 12 years ago
  66. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 12 years ago
  67. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 12 years ago
  68. bc27d5f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  69. 1bbb309 userns: Properly print bluetooth socket uids by Eric W. Biederman · 12 years ago
  70. 7028a88 Bluetooth: Use %pMR instead of baswap in seq_show by Andrei Emeltchenko · 12 years ago
  71. 31f4707 Bluetooth: trivial: Use preferred method for NULL check by Andrei Emeltchenko · 12 years ago
  72. 09d5d4a Bluetooth: trivial: Shorten variable scope by Andrei Emeltchenko · 12 years ago
  73. 256a06c Bluetooth: /proc/net/ entries for bluetooth protocols by Masatake YAMATO · 12 years ago
  74. d060991 Bluetooth: Fix checking the wrong flag when accepting a socket by Vinicius Costa Gomes · 13 years ago
  75. 8c520a5 Bluetooth: Remove unnecessary headers include by Gustavo Padovan · 13 years ago
  76. 8fc9ced Bluetooth: Fix coding style in the subsystem by Gustavo Padovan · 13 years ago
  77. c5daa68 Bluetooth: Create flags for bt_sk() by Gustavo Padovan · 13 years ago
  78. a7d7723 Bluetooth: notify userspace of security level change by Gustavo Padovan · 13 years ago
  79. b5a30dd Bluetooth: silence lockdep warning by Octavian Purdila · 13 years ago
  80. 94f5bfb Bluetooth: Remove *_bh from socket list lock. by Gustavo F. Padovan · 13 years ago
  81. 8a154a8 Bluetooth: fix bt_accept_dequeue() to work in process context by Gustavo F. Padovan · 13 years ago
  82. 5b668eb Bluetooth: Handle fragmented skbs in bt_sock_stream_recvmsg() by Mat Martineau · 13 years ago
  83. 9be4e3f Bluetooth: Fix lost wakeups waiting for sock state change by Peter Hurley · 13 years ago
  84. 0ed54da Bluetooth: remove unnecessary call to hci_sock_cleanup by Anand Gadiyar · 14 years ago
  85. 8ffd878 Bluetooth: fix checkpatch errors in af_bluetooth.c by Gustavo F. Padovan · 14 years ago
  86. 6427451 Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko by Gustavo F. Padovan · 14 years ago
  87. d37f50e Bluetooth: fix crash by disabling tasklet in sock accept by Andrei Emeltchenko · 14 years ago
  88. 5a08ecc Bluetooth: Do not use assignments in IF conditions by Andrei Emeltchenko · 14 years ago
  89. 796c86e Bluetooth: Add common code for stream-oriented recvmsg() by Mat Martineau · 14 years ago
  90. db40980 net: poll() optimizations by Eric Dumazet · 14 years ago
  91. aa39514 net: sk_sleep() helper by Eric Dumazet · 15 years ago
  92. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  93. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  94. 3b88578 net: Generalize socket rx gap / receive queue overflow cmsg by Neil Horman · 15 years ago
  95. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  96. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  97. 31e6d36 net: correct off-by-one write allocations reports by Eric Dumazet · 16 years ago
  98. d5f2d2b Bluetooth: Fix poll() misbehavior when using BT_DEFER_SETUP by Marcel Holtmann · 16 years ago
  99. dd2efd0 Bluetooth: Remove CONFIG_DEBUG_LOCK_ALLOC ifdefs by Dave Young · 16 years ago
  100. 5f9018a Bluetooth: Update version numbers by Marcel Holtmann · 16 years ago