1. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 16 years ago
  2. 40e6fa8 libertas: don't retry commands by Holger Schurig · 16 years ago
  3. d6ede67 libertas: remove mesh_autostart_enabled and sync_channel by Holger Schurig · 16 years ago
  4. 560c633 libertas: move mic failure event to wext.c by Holger Schurig · 17 years ago
  5. fea2b8e libertas: move SIOCGIWAP calls to wext.c by Holger Schurig · 17 years ago
  6. b856f73 libertas: remove handling for CMD_GET_TSF by Holger Schurig · 17 years ago
  7. f57bd28 libertas: remove handling for CMD_802_11_LED_GPIO_CTRL by Holger Schurig · 17 years ago
  8. d0de374 libertas: move association related commands into assoc.c by Holger Schurig · 17 years ago
  9. 243e84e libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LEN by Holger Schurig · 17 years ago
  10. d37b4fd libertas: remove unused 11d code by Holger Schurig · 17 years ago
  11. bca61f8 libertas: harmonize cmd.h by Holger Schurig · 17 years ago
  12. 421355d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  13. 767e366 libertas: fix build by Alan Cox · 17 years ago
  14. 4912545 libertas: Add auto deep sleep support for SD8385/SD8686/SD8688 by Amitkumar Karwar · 17 years ago
  15. 2c5b9e51 wireless: libertas: fix unaligned accesses by Cliff Cai · 17 years ago
  16. 822ac03 libertas: convert CMD_802_11_ASSOCIATE to a direct command by Dan Williams · 17 years ago
  17. be0d76e libertas: convert CMD_802_11_AUTHENTICATE to a direct command by Dan Williams · 17 years ago
  18. 39fcf7a libertas: convert SNMP_MIB to a direct command by Dan Williams · 18 years ago
  19. f8e77ca libertas: remove unused generic RESET command by Dan Williams · 18 years ago
  20. f5fe1fd libertas: convert adhoc operations to direct commands by Dan Williams · 18 years ago
  21. 191bb40 libertas: convert CMD_802_11_DEAUTHENTICATE to a direct command by Dan Williams · 18 years ago
  22. 87c8c72 libertas: convert CMD_802_11_RF_TX_POWER to a direct command by Dan Williams · 18 years ago
  23. 85319f9 libertas: rate adaptation configuration via iwconfig. by Javier Cardona · 18 years ago
  24. 75bf45a libertas: fix multicast filtering on eth and msh interfaces by David Woodhouse · 18 years ago
  25. e37fc6e libertas: Increase priority of 'unknown command' warnings by David Woodhouse · 18 years ago
  26. 7919b89 libertas: convert libertas driver to use an event/cmdresp queue by Holger Schurig · 18 years ago
  27. 697900a libertas: move association code from join.c into scan.c by Holger Schurig · 18 years ago
  28. f539f2e libertas: convert sleep/wake config direct commands by Holger Schurig · 18 years ago
  29. 7460f5a libertas: convert CMD_802_11_EEPROM_ACCESS to a direct command by Holger Schurig · 18 years ago
  30. 2af9f03 libertas: convert CMD_802_11_MAC_ADDRESS to a direct command by Holger Schurig · 18 years ago
  31. e5225b3 libertas: reduce debug output by Holger Schurig · 18 years ago
  32. 6243613 libertas: remove CMD_802_11_PWR_CFG by Holger Schurig · 18 years ago
  33. e98a88d libertas: remove lots of unused stuff by Holger Schurig · 18 years ago
  34. d4ff0ef libertas: misc power saving adjusts by Holger Schurig · 18 years ago
  35. c49c3b7 libertas: convert GET_LOG to a direct command by Holger Schurig · 18 years ago
  36. 835d3ac libertas: convert CMD_MAC_CONTROL to a direct command by Holger Schurig · 18 years ago
  37. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 18 years ago
  38. 5f0547c libertas: fix the 'compare command with itself' properly by Sebastian Siewior · 18 years ago
  39. fa62f99 libertas: convert 802_11_SCAN to a direct command by David Woodhouse · 18 years ago
  40. 9e1228d libertas: convert KEY_MATERIAL to a direct command by David Woodhouse · 18 years ago
  41. 255333c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 18 years ago
  42. 8a96df8 libertas: compare the current command with response by Sebastian Siewior · 18 years ago
  43. 6305f49 libertas: fix sanity check on sequence number in command response by David Woodhouse · 18 years ago
  44. 52507c2 libertas: make association debug output nicer by Holger Schurig · 18 years ago
  45. 1afc09ab libertas: trim overly long debug statement by Holger Schurig · 18 years ago
  46. 5844d12 libertas: convert SUBSCRIBE_EVENT to a direct command by David Woodhouse · 18 years ago
  47. 4f59abf libertas: convert ENABLE_RSN to a direct command by David Woodhouse · 18 years ago
  48. f70dd45 libertas: convert SET_WEP to a direct command by David Woodhouse · 18 years ago
  49. 3fbe104 libertas: convert SLEEP_PARAMS to a direct command by David Woodhouse · 18 years ago
  50. 6e5cc4f libertas: convert INACTIVITY_TIMEOUT to a direct command by David Woodhouse · 18 years ago
  51. a7c4589 libertas: convert RADIO_CONTROL to a direct command by David Woodhouse · 18 years ago
  52. 8538823 libertas: discard DEFER responses to commands; let the timeout trigger by David Woodhouse · 18 years ago
  53. 7003b07 libertas: use priv->upld_buf for command responses by David Woodhouse · 18 years ago
  54. ac4cced libertas: reduce explicit references to priv->cur_cmd->cmdbuf by David Woodhouse · 18 years ago
  55. b47ef24 libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM command by David Woodhouse · 18 years ago
  56. 38bfab1 libertas: fix buffer handling of PS_MODE commands and responses by David Woodhouse · 18 years ago
  57. 2a34509 libertas: handle command timeout in main thread instead of directly in timer by David Woodhouse · 18 years ago
  58. 7556767 libertas: kill pdata_buf member of struct cmd_ctrl_node by David Woodhouse · 18 years ago
  59. 183aeac libertas: introduce and use lbs_complete_command() for command completion by David Woodhouse · 18 years ago
  60. a27b9f9 libertas: slight cleanup of netif queue stop/wake by David Woodhouse · 18 years ago
  61. e125817 libertas: be more careful about command responses matching cur_cmd by David Woodhouse · 18 years ago
  62. 2dd4b26 libertas: convert RF_CHANNEL to a direct command by Dan Williams · 18 years ago
  63. 8e3c91b libertas: convert DATA_RATE to a direct command by Dan Williams · 18 years ago
  64. 301eacb libertas: convert CMD_MESH_ACCESS to a direct command by David Woodhouse · 18 years ago
  65. ddac452 libertas: rename and re-type bufvirtualaddr to cmdbuf by Dan Williams · 18 years ago
  66. 6e66f03 libertas: convert GET_HW_SPEC to a direct command by Dan Williams · 18 years ago
  67. 7ad994d libertas: clean up direct command handling by Dan Williams · 18 years ago
  68. 1309b55 libertas: add opaque extra argument to cmd callback function by David Woodhouse · 18 years ago
  69. aa21c00 libertas: kill struct lbs_adapter by David Woodhouse · 18 years ago
  70. ac47246 libertas: kill adapter->nr_cmd_pending by David Woodhouse · 18 years ago
  71. c2df2ef libertas: endianness fixes by Holger Schurig · 18 years ago
  72. 1723047 libertas: Switch to using a callback function pointer for commands by David Woodhouse · 18 years ago
  73. 09d4fad libertas: fix data packet size errors by Holger Schurig · 18 years ago
  74. 675787e libertas: handy function to call firmware commands by Holger Schurig · 18 years ago
  75. 891f32a libertas: remove cmd_ctrl_node->cmdflags by Holger Schurig · 18 years ago
  76. 0b3c07f libertas: less eventcause shifts by Holger Schurig · 18 years ago
  77. 9184346 libertas: tweak association debug output by Holger Schurig · 18 years ago
  78. 3a18864 libertas: rework event subscription by Holger Schurig · 18 years ago
  79. 69f9032 libertas: remove arbitrary typedefs by Holger Schurig · 18 years ago
  80. 96287ac libertas: configurable beacon interval by Brajesh Dave · 18 years ago
  81. 01d77d8 libertas: separate mesh connectivity from that of the main interface by Brajesh Dave · 18 years ago
  82. 1007832 libertas: move to uniform lbs_/LBS_ namespace by Holger Schurig · 18 years ago
  83. 8b17d72 [PATCH] libertas: fix a debug statement by Holger Schurig · 19 years ago
  84. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 19 years ago
  85. 70500f5 [PATCH] libertas: region code values specified as 8bit by Marek Vašut · 19 years ago
  86. 8362cd4 [PATCH] libertas: fix sparse-reported problems by Dan Williams · 19 years ago
  87. 5612c01 [PATCH] libertas: ignore spurious mesh autostart events by Dan Williams · 19 years ago
  88. 9556d21 [PATCH] libertas: fix two debug statements in cmdresp.c by Holger Schurig · 19 years ago
  89. 956deb8 [PATCH] libertas: remove adapter->regiontableindex by Holger Schurig · 19 years ago
  90. caef47a [PATCH] libertas: remove adapter->rxpd_rate by Holger Schurig · 19 years ago
  91. cad9d9b [PATCH] libertas: remove adapter->txrate by Holger Schurig · 19 years ago
  92. fdde708 [PATCH] libertas: remove adapter->{rx,tx}antenna by Holger Schurig · 19 years ago
  93. 4d4ce1a [PATCH] libertas: remove unused adapter->prev_XXXX variables by Holger Schurig · 19 years ago
  94. 9cdc6d2 [PATCH] libertas: Avoid MESH_AUTOSTARTED spam on console by Luis Carlos Cobo · 19 years ago
  95. a6c8700 [PATCH] libertas: use LBS_DEB_HOST for host-to-card communications by Holger Schurig · 19 years ago
  96. 6b63cd0 [PATCH] libertas: remove a hundred CMD_RET_xxx definitions by Holger Schurig · 19 years ago
  97. ece5619 [PATCH] libertas: make the hex dumper nicer by Holger Schurig · 19 years ago
  98. 0a6d055 [PATCH] libertas: tune hardware info output by Holger Schurig · 19 years ago
  99. 8c51276 [PATCH] libertas: simplify and clean up data rate handling by Dan Williams · 19 years ago
  100. ffcae95 [PATCH] libertas: fix more mixed-case abuse by Dan Williams · 19 years ago