1. 644912e Bluetooth: Move bt_accept_enqueue() to l2cap_sock.c by Gustavo Padovan · 12 years ago
  2. b699ec0 Bluetooth: Call ops->teardown() without checking for NULL by Gustavo Padovan · 12 years ago
  3. d117773 Bluetooth: Use locked l2cap_state_change() by Gustavo Padovan · 12 years ago
  4. 1d8b1fd Bluetooth: use l2cap_chan_set_err() by Gustavo Padovan · 12 years ago
  5. 8bcde1f Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.c by Gustavo Padovan · 12 years ago
  6. 2d79281 Bluetooth: Fix L2CAP coding style by Gustavo Padovan · 12 years ago
  7. 4c89b6a Bluetooth: Factor out common L2CAP connection code by Mat Martineau · 12 years ago
  8. f5a2598 Bluetooth: Process create response and connect response identically by Mat Martineau · 12 years ago
  9. 716e4ab Bluetooth: AMP: Hanlde AMP_LINK case in conn_put by Andrei Emeltchenko · 12 years ago
  10. bd1eb66 Bluetooth: AMP: Handle AMP_LINK connection by Andrei Emeltchenko · 12 years ago
  11. 76ef7cf Bluetooth: AMP: Handle number of compl blocks for AMP_LINK by Andrei Emeltchenko · 12 years ago
  12. 42c4e53 Bluetooth: AMP: Add handle to hci_chan structure by Andrei Emeltchenko · 12 years ago
  13. 53502d6 Bluetooth: AMP: Handle AMP_LINK timeout by Andrei Emeltchenko · 12 years ago
  14. 12d5978 Bluetooth: Allow to set flush timeout by Andrei Emeltchenko · 12 years ago
  15. 5bcb809 Bluetooth: Use __constant modifier for RFCOMM PSM by Syam Sidhardhan · 12 years ago
  16. d8aece2 Bluetooth: Use __constant modifier for L2CAP SMP CID by Syam Sidhardhan · 12 years ago
  17. 78c1b8e Bluetooth: btmrv: Use %*ph specifier instead of print_hex_dump_bytes by Andrei Emeltchenko · 12 years ago
  18. 23d3a86 Bluetooth: don't attempt to free a channel that wasn't created by Sasha Levin · 12 years ago
  19. 8936fa6 Bluetooth: L2CAP: Fix using default Flush Timeout for EFS by Andrei Emeltchenko · 12 years ago
  20. 0b4558e Bluetooth: Adjust L2CAP Max PDU size for AMP packets by Andrei Emeltchenko · 12 years ago
  21. dcc042d Bluetooth: AMP: Use block_mtu for AMP controller by Andrei Emeltchenko · 12 years ago
  22. a0c234f Bluetooth: AMP: Factor out phylink_add by Andrei Emeltchenko · 12 years ago
  23. fa4ebc6 Bluetooth: AMP: Factor out amp_ctrl_add by Andrei Emeltchenko · 12 years ago
  24. 85e3436 Bluetooth: Fix dereference after NULL check by Andrei Emeltchenko · 12 years ago
  25. 079db0c Bluetooth: AMP: Fix possible NULL dereference by Andrei Emeltchenko · 12 years ago
  26. dfee1eb Bluetooth: remove unused member of hci_dev. by Rami Rosen · 12 years ago
  27. bc8dce4 Bluetooth: A2MP: Fix potential NULL dereference by Andrei Emeltchenko · 12 years ago
  28. 9cb23dd Bluetooth: btmrvl: Fix skb buffer overflow by Andrei Emeltchenko · 12 years ago
  29. e678bad Bluetooth: btmrvl: Use DIV_ROUND_UP macro by Andrei Emeltchenko · 12 years ago
  30. 4263280 Bluetooth: btmrvl: Correct num_block name by Andrei Emeltchenko · 12 years ago
  31. 13465c0 Bluetooth: A2MP: Correct assoc_len size by Andrei Emeltchenko · 12 years ago
  32. 2e430be3 Bluetooth: Use %zu print specifier for size_t type by Andrei Emeltchenko · 12 years ago
  33. 29d8a59 Bluetooth: Factor out Create Configuration Response by Andrei Emeltchenko · 12 years ago
  34. ee22be7 Bluetooth: Factor out hci_queue_acl by Andrei Emeltchenko · 12 years ago
  35. d945df2 bluetooth: Remove unneeded batostr function by Andrei Emeltchenko · 12 years ago
  36. 7028a88 Bluetooth: Use %pMR instead of baswap in seq_show by Andrei Emeltchenko · 12 years ago
  37. fcb7333 Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr by Andrei Emeltchenko · 12 years ago
  38. 6ed93dc Bluetooth: Use %pMR in debug instead of batostr by Andrei Emeltchenko · 12 years ago
  39. 36a75f1 Bluetooth: Force the process of unpair command if disconnect failed by Jefferson Delfes · 12 years ago
  40. 392f44d Bluetooth: Fix two warnings in BT_DBG by Gustavo Padovan · 12 years ago
  41. 0b26ab9 Bluetooth: AMP: Handle Accept phylink command status evt by Andrei Emeltchenko · 12 years ago
  42. dffa387 Bluetooth: AMP: Accept Physical Link by Andrei Emeltchenko · 12 years ago
  43. 9495b2e Bluetooth: AMP: Process Chan Selected event by Andrei Emeltchenko · 12 years ago
  44. 2766be4 Bluetooth: A2MP: Add fallback to normal l2cap init sequence by Andrei Emeltchenko · 12 years ago
  45. 93c284e Bluetooth: AMP: Write remote AMP Assoc by Andrei Emeltchenko · 12 years ago
  46. a02226d Bluetooth: AMP: Create Physical Link by Andrei Emeltchenko · 12 years ago
  47. 5a34918 Bluetooth: AMP: Add AMP key calculation by Andrei Emeltchenko · 12 years ago
  48. ba221bb Bluetooth: Add function to derive AMP key using hmac by Dmitry Kasatkin · 12 years ago
  49. 93c3e8f Bluetooth: Choose connection based on capabilities by Andrei Emeltchenko · 12 years ago
  50. 9a5e94d Bluetooth: A2MP: Process A2MP Get AMP Assoc Rsp by Andrei Emeltchenko · 12 years ago
  51. 0d868de Bluetooth: A2MP: Process A2MP Getinfo Rsp by Andrei Emeltchenko · 12 years ago
  52. cb8488c Bluetooth: AMP: Handle create / disc phylink req by Andrei Emeltchenko · 12 years ago
  53. 52c0d6e Bluetooth: AMP: Remote AMP ctrl definitions by Andrei Emeltchenko · 12 years ago
  54. 3161ae1 Bluetooth: AMP: Physical link struct and helpers by Andrei Emeltchenko · 12 years ago
  55. aa09537 Bluetooth: A2MP: Process Discover Response by Andrei Emeltchenko · 12 years ago
  56. 903e454 Bluetooth: AMP: Use HCI cmd to Read Loc AMP Assoc by Andrei Emeltchenko · 12 years ago
  57. 8e2a0d9 Bluetooth: AMP: Use HCI cmd to Read AMP Info by Andrei Emeltchenko · 12 years ago
  58. f97268f Bluetooth: A2MP: Create amp_mgr global list by Andrei Emeltchenko · 12 years ago
  59. b078b56 Bluetooth: Add HCI logical link cmds definitions by Andrei Emeltchenko · 12 years ago
  60. 90e6274 ath5k: disable HW crypto in management frame by Chun-Yeow Yeoh · 12 years ago
  61. e37b674 carl9170: connect to 11w protected networks by Christian Lamparter · 12 years ago
  62. 960334a p54: connect to 11w protected networks by Christian Lamparter · 12 years ago
  63. 742e7a9 iwlegacy: use eth_broadcast_addr by Johannes Berg · 12 years ago
  64. 3fc7bc8 ipw2x00: silence GCC warning for unused variable 'dev' by Paul Bolle · 12 years ago
  65. 646e082 bcma: handle BCM43227 by Rafał Miłecki · 12 years ago
  66. de09364 mwifiex: block scan request during heavy Tx traffic by Amitkumar Karwar · 12 years ago
  67. 22c22d2 mwifiex: disconnect the device before entering suspend state by Amitkumar Karwar · 12 years ago
  68. ee92838 brcmfmac: get rid of void pointer in struct brcmf_cfg80211_priv by Arend van Spriel · 12 years ago
  69. 02030eb brcmfmac: change struct brcmf_cfg80211_priv comments to kernel-doc by Arend van Spriel · 12 years ago
  70. 6385df2 brcmfmac: clear control lock on usb error. by Hante Meuleman · 12 years ago
  71. 82d8eba brcmsmac: don't start device when RfKill is engaged by Piotr Haber · 12 years ago
  72. 8164329 brcmfmac: remove unused usb bmac model code. by Hante Meuleman · 12 years ago
  73. 3ba8137 brcmfmac: fix bug in determining phy bands. by Hante Meuleman · 12 years ago
  74. 95f59e8 brcmfmac: remove unused function. by Hante Meuleman · 12 years ago
  75. 4754fce brcmfmac: streamline SDIO read frame routine by Franky Lin · 12 years ago
  76. 803599d brcmfmac: store usb fw images in local linked list. by Hante Meuleman · 12 years ago
  77. 30c52bc brcmfmac: fix debug printout of event data. by Hante Meuleman · 12 years ago
  78. e580607 brcmfmac: introduce scheduled scan support by Arend van Spriel · 12 years ago
  79. 108a4be brcmfmac: extend brcmf_term_iscan() to abort e-scan by Arend van Spriel · 12 years ago
  80. 029591f brcmfmac: fix sparse warnings in e-scan related code by Arend van Spriel · 12 years ago
  81. 9a17bad mwifiex: fix issue in resumed scan operation by Amitkumar Karwar · 12 years ago
  82. 7ad6303 rt2x00: Clean up RFCSR1 programming in rt2800_config_channel_rf3xxx. by Gertjan van Wingerde · 12 years ago
  83. 5b19613 rt2x00: Code style cleanup in rt2800lib.c by Gertjan van Wingerde · 12 years ago
  84. 59d1287 rt2x00: rt2800lib - code cleanup. by Gertjan van Wingerde · 12 years ago
  85. d961e44 rt2x00: rt2800 - Fix default vgc values for RT3572 by Gertjan van Wingerde · 12 years ago
  86. 8c6728b rt2x00: Code clean up in rt2800lib. by Gertjan van Wingerde · 12 years ago
  87. 06236e5 ath9k_hw: Enable WLAN RX diversity for AR9565 by Sujith Manoharan · 12 years ago
  88. e09f2dc ath9k: Add a module parameter to enable diversity by Sujith Manoharan · 12 years ago
  89. 362cd03 ath9k_hw: Add a HW callback to set diversity by Sujith Manoharan · 12 years ago
  90. 68f7586 ath9k_hw: Update AR9565 initvals by Sujith Manoharan · 12 years ago
  91. 5317c9c ath9k_hw: Add antenna diversity group for AR9565 by Sujith Manoharan · 12 years ago
  92. 9b460d7 ath9k: Remove a couple of unused variables by Sujith Manoharan · 12 years ago
  93. d85ed41 ath9k: Remove redundant variable assignment by Sujith Manoharan · 12 years ago
  94. 915154b ath9k_hw: Use HW cap ATH9K_HW_CAP_ANT_DIV_COMB by Sujith Manoharan · 12 years ago
  95. 5418b0f ath9k: update hw_timer_enabled to false when we stop generic timers by Mohammed Shafi Shajakhan · 12 years ago
  96. 97ed15c brcmfmac: simplify handling e-scan result firmware event by Arend van Spriel · 12 years ago
  97. 4f6e1ca brcmfmac: add parameter check in brcmf_c_mkiovar() by Arend van Spriel · 12 years ago
  98. 9cd23a7 brcmfmac: fix bug causing errorneous free on exception. by Hante Meuleman · 12 years ago
  99. 4531603 brcmfmac: clear status for in-band interrupt in brcmf_sdbrcm_isr by Franky Lin · 12 years ago
  100. 7057fd0 brcmfmac: raise SDIO host lock to higher level by Franky Lin · 12 years ago