1. 5518b69 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  2. 57a53a0 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 7 years ago
  3. 41c6d65 net: convert sock.sk_refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  4. d2ecfa7 Bluetooth: Add sockaddr length checks before accessing sa_family in bind and connect handlers by Mateusz Jurczyk · 7 years ago
  5. 29e2dd0 bluetooth: remove WQ_MEM_RECLAIM from hci workqueues by Tejun Heo · 7 years ago
  6. 5da8e47 Bluetooth: hidp: fix possible might sleep error in hidp_session_thread by Jeffy Chen · 7 years ago
  7. f06d977 Bluetooth: cmtp: fix possible might sleep error in cmtp_session by Jeffy Chen · 7 years ago
  8. 2571738 Bluetooth: bnep: fix possible might sleep error in bnep_session by Jeffy Chen · 7 years ago
  9. de77b96 net: introduce __skb_put_[zero, data, u8] by yuan linyu · 7 years ago
  10. ac6424b sched/wait: Rename wait_queue_t => wait_queue_entry_t by Ingo Molnar · 7 years ago
  11. 634fef6 networking: add and use skb_put_u8() by Johannes Berg · 7 years ago
  12. d58ff35 networking: make skb_push & __skb_push return void pointers by Johannes Berg · 7 years ago
  13. af72868 networking: make skb_pull & friends return void pointers by Johannes Berg · 7 years ago
  14. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  15. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 7 years ago
  16. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  17. 313f688 Bluetooth: Send HCI Set Event Mask Page 2 command only when needed by Marcel Holtmann · 7 years ago
  18. 329d823 Bluetooth: use constant time memory comparison for secret values by Jason A. Donenfeld · 7 years ago
  19. cf124db net: Fix inconsistent teardown and release of private netdev state. by David S. Miller · 7 years ago
  20. 5d4acfc Bluetooth: Delete error messages for failed memory allocations in two functions by Markus Elfring · 7 years ago
  21. b56c7b2 Bluetooth: Skip vendor diagnostic configuration for HCI User Channel by Marcel Holtmann · 7 years ago
  22. de2ba30 Bluetooth: Set LE Default PHY preferences by Marcel Holtmann · 7 years ago
  23. 27bbca4 Bluetooth: Enable LE PHY Update Complete event by Marcel Holtmann · 7 years ago
  24. 9756d33 Bluetooth: Enable LE Channel Selection Algorithm event by Marcel Holtmann · 7 years ago
  25. 1220487 Bluetooth: Set LE Suggested Default Data Length to maximum by Marcel Holtmann · 7 years ago
  26. 173e783 net: socket: mark socket protocol handler structs as const by linzhang · 7 years ago
  27. 71653eb Bluetooth: Add selftest for ECDH key generation by Marcel Holtmann · 7 years ago
  28. f958315 Bluetooth: zero kpp input for key generation by Marcel Holtmann · 7 years ago
  29. ab89f0b Bluetooth: Fix user channel for 32bit userspace on 64bit kernel by Szymon Janc · 7 years ago
  30. 763d9a3 Bluetooth: allocate data for kpp on heap by Salvatore Benedetto · 7 years ago
  31. 58771c1c Bluetooth: convert smp and selftest to crypto kpp API by Salvatore Benedetto · 7 years ago
  32. 2586952 bluetooth: Do not set IFF_POINTOPOINT by Patrik Flykt · 7 years ago
  33. 814f1b2 Bluetooth: 6lowpan: Set tx_queue_len to DEFAULT_TX_QUEUE_LEN by Luiz Augusto von Dentz · 7 years ago
  34. 8a505b7 Bluetooth: L2CAP: Add l2cap_le_flowctl_send by Luiz Augusto von Dentz · 7 years ago
  35. f183e52 Bluetooth: 6lowpan: Use netif APIs to flow control by Luiz Augusto von Dentz · 7 years ago
  36. e1008f9 Bluetooth: 6lowpan: Don't drop packets when run out of credits by Luiz Augusto von Dentz · 7 years ago
  37. 0373214 Bluetooth: L2CAP: Don't return -EAGAIN if out of credits by Luiz Augusto von Dentz · 8 years ago
  38. da75fdc Bluetooth: 6lowpan: Print errors during recv_pkt by Luiz Augusto von Dentz · 8 years ago
  39. 27ce68a Bluetooth: 6lowpan: Remove unnecessary peer lookup by Luiz Augusto von Dentz · 8 years ago
  40. 6dea44f Bluetooth: 6lowpan: fix use after free in chan_suspend/resume by Michael Scott · 8 years ago
  41. d2891c4 Bluetooth: 6lowpan: fix delay work init in add_peer_chan() by Michael Scott · 8 years ago
  42. fa0eaf8 6lowpan: fix assignment of peer_addr by Colin Ian King · 8 years ago
  43. b48c3b59 Bluetooth: Change initial min and max interval by Jonas Holmberg · 8 years ago
  44. cd50361 Bluetooth: fix assignments on error variable err by Colin Ian King · 8 years ago
  45. 27bfbc2 Bluetooth: Avoid bt_accept_unlink() double unlinking by Dean Jenkins · 8 years ago
  46. e163376 Bluetooth: Handle bt_accept_enqueue() socket atomically by Dean Jenkins · 8 years ago
  47. 9dae2e0 6lowpan: Fix IID format for Bluetooth by Luiz Augusto von Dentz · 8 years ago
  48. fa09ae6 6lowpan: Use netdev addr_len to determine lladdr len by Luiz Augusto von Dentz · 8 years ago
  49. c259d14 bluetooth: Set 6 byte device addresses by Patrik Flykt · 8 years ago
  50. dab6b5d Bluetooth: convert rfcomm_dlc.refcnt from atomic_t to refcount_t by Elena Reshetova · 8 years ago
  51. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  52. 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
  53. 9332ef9 scripts/spelling.txt: add "an user" pattern and fix typo instances by Masahiro Yamada · 8 years ago
  54. 3051bf3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  55. 27d1c46 Bluetooth: fix spelling mistake: "advetising" -> "advertising" by Colin Ian King · 8 years ago
  56. 9dcbc31 Bluetooth: Fix NULL pointer dereference in bt_sock_recvmsg by Ezequiel Garcia · 8 years ago
  57. 2c935bc locking/atomic, kref: Add kref_read() by Peter Zijlstra · 8 years ago
  58. 9a19a6d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  59. 6bdf1e0 Makefile: drop -D__CHECK_ENDIAN__ from cflags by Michael S. Tsirkin · 8 years ago
  60. a62da6f Bluetooth: SMP: Add support for H7 crypto function and CT2 auth flag by Johan Hedberg · 8 years ago
  61. cbbd26b [iov_iter] new primitives - copy_from_iter_full() and friends by Al Viro · 8 years ago
  62. 0b42f25 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  63. 39385cb Bluetooth: Fix using the correct source address type by Johan Hedberg · 8 years ago
  64. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  65. 8b1efc0 net: remove MTU limits on a few ether_setup callers by Jarod Wilson · 8 years ago
  66. f61851f Bluetooth: Fix append max 11 bytes of name to scan rsp data by Michał Narajowski · 8 years ago
  67. a52ad51 net: deprecate eth_change_mtu, remove usage by Jarod Wilson · 8 years ago
  68. 1b42206 Bluetooth: Refactor append name and appearance by Michał Narajowski · 8 years ago
  69. 7ddb30c Bluetooth: Add appearance to default scan rsp data by Michał Narajowski · 8 years ago
  70. cecbf3e Bluetooth: Fix local name in scan rsp by Michał Narajowski · 8 years ago
  71. 7dc6f16 Bluetooth: Fix not updating scan rsp when adv off by Michał Narajowski · 8 years ago
  72. dd7e39b Bluetooth: Fix NULL pointer dereference in mgmt context by Arek Lichwa · 8 years ago
  73. af4168c Bluetooth: Set appearance only for LE capable controllers by Michał Narajowski · 8 years ago
  74. e74317f Bluetooth: Fix missing ext info event when setting appearance by Michał Narajowski · 8 years ago
  75. 5e9fae4 Bluetooth: Add supported data types to ext info changed event by Michał Narajowski · 8 years ago
  76. 6a9e90b Bluetooth: Add appearance to Read Ext Controller Info command by Szymon Janc · 8 years ago
  77. cde7a86 Bluetooth: Factor appending EIR to separate helper by Michał Narajowski · 8 years ago
  78. 7d5c11d Bluetooth: Refactor read_ext_controller_info handler by Szymon Janc · 8 years ago
  79. 3310230 Bluetooth: Increment management interface revision by Szymon Janc · 8 years ago
  80. 9c9db78 Bluetooth: Fix advertising instance validity check for flags by Szymon Janc · 8 years ago
  81. 2bb36870 Bluetooth: Unify advertising instance flags check by Szymon Janc · 8 years ago
  82. 5e2c59e Bluetooth: Remove unused parameter from tlv_data_is_valid function by Szymon Janc · 8 years ago
  83. c4960ec Bluetooth: Add support for appearance in scan rsp by Michał Narajowski · 8 years ago
  84. 7c295c4 Bluetooth: Add support for local name in scan rsp by Michał Narajowski · 8 years ago
  85. 83ebb9e Bluetooth: Fix not registering BR/EDR SMP channel with force_bredr flag by Szymon Janc · 8 years ago
  86. 3e36ca4 Bluetooth: Use kzalloc instead of kmalloc/memset by Wei Yongjun · 8 years ago
  87. 3c0975a Bluetooth: Fix reason code used for rejecting SCO connections by Frédéric Dalleau · 8 years ago
  88. baab793 Bluetooth: Fix wrong New Settings event when closing HCI User Channel by Marcel Holtmann · 8 years ago
  89. aa1638d Bluetooth: Send control open and close messages for HCI user channels by Marcel Holtmann · 8 years ago
  90. 8a0c9f4 Bluetooth: Append local name and CoD to Extended Controller Info by Michał Narajowski · 8 years ago
  91. 321c6fe Bluetooth: Add framework for Extended Controller Information by Marcel Holtmann · 8 years ago
  92. f4cdbb3 Bluetooth: Handle HCI raw socket transition from unbound to bound by Marcel Holtmann · 8 years ago
  93. f81f5b2 Bluetooth: Send control open and close messages for HCI raw sockets by Marcel Holtmann · 8 years ago
  94. d0bef1d Bluetooth: Add extra channel checks for control open/close messages by Marcel Holtmann · 8 years ago
  95. 5a6d2cf Bluetooth: Assign the channel early when binding HCI sockets by Marcel Holtmann · 8 years ago
  96. 0ef2c42 Bluetooth: Send control open and close only when cookie is present by Marcel Holtmann · 8 years ago
  97. 9e8305b Bluetooth: Use numbers for subsystem version string by Marcel Holtmann · 8 years ago
  98. df1cb87 Bluetooth: Introduce helper functions for socket cookie handling by Marcel Holtmann · 8 years ago
  99. 9db5c62 Bluetooth: Use command status event for Set IO Capability errors by Marcel Holtmann · 8 years ago
  100. 56f787c Bluetooth: Fix wrong Get Clock Information return parameters by Marcel Holtmann · 8 years ago