1. 1e0f32a iwlegacy: always check if got h/w access before write by Stanislaw Gruszka · 13 years ago
  2. b660303 iwlegacy: dump stack when fail to gain access to the device by Stanislaw Gruszka · 13 years ago
  3. 3fccdcf rtlwifi: rtl8192se firmware load can overflow target buffer by Tim Gardner · 13 years ago
  4. 52e1409 brcm80211: fmac: make sdio firmware filename specific by Arend van Spriel · 13 years ago
  5. 71bb244 brcm80211: fmac: add USB support for bcm43235/6/8 chipsets by Arend van Spriel · 13 years ago
  6. cf44066 brcm80211: fmac: use spinlock calls saving irq flags in brcmf_enq_event() by Arend van Spriel · 13 years ago
  7. bcbec9e brcm80211: fmac: change allocation flag in brcmf_enq_event() function by Arend van Spriel · 13 years ago
  8. 1bb1f38 brcm80211: fmac: update bus state in common driver part by Arend van Spriel · 13 years ago
  9. c0e89f0 brcm80211: fmac: only return success in brcmf_sdbrcm_bus_init() when true by Arend van Spriel · 13 years ago
  10. f3d7cdc brcm80211: fmac: move module entry points to dhd_linux.c by Arend van Spriel · 13 years ago
  11. 0a332e4 brcm80211: fmac: use specific types in struct brcmf_bus by Arend van Spriel · 13 years ago
  12. 89fdb46 brcm80211: fmac: make sure cancel_work_sync only called after INIT_WORK by Franky Lin · 13 years ago
  13. 2315992 brcm80211: fmac: resolve smatch issues in brcmfmac code by Arend van Spriel · 13 years ago
  14. 137dabe brcm80211: smac: remove smatch warnings from brcmsmac code by Arend van Spriel · 13 years ago
  15. 5e37920 brcm80211: smac: fix endless retry of A-MPDU transmissions by Arend van Spriel · 13 years ago
  16. 0134353 brcm80211: smac: remove redundant assignments from txpwrctrl_pwr_setup_nphy by Arend van Spriel · 13 years ago
  17. 1570e53 brcm80211: smac: fix unintended fallthru in wlc_phy_radio_init_2057() by Arend van Spriel · 13 years ago
  18. 14433f4 brcm80211: update the maintainers listed for brcm80211 drivers by Arend van Spriel · 13 years ago
  19. e1fa746 Correcting typos in rtlwifi/base.c by Tristan Pourcelot · 13 years ago
  20. 02b6ab0 rtlwifi: rtl8192c-common: rtl8192se: rtl8192de: Simplify if statements by Larry Finger · 13 years ago
  21. b6df7f1 rt2x00:Add debug message for new chipset by John Li · 13 years ago
  22. 6adaea3 rt2x00:Fix typo by John Li · 13 years ago
  23. 2bd02d9 rtlwifi/rtl8192c: in _rtl92c_phy_calculate_bit_shift remove comparing bitmask against 1 by Devendra.Naga · 13 years ago
  24. 8715d94 Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx by John W. Linville · 13 years ago
  25. 758f555 iwlwifi: enable receiving beacons when not associated by Meenakshi Venkataraman · 13 years ago
  26. dd63b84 iwlwifi: remove un-necessary return by Wey-Yi Guy · 13 years ago
  27. dae66d0 iwlwifi: SRAM size moves from hw_params to cfg by Emmanuel Grumbach · 13 years ago
  28. 4a98677 iwlwifi: save ucode capabilities in iwl_fw by Don Fry · 13 years ago
  29. 06e03f8 iwlwifi: changes args to iwl_nic for firmware operations by Don Fry · 13 years ago
  30. 69655eb iwlwifi: the transport knows its state by Emmanuel Grumbach · 13 years ago
  31. 8655112 iwlwifi: move event and err pointers to iwl_nic by Don Fry · 13 years ago
  32. 6039618 iwlwifi: document the transport layer by Emmanuel Grumbach · 13 years ago
  33. edabfa9 iwlwifi: send testmode hcmd reply with rx header by Amit Beka · 13 years ago
  34. 858b7c7 iwlwifi: fixes to testmode indirect access by Amit Beka · 13 years ago
  35. 637d792 iwlwifi: use enhance_sensitivity from iwl_fw by Emmanuel Grumbach · 13 years ago
  36. 6d4dec7 iwlwifi: iwl_set_hw_params returns always 0 by Emmanuel Grumbach · 13 years ago
  37. 78e5a46 iwlwifi: kill iwl_down and s/__iwl_down/iwl_down by Emmanuel Grumbach · 13 years ago
  38. 655ccce iwlwifi: change args to ucode routines by Don Fry · 13 years ago
  39. 6516174 iwlwifi: Move ucode pointers to iwl_fw by Don Fry · 13 years ago
  40. 96502ce iwlwifi: move firmware_loading_complete to iwl_nic by Don Fry · 13 years ago
  41. 737805f iwlwifi: move firmware_name to iwl_nic by Don Fry · 13 years ago
  42. f6fd51d iwlwifi: move fw_index from iwl_priv to iwl_nic by Don Fry · 13 years ago
  43. d359667 iwlwifi: move ucode_ver to iwl_nic by Don Fry · 13 years ago
  44. b1c23d9 iwlwifi: create iwl_nic structure by Don Fry · 13 years ago
  45. 7b11488 iwlwifi: give PCIe its own lock by Johannes Berg · 13 years ago
  46. 1ee158d iwlwifi: move workqueue to priv by Johannes Berg · 13 years ago
  47. 2655e31 iwlwifi: trace debug messages by Johannes Berg · 13 years ago
  48. cdfef6c iwlwifi: added reply data to testmode HCMD send by Amit Beka · 13 years ago
  49. 6c55f5e iwlwifi: testmode new indirect RW API by Amit Beka · 13 years ago
  50. 2f73d7c iwlwifi: log as error when error detected by Wey-Yi Guy · 13 years ago
  51. ca994a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  52. 2504a64 ath9k: stop on rates with idx -1 in ath9k rate control's .tx_status by Pavel Roskin · 13 years ago
  53. 6670f15 mwifiex: clear previous security setting during association by Amitkumar Karwar · 13 years ago
  54. 216c57b mac80211: do not call rate control .tx_status before .rate_init by Felix Fietkau · 13 years ago
  55. 4b5a433 mac80211: call rate control only after init by Johannes Berg · 13 years ago
  56. 24d2b8c Bluetooth: Fix possible use after free in delete path by Ulisses Furquim · 13 years ago
  57. 6de3275 Bluetooth: Remove usage of __cancel_delayed_work() by Ulisses Furquim · 13 years ago
  58. 403f048 Bluetooth: btusb: Add vendor specific ID (0a5c 21f3) for BCM20702A0 by Manoj Iyer · 13 years ago
  59. ca0d6c7 Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_close by Johan Hedberg · 13 years ago
  60. cf33e77 Bluetooth: Fix RFCOMM session reference counting issue by Octavian Purdila · 13 years ago
  61. a51cd2b Bluetooth: Fix potential deadlock by Andre Guedes · 13 years ago
  62. b5a30dd Bluetooth: silence lockdep warning by Octavian Purdila · 13 years ago
  63. 3316606 Bluetooth: Fix using an absolute timeout on hci_conn_put() by Vinicius Costa Gomes · 13 years ago
  64. 6e1da68 Bluetooth: l2cap_set_timer needs jiffies as timeout value by Andrzej Kaczmarek · 13 years ago
  65. a637525 Bluetooth: Fix sk_sndtimeo initialization for L2CAP socket by Andrzej Kaczmarek · 13 years ago
  66. 4aa832c Bluetooth: Remove bogus inline declaration from l2cap_chan_connect by Johan Hedberg · 13 years ago
  67. 19ad9e9 Bluetooth: Don't mark non xfer isoc endpoint URBs with URB_ISO_ASAP by Daniel Wagner · 13 years ago
  68. 18daf164 Bluetooth: Fix l2cap conn failures for ssp devices by Peter Hurley · 13 years ago
  69. 51c4ed9 wl12xx: remove some dead code in wl1271_plt_init() by Dan Carpenter · 13 years ago
  70. 9b44350 wl12xx: delete wl->vif (and allow multiple vifs) by Eliad Peller · 13 years ago
  71. 3dee439 wl12xx: enter forced-psm on fw change by Eliad Peller · 13 years ago
  72. 4549d09 wl12xx: dynamically change fw according to number of active roles by Eliad Peller · 13 years ago
  73. 3fcdab7 wl12xx: Use a dedicated fw for PLT by Eliad Peller · 13 years ago
  74. f95f9aa wl12xx: add split_scan_timeout debugfs file by Eyal Shapira · 13 years ago
  75. d647f2d wl12xx: use split scan for normal scan by Eyal Shapira · 13 years ago
  76. c08e371 wl12xx: increase max probe-req template size to WL1271_CMD_TEMPL_MAX_SIZE by Ido Reis · 13 years ago
  77. 35d7742 wl12xx: don't fail on AP scan by Eliad Peller · 13 years ago
  78. 79aba1b wl12xx: declare support for hw scan while idle by Eliad Peller · 13 years ago
  79. 76a74c8 wl12xx: configure arp filtering only after association by Eliad Peller · 13 years ago
  80. b87f20c wl12xx: Revert "wl12xx: disable auto-arp" by Eliad Peller · 13 years ago
  81. 5ec8a44 wl12xx: consider encryption and QoS in auto arp template by Eliad Peller · 13 years ago
  82. 20ae7e5 wl12xx: add forced_ps debugfs file by Eyal Shapira · 13 years ago
  83. 5c0dc2f wl12xx: add forced_ps mode by Eyal Shapira · 13 years ago
  84. 59a10c6 wl12xx: add suspend_listen_interval debugfs file by Eyal Shapira · 13 years ago
  85. dae728f wl12xx: Set different wake up conditions in case of suspend by Eyal Shapira · 13 years ago
  86. 26612c4 wl12xx: add new coex params by Eliad Peller · 13 years ago
  87. f4f5794 wl12xx: add TX_HW_ATTR_HOST_ENCRYPT flag by Eliad Peller · 13 years ago
  88. defe02c wl12xx: Set IEEE80211_TX_RC_SHORT_GI if short GI was used on by Pontus Fuchs · 13 years ago
  89. d2e2d76 wl12xx: Set IEEE80211_TX_RC_MCS on MCS rates on TX complete. by Pontus Fuchs · 13 years ago
  90. d18da7f wl12xx: change WLVIF_FLAG_PSM name and remove WLVIF_FLAG_PSM_REQUESTED by Eyal Shapira · 13 years ago
  91. ed471d3 wl12xx: enable/disable BET with AUTO_PS/ACTIVE by Eyal Shapira · 13 years ago
  92. 248a001 wl12xx: remove 2 unused parameters in wl1271_ps_set_mode() by Eyal Shapira · 13 years ago
  93. 1faff89 wl12xx: add dynamic_ps_timeout debugfs file by Eyal Shapira · 13 years ago
  94. f1d63a5 wl12xx: add support for HW dynamic PS by Eyal Shapira · 13 years ago
  95. d6bf9ad wl12xx: remove PS management code by Eyal Shapira · 13 years ago
  96. 8332f0f wl12xx: fw api change - update cmd/acx/event enums by Eliad Peller · 13 years ago
  97. 9c53114 wl12xx: fw api change - add role_id to tsf_info by Eliad Peller · 13 years ago
  98. c059beb wl12xx: use dev_role_id for scans by Eliad Peller · 13 years ago
  99. cdaac62 wl12xx: fw api change - add role_id to set_template by Eliad Peller · 13 years ago
  100. 1ebaa2d wl12xx: don't release/claim sdio on suspend/resume by Eliad Peller · 13 years ago