1. 39df600 mac80211: propagate information about STA WME support down by Arik Nemtsov · 13 years ago
  2. 3be3fdb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  3. 77b7023 mac80211: dynamic PS - don't enter PS when TX frames are pending by Arik Nemtsov · 13 years ago
  4. a806c55 mac80211: Drop DS Channel PARAM in directed probe by Paul Stewart · 13 years ago
  5. 15b4d84 mac80211: reestablish mis-configured existing Rx BA sessions by Arik Nemtsov · 13 years ago
  6. daf4ce8 bluetooth: uses crypto interfaces, select CRYPTO by Randy Dunlap · 13 years ago
  7. 8ee3108 mac80211: restrict advertised HW scan rates by Johannes Berg · 13 years ago
  8. 04b7dcf wireless: unify QoS control field definitions by Johannes Berg · 13 years ago
  9. a66b98d mac80211: fix rx->key NULL dereference during mic failure by Arik Nemtsov · 13 years ago
  10. f70490e Bluetooth: include scatterlist.h where needed by Stephen Rothwell · 13 years ago
  11. 9720bb3 nl80211: use netlink consistent dump feature for BSS dumps by Johannes Berg · 13 years ago
  12. 670dc28 netlink: advertise incomplete dumps by Johannes Berg · 13 years ago
  13. 1c1236e Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 13 years ago
  14. 43f3dc4 Bluetooth: Fix not setting the chan state by Vinicius Costa Gomes · 13 years ago
  15. 0555891 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  16. 77572fd mac80211: quiesce vif before suspending by Eliad Peller · 13 years ago
  17. e13e21d Bluetooth: Remove useless access to the socket by Vinicius Costa Gomes · 13 years ago
  18. 6312845 Bluetooth: Fix crash when setting a LE socket to ready by Vinicius Costa Gomes · 13 years ago
  19. 40fad6b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by John W. Linville · 13 years ago
  20. a7925bd Bluetooth: Fix locking in blacklist code by Gustavo F. Padovan · 13 years ago
  21. b856439 mac80211: add cancel_hw_scan() callback by Eliad Peller · 13 years ago
  22. a6af1d8 mac80211: Start monitor work on restart by Paul Stewart · 13 years ago
  23. e2ab435 Bluetooth: Use bit operations on conn_state by Gustavo F. Padovan · 13 years ago
  24. c1360a1 Bluetooth: use bit operation on conf_state by Gustavo F. Padovan · 13 years ago
  25. 7fbec22 Bluetooth: Add blacklisting support for mgmt interface by Antti Julku · 13 years ago
  26. b2a66aa Bluetooth: Move blacklisting functions to hci_core by Antti Julku · 13 years ago
  27. 3306054 Bluetooth: Fix L2CAP connection establishment by Ilia Kolomisnky · 13 years ago
  28. 3158c50 Bluetooth: Add key size checks for SMP by Vinicius Costa Gomes · 13 years ago
  29. 5d3de7d Bluetooth: Add support for SMP timeout by Vinicius Costa Gomes · 13 years ago
  30. df3c393 Bluetooth: Fix accepting connect requests for defer_setup by Johan Hedberg · 13 years ago
  31. 94ac027 Bluetooth: fix missing parameter for HCI_OP_DISCONNECT by Anderson Lizardo · 13 years ago
  32. da85e5e Bluetooth: Add support for Pairing features exchange by Vinicius Costa Gomes · 13 years ago
  33. b8e66ea Bluetooth: Add support for building pairing commands by Vinicius Costa Gomes · 13 years ago
  34. 7b5c0d5 Bluetooth: Fix initial security level of LE links by Vinicius Costa Gomes · 13 years ago
  35. f1cb9af Bluetooth: Add support for resuming socket when SMP is finished by Vinicius Costa Gomes · 14 years ago
  36. 9b3d674 Bluetooth: Remove debug statements by Vinicius Costa Gomes · 13 years ago
  37. a7a595f Bluetooth: Add support for LE Start Encryption by Vinicius Costa Gomes · 13 years ago
  38. 7d24ddc Bluetooth: Add SMP confirmation checks methods by Anderson Briglia · 13 years ago
  39. f01ead3 Bluetooth: Add SMP confirmation structs by Anderson Briglia · 13 years ago
  40. d22ef0b Bluetooth: Add LE SMP Cryptoolbox functions by Anderson Briglia · 13 years ago
  41. 3a0259b Bluetooth: Add support for using the crypto subsystem by Vinicius Costa Gomes · 13 years ago
  42. 88ba43b Bluetooth: Add simple SMP pairing negotiation by Anderson Briglia · 13 years ago
  43. b501d6a Bluetooth: Start SMP procedure by Anderson Briglia · 13 years ago
  44. eb492e0 Bluetooth: Implement the first SMP commands by Anderson Briglia · 13 years ago
  45. b569450 Bluetooth: Don't forget to check for LE_LINK by Gustavo F. Padovan · 13 years ago
  46. 1a09bcb Bluetooth: keep reference if any ERTM timer is enabled by Gustavo F. Padovan · 13 years ago
  47. c9b6667 Bluetooth: Make timer functions generic by Gustavo F. Padovan · 13 years ago
  48. 71ba0e5 Bluetooth: Add refcnt to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  49. 89bc500 Bluetooth: Add state tracking to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  50. ba3bd0e Bluetooth: add close() callback to l2cap_chan_ops by Gustavo F. Padovan · 13 years ago
  51. 2307049 Bluetooth: add recv() callback to l2cap_chan_ops by Gustavo F. Padovan · 13 years ago
  52. 80808e4 Bluetooth: Add l2cap_chan_ops abstraction by Gustavo F. Padovan · 13 years ago
  53. dc50a06 Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc() by Gustavo F. Padovan · 13 years ago
  54. 6fdf658 Bluetooth: Fix L2CAP security check by Luiz Augusto von Dentz · 13 years ago
  55. d6124ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by John W. Linville · 13 years ago
  56. 43a1c27 networking: fix warning about unused label wake_up by Vincent Zweije · 13 years ago
  57. 323222b cfg80211: Ignore downstream DEAUTH for authtry_bsses by Paul Stewart · 13 years ago
  58. 1d34d10 mac80211: add ieee80211_get_operstate() function by Eliad Peller · 13 years ago
  59. c48b1f7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  60. 7f4f057 Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devices by Ville Tervo · 13 years ago
  61. 0da67be Bluetooth: fix shutdown on SCO sockets by Luiz Augusto von Dentz · 13 years ago
  62. 448f262 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  63. d29d04c Bluetooth: Kill set but unused variable 'cmd' in cmtp_recv_capimsg() by David Miller · 13 years ago
  64. 6de6c18 Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devices by Ville Tervo · 13 years ago
  65. 8d03e97 Bluetooth: l2cap and rfcomm: fix 1 byte infoleak to userspace. by Filip Palian · 13 years ago
  66. 4a77708 Bluetooth: fix shutdown on SCO sockets by Luiz Augusto von Dentz · 13 years ago
  67. d0fad89 Bluetooth: Silence DEBUG_STRICT_USER_COPY_CHECKS=y warning by Stephen Boyd · 13 years ago
  68. e694928 Bluetooth: Fix check for the ERTM local busy state by Mat Martineau · 13 years ago
  69. d8d69c5 Bluetooth: Restore accidentally-deleted line by Mat Martineau · 13 years ago
  70. ef4177e Bluetooth: Simplify hci_conn_accept_secure check by Waldemar Rymarkiewicz · 13 years ago
  71. 14b12d0 Bluetooth: Add BT_POWER L2CAP socket option. by Jaikumar Ganesh · 13 years ago
  72. 96d97a6 Bluetooth: Verify a pin code in pin_code_reply by Waldemar Rymarkiewicz · 13 years ago
  73. 24718ca Bluetooth: Remove a magic number by Waldemar Rymarkiewicz · 13 years ago
  74. b5ad8b7 Bluetooth: fix sparse & gcc warnings by Johannes Berg · 13 years ago
  75. 6d3ce0e7 Bluetooth: Set 'peer_addr_type' in hci_le_connect() by Andre Guedes · 13 years ago
  76. eda42b5 Bluetooth: Check advertising cache in hci_connect() by Andre Guedes · 13 years ago
  77. 893d675 Bluetooth: Remove useless check in hci_connect() by Andre Guedes · 13 years ago
  78. 29b7988 Bluetooth: Add 'dst_type' field to struct hci_conn by Andre Guedes · 13 years ago
  79. d7556e2 Bluetooth: Refactor hci_auth_complete_evt function by Waldemar Rymarkiewicz · 13 years ago
  80. 19f8def Bluetooth: Fix auth_complete_evt for legacy units by Waldemar Rymarkiewicz · 13 years ago
  81. 3581508 Bluetooth: Advertising entries lifetime by Andre Guedes · 13 years ago
  82. eb9d91f Bluetooth: Clear advertising cache before scanning by Andre Guedes · 13 years ago
  83. 9aa04c9 Bluetooth: Add Advertising Report Meta Event handler by Andre Guedes · 13 years ago
  84. 76c8686 Bluetooth: LE advertising cache by Andre Guedes · 13 years ago
  85. 0f85272 Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close() by Gustavo F. Padovan · 13 years ago
  86. 500698d Bluetooth: Remove export of l2cap_chan_clear_timer() by Gustavo F. Padovan · 13 years ago
  87. ab07801 Bluetooth: create channel timer to replace sk_timer by Gustavo F. Padovan · 13 years ago
  88. 715ec00 Bluetooth: Add chan->chan_type struct member by Gustavo F. Padovan · 13 years ago
  89. 9a91a04 Bluetooth: Create l2cap_chan_send() by Gustavo F. Padovan · 13 years ago
  90. 4519de9 Bluetooth: Create __l2cap_chan_close() by Gustavo F. Padovan · 13 years ago
  91. 37e1c55 Bluetooth: Remove unnecessary use of hci_dev_list_lock by Johan Hedberg · 13 years ago
  92. 75fde9e Bluetooth: Kill set but not used variable 'l2cap_sk' in rfcomm_sock_getsockopt_old() by David Miller · 13 years ago
  93. 78676a0 Bluetooth: fix set but not used warning by Gustavo F. Padovan · 13 years ago
  94. 224f8af Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failure by Ruiyi Zhang · 13 years ago
  95. f3209be mac80211: fix IBSS teardown race by Johannes Berg · 13 years ago
  96. f41ccd7 mac80211: Stop BA session event from device by Shahar Levi · 13 years ago
  97. 57a27e1 nl80211: fix overflow in ssid_len by Luciano Coelho · 13 years ago
  98. 41bfce8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  99. bb77f63 Revert "mac80211: stop queues before rate control updation" by John W. Linville · 13 years ago
  100. ab6a44c Revert "mac80211: Skip tailroom reservation for full HW-crypto devices" by John W. Linville · 13 years ago