1. ca42a61 Bluetooth: Acknowledge L2CAP packets when receiving RR-frames (F-bit=1) by Gustavo F. Padovan · 15 years ago
  2. cbe86b9 Bluetooth: Add missing selection of CONFIG_CRC16 for L2CAP layer by Randy Dunlap · 15 years ago
  3. 7bee549 Bluetooth: Add USB autosuspend support to btusb driver by Oliver Neukum · 15 years ago
  4. d2e353f Bluetooth: Fix false errors from bcsp_pkt_cull function by Wending Weng · 15 years ago
  5. 1b7bf4e Bluetooth: Use proper *_unaligned_le{16,32} helpers for L2CAP by Gustavo F. Padovan · 15 years ago
  6. e686219 Bluetooth: Add locking scheme to L2CAP timeout callbacks by Gustavo F. Padovan · 15 years ago
  7. 9e726b1 Bluetooth: Fix rejected connection not disconnecting ACL link by Luiz Augusto von Dentz · 15 years ago
  8. ef54fd9 Bluetooth: Full support for receiving L2CAP SREJ frames by Gustavo F. Padovan · 15 years ago
  9. 8f17154 Bluetooth: Add support for L2CAP SREJ exception by Gustavo F. Padovan · 15 years ago
  10. fcc203c Bluetooth: Add support for FCS option to L2CAP by Gustavo F. Padovan · 15 years ago
  11. 6840ed0 Bluetooth: Enable Streaming Mode for L2CAP by Gustavo F. Padovan · 15 years ago
  12. e90bac0 Bluetooth: Add support for Retransmission and Monitor Timers by Gustavo F. Padovan · 15 years ago
  13. 30afb5b Bluetooth: Initial support for retransmission of packets with REJ frames by Gustavo F. Padovan · 15 years ago
  14. c74e560 Bluetooth: Add support for Segmentation and Reassembly of SDUs by Gustavo F. Padovan · 15 years ago
  15. 1c2acff Bluetooth: Add initial support for ERTM packets transfers by Gustavo F. Padovan · 15 years ago
  16. 22121fc Bluetooth: Create separate l2cap_send_disconn_req() function by Gustavo F. Padovan · 15 years ago
  17. f2fcfcd Bluetooth: Add configuration support for ERTM and Streaming mode by Gustavo F. Padovan · 15 years ago
  18. 65c7c49 Bluetooth: Add L2CAP RFC option if ERTM is enabled by Marcel Holtmann · 15 years ago
  19. c6b03cf Bluetooth: Allow setting of L2CAP ERTM via socket option by Marcel Holtmann · 15 years ago
  20. 44dd46d Bluetooth: Add module option to enable L2CAP ERTM support by Marcel Holtmann · 15 years ago
  21. 52d1834 Bluetooth: Coding style cleanup from previous rfcomm_init bug fix by Marcel Holtmann · 15 years ago
  22. a6a67ef Bluetooth: Convert hdev->req_lock to a mutex by Thomas Gleixner · 15 years ago
  23. 5959809 Bluetooth: Add missing kmalloc NULL tests to Marvell driver by Julia Lawall · 15 years ago
  24. 3318b23 Bluetooth: Fix incorrect alignment in Marvell BT-over-SDIO driver by Bing Zhao · 15 years ago
  25. 9374253 Bluetooth: Remove Enter/Leave debug statements from Marvell driver by Marcel Holtmann · 15 years ago
  26. e0721f9 Bluetooth: Fix last few compiler warning within Marvell core driver by Marcel Holtmann · 15 years ago
  27. 91d6973 Bluetooth: Fix Marvell driver to use skb_put and hci_opcode_pack by Marcel Holtmann · 15 years ago
  28. 60dee5c Bluetooth: Remove private device name of Marvell SDIO driver by Marcel Holtmann · 15 years ago
  29. 9666fb3 Bluetooth: Fix module description strings for Marvell driver by Marcel Holtmann · 15 years ago
  30. dcf47f3 Bluetooth: Fix complicated assignment of firmware for Marvell devices by Marcel Holtmann · 15 years ago
  31. 4271e08 Bluetooth: Some coding style cleanup for Marvell core driver by Marcel Holtmann · 15 years ago
  32. 5423990 Bluetooth: Remove pointless casts from Marvell debugfs support by Marcel Holtmann · 15 years ago
  33. 944fe79 Bluetooth: Remove pointless ifdef protection for Marvell header files by Marcel Holtmann · 15 years ago
  34. 08b0b0c Bluetooth: Fix compilation of Marvell driver without debugfs by Marcel Holtmann · 15 years ago
  35. e7a25f9 Bluetooth: Fix Kconfig for Marvell Bluetooth driver by Marcel Holtmann · 15 years ago
  36. 196be0c Bluetooth: Add documentation for Marvell Bluetooth driver by Bing Zhao · 15 years ago
  37. fb784f0 Bluetooth: Add debugfs support to btmrvl driver by Bing Zhao · 15 years ago
  38. 789221e Bluetooth: Add Marvell BT-over-SDIO driver by Bing Zhao · 15 years ago
  39. 132ff4e Bluetooth: Add btmrvl driver for Marvell Bluetooth devices by Bing Zhao · 15 years ago
  40. edad638 Bluetooth: Let HIDP grab the device reference for connections by Marcel Holtmann · 15 years ago
  41. 9eba32b Bluetooth: Add extra device reference counting for connections by Marcel Holtmann · 15 years ago
  42. 364f635 Bluetooth: Disconnect HIDRAW devices on disconnect by Marcel Holtmann · 15 years ago
  43. 290ba20 Bluetooth: Improve USB driver throughput by increasing the frame size by Vikram Kandukuri · 15 years ago
  44. 981b141 Bluetooth: Fix missing scheduling when VIRTUAL_CABLE_UNPLUG is received by Vikram Kandukuri · 15 years ago
  45. fd0b3ff Bluetooth: Add proper shutdown support to SCO sockets by Marcel Holtmann · 15 years ago
  46. f8f2109 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  47. a2c3f65 MAINTAINERS: add information for mwl8k wireless driver by Lennert Buytenhek · 15 years ago
  48. a145d57 mwl8k: update copyright and version number by Lennert Buytenhek · 15 years ago
  49. ab56579 mwl8k: remove mwl8k_queue_work() by Lennert Buytenhek · 15 years ago
  50. e6935ea mwl8k: get rid of mwl8k_configure_filter() workqueue use by Lennert Buytenhek · 15 years ago
  51. 954ef50 mwl8k: get rid of mwl8k_get_stats() workqueue use by Lennert Buytenhek · 15 years ago
  52. 3e4f542 mwl8k: get rid of mwl8k_conf_tx() workqueue use by Lennert Buytenhek · 15 years ago
  53. 733d306 mwl8k: get rid of mwl8k_set_rts_threshold() workqueue use by Lennert Buytenhek · 15 years ago
  54. 3a980d0 mwl8k: get rid of mwl8k_bss_info_changed() workqueue use by Lennert Buytenhek · 15 years ago
  55. ee03a93 mwl8k: get rid of mwl8k_config() workqueue use by Lennert Buytenhek · 15 years ago
  56. d3cea0b mwl8k: get rid of mwl8k_stop() workqueue use by Lennert Buytenhek · 15 years ago
  57. 2ec610c mwl8k: get rid of mwl8k_start() workqueue use by Lennert Buytenhek · 15 years ago
  58. 618952a mwl8k: fix firmware command serialisation by Lennert Buytenhek · 15 years ago
  59. 950d5b0 mwl8k: mwl8k_queue_work() cleanup by Lennert Buytenhek · 15 years ago
  60. 23b3390 mwl8k: mwl8k_txq_xmit() rework by Lennert Buytenhek · 15 years ago
  61. 7595d67 mwl8k: implement idle mode by Lennert Buytenhek · 15 years ago
  62. 361c55c mwl8k: no need to hold ->tx_lock while setting the hardware interrupt mask by Lennert Buytenhek · 15 years ago
  63. c3f967d mwl8k: don't hardcode the number of transmit queues by Lennert Buytenhek · 15 years ago
  64. d4b7057 mwl8k: don't touch 'command done' interrupt during firmware load by Lennert Buytenhek · 15 years ago
  65. 76266b2 mwl8k: dma header manipulations can't fail by Lennert Buytenhek · 15 years ago
  66. 240e86e mwl8k: ->add_interface() is not called for monitor interfaces by Lennert Buytenhek · 15 years ago
  67. e81cd2d mwl8k: fix mwl8k_configure_filter() parameter lifetime issue by Lennert Buytenhek · 15 years ago
  68. 5539bb5 mwl8k: remove MWL8K_*_SLOTTIME defines by Lennert Buytenhek · 15 years ago
  69. 0439b1f mwl8k: remove MWL8K_WMM_* defines by Lennert Buytenhek · 15 years ago
  70. 68ce388 mwl8k: remove MWL8K_RADIO_*_PREAMBLE defines by Lennert Buytenhek · 15 years ago
  71. c46563b mwl8k: remove MWL8K_RADIO_* defines by Lennert Buytenhek · 15 years ago
  72. ce9e2e1 mwl8k: various coding style cleanups by Lennert Buytenhek · 15 years ago
  73. ff45fc6 mwl8k: sort firmware command list by opcode, and trim unused commands by Lennert Buytenhek · 15 years ago
  74. d89173f mwl8k: s/IEEE80211_ADDR_LEN/ETH_ALEN/g by Lennert Buytenhek · 15 years ago
  75. c23b5a6 mwl8k: remove various unused struct members and defines by Lennert Buytenhek · 15 years ago
  76. 22e66a4 ath9k: Nuke struct ath9k_node_stats by Vasanthakumar Thiagarajan · 15 years ago
  77. ff36041 ath9k: Fix bug in retrieving average beacon rssi by Vasanthakumar Thiagarajan · 15 years ago
  78. 035d024 b43: add hardware tkip by gregor kowski · 15 years ago
  79. 11ba964 mac80211: fix register_hw error path by Johannes Berg · 15 years ago
  80. 5904d20 b43: LP-PHY: Implement spec updates and remove resolved FIXMEs by Gábor Stefanik · 15 years ago
  81. 16a832e cfg80211: allow cfg80211_connect_result with bssid == NULL by Zhu Yi · 15 years ago
  82. 30fab9e orinoco: remove spare whitespace by David Kilroy · 15 years ago
  83. 415ad1ef cfg80211: fix leaks of wdev->conn->ie by David Kilroy · 15 years ago
  84. eeef418 ar9170: refactor configure_filter by Christian Lamparter · 15 years ago
  85. 5791ce1 b43: LP-PHY: Two small spec updates by Gábor Stefanik · 15 years ago
  86. d904dc1 rt2x00: bss_info_changed() callback is allowed to sleep by Ivo van Doorn · 15 years ago
  87. afa6204 rt2x00: configure_filter() callback is allowed to sleep by Ivo van Doorn · 15 years ago
  88. ad00239 cfg80211: fix dangling scan request checking by Johannes Berg · 15 years ago
  89. 21f8a73 ipw2x00: fix sparse warnings by Reinette Chatre · 15 years ago
  90. c8a61a7 mac80211: New stat counters for multicast and unicast forwarded frames by Daniel Walker · 15 years ago
  91. e5539bc wl1271: remove print_mac usage by John W. Linville · 15 years ago
  92. 29508d1 rc80211_pid_algo.c: remove unused variable declaration by John W. Linville · 15 years ago
  93. 608b88c ath: move regulatory info into shared common structure by Luis R. Rodriguez · 15 years ago
  94. 4c48381 ath9k: Fix TX poll cancelling by Sujith · 15 years ago
  95. bcd64e0 wl1251: halt the embedded CPU before loading firmware by Bob Copeland · 15 years ago
  96. bfc32e6 mac80211: Decouple fail_avg stats used by mesh from rate control algorithm. by Javier Cardona · 15 years ago
  97. 92ed48e rt2x00: Add support for retry rates by Benoit PAPILLAULT · 15 years ago
  98. cd80b68 rt2x00: Fix MCS register intialization by Ivo van Doorn · 15 years ago
  99. 534aff0 rt2x00: wireless CLI ID and packet ID must not be 0 by Ivo van Doorn · 15 years ago
  100. 0fefe0f rt2x00: Set SKBDESC_L2_PADDED in RX path by Ivo van Doorn · 15 years ago