1. 5df480b Bluetooth: Add LE scan type macros by Andre Guedes · 12 years ago
  2. b6c7515 Bluetooth: Change LE scanning timeout macros by Andre Guedes · 12 years ago
  3. d2c5d77 Bluetooth: Add reading of all local feature pages by Johan Hedberg · 12 years ago
  4. cad718e Bluetooth: Track feature pages in a single table by Johan Hedberg · 12 years ago
  5. fa5513b Bluetooth: Move and rename hci_conn_accept by Frédéric Dalleau · 12 years ago
  6. bbb0ead Bluetooth: Fix incorrect SSP mode bit for non SSP devices by Jaganath Kanakkassery · 12 years ago
  7. e73dcfb Bluetooth: hidp: fix sending output reports on intr channel by David Herrmann · 12 years ago
  8. af87b3d Bluetooth: hidp: don't send boot-protocol messages as HID-reports by David Herrmann · 12 years ago
  9. 41edc0c Bluetooth: hidp: merge 'send' functions into hidp_send_message() by David Herrmann · 12 years ago
  10. 7350e6c Bluetooth: hidp: merge hidp_process_{ctrl,intr}_transmit() by David Herrmann · 12 years ago
  11. 2df0120 Bluetooth: hidp: handle kernel_sendmsg() errors correctly by David Herrmann · 12 years ago
  12. 5205185 Bluetooth: hidp: remove old session-management by David Herrmann · 12 years ago
  13. b4f34d8 Bluetooth: hidp: add new session-management helpers by David Herrmann · 12 years ago
  14. 2c8e141 Bluetooth: l2cap: add l2cap_user sub-modules by David Herrmann · 12 years ago
  15. 9c903e3 Bluetooth: l2cap: introduce l2cap_conn ref-counting by David Herrmann · 12 years ago
  16. 3764eaa Bluetooth: hidp: move hidp_schedule() to core.c by David Herrmann · 12 years ago
  17. f53c20e Bluetooth: allow constant arguments for bacmp()/bacpy() by David Herrmann · 12 years ago
  18. e3492dc Bluetooth: hidp: test "terminate" before sleeping by David Herrmann · 12 years ago
  19. dcc0764 Bluetooth: hidp: remove unused session->state field by David Herrmann · 12 years ago
  20. 8d12356 Bluetooth: introduce hci_conn ref-counting by David Herrmann · 12 years ago
  21. fc225c3 Bluetooth: remove unneeded hci_conn_hold/put_device() by David Herrmann · 12 years ago
  22. 93796fa Bluetooth: Reject SCO when hci connection timeouts by Claudio Takahasi · 12 years ago
  23. baf4325 Bluetooth: Remove unneeded parameter by Claudio Takahasi · 12 years ago
  24. 92f185c Bluetooth: Minor coding style fix by Claudio Takahasi · 12 years ago
  25. c10cc5a Bluetooth: Use GFP_KERNEL in sco_conn_add by Claudio Takahasi · 12 years ago
  26. ea323c11 Bluetooth: Fix SCO connection reference by Claudio Takahasi · 12 years ago
  27. 76a68ba Bluetooth: rename hci_conn_put to hci_conn_drop by David Herrmann · 12 years ago
  28. 9f8f962 Bluetooth: Use separate function for BCM92035 vendor setup by Marcel Holtmann · 12 years ago
  29. b3916db Bluetooth: hidp: verify l2cap sockets by David Herrmann · 12 years ago
  30. c849edb Bluetooth: hidp: remove redundant error message by David Herrmann · 12 years ago
  31. 5afff03 Bluetooth: Remove driver init queue from core by Marcel Holtmann · 12 years ago
  32. 9360099 Bluetooth: Convert BCM92035 support to driver setup callback by Marcel Holtmann · 12 years ago
  33. f41c70c Bluetooth: Add driver setup stage for early init by Marcel Holtmann · 12 years ago
  34. 7b1abbb Bluetooth: Add __hci_cmd_sync_ev function by Johan Hedberg · 12 years ago
  35. 02350a7 Bluetooth: Add support for custom event terminated commands by Johan Hedberg · 12 years ago
  36. 75e84b7 Bluetooth: Add __hci_cmd_sync() helper function by Johan Hedberg · 12 years ago
  37. b6ddb63 Bluetooth: Track received events in hdev by Johan Hedberg · 12 years ago
  38. 1687dfc Bluetooth: Remove trivial white space by Chan-yeol Park · 12 years ago
  39. 788f092 Bluetooth: Fix possible NULL dereference in hci_uart_tty_receive by Chan-yeol Park · 12 years ago
  40. c257820 Bluetooth: Fix H4 crash from incoming UART packets by Chan-yeol Park · 12 years ago
  41. d4299ce Bluetooth: Remove unneeded hci_req_cmd_status function by Andre Guedes · 12 years ago
  42. 3e13fa1 Bluetooth: Fix hci_inquiry ioctl usage by Andre Guedes · 12 years ago
  43. 3372045 Bluetooth: Fix HCI request framework by Andre Guedes · 12 years ago
  44. 0fc110f Bluetooth: Add support for Foxconn/Hon Hai [0489:e04d] by Noguchi Kazutosi · 12 years ago
  45. 84bcc0c brcmfmac: enable sk_buff queueing when credits deplete by Arend van Spriel · 12 years ago
  46. 290fb76 brcmfmac: no flow-control tlv signals when fcmode is NONE by Arend van Spriel · 12 years ago
  47. 47829f4 brcmfmac: only allocate firmware-signalling resources if required by Arend van Spriel · 12 years ago
  48. d933741 brcmfmac: move brcmf_fws_{de,}init() functions by Arend van Spriel · 12 years ago
  49. 9460723 brcmfmac: correct specified length from FIFOCREDITBACK signal by Arend van Spriel · 12 years ago
  50. bfc8bbf brcmfmac: initialize struct brcmf_fws_info fields before iovar by Arend van Spriel · 12 years ago
  51. c320337 brcmfmac: add dedicated log level for low-level sdio debugging by Arend van Spriel · 12 years ago
  52. 5cd02c7 brcmfmac: avoid error output on header only packet by Piotr Haber · 12 years ago
  53. 2af1558 brcmfmac: avoid error output in receive path by Arend van Spriel · 12 years ago
  54. 0f8b5cc brcmfmac: fix handling sk_buff cleanup upon bus tx failure by Arend van Spriel · 12 years ago
  55. 3edc1cf brcmfmac: enable tx status signalling by Arend van Spriel · 12 years ago
  56. c7f34a6 brcmfmac: add flow-control mode to firmware signalling by Arend van Spriel · 12 years ago
  57. e2432b6 brcmfmac: add optional bus callback definition for tx queue cleanup by Arend van Spriel · 12 years ago
  58. 6971280 brcmfmac: add firmware-signalling hanger functions by Arend van Spriel · 12 years ago
  59. a3e993c brcmfmac: perform filtered firmware-signalling cleanup upon DEL_IF by Arend van Spriel · 12 years ago
  60. ebb9388 brcmfmac: add definitions for handling sk_buff control buffer data by Arend van Spriel · 12 years ago
  61. 29e04ae brcmfmac: allow stopping netif queue for different reasons by Arend van Spriel · 12 years ago
  62. fba1400 brcmfmac: add firmware-signalling cleanup function by Arend van Spriel · 12 years ago
  63. 43fa635 brcmfmac: add handler for credit map firmware events by Arend van Spriel · 12 years ago
  64. ce814c1 brcmfmac: handle firmware signal for updating mac descriptor info by Arend van Spriel · 12 years ago
  65. bb8c806 brcmfmac: hookup firmware signalling to firmware interface events by Arend van Spriel · 12 years ago
  66. d48200b brcmfmac: determine the wiphy->bands property correctly. by Hante Meuleman · 12 years ago
  67. aeecc574 brcmfmac: use skb_cow() in brcmf_sdbrcm_txpkt() to assure alignment by Arend van Spriel · 12 years ago
  68. a042780 brcmfmac: minor optimization of brcmf_sdbrcm_txpkt() function by Arend van Spriel · 12 years ago
  69. a886f7f brcmfmac: correct success flag passed by brcmf_sdbrcm_txpkt() by Arend van Spriel · 12 years ago
  70. 2a2ac75 rtlwifi: rtl8188ee: Fix wrong header patch by Chen, Chien-Chia · 12 years ago
  71. 3ad4519 Revert "NFC: microread: Fix MEI build failure" by Samuel Ortiz · 12 years ago
  72. 8b138d4 rtlwifi: rtl8188ee: Enable build of new driver by Larry Finger · 12 years ago
  73. 5c69177 rtlwifi: rtl8188ee: Enable recognition of RTL8188EE by Larry Finger · 12 years ago
  74. e6deaf8 rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes required by adding rtl81988ee by Larry Finger · 12 years ago
  75. f0eb856 rtlwifi: rtl8188ee: Add new driver by Larry Finger · 12 years ago
  76. a269913 rtlwifi: Rework rtl_lps_leave() and rtl_lps_enter() to use work queue by Larry Finger · 12 years ago
  77. 3a16b41 rtlwifi: rtl8192c: rtl8192ce: Update to vendor driver of 2013.02.07 by Larry Finger · 12 years ago
  78. 4b04edc rtlwifi: rtl8723ae: Update to vendor driver of 2013.02.07 by Larry Finger · 12 years ago
  79. 2455c92 rtlwifi: rtl8192se: Update driver to match vendor driver of 2013.02.07 by Larry Finger · 12 years ago
  80. 26634c4 rtlwifi Modify existing bits to match vendor version 2013.02.07 by Larry Finger · 12 years ago
  81. cbafb60 rt2x00: rt2800lib: probe RT chipset earlier by Gabor Juhos · 12 years ago
  82. 86868b2 rt2x00: rt2800lib: separate RT and RF chipset detection by Gabor Juhos · 12 years ago
  83. 5ce6900 rt2x00: introduce rt2x00_set_{rt,rf} helpers by Gabor Juhos · 12 years ago
  84. 71d6c1b b43: make struct b2056_inittabs_pts const by Hauke Mehrtens · 12 years ago
  85. 2d9d238 b43: mark some functions and structs static by Hauke Mehrtens · 12 years ago
  86. 2b6254d mwifiex: use separate AMPDU tx/rx window sizes in 11ac networks by Avinash Patil · 12 years ago
  87. 04abc0a mwifiex: change default tx/rx win_size for BA setup by Avinash Patil · 12 years ago
  88. 9a574cd Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  89. 689b66c brcmsmac: remove some pmu functions and use the bcma equivalents by Hauke Mehrtens · 12 years ago
  90. ca84a6c bcma: export some gpio functions by Hauke Mehrtens · 12 years ago
  91. 6951618 bcma: export bcma_chipco_get_alp_clock() by Hauke Mehrtens · 12 years ago
  92. d6b688c bcma: handle more devices in bcma_pmu_get_alp_clock() by Hauke Mehrtens · 12 years ago
  93. e3f2ae1 bcma: use BCMA_CC_PMU_CTL_* constants by Hauke Mehrtens · 12 years ago
  94. 0b8d6e5 bcma: mark eromptr as __iomem by Hauke Mehrtens · 12 years ago
  95. 05005c5 Show actual timeout value in failed calibration messages. by Robert Shade · 12 years ago
  96. 56771e5 carl9170: remove fast channel change feature by Christian Lamparter · 12 years ago
  97. fe21bb02 mwl8k: always apply configuration even when device is idle by Jonas Gorski · 12 years ago
  98. c55b376 brcmsmac: add support for adhoc mode by Hauke Mehrtens · 12 years ago
  99. 492b71e brcmsmac: activate AP support by Hauke Mehrtens · 12 years ago
  100. 04d2e42 brcmsmac: deactivate ucode sending probe responses by Hauke Mehrtens · 12 years ago