1. f3747e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  2. 60d2c25 Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  3. 1f41a6a HID: Fix the generic Kconfig options by Henrik Rydberg · 12 years ago
  4. f960727 Bluetooth: Fix sending HCI_Disconnect only when connected by Vishal Agarwal · 12 years ago
  5. 8f321f8 Bluetooth: Fix using uninitialized option in RFCMode by Szymon Janc · 12 years ago
  6. 1c2e004 Bluetooth: Add support for encryption key refresh by Johan Hedberg · 12 years ago
  7. 4dab786 Bluetooth: Fix SMP security elevation from medium to high by Johan Hedberg · 12 years ago
  8. d06cc41 Bluetooth: Fix deadlock and crash when SMP pairing times out by Johan Hedberg · 12 years ago
  9. 4c47d73 Bluetooth: Fix LE pairing completion on connection failure by Vishal Agarwal · 12 years ago
  10. 476585e Bluetooth: Fix SMP pairing method selection by Johan Hedberg · 12 years ago
  11. ddcd0f4 Bluetooth: Fix checking the wrong flag when accepting a socket by Vinicius Costa Gomes · 12 years ago
  12. f309532 tty: Revert the tty locking series, it needs more work by Linus Torvalds · 12 years ago
  13. 28f3d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  14. 3c2c4b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  15. 94b5aff Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  16. a0d0d16 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by John W. Linville · 12 years ago
  17. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  18. d839c81 Bluetooth: Report proper error number in disconnection by Gustavo Padovan · 12 years ago
  19. c5daa68 Bluetooth: Create flags for bt_sk() by Gustavo Padovan · 12 years ago
  20. c6585a4 Bluetooth: report the right security level in getsockopt by Gustavo Padovan · 12 years ago
  21. a6a5568 Bluetooth: Lock the L2CAP channel when sending by Mat Martineau · 12 years ago
  22. ef191ad Bluetooth: Restore locking semantics when looking up L2CAP channels by Mat Martineau · 12 years ago
  23. 35c84d7 Bluetooth: Fix a redundant and problematic incoming MTU check by Mat Martineau · 12 years ago
  24. 9d939d9 Bluetooth: Fix EIR data generation for mgmt_device_found by Vishal Agarwal · 12 years ago
  25. a24299e Bluetooth: Fix Inquiry with RSSI event mask by Johan Hedberg · 12 years ago
  26. f522ae3 Bluetooth: improve readability of l2cap_seq_list code by Gustavo Padovan · 12 years ago
  27. 2d0ed3d Bluetooth: Fix skb length calculation by Gustavo Padovan · 12 years ago
  28. 087bfd9 Bluetooth: Fix packet size provided to the controller by Gustavo Padovan · 12 years ago
  29. fbe0070 Bluetooth: Fix wrong set of skb fragments by Gustavo Padovan · 12 years ago
  30. 08e6d90 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 12 years ago
  31. d34c34f Bluetooth: Initialize the transmit queue for L2CAP streaming mode by Mat Martineau · 12 years ago
  32. 577cfae Bluetooth: Update tx_send_head when sending ERTM data by Mat Martineau · 12 years ago
  33. 671267b Bluetooth: mgmt: Fix device_connected sending order by Johan Hedberg · 12 years ago
  34. a7d7723 Bluetooth: notify userspace of security level change by Gustavo Padovan · 12 years ago
  35. c47fc98 bluetooth: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  36. 53168e5 Bluetooth: Fixed checkpatch warnings by Cristian Chilipirea · 12 years ago
  37. 000092b Bluetooth: bnep: use constant for ethertype by Eldad Zack · 12 years ago
  38. 94122bb Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentation by Mat Martineau · 12 years ago
  39. daf6a78c Bluetooth: Remove unneeded calculation and magic number by Andrei Emeltchenko · 12 years ago
  40. f2ba7fa Bluetooth: Remove hlen variable by Gustavo Padovan · 12 years ago
  41. 9d42820 Bluetooth: Enable Low Energy support by default by Marcel Holtmann · 12 years ago
  42. 2ee8ce3 Bluetooth: Remove unused hci_le_ltk_neg_reply() by Syam Sidhardhan · 12 years ago
  43. 6ff9b5e Bluetooth: Remove unneeded elements from size calculation by Gustavo Padovan · 12 years ago
  44. e10b996 Bluetooth: Remove unused hci_le_ltk_reply() by Syam Sidhardhan · 12 years ago
  45. 422e925 Bluetooth: Add Code Aurora Forum copyright by Mat Martineau · 12 years ago
  46. 61d6ef3 Bluetooth: Make better use of l2cap_chan reference counting by Mat Martineau · 12 years ago
  47. dbd89fd Bluetooth: Remove unused function by Mat Martineau · 12 years ago
  48. 105bdf9 Bluetooth: Initialize new l2cap_chan structure members by Mat Martineau · 12 years ago
  49. b5c6aae Bluetooth: Move recently-added ERTM header packing functions by Mat Martineau · 12 years ago
  50. 3ce3514 Bluetooth: Remove duplicate structure members from bt_skb_cb by Mat Martineau · 12 years ago
  51. 479453d Bluetooth: Remove advertising cache by Andre Guedes · 12 years ago
  52. 8e9f989 Bluetooth: Use address type info from user-space by Andre Guedes · 12 years ago
  53. b12f62c Bluetooth: Add dst_type parameter to hci_connect by Andre Guedes · 12 years ago
  54. 31f7956 Bluetooth: Move bdaddr_to_le to hci_core by Andre Guedes · 12 years ago
  55. 378b5b7 Bluetooth: Rename mgmt_to_le to bdaddr_to_le by Andre Guedes · 12 years ago
  56. 57c1477 Bluetooth: Rename link_to_mgmt to link_to_bdaddr by Andre Guedes · 12 years ago
  57. 591f47f Bluetooth: Move address type macros to bluetooth.h by Andre Guedes · 12 years ago
  58. b290504 Bluetooth: Remove useless code in hci_connect by Andre Guedes · 12 years ago
  59. 9f0caeb Bluetooth: Add support for reusing the same hci_conn for LE links by Vinicius Costa Gomes · 12 years ago
  60. c228768 Bluetooth: Search global l2cap channels by src/dst addresses by Ido Yariv · 12 years ago
  61. d8ce939 Bluetooth: Remove unneeded initialization in hci_alloc_dev() by David Herrmann · 12 years ago
  62. b1b813d Bluetooth: Move device initialization to hci_alloc_dev() by David Herrmann · 12 years ago
  63. 9be0dab Bluetooth: Move hci_alloc/free_dev close to hci_register/unregister_dev by David Herrmann · 12 years ago
  64. fb33405 Bluetooth: Restrict to one SCO listening socket by Marcel Holtmann · 12 years ago
  65. 8ed21f7 Bluetooth: Don't check source address in SCO bind function by Marcel Holtmann · 12 years ago
  66. fc50744 Bluetooth: Fix registering hci with duplicate name by Ulisses Furquim · 12 years ago
  67. 519e42b Bluetooth: Remove not needed status parameter by Lukasz Rymanowski · 12 years ago
  68. 7d5d775 Bluetooth: Split error handling for SCO listen sockets by Marcel Holtmann · 12 years ago
  69. 6b3af73 Bluetooth: Split error handling for L2CAP listen sockets by Marcel Holtmann · 12 years ago
  70. 35d4adcc Bluetooth: Don't distribute keys in case of Encryption Failure by Hemant Gupta · 12 years ago
  71. 2d8b3a1 Bluetooth: Fix debug printing unallocated name by Andrei Emeltchenko · 12 years ago
  72. 4596fde Bluetooth: mgmt: Fix address type while loading Long Term Key by Hemant Gupta · 12 years ago
  73. 0c01bc4 Bluetooth: mgmt: Remove unwanted goto statements by Syam Sidhardhan · 12 years ago
  74. 5c94f37 Bluetooth: remove unneeded declaration of sco_conn_del() by Gustavo Padovan · 12 years ago
  75. 088ce08 Bluetooth: Remove unnecessary check by Mikel Astiz · 12 years ago
  76. abc5de8 Bluetooth: Use unsigned int instead of signed int by Mikel Astiz · 12 years ago
  77. b76bbd6 Bluetooth: Functions for handling ERTM control fields by Mat Martineau · 12 years ago
  78. 3c58819 Bluetooth: Add the l2cap_seq_list structure for tracking frames by Mat Martineau · 12 years ago
  79. 9033894 Bluetooth: Remove err parameter from alloc_skb() by Gustavo Padovan · 12 years ago
  80. bd4b165 Bluetooth: Adds set_default function in L2CAP setup by Andrei Emeltchenko · 12 years ago
  81. 6bcbc48 Bluetooth: Add Read Local AMP Info to init by Andrei Emeltchenko · 12 years ago
  82. 328c924 Bluetooth: mgmt: Fix missing connect failed event for LE by Hemant Gupta · 12 years ago
  83. b24c624 Bluetooth: Fix clearing discovery type when stopping discovery by Hemant Gupta · 12 years ago
  84. 0ed0914 Bluetooth: Remove MGMT_ADDR_INVALID macro by Andre Guedes · 12 years ago
  85. eb19aaa Bluetooth: Send correct address type for LTK by Hemant Gupta · 12 years ago
  86. 3a602a0 Bluetooth: Remove unneeded zero initialization by Andrei Emeltchenko · 12 years ago
  87. 053262d Bluetooth: Update management interface revision by Marcel Holtmann · 12 years ago
  88. eef1d9b Bluetooth: Remove sk parameter from l2cap_chan_create() by Gustavo Padovan · 12 years ago
  89. 14a2849 Bluetooth: Make L2CAP chan_add functions static by Andrei Emeltchenko · 12 years ago
  90. bcd11ff Bluetooth: Remove unneeded timer clear by Andrei Emeltchenko · 12 years ago
  91. 1519cc1 Bluetooth: Ignore inquiry results from periodic inquiry by Andre Guedes · 12 years ago
  92. 642be6c Bluetooth: Check HCI_PERIODIC_INQ in start_discovery by Andre Guedes · 12 years ago
  93. ae854a7 Bluetooth: Add HCI_PERIODIC_INQ to dev_flags by Andre Guedes · 12 years ago
  94. 4d93483 Bluetooth: Add Periodic Inquiry command complete handler by Andre Guedes · 12 years ago
  95. e0d9727e Bluetooth: Refactor stop_discovery by Andre Guedes · 12 years ago
  96. 7537e5c Bluetooth: Replace EPERM by EALREADY in hci_cancel_inquiry by Andre Guedes · 12 years ago
  97. 3e9fb6d Bluetooth: Silence sparse warning by Andrei Emeltchenko · 12 years ago
  98. c72d4b8 Bluetooth: mgmt: Don't allow to set invalid value to DeviceID source by Szymon Janc · 12 years ago
  99. d97dcb6 Bluetooth: mgmt: Fix some code style and indentation issues by Szymon Janc · 12 years ago
  100. c9ecc48 Bluetooth: LE support for MGMT stop discovery by Andre Guedes · 12 years ago