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