1. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  2. 6368c23 net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields by Eyal Birger · 9 years ago
  3. 49a6fe0 net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl by Eyal Birger · 9 years ago
  4. 41e91e7 Bluetooth: Replace send_monitor_event with queue_monitor_skb by Marcel Holtmann · 9 years ago
  5. d7f72f6 Bluetooth: Create generic queue_monitor_skb helper function by Marcel Holtmann · 9 years ago
  6. 2b53129 Bluetooth: Simplify packet copy in hci_send_to_monitor function by Marcel Holtmann · 9 years ago
  7. b0a8e28 Bluetooth: Add BUILD_BUG_ON for size of struct sockaddr_hci by Marcel Holtmann · 9 years ago
  8. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  9. b921726 Merge tag 'master-2014-11-04' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  10. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  11. 49c922b Bluetooth: spelling fixes by Stephen Hemminger · 10 years ago
  12. 863def5 Bluetooth: Move struct hci_pinfo into net/bluetooth/hci_sock.c by Marcel Holtmann · 10 years ago
  13. 7e67c11 Bluetooth: Delcare the hci_sec_filter as const by Marcel Holtmann · 10 years ago
  14. 3ad254f Bluetooth: Move struct hci_sec_filter next to its user by Marcel Holtmann · 10 years ago
  15. dcc36c1 Bluetooth: Unify helpers for bdaddr_list manipulations by Johan Hedberg · 10 years ago
  16. d603b76 Bluetooth: Run controller setup after external configuration by Marcel Holtmann · 10 years ago
  17. 0602a8a Bluetooth: Add support for Unconfigured Index Added events by Marcel Holtmann · 10 years ago
  18. 4a96440 Bluetooth: Introduce unconfigured controller state by Marcel Holtmann · 10 years ago
  19. fee746b Bluetooth: Restrict access for raw-only controllers by Marcel Holtmann · 10 years ago
  20. bad93e9 net: add __pskb_copy_fclone and pskb_copy_for_clone by Octavian Purdila · 10 years ago
  21. db59668 Bluetooth: Return EOPNOTSUPP for HCISETRAW ioctl command by Marcel Holtmann · 10 years ago
  22. dcf4adb Bluetooth: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  23. c652140 Bluetooth: Add missing index added event on user channel failure by Marcel Holtmann · 10 years ago
  24. b7e0473 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 10 years ago
  25. 1bc5ad1 Bluetooth: Fix HCI User Channel permission check in hci_sock_sendmsg by Marcel Holtmann · 10 years ago
  26. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  27. e71f41b Bluetooth: Use BDADDR_BREDR type for old blacklist ioctl interface by Marcel Holtmann · 11 years ago
  28. 57d17d7 Bluetooth: Move skb->dev assignment for hdev->send into central place by Marcel Holtmann · 11 years ago
  29. 324d36e Bluetooth: Remove hdev->ioctl driver callback by Marcel Holtmann · 11 years ago
  30. 5b69bef5 Bluetooth: AMP contollers do not support the legacy ioctls by Marcel Holtmann · 11 years ago
  31. 10a8b86 Bluetooth: Require CAP_NET_ADMIN for HCI User Channel operation by Marcel Holtmann · 11 years ago
  32. 2350018 Bluetooth: Introduce new HCI socket channel for user operation by Marcel Holtmann · 11 years ago
  33. 0736cfa Bluetooth: Introduce user channel flag for HCI devices by Marcel Holtmann · 11 years ago
  34. c1c4f95 Bluetooth: Restrict ioctls to HCI raw channel sockets by Marcel Holtmann · 11 years ago
  35. c2371e8 Bluetooth: Fix error handling for HCI socket options by Marcel Holtmann · 11 years ago
  36. 9d4b68b Bluetooth: Fix handling of getsockname() for HCI sockets by Marcel Holtmann · 11 years ago
  37. 06f43cb Bluetooth: Fix handling of getpeername() for HCI sockets by Marcel Holtmann · 11 years ago
  38. f81fe64 Bluetooth: Refactor raw socket filter into more readable code by Marcel Holtmann · 11 years ago
  39. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  40. b031661 bluetooth: kill unused 'module' argument of bt_procfs_init() by Al Viro · 11 years ago
  41. 11714b3 Bluetooth: Fix stand-alone HCI command handling by Johan Hedberg · 11 years ago
  42. 5e9d7f8 Bluetooth: discard bt_sock_unregister() errors by David Herrmann · 11 years ago
  43. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  44. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  45. bf5b30b net: change return values from -EACCES to -EPERM by Zhao Hongjiang · 12 years ago
  46. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  47. 3f68ba0 Bluetooth: HCI - Fix info leak via getsockname() by Mathias Krause · 12 years ago
  48. e15ca9a Bluetooth: HCI - Fix info leak in getsockopt(HCI_FILTER) by Mathias Krause · 12 years ago
  49. f7c8663 Bluetooth: Added /proc/net/hci via bt_procfs_init() by Masatake YAMATO · 12 years ago
  50. 8c520a5 Bluetooth: Remove unnecessary headers include by Gustavo Padovan · 12 years ago
  51. 8fc9ced Bluetooth: Fix coding style in the subsystem by Gustavo Padovan · 12 years ago
  52. fc5fef6 Bluetooth: Remove 'register' usage from the subsystem by Gustavo Padovan · 12 years ago
  53. 6039aa73 Bluetooth: Remove most of the inline usage by Gustavo Padovan · 12 years ago
  54. 3bb3c75 Bluetooth: Fix coding style in hci_sock.c by Gustavo Padovan · 12 years ago
  55. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  56. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  57. 4f87da8 Bluetooth: Remove HCI_PI_MGMT_INIT flag for sockets by Johan Hedberg · 12 years ago
  58. 97e0bde Bluetooth: Enable timestamps for control channel by Marcel Holtmann · 12 years ago
  59. 4b95a24 Bluetooth: Always enable management interface by Marcel Holtmann · 12 years ago
  60. 801f13b Bluetooth: Restrict access to management interface by Marcel Holtmann · 12 years ago
  61. cd82e61 Bluetooth: Add support for HCI monitor channel by Marcel Holtmann · 12 years ago
  62. da88cea compat: Use COMPAT_USE_64BIT_TIME in the Bluetooth subsystem by H. J. Lu · 12 years ago
  63. 040030e Bluetooth: Remove HCI notifier handling by Marcel Holtmann · 12 years ago
  64. e0edf37 Bluetooth: Fix issue with shared SKB between HCI raw socket and driver by Marcel Holtmann · 12 years ago
  65. 7cc2ade Bluetooth: Simplify HCI socket bind handling by Marcel Holtmann · 12 years ago
  66. 3a20862 Bluetooth: Add HCI CMSG details only to raw sockets by Marcel Holtmann · 12 years ago
  67. cedc546 Bluetooth: Lock socket when reading HCI socket options by Marcel Holtmann · 12 years ago
  68. 2f39cdb Bluetooth: Limit HCI raw socket options to actual raw sockets by Marcel Holtmann · 12 years ago
  69. 470fe1b Bluetooth: Split sending for HCI raw and control sockets by Marcel Holtmann · 12 years ago
  70. 88c1fe4 Bluetooth: Add address type to mgmt blacklist messages by Johan Hedberg · 12 years ago
  71. 874c60b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 12 years ago
  72. 57adc1f 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
  73. 4b5dd69 Bluetooth: Remove local_bh_disable() from hci_sock.c by Gustavo F. Padovan · 12 years ago
  74. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 12 years ago
  75. 14c0b60 Bluetooth: Remove mgmt_set_service_cache by Johan Hedberg · 13 years ago
  76. 3eff45e Bluetooth: convert tx_task to workqueue by Gustavo F. Padovan · 13 years ago
  77. c347b76 Bluetooth: Move command task to workqueue by Gustavo F. Padovan · 13 years ago
  78. 09fd0de Bluetooth: Replace spin_lock by mutex in hci_dev by Gustavo F. Padovan · 13 years ago
  79. 5e76244 Bluetooth: Add mgmt events for blacklisting by Antti Julku · 13 years ago
  80. b2a66aa Bluetooth: Move blacklisting functions to hci_core by Antti Julku · 13 years ago
  81. b7440a14 Bluetooth: fix build break on hci_sock.c by Anand Gadiyar · 13 years ago
  82. eec8d2b Bluetooth: Add support for set_powered management command by Johan Hedberg · 14 years ago
  83. 17f9cc3 Bluetooth: Improve handling of HCI control channel in bind by Gustavo F. Padovan · 13 years ago
  84. a40c406 Bluetooth: Make hci_send_to_sock usable for management control sockets by Johan Hedberg · 14 years ago
  85. 0381101 Bluetooth: Add initial Bluetooth Management interface callbacks by Johan Hedberg · 14 years ago
  86. 70f23020 Bluetooth: clean up hci code by Andrei Emeltchenko · 14 years ago
  87. ea4bd8b Bluetooth: Use list_head for HCI blacklist head by David Miller · 14 years ago
  88. f035856 Bluetooth: Add blacklist support for incoming connections by Johan Hedberg · 14 years ago
  89. f6e623a Bluetooth: Fix out of scope variable access in hci_sock_cmsg() by Johann Felix Soden · 14 years ago
  90. c78ae28 Bluetooth: Unobfuscate tasklet_schedule usage by Marcel Holtmann · 15 years ago
  91. 7e21add Bluetooth: Return ENETDOWN when interface is down by Marcel Holtmann · 15 years ago
  92. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  93. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  94. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  95. a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
  96. 40be492 [Bluetooth] Export details about authentication requirements by Marcel Holtmann · 16 years ago
  97. 8398531 bluetooth: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  98. d5fb296 bluetooth: replace deprecated RW_LOCK_UNLOCKED macros by Robert P. J. Day · 16 years ago
  99. 04005dd bluetooth: Make hci_sock_cleanup() return void by Tobias Klauser · 16 years ago
  100. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago