1. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
  2. cb6ca8e Bluetooth: Default to no security with L2CAP RAW sockets by Johan Hedberg · 11 years ago
  3. 0ce43ce Bluetooth: Simplify l2cap_chan initialization for LE CoC by Johan Hedberg · 11 years ago
  4. 4946096 Bluetooth: Fix validating LE PSM values by Johan Hedberg · 11 years ago
  5. 837776f Bluetooth: Introduce L2CAP channel callback for suspending by Johan Hedberg · 11 years ago
  6. 1f43542 Bluetooth: Add new BT_SNDMTU and BT_RCVMTU socket options by Johan Hedberg · 11 years ago
  7. 64b4f8d Bluetooth: Limit L2CAP_OPTIONS socket option usage with LE by Johan Hedberg · 11 years ago
  8. 0cd75f7 Bluetooth: Track LE L2CAP credits in l2cap_chan by Johan Hedberg · 11 years ago
  9. 3831971 Bluetooth: Add LE L2CAP flow control mode by Johan Hedberg · 11 years ago
  10. 9149761 Bluetooth: Add module parameter to enable LE CoC support by Johan Hedberg · 11 years ago
  11. d78a32a Bluetooth: Remove sk member from struct l2cap_chan by Gustavo Padovan · 11 years ago
  12. 0e790c6 Bluetooth: Add L2CAP channel to skb private data by Gustavo Padovan · 11 years ago
  13. 8ffb929 Bluetooth: Remove parent socket usage from l2cap_core.c by Gustavo Padovan · 11 years ago
  14. acdcabf Bluetooth: Hold socket in defer callback in L2CAP socket by Gustavo Padovan · 11 years ago
  15. 0f2c615 Bluetooth: Do not access chan->sk directly by Gustavo Padovan · 11 years ago
  16. eb62249 Bluetooth: Fix ATT socket backwards compatibility with user space by Johan Hedberg · 11 years ago
  17. 7f59dda Bluetooth: Socket address parameter for CID is in little endian by Marcel Holtmann · 11 years ago
  18. bfe4655 Bluetooth: Reintroduce socket restrictions for LE sockets by Johan Hedberg · 11 years ago
  19. dc25306 Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c by Gustavo Padovan · 11 years ago
  20. 5ec1bbe Bluetooth: Add chan->ops->set_shutdown() by Gustavo Padovan · 11 years ago
  21. 8d836d7 Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.c by Gustavo Padovan · 11 years ago
  22. 53f5212 Bluetooth: Extend state_change() call to report errors too by Gustavo Padovan · 11 years ago
  23. 1f20938 Bluetooth: Check that bind() bdaddr type matches connect() by Johan Hedberg · 11 years ago
  24. 80c1a2e Bluetooth: Reject invalid bdaddr types for sockets by Johan Hedberg · 11 years ago
  25. d97c899 Bluetooth: Introduce L2CAP channel callback for resuming by Marcel Holtmann · 11 years ago
  26. bdc2578 Bluetooth: Introduce L2CAP channel flag for defer setup by Marcel Holtmann · 11 years ago
  27. 2edf870 Bluetooth: Provide msg_name callback for L2CAP connectionless channels by Marcel Holtmann · 11 years ago
  28. 84b34d9 Bluetooth: Use l2cap_pi(sk) directly where possible by Marcel Holtmann · 11 years ago
  29. 4f1654e Bluetooth: Return the correct address type for L2CAP sockets by Marcel Holtmann · 11 years ago
  30. 7eafc59 Bluetooth: Store address information in L2CAP channel structure by Marcel Holtmann · 11 years ago
  31. 3124b84 Bluetooth: Allow 3D profile to use security mode 4 level 0 by Marcel Holtmann · 11 years ago
  32. 6a974b5 Bluetooth: Limit security mode 4 level 0 to connection oriented channels by Marcel Holtmann · 11 years ago
  33. ac4b723 Bluetooth: Move smp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  34. c1f23a2 Bluetooth: Fix variable shadow warnings by Johannes Berg · 11 years ago
  35. 848566b Bluetooth: Provide high speed configuration option by Marcel Holtmann · 11 years ago
  36. 970871b Bluetooth: Clean up socket locking in l2cap_sock_recvmsg by Johan Hedberg · 11 years ago
  37. e793dcf Bluetooth: Fix waiting for clearing of BT_SK_SUSPEND flag by Johan Hedberg · 11 years ago
  38. 073d1cf Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATT by Johan Hedberg · 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. b3916db Bluetooth: hidp: verify l2cap sockets by David Herrmann · 11 years ago
  42. 5e9d7f8 Bluetooth: discard bt_sock_unregister() errors by David Herrmann · 11 years ago
  43. 3f7a56c Bluetooth: Start channel move when socket option is changed by Mat Martineau · 12 years ago
  44. bc27d5f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  45. 2dc4e51 Bluetooth: Add chan->ops->defer() by Gustavo Padovan · 12 years ago
  46. 644912e Bluetooth: Move bt_accept_enqueue() to l2cap_sock.c by Gustavo Padovan · 12 years ago
  47. 2d79281 Bluetooth: Fix L2CAP coding style by Gustavo Padovan · 12 years ago
  48. 12d5978 Bluetooth: Allow to set flush timeout by Andrei Emeltchenko · 12 years ago
  49. 23d3a86 Bluetooth: don't attempt to free a channel that wasn't created by Sasha Levin · 12 years ago
  50. 85e3436 Bluetooth: Fix dereference after NULL check by Andrei Emeltchenko · 12 years ago
  51. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  52. fac805f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  53. 777bf13 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem by John W. Linville · 12 years ago
  54. cc11092 Bluetooth: Change signature of smp_conn_security() by Vinicius Costa Gomes · 12 years ago
  55. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  56. 792039c Bluetooth: L2CAP - Fix info leak via getsockname() by Mathias Krause · 12 years ago
  57. 49dfbb9 Bluetooth: Fix socket not getting freed if l2cap channel create fails by Jaganath Kanakkassery · 12 years ago
  58. 5b28d95 Bluetooth: Added /proc/net/l2cap via bt_procfs_init() by Masatake YAMATO · 12 years ago
  59. 4af66c6 Bluetooth: Free the l2cap channel list only when refcount is zero by Jaganath Kanakkassery · 12 years ago
  60. 8c3a4f0 Bluetooth: Rename L2CAP_LE_DEFAULT_MTU by Andre Guedes · 12 years ago
  61. 682877c Bluetooth: Check MTU value in l2cap_sock_setsockopt_old by Andre Guedes · 12 years ago
  62. 5382669 Bluetooth: Move check for backlog size to l2cap_sock.c by Gustavo Padovan · 12 years ago
  63. 54a59aa Bluetooth: Add l2cap_chan->ops->ready() by Andrei Emeltchenko · 12 years ago
  64. c0df7f6 Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c by Andrei Emeltchenko · 12 years ago
  65. 80b9802 Bluetooth: Use chan as parameters for l2cap chan ops by Gustavo Padovan · 12 years ago
  66. 2983fd6 Bluetooth: Define and use PSM identifiers by Andrei Emeltchenko · 12 years ago
  67. 8c520a5 Bluetooth: Remove unnecessary headers include by Gustavo Padovan · 12 years ago
  68. c5daa68 Bluetooth: Create flags for bt_sk() by Gustavo Padovan · 12 years ago
  69. c6585a4 Bluetooth: report the right security level in getsockopt by Gustavo Padovan · 12 years ago
  70. a6a5568 Bluetooth: Lock the L2CAP channel when sending by Mat Martineau · 12 years ago
  71. 08e6d90 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 12 years ago
  72. a7d7723 Bluetooth: notify userspace of security level change by Gustavo Padovan · 12 years ago
  73. 61d6ef3 Bluetooth: Make better use of l2cap_chan reference counting by Mat Martineau · 12 years ago
  74. 8e9f989 Bluetooth: Use address type info from user-space by Andre Guedes · 12 years ago
  75. 6b3af73 Bluetooth: Split error handling for L2CAP listen sockets by Marcel Holtmann · 12 years ago
  76. 9033894 Bluetooth: Remove err parameter from alloc_skb() by Gustavo Padovan · 12 years ago
  77. bd4b165 Bluetooth: Adds set_default function in L2CAP setup by Andrei Emeltchenko · 12 years ago
  78. 3a602a0 Bluetooth: Remove unneeded zero initialization by Andrei Emeltchenko · 12 years ago
  79. eef1d9b Bluetooth: Remove sk parameter from l2cap_chan_create() by Gustavo Padovan · 12 years ago
  80. 6e4aff1 Bluetooth: Fix Endian Bug. by Santosh Nayak · 12 years ago
  81. 0412468 Bluetooth: fix conding style issues all over the tree by Gustavo F. Padovan · 12 years ago
  82. ba13ccd Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffies by Marcel Holtmann · 12 years ago
  83. b3fb611 Bluetooth: Remove socket lock check by Andrei Emeltchenko · 12 years ago
  84. 6be3655 Bluetooth: Change sk lock to chan lock in L2CAP core by Andrei Emeltchenko · 12 years ago
  85. 3df91ea Bluetooth: Revert to mutexes from RCU list by Andrei Emeltchenko · 12 years ago
  86. e05dcc3 Bluetooth: Use symbolic names for state in debug by Andrei Emeltchenko · 12 years ago
  87. 7ddb6e0 Bluetooth: Do not dereference zero sk by Andrei Emeltchenko · 12 years ago
  88. 2f7719c Bluetooth: Add alloc_skb chan operator by Andrei Emeltchenko · 13 years ago
  89. d22015a Bluetooth: silence lockdep warning by Octavian Purdila · 13 years ago
  90. 6423cf3 Bluetooth: Fix sk_sndtimeo initialization for L2CAP socket by Andrzej Kaczmarek · 13 years ago
  91. 3542b854 Bluetooth: Keep chan->state and sk->sk_state in sync by Gustavo F. Padovan · 13 years ago
  92. 9662cbc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  93. 590051d Bluetooth: Add ProFUSION's copyright by Gustavo F. Padovan · 13 years ago
  94. 03a0019 Bluetooth: invert locking order in connect path by Gustavo F. Padovan · 13 years ago
  95. f9c3123 Bluetooth: Use chan instead of l2cap_pi macro by Gustavo F. Padovan · 13 years ago
  96. 5f779bb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  97. 515db09 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by John W. Linville · 13 years ago
  98. 0bee1d6 Bluetooth: Allow L2CAP to increase the security level by Gustavo F. Padovan · 13 years ago
  99. 312fef7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  100. 2ea6648 Bluetooth: Add channel policy to getsockopt/setsockopt by Mat Martineau · 13 years ago