1. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  2. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 13 years ago
  3. 50269e1 net: add a truesize parameter to skb_add_rx_frag() by Eric Dumazet · 13 years ago
  4. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  5. fb04121 rtlwifi: Remove unused ETH_ADDR_LEN defines by Joe Perches · 13 years ago
  6. 4da0bd73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  7. 01a2829 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  8. 3775265 libertas: remove dump_survey implementation by Daniel Drake · 13 years ago
  9. 783b732 ath9k_hw: remove unused initvals by Felix Fietkau · 13 years ago
  10. c7effd3 ath9k: inline AR9271 1.0 INI overrides by Felix Fietkau · 13 years ago
  11. aa0e578 ath9k_hw: remove iniModes_*_tx_gain_9271 by Felix Fietkau · 13 years ago
  12. c7d36f9 ath9k_hw: clean up iniModesAdditional by Felix Fietkau · 13 years ago
  13. 9951c4d ath9k_hw: fix AR9380 register settings for channel 14 by Felix Fietkau · 13 years ago
  14. c8664d1 ath9k_hw: fold ar9002_hw_cck_chan14_spread into mode regs initialization by Felix Fietkau · 13 years ago
  15. bbf2b30 ath9k_hw: remove iniCommon_*_cck_fir_coeff_9271 by Felix Fietkau · 13 years ago
  16. aebc0a8 ath9k_hw: clean up ath9k_hw_setuprxdesc by Felix Fietkau · 13 years ago
  17. 239c795 ath9k_hw: remove ath9k_hw_gettxintrtxqs by Felix Fietkau · 13 years ago
  18. f3eef64 ath9k: optimize register access functions by Felix Fietkau · 13 years ago
  19. 99ac8cd ath9k_hw: remove ath9k_hw_getdefantenna by Felix Fietkau · 13 years ago
  20. 8efa7a8 ath9k_hw: remove ath9k_hw_htc_resetinit by Felix Fietkau · 13 years ago
  21. ce8fdf6 ath9k_hw: clean up tx completion interrupt handling by Felix Fietkau · 13 years ago
  22. 7e03072 ath9k_hw: simplify tx queue interrupt mask handling by Felix Fietkau · 13 years ago
  23. 0d9be8a rt2x00: rt2800usb: limit tx queues length by Stanislaw Gruszka · 13 years ago
  24. 5f8f718 rt2x00: rt2800usb: do not check packedid for aggregated frames by Stanislaw Gruszka · 13 years ago
  25. f421111 rt2x00: rt2800usb: rework txstatus code by Stanislaw Gruszka · 13 years ago
  26. ed61e2b rt2x00: rt2800usb: rework txdone code by Stanislaw Gruszka · 13 years ago
  27. 627fdaf rt2x00: rt2800usb: move additional txdone into new function by Stanislaw Gruszka · 13 years ago
  28. d47a61a ath9k: Fix multi-VIF BSS handling by Sujith Manoharan · 13 years ago
  29. 3d4e20f ath9k: Remove aggregation flags by Sujith Manoharan · 13 years ago
  30. caed657 ath9k_hw: Cleanup FastChannelChange by Sujith Manoharan · 13 years ago
  31. bcf6f96 ath9k: Remove 'other' VIF count by Sujith Manoharan · 13 years ago
  32. 62450b8 ath9k: Remove unused variables by Sujith Manoharan · 13 years ago
  33. bf106e1 ath9k: Remove unnecessary initialization by Sujith Manoharan · 13 years ago
  34. 9d4f09b rt2x00: Set IEEE80211_HW_REPORTS_TX_ACK_STATUS in rt2800 by Helmut Schaa · 13 years ago
  35. b093863 mwifiex: correction in structure name passed to sizeof() by Amitkumar Karwar · 13 years ago
  36. c65a30f mwifiex: fix checkpatch --strict warnings/errors Part 9 by Yogesh Ashok Powar · 13 years ago
  37. 500f747 mwifiex: fix checkpatch --strict warnings/errors Part 8 by Yogesh Ashok Powar · 13 years ago
  38. 9c05fd7 mwifiex: fix checkpatch --strict warnings/errors Part 7 by Yogesh Ashok Powar · 13 years ago
  39. 5dbd326 mwifiex: fix checkpatch --strict warnings/errors Part 6 by Yogesh Ashok Powar · 13 years ago
  40. cff23ce mwifiex: fix checkpatch --strict warnings/errors Part 5 by Yogesh Ashok Powar · 13 years ago
  41. f57c1ed mwifiex: fix checkpatch --strict warnings/errors Part 4 by Yogesh Ashok Powar · 13 years ago
  42. 931f158 mwifiex: fix checkpatch --strict warnings/errors Part 3 by Yogesh Ashok Powar · 13 years ago
  43. aea0701 mwifiex: fix checkpatch --strict warnings/errors Part 2 by Yogesh Ashok Powar · 13 years ago
  44. 8426684 mwifiex: fix checkpatch --strict warnings/errors Part 1 by Yogesh Ashok Powar · 13 years ago
  45. e9ac074 mac80211: rename bss_conf timestamp to last_tsf by Johannes Berg · 13 years ago
  46. 8e6cffb brmc80211: dont use jiffies for BSS TSF by Johannes Berg · 13 years ago
  47. 8c00228 mwifiex: rename fuctions and variables for better readability by Yogesh Ashok Powar · 13 years ago
  48. bb7de2b mwifiex: rearrange if and else blocks to avoid extra indentation by Yogesh Ashok Powar · 13 years ago
  49. e7891ba mwifiex: use usleep_range instead of udelay by Yogesh Ashok Powar · 13 years ago
  50. 6685d10 mwifiex: merge functions to derive cfp by chan & freq in one by Yogesh Ashok Powar · 13 years ago
  51. 985d68a mwifiex: rearrange switch statement by Yogesh Ashok Powar · 13 years ago
  52. 3e82263 mwifiex: rename long function names to shorter ones by Yogesh Ashok Powar · 13 years ago
  53. 6b6fa58 b43: Load firmware from a work queue and not from the probe routine by Larry Finger · 13 years ago
  54. a3ea2c7 b43legacy: Load firmware from work queue instead of from probe routine by Larry Finger · 13 years ago
  55. 843dc66 Merge branch 'for-linville' of git://github.com/kvalo/ath6kl by John W. Linville · 13 years ago
  56. 9df2a0b ath6kl: fix debug.c file mode by Kalle Valo · 13 years ago
  57. b528387 ath6kl: use max_t() in ath6kl_cfg80211_connect() by Kalle Valo · 13 years ago
  58. 7433a49 ath6kl: fix open parenthesis alignment in ath6kl_sdio_suspend() by Kalle Valo · 13 years ago
  59. 06f33f1 ath6kl: replace strict_strtoul() with kstrtoul() by Kalle Valo · 13 years ago
  60. b0fc7c1 ath6kl: fix regression in ath6kl_upload_board_file() by Kalle Valo · 13 years ago
  61. 4db2c9a iwlwifi: Add bool mvm_ucode to iwl_fw by David Spinadel · 13 years ago
  62. 6dfa8d0 iwlwifi: change struct iwl_fw by David Spinadel · 13 years ago
  63. ed8c836 iwlwifi: Add TLVs and fields for 16.0 uCode by David Spinadel · 13 years ago
  64. 0cedacc iwlwifi: more modularity in fw images and sections by David Spinadel · 13 years ago
  65. b5ea162 iwlwifi: explicitly track whether INIT uCode was run by David Spinadel · 13 years ago
  66. 8f7ffbe iwlwifi: avoid some operations if no uCode loaded by David Spinadel · 13 years ago
  67. 69a10b2 iwlwifi: move wait_command_queue from shared to trans by Meenakshi Venkataraman · 13 years ago
  68. f0d120a iwlwifi: convert bad state message into warning by Johannes Berg · 13 years ago
  69. d663ee7 iwlwifi: abstract out missing SEQ_RX_FRAME workaround by Johannes Berg · 13 years ago
  70. 10d8f31 iwlwifi: remove TX hex debug by Johannes Berg · 13 years ago
  71. c1afdaf ath9k: fix going to full-sleep on PS idle by Felix Fietkau · 13 years ago
  72. ffb1c56 ath9k: Fix mactime from being clobbered in rx_status by Ashok Nagarajan · 13 years ago
  73. 9f61903 ath9k: configure bss info at assoc notification by Rajkumar Manoharan · 13 years ago
  74. 290d608 rt2x00: Fix beacon skew in rt2800pci by Helmut Schaa · 13 years ago
  75. 3789d59 ath9k_hw: Fix enabling of MCI and RTT by Mohammed Shafi Shajakhan · 13 years ago
  76. 138f07e net/wireless: ipw2x00: remove unused definitions for regulatory domain by Stanislav Yakovlev · 13 years ago
  77. 98b36a0 ath9k: Add wiphy name to log messages. by Ben Greear · 13 years ago
  78. 4e13f09 mac80211_hwsim: Fix set mactime on receiver hwsim radio by Ashok Nagarajan · 13 years ago
  79. bff2ec2 ath9k: Fix BTCOEX shutdown by Sujith Manoharan · 13 years ago
  80. 3780d03 rt2x00: fix random stalls by Stanislaw Gruszka · 13 years ago
  81. 210787e iwl3945: fix possible il->txq NULL pointer dereference in delayed works by Stanislaw Gruszka · 13 years ago
  82. 17a7b16 ath6kl: Fix merge error in ath6kl_set_ies() by Aarthi Thiruvengadam · 13 years ago
  83. b2d3298 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  84. 74dd152 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  85. 1745e44 iwlwifi: fix the delta for remove max_txq_num patch by Wey-Yi Guy · 13 years ago
  86. 9ba1947 iwlwifi: fix cmd_queue number merge by Wey-Yi Guy · 13 years ago
  87. 3dc420b iwlwifi: restore PAN support by Emmanuel Grumbach · 13 years ago
  88. c6f600f iwlwifi: move command queue number out of the iwl_shared struct by Meenakshi Venkataraman · 13 years ago
  89. 8763848 mwifiex: correction in number of bitrates by Amitkumar Karwar · 13 years ago
  90. d11f0ca net/wireless: ipw2x00: remove WEXT_USECHANNELS define by Stanislav Yakovlev · 13 years ago
  91. 1353a7b iwlwifi: correct status bit refactoring errors by Don Fry · 13 years ago
  92. 9742051 iwlwifi: don't delete AP station directly by Johannes Berg · 13 years ago
  93. e6dd583 iwlwifi: make iwl_init_context static by Johannes Berg · 13 years ago
  94. bada991 iwlwifi: remove messages from queue wake/stop by Johannes Berg · 13 years ago
  95. 8362640 iwlwifi: more status bit factoring by Don Fry · 13 years ago
  96. 9bdfbfa iwlwifi: move setting up fw parameters by Meenakshi Venkataraman · 13 years ago
  97. 92d743a iwlwifi: configure transport layer from dvm op mode by Meenakshi Venkataraman · 13 years ago
  98. 3251715 iwlwifi: log stop / wake queues by Emmanuel Grumbach · 13 years ago
  99. 354928dd iwlwifi: make tx_cmd_pool kmem cache global by Stanislaw Gruszka · 13 years ago
  100. 9a71686 iwlwifi: separate status to priv and trans by Don Fry · 13 years ago