1. 4690c33 iwlwifi: signedness bug in iwl_trans_pcie_tx_agg_alloc() by Dan Carpenter · 13 years ago
  2. 427977a iwlwifi: fix double assign in iwl_start_tx_ba_trans_ready() by Dan Carpenter · 13 years ago
  3. 2fa8b6a iwlwifi: iwl-agn-rs.c: remove old comment by Greg Dietsche · 13 years ago
  4. debcf73 iwlagn: handle GO powersave by Johannes Berg · 13 years ago
  5. 8ad71be iwlagn: move tx queues to transport layer by Emmanuel Grumbach · 13 years ago
  6. e20d4341 iwlagn: move the stop / wake queue logic to transport layer by Emmanuel Grumbach · 13 years ago
  7. f22be62 iwlagn: move check_stuck_queue to transport layer by Emmanuel Grumbach · 13 years ago
  8. 5f178cd iwlagn: move wait_for_tx_queue_empty to transport layer by Emmanuel Grumbach · 13 years ago
  9. c91bd12 iwlagn: cosmetics in iwl-trans.h by Emmanuel Grumbach · 13 years ago
  10. 7f01d56 iwlagn: move the disable agg logic to transport layer by Emmanuel Grumbach · 13 years ago
  11. 464021f iwlagn: move the check_empty logic to the transport layer by Emmanuel Grumbach · 13 years ago
  12. 288712a iwlagn: allocate resources for TX BA session in transport by Emmanuel Grumbach · 13 years ago
  13. e13c0c5 iwlagn: move the mapping ac to queue / fifo to transport by Emmanuel Grumbach · 13 years ago
  14. dfa2bdb iwlagn: upper layer uses slabs to allocate tx cmds by Emmanuel Grumbach · 13 years ago
  15. ba562f7 iwlagn: set tx_fifo for ampdu in transport layer by Emmanuel Grumbach · 13 years ago
  16. 2c45229 iwlagn: upper layer stores iwl_rxon_context in skb's CB by Emmanuel Grumbach · 13 years ago
  17. ae2c30b iwlagn: stop the device before freeing it by Emmanuel Grumbach · 13 years ago
  18. fd65693 iwlagn: remove dereferences of priv from transport by Emmanuel Grumbach · 13 years ago
  19. 5f85a78 iwlagn: iwl_tid_data moves to iwl-shared by Emmanuel Grumbach · 13 years ago
  20. 1603dd4 iwlagn: adding special "D" SKU for 2000 series by Wey-Yi Guy · 13 years ago
  21. 332a4ba iwlagn: iwl-pci doesn't include iwl-dev any more by Emmanuel Grumbach · 13 years ago
  22. f090fba iwlagn: fix compile warnings when CONFIG_PM_SLEEP is not set by Daniel Halperin · 13 years ago
  23. 83ed901 iwlagn: all function iwl-io.c receive iwl_bus by Emmanuel Grumbach · 13 years ago
  24. a72b8b0 iwlagn: add missing includes by Emmanuel Grumbach · 13 years ago
  25. 9d6b2cb iwlagn: move Keep Warm to transport layer by Emmanuel Grumbach · 13 years ago
  26. dda61a4 iwlagn: iwl-dev.h doesn't include iwl-fh.h any more by Emmanuel Grumbach · 13 years ago
  27. ab9e212 iwlagn: remove unused parameters from hw_params by Emmanuel Grumbach · 13 years ago
  28. 6bb7884 iwlagn: remove references to priv from the transport layer by Emmanuel Grumbach · 13 years ago
  29. 16db88b iwlagn: move dump_csr and dump_fh to transport layer by Emmanuel Grumbach · 13 years ago
  30. 7201247 iwlagn: move hcmd_lock to transport layer by Emmanuel Grumbach · 13 years ago
  31. 6d8f6ee iwlagn: transport layer should receive iwl_trans by Emmanuel Grumbach · 13 years ago
  32. 790428b iwlagn: move iwl_free_pages to iwl-shared.h by Emmanuel Grumbach · 13 years ago
  33. 845a9c0 iwlagn: move all iwl_is_XXX helpers to iwl-shared.h by Emmanuel Grumbach · 13 years ago
  34. effcea1 iwlagn: fix the check of IWLAGN_FIRST_AMPDU_QUEUE by Emmanuel Grumbach · 13 years ago
  35. 105183b iwlagn: move scd_bc_tbls and scd_base_addr to iwl_trans_pcie by Emmanuel Grumbach · 13 years ago
  36. 04e1cab iwlagn: move reclaim related functions by Emmanuel Grumbach · 13 years ago
  37. a0eaad7 iwlagn: reclaim the packets in transport layer by Emmanuel Grumbach · 13 years ago
  38. 1f7b617 iwlagn: move isr_statistics to transport layer by Emmanuel Grumbach · 13 years ago
  39. e4ef84d iwlagn: add comments to module parameters by Wey-Yi Guy · 13 years ago
  40. fee84f0d iwlagn: more comments for bt channel inhibition by Wey-Yi Guy · 13 years ago
  41. 6a9ae0d iwlagn: support small form factor SKU of 6205 by Wey-Yi Guy · 13 years ago
  42. dd5b6d0 iwlagn: enable 11n aggregation without checking traffic load by Wey-Yi Guy · 13 years ago
  43. 7ff9470 iwlagn: move the NIC error flow to the transport layer by Emmanuel Grumbach · 13 years ago
  44. 0c32576 iwlagn: move ISR related data to transport layer by Emmanuel Grumbach · 13 years ago
  45. 57210f7 iwlagn: move iwl_suspend / iwl_resume to the transport layer by Emmanuel Grumbach · 13 years ago
  46. 5a878bf iwlagn: iwl_rx_queue moves to the iwl_trans_pcie by Emmanuel Grumbach · 13 years ago
  47. 87e5666 iwlagn: transport handler can register debugfs entries by Emmanuel Grumbach · 13 years ago
  48. 6fbfae8 iwlagn: add comments to iwl_bus / iwl_trans by Emmanuel Grumbach · 13 years ago
  49. e6bb4c9 iwlagn: bus layer chooses its transport layer by Emmanuel Grumbach · 13 years ago
  50. f39c95e iwlagn: priv->sta_lock moves to iwl_shared by Emmanuel Grumbach · 13 years ago
  51. 9ca06f0 iwlagn: add IWL_DEBUG_FW_ERRORS by Emmanuel Grumbach · 13 years ago
  52. 44856c6 iwlagn: modify the debug macro to be usable by all the layers by Emmanuel Grumbach · 13 years ago
  53. 6ac2f83 iwlagn: priv->mutex moves to iwl_shared by Emmanuel Grumbach · 13 years ago
  54. 10b15e6 iwlagn: priv->lock moves to iwl_shared by Emmanuel Grumbach · 13 years ago
  55. 63013ae iwlagn: priv->status moves to iwl_shared by Emmanuel Grumbach · 13 years ago
  56. 74e28e4 iwlagn: workqueue moves to iwl_shared by Emmanuel Grumbach · 13 years ago
  57. cefeaa5 iwlagn: cmd_queue moves to iwl_shared by Emmanuel Grumbach · 13 years ago
  58. d618912 iwlagn: hw_params moves to iwl_shared by Emmanuel Grumbach · 13 years ago
  59. 8f470ce iwlagn: debug_level moves to struct iwl_shared by Emmanuel Grumbach · 13 years ago
  60. cac988a iwlagn: introduce struct iwl-shared - known by all layers by Emmanuel Grumbach · 13 years ago
  61. 48f20d3 iwlagn: introduce iwl-shared.h by Emmanuel Grumbach · 13 years ago
  62. a294b96 iwlagn: use iwl_get_debug_level instead of iwl_debug_level by Emmanuel Grumbach · 13 years ago
  63. f293bd1 iwlagn: remove out-dated comments by Wey-Yi Guy · 13 years ago
  64. b39488a iwlagn: Rename iwlcore prefix by Wey-Yi Guy · 13 years ago
  65. ae7f9a7 iwlagn: support v2 of enhanced sensitivity table by Wey-Yi Guy · 13 years ago
  66. e7515ba iwlagn: change default sensitivity value for 5000 and 6000 series by Wey-Yi Guy · 13 years ago
  67. c6baf7f iwlagn: support new P2P implementation by Johannes Berg · 13 years ago
  68. 4d2a5d0 iwlagn: move context init after firmware loading by Johannes Berg · 13 years ago
  69. ca9a460 iwlagn: bump firmware API for some devices by Johannes Berg · 13 years ago
  70. 5d7969b iwlagn: separate firmware version warning by Johannes Berg · 13 years ago
  71. 306584c iwlagn: Remove ht40 support from 5.2GHz for _bgn devices by Wey-Yi Guy · 13 years ago
  72. 946572b2 iwlagn: default smps mode for 1000 series device by Wey-Yi Guy · 13 years ago
  73. 72c04ce iwlagn: reserve queue 10 for TX during scan dwell by Johannes Berg · 13 years ago
  74. 29a34f9 iwlagn: remove wireless extensions inclusions by Johannes Berg · 13 years ago
  75. a5d5a91 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  76. f352910 iwlagn: 5000 do not support idle mode by Wey-Yi Guy · 13 years ago
  77. cc1a93e iwlagn: sysfs couldn't find the priv pointer by Emmanuel Grumbach · 13 years ago
  78. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  79. 2629313 iwlwifi: Fix build with CONFIG_PM disabled. by David S. Miller · 13 years ago
  80. 41bf371 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  81. 1e89cbac iwlagn: probe would crash with DEBUG_SHIRQ by Emmanuel Grumbach · 13 years ago
  82. d62b39e iwlagn: remove "disable otp refresh" W/A by Wey-Yi Guy · 13 years ago
  83. e1b1c08 iwlagn: rename iwlagn_set_dynamic_key by Johannes Berg · 13 years ago
  84. bbb05cb iwlagn: track beacon interval sent to device by Johannes Berg · 13 years ago
  85. 21489ec iwlagn: write iq invert register for 105/135 device by Wey-Yi Guy · 13 years ago
  86. c8ac61c iwlagn: implement WoWLAN by Johannes Berg · 13 years ago
  87. 5a3d988 iwlagn: rewrite HW crypto by Johannes Berg · 13 years ago
  88. 0bfe989 iwlagn: remove forgotten debugfs function by Johannes Berg · 13 years ago
  89. 898ed67 iwlagn: remove un-necessary "_agn" by Wey-Yi Guy · 13 years ago
  90. a920bff iwlagn: remove keyinfo cache by Johannes Berg · 13 years ago
  91. c10e2c1 iwlagn: testmode fixed rate available for testmode only by Wey-Yi Guy · 13 years ago
  92. b09b296d iwlagn: add comment to warn about WoWLAN in resume / suspend flows by Emmanuel Grumbach · 14 years ago
  93. c1c8140 iwlagn: iwl_bus holds drv_data as void * instead of iwl_priv by Emmanuel Grumbach · 14 years ago
  94. d593411 iwlagn: simplify the bus architecture by Emmanuel Grumbach · 14 years ago
  95. 41c5054 iwlagn: transport layer receives struct iwl_trans* by Emmanuel Grumbach · 14 years ago
  96. 0286cee iwlagn: move iwl_prepare_card_hw to the transport layer by Emmanuel Grumbach · 14 years ago
  97. 392f8b7 iwlagn: move more functions from the start flow to the transport layer by Emmanuel Grumbach · 14 years ago
  98. 48d42c4 iwlagn: SCD configuration for AMPDU moves to transport layer by Emmanuel Grumbach · 14 years ago
  99. 2e27799 iwlagn: radio sensor offset in le16 format by Wey-Yi Guy · 14 years ago
  100. ad3f712 iwlagn: define valid init calibration mask by Wey-Yi Guy · 14 years ago