1. ffb7640 Bluetooth: cmtp: fix possible might sleep error in cmtp_session by Jeffy Chen · 7 years ago
  2. 7eb7404 Bluetooth: use list_for_each_entry* by Geliang Tang · 8 years ago
  3. 06fbb3d Bluetooth: Delete an unnecessary check before the function call "kfree_skb" by Markus Elfring · 9 years ago
  4. 54c9ee3 Bluetooth: cmtp: Do not use list_for_each_safe when not needed by Christophe JAILLET · 9 years ago
  5. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  6. b2ddeb1 Bluetooth: cmtp: Use BIT(x) instead of (1 << x) by Marcel Holtmann · 9 years ago
  7. 8bf17a3 Bluetooth: Restrict CMTP flags to only valid ones by Marcel Holtmann · 9 years ago
  8. 36c269c Bluetooth: Remove dead code by Gowtham Anandha Babu · 9 years ago
  9. 96c2665 Bluetooth: cmtp: cmtp_add_connection() should verify that it's dealing with l2cap socket by Al Viro · 9 years ago
  10. 65efd2b Bluetooth: Introduce BT_BREDR and BT_LE config options by Marcel Holtmann · 10 years ago
  11. 4d04265 Bluetooth: cmtp: Remove unnecessary null test by Himangi Saraogi · 10 years ago
  12. 88f1fd2 Bluetooth: Access CMTP session addresses through L2CAP channel by Marcel Holtmann · 11 years ago
  13. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  14. b031661 bluetooth: kill unused 'module' argument of bt_procfs_init() by Al Viro · 11 years ago
  15. d9dda78 procfs: new helper - PDE_DATA(inode) by Al Viro · 11 years ago
  16. 5e9d7f8 Bluetooth: discard bt_sock_unregister() errors by David Herrmann · 11 years ago
  17. 2ad8f54 Bluetooth: Replace include linux/module.h with linux/export.h by Syam Sidhardhan · 12 years ago
  18. bc27d5f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  19. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  20. fcb7333 Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr by Andrei Emeltchenko · 12 years ago
  21. bf5b30b net: change return values from -EACCES to -EPERM by Zhao Hongjiang · 12 years ago
  22. 8c8de58 Bluetooth: Added /proc/net/cmtp via bt_procfs_init() by Masatake YAMATO · 12 years ago
  23. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  24. 816a11d Bluetooth: Use kernel int types instead of ones from stdint.h by Johan Hedberg · 12 years ago
  25. f1e91e1 Bluetooth: Always compile SCO and L2CAP in Bluetooth Core by Ulisses Furquim · 12 years ago
  26. 5c69b0a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth by Gustavo F. Padovan · 12 years ago
  27. 48b28b8 Bluetooth: cmtp: Fix module reference by David Herrmann · 13 years ago
  28. 8035ded Bluetooth: replace list_for_each with list_for_each_entry whenever possible by Luiz Augusto von Dentz · 13 years ago
  29. 4493572 Bluetooth: Linearize skbs for use in BNEP, CMTP, HIDP, and RFCOMM by Mat Martineau · 13 years ago
  30. 687beaa Bluetooth: cmtp: Fix session cleanup on failed conn add by Peter Hurley · 13 years ago
  31. 7176522 Bluetooth: cmtp: Fix deadlock in session deletion by Peter Hurley · 13 years ago
  32. 3a3f5c7 Bluetooth: cmtp: Fix lost wakeup of session thread by Peter Hurley · 13 years ago
  33. d29d04c Bluetooth: Kill set but unused variable 'cmd' in cmtp_recv_capimsg() by David Miller · 13 years ago
  34. 0c1bc5c Bluetooth: Move more channel info to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  35. fada4ac Bluetooth: Use kthread API in cmtp by Szymon Janc · 13 years ago
  36. e0e185e Bluetooth: Fix checkpatch error in cmtp.h by Szymon Janc · 13 years ago
  37. ffd1332 Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> by Szymon Janc · 13 years ago
  38. 58aac46 Bluetooth: Do not use assignments in IF conditions by Szymon Janc · 13 years ago
  39. c531a12 Bluetooth: remove l2cap_load() hack by Gustavo F. Padovan · 13 years ago
  40. 5a08ecc Bluetooth: Do not use assignments in IF conditions by Andrei Emeltchenko · 13 years ago
  41. 3185fbd Bluetooth: cmtp: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  42. d6b2eb2 Bluetooth: make batostr() print in the right order by Gustavo F. Padovan · 14 years ago
  43. cb810a1 Bluetooth: remove unused variable from cmtp by Gustavo F. Padovan · 14 years ago
  44. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  45. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  46. 9a58a80 proc_fops: convert drivers/isdn/ to seq_file by Alexey Dobriyan · 14 years ago
  47. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  48. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  49. 4e32997 isdn: rename capi_ctr_reseted() to capi_ctr_down() by Tilman Schmidt · 15 years ago
  50. 7585b97 Bluetooth: Remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  51. a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
  52. 67b2321 [BLUETOOTH]: Use sockfd_put() by Julia Lawall · 16 years ago
  53. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  54. 1b8d7ae [NET]: Make socket creation namespace safe. by Eric W. Biederman · 17 years ago
  55. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  56. d626f62 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  57. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  58. 8e87d14 [NET] BLUETOOTH: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  59. f477756 [Bluetooth] Add packet size checks for CAPI messages by Marcel Holtmann · 17 years ago
  60. 74da626 [Bluetooth] Add locking for bt_proto array manipulation by Marcel Holtmann · 18 years ago
  61. e9c5702 [Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDP by Marcel Holtmann · 18 years ago
  62. 25ea6db [Bluetooth] Remaining transitions to use kzalloc() by Marcel Holtmann · 18 years ago
  63. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  64. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  65. 90ddc4f [NET]: move struct proto_ops to const by Eric Dumazet · 18 years ago
  66. b03efcf [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() by David S. Miller · 19 years ago
  67. b453257 [PATCH] kill gratitious includes of major.h under net/* by Al Viro · 19 years ago
  68. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago