1. f6cd071 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  2. 9c238ca Bluetooth: 6lowpan: Check transmit errors for multicast packets by Jukka Rissanen · 10 years ago
  3. d7b6b0a Bluetooth: 6lowpan: Return EAGAIN error also for multicast packets by Jukka Rissanen · 10 years ago
  4. a7807d73 Bluetooth: 6lowpan: Avoid memory leak if memory allocation fails by Jukka Rissanen · 10 years ago
  5. fc12518 Bluetooth: 6lowpan: Memory leak as the skb is not freed by Jukka Rissanen · 10 years ago
  6. 02e246ae Bluetooth: Fix lockdep warning with l2cap_chan_connect by Johan Hedberg · 10 years ago
  7. 156395c Bluetooth: 6lowpan: Enable multicast support by Jukka Rissanen · 10 years ago
  8. 36b3dd2 Bluetooth: 6lowpan: Ensure header compression does not corrupt IPv6 header by Jukka Rissanen · 10 years ago
  9. 59790aa Bluetooth: 6lowpan: Make sure skb exists before accessing it by Jukka Rissanen · 10 years ago
  10. 30d3c07 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  11. 330bd4e Merge tag 'nfc-next-3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by John W. Linville · 10 years ago
  12. 565766b Bluetooth: Rename sco_param_wideband table to esco_param_msbc by Johan Hedberg · 10 years ago
  13. c7da579 Bluetooth: Add retransmission effort into SCO parameter table by Johan Hedberg · 10 years ago
  14. f19f4f9 ieee802154: 6lowpan: ensure header compression does not corrupt ipv6 header by Simon Vincent · 10 years ago
  15. d41c15c Bluetooth: Fix reason code used for rejecting SCO connections by Johan Hedberg · 10 years ago
  16. 2b0bf6c Bluetooth: Convert bt_<level> logging functions to return void by Joe Perches · 10 years ago
  17. 9e87f9a NFC: nci: Add support for proprietary RF Protocols by Christophe Ricard · 10 years ago
  18. 48e68ff Bluetooth: Check for SCO type before setting retransmission effort by Bernhard Thaler · 10 years ago
  19. 5eb596f Bluetooth: Fix setting correct security level when initiating SMP by Johan Hedberg · 10 years ago
  20. 0097db0 Bluetooth: Remove exported hci_recv_fragment function by Marcel Holtmann · 10 years ago
  21. 1186b62 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  22. 6bd2bd2 Merge tag 'mac80211-next-for-john-2014-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  23. 43e73e4 Bluetooth: Provide HCI command opcode information to driver by Marcel Holtmann · 10 years ago
  24. 7cb9d20 Bluetooth: Add BUILD_BUG_ON check for SKB control buffer size by Marcel Holtmann · 10 years ago
  25. 9a783a1 Bluetooth: Fix re-setting RPA as expired when deferring update by Johan Hedberg · 10 years ago
  26. 0d8614b mac80211: replace SMPS hw flags with wiphy feature bits by Eliad Peller · 10 years ago
  27. f699317 mac80211: set smps_mode according to ap params by Eliad Peller · 10 years ago
  28. 18998c3 cfg80211: allow requesting SMPS mode on ap start by Eliad Peller · 10 years ago
  29. 59cd85c mac80211: set network header in TDLS frames by Arik Nemtsov · 10 years ago
  30. b0b6aa2 cfg80211/mac80211: add wmm info to assoc event by Eliad Peller · 10 years ago
  31. 960d01a cfg80211: add WMM traffic stream API by Johannes Berg · 10 years ago
  32. 9d58f25 mac80211: add TDLS connection timeout by Liad Kaufman · 10 years ago
  33. 5935839 mac80211: improve minstrel_ht rate sorting by throughput & probability by Thomas Huehn · 10 years ago
  34. ca12c0c mac80211: Unify rate statistic variables between Minstrel & Minstrel_HT by Thomas Huehn · 10 years ago
  35. 5393b91 cfg80211: clear nl80211 messages carrying keys after processing by Johannes Berg · 10 years ago
  36. 78f686c cfg80211: don't put kek/kck/replay counter on the stack by Johannes Berg · 10 years ago
  37. 538c9eb cfg80211: clear wext keys when freeing and removing them by Johannes Berg · 10 years ago
  38. 29c3f9c mac80211: clear key material when freeing keys by Johannes Berg · 10 years ago
  39. b47f610 cfg80211: clear connect keys when freeing them by Johannes Berg · 10 years ago
  40. 7ed3fa2 Bluetooth: Expire RPA if encryption fails by Johan Hedberg · 10 years ago
  41. 5be5e27 Bluetooth: Avoid hard-coded IO capability values in SMP by Johan Hedberg · 10 years ago
  42. aeaeb4b Bluetooth: Fix L2CAP information request handling for fixed channels by Johan Hedberg · 10 years ago
  43. a6f7833 Bluetooth: Add smp_ltk_sec_level() helper function by Johan Hedberg · 10 years ago
  44. 1afc2a1 Bluetooth: Fix SMP security level when we have no IO capabilities by Johan Hedberg · 10 years ago
  45. 24bd0bd Bluetooth: Centralize disallowing SMP commands to a single place by Johan Hedberg · 10 years ago
  46. c05b933 Bluetooth: Fix ignoring unknown SMP authentication requirement bits by Johan Hedberg · 10 years ago
  47. 3a7dbfb Bluetooth: Remove unnecessary early initialization of variable by Johan Hedberg · 10 years ago
  48. 196332f Bluetooth: Fix allowing SMP Signing info PDU by Johan Hedberg · 10 years ago
  49. 39e90c7 Bluetooth: 6lowpan: Route packets that are not meant to peer via correct device by Jukka Rissanen · 10 years ago
  50. b2799ce Bluetooth: 6lowpan: Set the peer IPv6 address correctly by Jukka Rissanen · 10 years ago
  51. 2ae50d8 Bluetooth: 6lowpan: Increase the connection timeout value by Jukka Rissanen · 10 years ago
  52. e1e930f Bluetooth: Fix mgmt pairing failure when authentication fails by Johan Hedberg · 10 years ago
  53. c68b7f1 Bluetooth: Fix dereferencing conn variable before NULL check by Johan Hedberg · 10 years ago
  54. 9f06a8d Bluetooth: LLVMLinux: Remove VLAIS from bluetooth/amp.c by Behan Webster · 10 years ago
  55. b28b494 Bluetooth: Add strict checks for allowed SMP PDUs by Johan Hedberg · 10 years ago
  56. c6e81e9 Bluetooth: Fix calling smp_distribute_keys() when still waiting for keys by Johan Hedberg · 10 years ago
  57. 88d3a8a Bluetooth: Add define for key distribution mask by Johan Hedberg · 10 years ago
  58. fc75cc8 Bluetooth: Fix locking of the SMP context by Johan Hedberg · 10 years ago
  59. d6268e8 Bluetooth: Remove unnecessary deferred work for SMP key distribution by Johan Hedberg · 10 years ago
  60. f3d82d0 Bluetooth: Move identity address update behind a workqueue by Johan Hedberg · 10 years ago
  61. 84bc0db Bluetooth: Don't take any action in smp_resume_cb if not encrypted by Johan Hedberg · 10 years ago
  62. 1b0921d Bluetooth: Remove unnecessary checks after canceling SMP security timer by Johan Hedberg · 10 years ago
  63. 434714d Bluetooth: Add clarifying comment for LE CoC result value by Johan Hedberg · 10 years ago
  64. 839035a Bluetooth: Move clock offset reading into hci_disconnect() by Johan Hedberg · 10 years ago
  65. e3f2f92 Bluetooth: Use hci_disconnect() for mgmt_disconnect_device() by Johan Hedberg · 10 years ago
  66. e3b679d Bluetooth: Update hci_disconnect() to return an error value by Johan Hedberg · 10 years ago
  67. 9b7b18e Bluetooth: Fix SMP error and response to be mutually exclusive by Johan Hedberg · 10 years ago
  68. b04afa0 Bluetooth: Remove unused l2cap_conn_shutdown API by Johan Hedberg · 10 years ago
  69. 1e91c29 Bluetooth: Use hci_disconnect for immediate disconnection from SMP by Johan Hedberg · 10 years ago
  70. e31fb86 Bluetooth: Set discon_timeout to 0 in l2cap_conn_del by Johan Hedberg · 10 years ago
  71. bcbb655 Bluetooth: Remove hci_conn_hold/drop from hci_chan by Johan Hedberg · 10 years ago
  72. f94b665 Bluetooth: Ignore incoming data after initiating disconnection by Johan Hedberg · 10 years ago
  73. b3ff670 Bluetooth: Set disc_timeout to 0 when calling hci_chan_del by Johan Hedberg · 10 years ago
  74. 6c388d3 Bluetooth: Fix hci_conn reference counting with hci_chan by Johan Hedberg · 10 years ago
  75. f6c6324 Bluetooth: Refactor connection parameter freeing into its own function by Johan Hedberg · 10 years ago
  76. f8aaf9b Bluetooth: Fix using hci_conn_get() for hci_conn pointers by Johan Hedberg · 10 years ago
  77. 51bb8457 Bluetooth: Improve *_get() functions to return the object type by Johan Hedberg · 10 years ago
  78. 5477610 Bluetooth: Optimize connection parameter lookup for LE connections by Johan Hedberg · 10 years ago
  79. 08853f1 Bluetooth: Set addr_type only when it's needed by Johan Hedberg · 10 years ago
  80. c16900c Bluetooth: Fix hci_conn reference counting for fixed channels by Johan Hedberg · 10 years ago
  81. b3ed6c6 Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_add by Johan Hedberg · 10 years ago
  82. 72c6fb9 Bluetooth: Fix incorrect LE CoC PDU length restriction based on HCI MTU by Johan Hedberg · 10 years ago
  83. 61a3d4f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  84. b1e9be8 mac80211: annotate MMIC head/tailroom warning by Johannes Berg · 10 years ago
  85. c8d6591 mac80211: support DTPC IE (from Cisco Client eXtensions) by Steinar H. Gunderson · 10 years ago
  86. 24a4e40 mac80211: split 802.11h parsing from transmit power policy by Steinar H. Gunderson · 10 years ago
  87. f3000e1 mac80211: fix broken use of VHT/20Mhz with some APs by Eyal Shapira · 10 years ago
  88. a4bcaf5 mac80211: extend set_coverage_class signature by Lorenzo Bianconi · 10 years ago
  89. 3057dbf cfg80211: enable dynack through nl80211 by Lorenzo Bianconi · 10 years ago
  90. eaa336b mac80211: combine roc with the "next roc" if possible by Eliad Peller · 10 years ago
  91. 24ecd45 mac80211: adjust roc duration when combining ROCs by Eliad Peller · 10 years ago
  92. a62a1ae cfg80211: avoid duplicate entries on regdomain intersection by Eliad Peller · 10 years ago
  93. cd2f5dd mac80211: Add RRM support to assoc request by Assaf Krauss · 10 years ago
  94. bab5ab7 nl80211: Add flag attribute for RRM connections by Assaf Krauss · 10 years ago
  95. 6188c27 mac80211: fix description comment of ieee80211_subif_start_xmit by Liad Kaufman · 10 years ago
  96. 2740f0c cfg80211: add Intel Mobile Communications copyright by Johannes Berg · 10 years ago
  97. d98ad83 mac80211: add Intel Mobile Communications copyright by Johannes Berg · 10 years ago
  98. c10a199 mac80211: clean up ieee80211_i.h by Johannes Berg · 10 years ago
  99. ef4ead3 Merge tag 'mac80211-next-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by John W. Linville · 10 years ago
  100. 190355c Merge tag 'mac80211-for-john-2014-08-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by John W. Linville · 10 years ago