1. fcd89c0 Bluetooth: Add LE connect support by Ville Tervo · 14 years ago
  2. 903d343 Bluetooth: Add L2CAP mode to debugfs output by Gustavo F. Padovan · 14 years ago
  3. c531a12 Bluetooth: remove l2cap_load() hack by Gustavo F. Padovan · 14 years ago
  4. 6427451 Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko by Gustavo F. Padovan · 14 years ago
  5. c4c896e Bluetooth: sco: fix information leak to userspace by Vasiliy Kulikov · 14 years ago
  6. 43629f8 Bluetooth: bnep: fix buffer overflow by Vasiliy Kulikov · 14 years ago
  7. e3fb592 Bluetooth: l2cap: fix 1 byte infoleak to userspace by Vasiliy Kulikov · 14 years ago
  8. 59bdf3b mac80211: Ensure power-level set properly for scanning. by Ben Greear · 14 years ago
  9. da2fd1f mac80211: Allow work items to use existing channel type. by Ben Greear · 14 years ago
  10. 4f2e9d9 mac80211: Allow scanning on existing channel-type. by Ben Greear · 14 years ago
  11. 4d51e14 mac80211: Properly set work-item channel-type. by Ben Greear · 14 years ago
  12. a0019bc Bluetooth: update Bluetooth daemon name in Kconfig help by Gustavo F. Padovan · 14 years ago
  13. 6de0702 Bluetooth: move __l2cap_sock_close() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  14. 05fc157 Bluetooth: move l2cap_sock_kill() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  15. 6ddc048 Bluetooth: move L2CAP sock timers function to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  16. fd83ccd Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  17. dcba0db Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  18. 6898325 Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  19. 4e34c50 Bluetooth: move l2cap_sock_connect() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  20. 99f4808 Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  21. 33575df Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  22. d7175d5 Bluetooth: move l2cap_sock_getname() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  23. c47b7c7 Bluetooth: move l2cap_sock_accept() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  24. af6bcd8 Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  25. 554f05b Bluetooth: move l2cap_sock_release() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  26. 6539058 Bluetooth: move l2cap_sock_ops to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  27. bb58f74 Bluetooth: Initial work for L2CAP split. by Gustavo F. Padovan · 14 years ago
  28. 0a708f8 Bluetooth: Rename l2cap.c to l2cap_core.c by Gustavo F. Padovan · 14 years ago
  29. d37f50e Bluetooth: fix crash by disabling tasklet in sock accept by Andrei Emeltchenko · 14 years ago
  30. 5a08ecc Bluetooth: Do not use assignments in IF conditions by Andrei Emeltchenko · 14 years ago
  31. 17fa4b9 Bluetooth: Add set_io_capability management command by Johan Hedberg · 14 years ago
  32. 980e1a5 Bluetooth: Add support for PIN code handling in the management interface by Johan Hedberg · 14 years ago
  33. a38528f Bluetooth: Create common cmd_complete function for mgmt.c by Johan Hedberg · 14 years ago
  34. 2784eb4 Bluetooth: Add get_connections managment interface command by Johan Hedberg · 14 years ago
  35. 17d5c04 Bluetooth: Add support for connect failed management event by Johan Hedberg · 14 years ago
  36. 8962ee7 Bluetooth: Add disconnect managment command by Johan Hedberg · 14 years ago
  37. f752054 Bluetooth: Add connected/disconnected management events by Johan Hedberg · 14 years ago
  38. 55ed8ca1 Bluetooth: Implement link key handling for the management interface by Johan Hedberg · 14 years ago
  39. 1aff6f0 Bluetooth: Add class of device control to the management interface by Johan Hedberg · 14 years ago
  40. d5859e2 Bluetooth: Implement a more complete adapter initialization sequence by Johan Hedberg · 14 years ago
  41. d835060 Bluetooth: Remove page timeout setting from HCI init sequence by Johan Hedberg · 14 years ago
  42. b0916ea Bluetooth: Add controller side link key clearing to hci_init_req by Johan Hedberg · 14 years ago
  43. a5040ef Bluetooth: Add special handling with __hci_request and HCI_INIT by Johan Hedberg · 14 years ago
  44. 03b555e Bluetooth: Reject pairing requests when in non-pairable mode by Johan Hedberg · 14 years ago
  45. 930e133 Bluetooth: Implement debugfs support for listing UUIDs by Johan Hedberg · 14 years ago
  46. 2aeb9a1 Bluetooth: Implement UUID handling through the management interface by Johan Hedberg · 14 years ago
  47. c542a06 Bluetooth: Implement set_pairable managment command by Johan Hedberg · 14 years ago
  48. 053f021 Bluetooth: Add send_mode_rsp convenience function for mgmt.c by Johan Hedberg · 14 years ago
  49. ebc99fe Bluetooth: Add flag to track managment controlled adapters by Johan Hedberg · 14 years ago
  50. 72a734e Bluetooth: Unify mode related management messages to a single struct by Johan Hedberg · 14 years ago
  51. 9fbcbb4 Bluetooth: Add set_connectable management command by Johan Hedberg · 14 years ago
  52. 73f22f6 Bluetooth: Add support for set_discoverable management command by Johan Hedberg · 14 years ago
  53. eec8d2b Bluetooth: Add support for set_powered management command by Johan Hedberg · 14 years ago
  54. 5add6af Bluetooth: Add support for management powered event by Johan Hedberg · 14 years ago
  55. ab81cbf Bluetooth: Implement automatic setup procedure for local adapters by Johan Hedberg · 14 years ago
  56. 7990681c Bluetooth: Fix setting of MTU for ERTM and Streaming Mode by Gustavo F. Padovan · 14 years ago
  57. e702112 Bluetooth: Use non-flushable by default L2CAP data packets by Andrei Emeltchenko · 14 years ago
  58. b2c60d4 Bluetooth: Fix failure to release lock in read_index_list() by Jesper Juhl · 14 years ago
  59. 80f5585 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 into wireless by Gustavo F. Padovan · 14 years ago
  60. 3ad97fb mac80211: remove unneeded check by Dan Carpenter · 14 years ago
  61. 38f37be mac80211: Update comments on radiotap MCS index by Mohammed Shafi Shajakhan · 14 years ago
  62. 4f31233 mac80211: as a 4-addr station, do not receive packets for other stations by Felix Fietkau · 14 years ago
  63. 180205b mac80211: Make some mlme timers module paramaters. by Ben Greear · 14 years ago
  64. b23b025 mac80211: Optimize scans on current operating channel. by Ben Greear · 14 years ago
  65. b1f9331 mac80211: do not send duplicate data frames to the cooked monitor interface by Felix Fietkau · 14 years ago
  66. 8c99f69 mac80211: do not restart ps timer during scan or offchannel by Rajkumar Manoharan · 14 years ago
  67. 512119b mac80211: fix race between next beacon dtim and ieee80211_get_buffered_bc by Christian Lamparter · 14 years ago
  68. 681d119 mac80211: Add testing functionality for TKIP by Jouni Malinen · 14 years ago
  69. 747d753 mac80211: Remove obsolete TKIP flexibility by Jouni Malinen · 14 years ago
  70. e9d7732 mac80211: allow GO to scan like AP by Johannes Berg · 14 years ago
  71. 771bbd0 mac80211: pass up beacons from external BSS when operating as AP by Arik Nemtsov · 14 years ago
  72. d057e5a mac80211: add HW flag for disabling auto link-PS in AP mode by Arik Nemtsov · 14 years ago
  73. 8fd369e mac80211: do not calc frame duration when using HW rate-control by Arik Nemtsov · 14 years ago
  74. 2cf22b8 mac80211: Recalculate channel-type on iface removal. by Ben Greear · 14 years ago
  75. bf6a057 cfg80211: Fix power save state after interface type change by Juuso Oikarinen · 14 years ago
  76. 172710b mac80211: Warn users if HT fails because of freq mismatch. by Ben Greear · 14 years ago
  77. 0fa025f mac80211: Show configured channel-type in netdev debugfs. by Ben Greear · 14 years ago
  78. eeabee7 mac80211: Be more careful when changing channels. by Ben Greear · 14 years ago
  79. e733fb6 Bluetooth: Set conn state to BT_DISCONN to avoid multiple responses by Bao Liang · 14 years ago
  80. 8c7914d mac80211: disable power save if an infra AP vif exists by Rajkumar Manoharan · 14 years ago
  81. 3e11210d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  82. efe1cf0 net/wireless/nl80211.c: Avoid call to genlmsg_cancel by Julia Lawall · 14 years ago
  83. 4914b3b mac80211: Add sdata state and flags to debugfs. by Ben Greear · 14 years ago
  84. 6d744ba mac80211: add MCS information to radiotap by Johannes Berg · 14 years ago
  85. 45cbad6 cfg80211: Allow non-zero indexes for device specific pair-wise ciphers by Juuso Oikarinen · 14 years ago
  86. ba99d93 mac80211: use DECLARE_EVENT_CLASS by Johannes Berg · 14 years ago
  87. eb3e554 mac80211: fix a crash in ieee80211_beacon_get_tim on change_interface by Felix Fietkau · 14 years ago
  88. 59eb21a cfg80211: Extend channel to frequency mapping for 802.11j by Bruno Randolf · 14 years ago
  89. b305dae mac80211: Fix skb-copy failure debug message. by Ben Greear · 14 years ago
  90. 765c2a9 Bluetooth: Fix race condition with conn->sec_level by Johan Hedberg · 14 years ago
  91. d00ef24 Bluetooth: Fix authentication request for L2CAP raw sockets by Johan Hedberg · 14 years ago
  92. 8556edd3 Bluetooth: Create a unified auth_type evaluation function by Johan Hedberg · 14 years ago
  93. 65cf686 Bluetooth: Fix MITM protection requirement preservation by Johan Hedberg · 14 years ago
  94. 88644bb Revert "Bluetooth: Update sec_level/auth_type for already existing connections" by Johan Hedberg · 14 years ago
  95. 683d949 Bluetooth: Never deallocate a session when some DLC points to it by Lukáš Turek · 14 years ago
  96. e2e0cac Bluetooth: Fix leaking blacklist when unregistering a hci device by Johan Hedberg · 14 years ago
  97. 4571928 Bluetooth: l2cap: fix misuse of logical operation in place of bitop by David Sterba · 14 years ago
  98. fbb327c mac80211: drop non-auth 3-addr data frames when running as a 4-addr station by Felix Fietkau · 14 years ago
  99. 5dd36bc mac80211: allow advertising correct maximum aggregate size by Johannes Berg · 14 years ago
  100. 0b01f03 mac80211: track receiver's aggregation reorder buffer size by Johannes Berg · 14 years ago