1. a770bb5 Bluetooth: Add secure flag for mgmt_pin_code_req by Waldemar Rymarkiewicz · 13 years ago
  2. 58797bf Bluetooth: Respect local MITM req in io_cap reply by Waldemar Rymarkiewicz · 13 years ago
  3. 60b83f5 Bluetooth: Ignore key unauthenticated for high security by Waldemar Rymarkiewicz · 13 years ago
  4. 13d3931 Bluetooth: Map sec_level to link key requirements by Waldemar Rymarkiewicz · 13 years ago
  5. 9003c4e Bluetooth: Don't modify sec_level if auth failed by Waldemar Rymarkiewicz · 13 years ago
  6. b6020ba Bluetooth: Add definitions for link key types by Waldemar Rymarkiewicz · 13 years ago
  7. 314b238 Bluetooth: Add discovering event to the Management interface by Johan Hedberg · 13 years ago
  8. 14a5366 Bluetooth: Add basic discovery commands to the management interface by Johan Hedberg · 13 years ago
  9. cf2f90f Bluetooth: Don't export l2cap_sock_ops by Gustavo F. Padovan · 13 years ago
  10. 6ff5abb Bluetooth: Fix memory leak with L2CAP channels by Gustavo F. Padovan · 13 years ago
  11. 8c1d787 Bluetooth: Move conn to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  12. fe4128e Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  13. 0c1bc5c Bluetooth: Move more channel info to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  14. 47d1ec6 Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  15. 4343478 Bluetooth: Move some more elements to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  16. 77a74c7 Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect() by Gustavo F. Padovan · 13 years ago
  17. b445003 Bluetooth: Move conf_state to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  18. 5d41ce1 Bluetooth: Refactor L2CAP channel allocation by Gustavo F. Padovan · 13 years ago
  19. 828d7d7 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  20. 069f40f iwl4965: fix skb usage after free by Stanislaw Gruszka · 13 years ago
  21. b250269 iwlwifi: fix skb usage after free by Stanislaw Gruszka · 13 years ago
  22. 243e6df mac80211: fix SMPS debugfs locking by Johannes Berg · 13 years ago
  23. 10e9977 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by John W. Linville · 13 years ago
  24. 2232d31 ath9k: fix the return value of ath_stoprecv by Felix Fietkau · 13 years ago
  25. a429b51 Bluetooth: Only keeping SAR bits when retransmitting one frame. by Ruiyi Zhang · 13 years ago
  26. f21ca5f Bluetooth: fix shutdown on SCO sockets by Luiz Augusto von Dentz · 13 years ago
  27. b79f44c Bluetooth: Fix keeping the command timer running by Vinicius Costa Gomes · 13 years ago
  28. 7a74aeb Bluetooth: Fix refcount balance for hci connection by Ville Tervo · 13 years ago
  29. 7caa231 iwlwifi: fix frame injection for HT channels by Daniel Halperin · 13 years ago
  30. 26954c7 Bluetooth: Fix lockdep warning in L2CAP by Gustavo F. Padovan · 13 years ago
  31. 62f3a2c Bluetooth: Fix another locking unbalance by Gustavo F. Padovan · 13 years ago
  32. 280f294 Bluetooth: Don't lock sock inside l2cap_get_sock_by_scid() by Gustavo F. Padovan · 13 years ago
  33. 332704a iwlegacy: fix tx_power initialization by Stanislaw Gruszka · 13 years ago
  34. 9f72c1d Bluetooth: btmrvl: support Marvell Bluetooth device SD8787 by Kevin Gan · 13 years ago
  35. b86ed36 Bluetooth: Check return value of hci_recv_stream_fragment() by Gustavo F. Padovan · 13 years ago
  36. 78b4a56 Bluetooth: hci_uart: check the return value of recv() by Jiejing Zhang · 13 years ago
  37. e1ba1f1 Bluetooth: Fix Out Of Band pairing when mgmt interface is disabled by Szymon Janc · 13 years ago
  38. 9f69bda Bluetooth: Add proper handling of received LE data by Gustavo F. Padovan · 13 years ago
  39. 0733119 Bluetooth: Clean up ath3k_load_firmware() by Gustavo F. Padovan · 13 years ago
  40. cd69a03 Bluetooth: Fix wrong comparison in listen() by Gustavo F. Padovan · 13 years ago
  41. 58d35f8 Bluetooth: Move tx queue to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  42. c916fbe Bluetooth: Remove unneeded uninitialized_vars() by Gustavo F. Padovan · 13 years ago
  43. 49208c9 Bluetooth: Remove some sk references from l2cap_core.c by Gustavo F. Padovan · 13 years ago
  44. 39d5a3e Bluetooth: Move SREJ list to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  45. 50f6871 ath9k_htc: Fix ethtool reporting by Sujith Manoharan · 13 years ago
  46. 5882da02 ath9k_hw: fix stopping rx DMA during resets by Felix Fietkau · 13 years ago
  47. 4a39e78 iwlegacy: make iwl3945 and iwl4965 select IWLWIFI_LEGACY by John W. Linville · 13 years ago
  48. a6756da p54: Initialize extra_len in p54_tx_80211 by Jason Conti · 13 years ago
  49. 96f372c ath9k: fix missing ath9k_ps_wakeup/ath9k_ps_restore calls by Felix Fietkau · 13 years ago
  50. 2ead70b Bluetooth: Fix lockdep warning with skb list lock by Gustavo F. Padovan · 13 years ago
  51. 311bb89 Bluetooth: Move busy workqueue to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  52. f1c6775 Bluetooth: Move srej and busy queues to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  53. e92c8e7 Bluetooth: Move ERTM timers to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  54. 2c03a7a Bluetooth: Move remote info to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  55. 6f61fd47 Bluetooth: Move SDU related vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  56. 6a02661 Bluetooth: Move more ERTM stuff to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  57. 42e5c80 Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  58. 525cd18 Bluetooth: Move conn_state to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  59. 710f9b0a Bluetooth: clean up l2cap_sock_recvmsg() by Gustavo F. Padovan · 13 years ago
  60. 73ffa90 Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  61. fc7f8a7 Bluetooth: Move ident to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  62. 820ffdb Bluetooth: Remove struct del_list by Gustavo F. Padovan · 13 years ago
  63. baa7e1f Bluetooth: Use struct list_head for L2CAP channels list by Gustavo F. Padovan · 13 years ago
  64. 4845407 Bluetooth: Create struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  65. bd39a27 ath: add missing regdomain pair 0x5c mapping by Christian Lamparter · 13 years ago
  66. bf3ca7f mwl8k: do not free unrequested irq by Brian Cavagnolo · 13 years ago
  67. 2845fd8 iwlagn: override 5300 EEPROM # of chains by Johannes Berg · 13 years ago
  68. db940cb Bluetooth: convert net/bluetooth/ to kstrtox by Alexey Dobriyan · 13 years ago
  69. e63a15e Bluetooth: Use GFP_KERNEL in user context by Gustavo F. Padovan · 13 years ago
  70. 1322901 Bluetooth: Don't use spin_lock_bh in user context by Gustavo F. Padovan · 13 years ago
  71. fada4ac Bluetooth: Use kthread API in cmtp by Szymon Janc · 13 years ago
  72. f4d7cd4 Bluetooth: Use kthread API in bnep by Szymon Janc · 13 years ago
  73. aabf6f8 Bluetooth: Use kthread API in hidp by Szymon Janc · 13 years ago
  74. a88a965 Bluetooth: Add mgmt_remote_name event by Johan Hedberg · 13 years ago
  75. e17acd4 Bluetooth: Add mgmt_device_found event by Johan Hedberg · 13 years ago
  76. 1e429f3 Bluetooth: Remove gfp_mask param from hci_reassembly() by Gustavo F. Padovan · 13 years ago
  77. 3d7dc7e iwlwifi: accept EEPROM version 0x423 for iwl6000 by John W. Linville · 13 years ago
  78. 37f4ee0 rt2x00: fix cancelling uninitialized work by Stanislaw Gruszka · 13 years ago
  79. 2e3e66e rtlwifi: Fix some warnings/bugs by Larry Finger · 13 years ago
  80. 2201076 p54usb: IDs for two new devices by Christian Lamparter · 13 years ago
  81. 09b661b wl12xx: fix potential buffer overflow in testmode nvs push by Luciano Coelho · 13 years ago
  82. 0235357 zd1211rw: reset rx idle timer from tasklet by Jussi Kivilinna · 13 years ago
  83. 2fc713b zd1211rw: remove URB_SHORT_NOT_OK flag in zd_usb_iowrite16v_async() by Jussi Kivilinna · 13 years ago
  84. fcf8bd3 mac80211: Fix duplicate frames on cooked monitor by Helmut Schaa · 13 years ago
  85. 5312c3f mac80211: fix comment regarding aggregation buf_size by Johannes Berg · 13 years ago
  86. 8f06ca2 ath9k: Fix phy info print message with AR9485 chipset. by Senthil Balasubramanian · 13 years ago
  87. 5245e3a wl12xx: fix module author's email address in the spi and sdio modules by Luciano Coelho · 13 years ago
  88. c85ce65 b43: allocate receive buffers big enough for max frame len + offset by John W. Linville · 13 years ago
  89. a14b289 mlx4: fix kfree on error path in new_steering_entry() by Mariusz Kozlowski · 13 years ago
  90. 2fceec1 tcp: len check is unnecessarily devastating, change to WARN_ON by Ilpo Järvinen · 13 years ago
  91. 2cab86b sctp: malloc enough room for asconf-ack chunk by Wei Yongjun · 13 years ago
  92. 028dba0 sctp: fix auth_hmacs field's length of struct sctp_cookie by Wei Yongjun · 13 years ago
  93. 4dd5ffe net: Fix dev dev_ethtool_get_rx_csum() for forced NETIF_F_RXCSUM by Michał Mirosław · 13 years ago
  94. c261344 usbnet: use eth%d name for known ethernet devices by Arnd Bergmann · 13 years ago
  95. 1591cb6 starfire: clean up dma_addr_t size test by FUJITA Tomonori · 13 years ago
  96. 5e58e52 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 13 years ago
  97. c100c8f appletalk: Fix OOPS in atalk_release(). by David S. Miller · 13 years ago
  98. 220b881 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  99. 6f5ef99 Bluetooth: Fix warning with hci_cmd_timer by Thomas Gleixner · 13 years ago
  100. 34bd027 Bluetooth: delete hanging L2CAP channel by Andrei Emeltchenko · 13 years ago