1. 7919b89 libertas: convert libertas driver to use an event/cmdresp queue by Holger Schurig · 18 years ago
  2. 697900a libertas: move association code from join.c into scan.c by Holger Schurig · 18 years ago
  3. f539f2e libertas: convert sleep/wake config direct commands by Holger Schurig · 18 years ago
  4. 7460f5a libertas: convert CMD_802_11_EEPROM_ACCESS to a direct command by Holger Schurig · 18 years ago
  5. 2af9f03 libertas: convert CMD_802_11_MAC_ADDRESS to a direct command by Holger Schurig · 18 years ago
  6. e5225b3 libertas: reduce debug output by Holger Schurig · 18 years ago
  7. 6243613 libertas: remove CMD_802_11_PWR_CFG by Holger Schurig · 18 years ago
  8. e98a88d libertas: remove lots of unused stuff by Holger Schurig · 18 years ago
  9. d4ff0ef libertas: misc power saving adjusts by Holger Schurig · 18 years ago
  10. c49c3b7 libertas: convert GET_LOG to a direct command by Holger Schurig · 18 years ago
  11. 835d3ac libertas: convert CMD_MAC_CONTROL to a direct command by Holger Schurig · 18 years ago
  12. 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
  13. 5f0547c libertas: fix the 'compare command with itself' properly by Sebastian Siewior · 18 years ago
  14. fa62f99 libertas: convert 802_11_SCAN to a direct command by David Woodhouse · 18 years ago
  15. 9e1228d libertas: convert KEY_MATERIAL to a direct command by David Woodhouse · 18 years ago
  16. 255333c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 18 years ago
  17. 8a96df8 libertas: compare the current command with response by Sebastian Siewior · 18 years ago
  18. 6305f49 libertas: fix sanity check on sequence number in command response by David Woodhouse · 18 years ago
  19. 52507c2 libertas: make association debug output nicer by Holger Schurig · 18 years ago
  20. 1afc09ab libertas: trim overly long debug statement by Holger Schurig · 18 years ago
  21. 5844d12 libertas: convert SUBSCRIBE_EVENT to a direct command by David Woodhouse · 19 years ago
  22. 4f59abf libertas: convert ENABLE_RSN to a direct command by David Woodhouse · 19 years ago
  23. f70dd45 libertas: convert SET_WEP to a direct command by David Woodhouse · 19 years ago
  24. 3fbe104 libertas: convert SLEEP_PARAMS to a direct command by David Woodhouse · 19 years ago
  25. 6e5cc4f libertas: convert INACTIVITY_TIMEOUT to a direct command by David Woodhouse · 19 years ago
  26. a7c4589 libertas: convert RADIO_CONTROL to a direct command by David Woodhouse · 19 years ago
  27. 8538823 libertas: discard DEFER responses to commands; let the timeout trigger by David Woodhouse · 19 years ago
  28. 7003b07 libertas: use priv->upld_buf for command responses by David Woodhouse · 19 years ago
  29. ac4cced libertas: reduce explicit references to priv->cur_cmd->cmdbuf by David Woodhouse · 19 years ago
  30. b47ef24 libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM command by David Woodhouse · 19 years ago
  31. 38bfab1 libertas: fix buffer handling of PS_MODE commands and responses by David Woodhouse · 19 years ago
  32. 2a34509 libertas: handle command timeout in main thread instead of directly in timer by David Woodhouse · 19 years ago
  33. 7556767 libertas: kill pdata_buf member of struct cmd_ctrl_node by David Woodhouse · 19 years ago
  34. 183aeac libertas: introduce and use lbs_complete_command() for command completion by David Woodhouse · 19 years ago
  35. a27b9f9 libertas: slight cleanup of netif queue stop/wake by David Woodhouse · 19 years ago
  36. e125817 libertas: be more careful about command responses matching cur_cmd by David Woodhouse · 19 years ago
  37. 2dd4b26 libertas: convert RF_CHANNEL to a direct command by Dan Williams · 19 years ago
  38. 8e3c91b libertas: convert DATA_RATE to a direct command by Dan Williams · 19 years ago
  39. 301eacb libertas: convert CMD_MESH_ACCESS to a direct command by David Woodhouse · 19 years ago
  40. ddac452 libertas: rename and re-type bufvirtualaddr to cmdbuf by Dan Williams · 19 years ago
  41. 6e66f03 libertas: convert GET_HW_SPEC to a direct command by Dan Williams · 19 years ago
  42. 7ad994d libertas: clean up direct command handling by Dan Williams · 19 years ago
  43. 1309b55 libertas: add opaque extra argument to cmd callback function by David Woodhouse · 19 years ago
  44. aa21c00 libertas: kill struct lbs_adapter by David Woodhouse · 19 years ago
  45. ac47246 libertas: kill adapter->nr_cmd_pending by David Woodhouse · 19 years ago
  46. c2df2ef libertas: endianness fixes by Holger Schurig · 19 years ago
  47. 1723047 libertas: Switch to using a callback function pointer for commands by David Woodhouse · 19 years ago
  48. 09d4fad libertas: fix data packet size errors by Holger Schurig · 19 years ago
  49. 675787e libertas: handy function to call firmware commands by Holger Schurig · 19 years ago
  50. 891f32a libertas: remove cmd_ctrl_node->cmdflags by Holger Schurig · 19 years ago
  51. 0b3c07f libertas: less eventcause shifts by Holger Schurig · 19 years ago
  52. 9184346 libertas: tweak association debug output by Holger Schurig · 19 years ago
  53. 3a18864 libertas: rework event subscription by Holger Schurig · 19 years ago
  54. 69f9032 libertas: remove arbitrary typedefs by Holger Schurig · 19 years ago
  55. 96287ac libertas: configurable beacon interval by Brajesh Dave · 19 years ago
  56. 01d77d8 libertas: separate mesh connectivity from that of the main interface by Brajesh Dave · 19 years ago
  57. 1007832 libertas: move to uniform lbs_/LBS_ namespace by Holger Schurig · 19 years ago
  58. 8b17d72 [PATCH] libertas: fix a debug statement by Holger Schurig · 19 years ago
  59. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 19 years ago
  60. 70500f5 [PATCH] libertas: region code values specified as 8bit by Marek Vašut · 19 years ago
  61. 8362cd4 [PATCH] libertas: fix sparse-reported problems by Dan Williams · 19 years ago
  62. 5612c01 [PATCH] libertas: ignore spurious mesh autostart events by Dan Williams · 19 years ago
  63. 9556d21 [PATCH] libertas: fix two debug statements in cmdresp.c by Holger Schurig · 19 years ago
  64. 956deb8 [PATCH] libertas: remove adapter->regiontableindex by Holger Schurig · 19 years ago
  65. caef47a [PATCH] libertas: remove adapter->rxpd_rate by Holger Schurig · 19 years ago
  66. cad9d9b [PATCH] libertas: remove adapter->txrate by Holger Schurig · 19 years ago
  67. fdde708 [PATCH] libertas: remove adapter->{rx,tx}antenna by Holger Schurig · 19 years ago
  68. 4d4ce1a [PATCH] libertas: remove unused adapter->prev_XXXX variables by Holger Schurig · 19 years ago
  69. 9cdc6d2 [PATCH] libertas: Avoid MESH_AUTOSTARTED spam on console by Luis Carlos Cobo · 19 years ago
  70. a6c8700 [PATCH] libertas: use LBS_DEB_HOST for host-to-card communications by Holger Schurig · 19 years ago
  71. 6b63cd0 [PATCH] libertas: remove a hundred CMD_RET_xxx definitions by Holger Schurig · 19 years ago
  72. ece5619 [PATCH] libertas: make the hex dumper nicer by Holger Schurig · 19 years ago
  73. 0a6d055 [PATCH] libertas: tune hardware info output by Holger Schurig · 19 years ago
  74. 8c51276 [PATCH] libertas: simplify and clean up data rate handling by Dan Williams · 19 years ago
  75. ffcae95 [PATCH] libertas: fix more mixed-case abuse by Dan Williams · 19 years ago
  76. 0aef64d [PATCH] libertas: re-uppercase command defines and other constants by Dan Williams · 19 years ago
  77. 1443b65 [PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usage by Dan Williams · 19 years ago
  78. 18c96c34 [PATCH] libertas: fix WPA associations by handling ENABLE_RSN correctly by Dan Williams · 19 years ago
  79. b8bedef [PATCH] libertas: pull current channel from firmware on mesh autostart by Luis Carlos Cobo Rus · 19 years ago
  80. d8efea2 [PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essid by Dan Williams · 19 years ago
  81. e5b3d47 [PATCH] libertas: don't byte-swap firmware version number. It's a byte array. by David Woodhouse · 19 years ago
  82. 981f187 [PATCH] libertas: first pass at fixing up endianness issues by David Woodhouse · 19 years ago
  83. 7d8d28b [PATCH] libertas: support for mesh autostart on firmware 5.220.11 by Luis Carlos Cobo Rus · 19 years ago
  84. 6cfb008 [PATCH] libertas: correctly balance locking in libertas_process_rx_command by Dan Williams · 19 years ago
  85. e76850d [PATCH] libertas: make association paths consistent by Dan Williams · 19 years ago
  86. 634b8f4 [PATCH] libertas: remove unused variables in wlan_dev_t by Holger Schurig · 19 years ago
  87. 208fdd2 [PATCH] libertas: indirect all hardware access via hw_XXXX functions by Holger Schurig · 19 years ago
  88. 78523da [PATCH] libertas: single out mesh code by Holger Schurig · 19 years ago
  89. 9012b28 [PATCH] libertas: make debug configurable by Holger Schurig · 19 years ago
  90. 0dc5a29 [PATCH] libertas: remove WLAN_802_11_NETWORK_INFRASTRUCTURE enum by Dan Williams · 19 years ago
  91. 9408c29 [PATCH] libertas: remove custom encryption mode stuff by Dan Williams · 19 years ago
  92. 876c9d3 [PATCH] Marvell Libertas 8388 802.11b/g USB driver by Marcelo Tosatti · 19 years ago