1. 85319f9 libertas: rate adaptation configuration via iwconfig. by Javier Cardona · 17 years ago
  2. 75bf45a libertas: fix multicast filtering on eth and msh interfaces by David Woodhouse · 17 years ago
  3. f539f2e libertas: convert sleep/wake config direct commands by Holger Schurig · 17 years ago
  4. 7460f5a libertas: convert CMD_802_11_EEPROM_ACCESS to a direct command by Holger Schurig · 17 years ago
  5. 2af9f03 libertas: convert CMD_802_11_MAC_ADDRESS to a direct command by Holger Schurig · 17 years ago
  6. 6243613 libertas: remove CMD_802_11_PWR_CFG by Holger Schurig · 17 years ago
  7. c49c3b7 libertas: convert GET_LOG to a direct command by Holger Schurig · 17 years ago
  8. 835d3ac libertas: convert CMD_MAC_CONTROL to a direct command by Holger Schurig · 17 years ago
  9. fa62f99 libertas: convert 802_11_SCAN to a direct command by David Woodhouse · 17 years ago
  10. 9e1228d libertas: convert KEY_MATERIAL to a direct command by David Woodhouse · 17 years ago
  11. dac10a9 libertas: always show firmware release by Holger Schurig · 18 years ago
  12. 5844d12 libertas: convert SUBSCRIBE_EVENT to a direct command by David Woodhouse · 18 years ago
  13. 4f59abf libertas: convert ENABLE_RSN to a direct command by David Woodhouse · 18 years ago
  14. f70dd45 libertas: convert SET_WEP to a direct command by David Woodhouse · 18 years ago
  15. 3fbe104 libertas: convert SLEEP_PARAMS to a direct command by David Woodhouse · 18 years ago
  16. 6e5cc4f libertas: convert INACTIVITY_TIMEOUT to a direct command by David Woodhouse · 18 years ago
  17. a7c4589 libertas: convert RADIO_CONTROL to a direct command by David Woodhouse · 18 years ago
  18. c6ad373 libertas: add SLEEP_PERIOD and FW_WAKE_METHOD command definitions by David Woodhouse · 18 years ago
  19. ae125bf libertas: store command result in cmdnode instead of priv->cur_cmd_retcode by David Woodhouse · 18 years ago
  20. 7556767 libertas: kill pdata_buf member of struct cmd_ctrl_node by David Woodhouse · 18 years ago
  21. 8e5b6b2d libertas: kill unused wait_option field in struct cmd_ctrl_node by David Woodhouse · 18 years ago
  22. 6ce4fd2 libertas: add lbs_host_sleep_cfg() command function by David Woodhouse · 18 years ago
  23. 23a397a libertas: add lbs_mesh sysfs attribute for enabling mesh by David Woodhouse · 18 years ago
  24. 2dd4b26 libertas: convert RF_CHANNEL to a direct command by Dan Williams · 18 years ago
  25. 8e3c91b libertas: convert DATA_RATE to a direct command by Dan Williams · 18 years ago
  26. 301eacb libertas: convert CMD_MESH_ACCESS to a direct command by David Woodhouse · 18 years ago
  27. ddac452 libertas: rename and re-type bufvirtualaddr to cmdbuf by Dan Williams · 18 years ago
  28. 6e66f03 libertas: convert GET_HW_SPEC to a direct command by Dan Williams · 18 years ago
  29. 7ad994d libertas: clean up direct command handling by Dan Williams · 18 years ago
  30. 1309b55 libertas: add opaque extra argument to cmd callback function by David Woodhouse · 18 years ago
  31. 448a51a libertas: switch lbs_cmd() to take a callback function pointer by David Woodhouse · 18 years ago
  32. c2df2ef libertas: endianness fixes by Holger Schurig · 18 years ago
  33. 1723047 libertas: Switch to using a callback function pointer for commands by David Woodhouse · 18 years ago
  34. 675787e libertas: handy function to call firmware commands by Holger Schurig · 18 years ago
  35. c68b3bbd libertas: remove cmd_ctrl_node->status by Holger Schurig · 18 years ago
  36. 891f32a libertas: remove cmd_ctrl_node->cmdflags by Holger Schurig · 18 years ago
  37. f5ece8f libertas: Remove cmd_oid from struct cmd_ctrl_node by David Woodhouse · 18 years ago
  38. 3a18864 libertas: rework event subscription by Holger Schurig · 18 years ago
  39. 96287ac libertas: configurable beacon interval by Brajesh Dave · 18 years ago
  40. 1007832 libertas: move to uniform lbs_/LBS_ namespace by Holger Schurig · 18 years ago
  41. 63f0023 [PATCH] libertas: pass boot2 version to firmware by Luis Carlos Cobo · 18 years ago
  42. 965f8bbc [PATCH] libertas: monitor mode support for OLPC firmware by Luis Carlos Cobo · 18 years ago
  43. 8c51276 [PATCH] libertas: simplify and clean up data rate handling by Dan Williams · 18 years ago
  44. 0aef64d [PATCH] libertas: re-uppercase command defines and other constants by Dan Williams · 18 years ago
  45. b44898e [PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_start by Dan Williams · 18 years ago
  46. ea8da92 [PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_ad_hoc_result by Dan Williams · 18 years ago
  47. 492b6da [PATCH] libertas: fix mixed-case abuse in cmd_ds_802_11_scan by Dan Williams · 18 years ago
  48. ab61797 [PATCH] libertas: clean up 802.11 IE post-scan handling by Dan Williams · 18 years ago
  49. 1443b65 [PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usage by Dan Williams · 18 years ago
  50. 0c9ca690 [PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h types by Dan Williams · 18 years ago
  51. 18c96c34 [PATCH] libertas: fix WPA associations by handling ENABLE_RSN correctly by Dan Williams · 18 years ago
  52. 8cf1dc0 [PATCH] libertas: remove WPA_SUPPLICANT structure by Dan Williams · 18 years ago
  53. d8efea2 [PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essid by Dan Williams · 18 years ago
  54. e5b3d47 [PATCH] libertas: don't byte-swap firmware version number. It's a byte array. by David Woodhouse · 18 years ago
  55. 981f187 [PATCH] libertas: first pass at fixing up endianness issues by David Woodhouse · 18 years ago
  56. 90e8eaf [PATCH] libertas: updated mesh commands for 5.220.9.p11 by Luis Carlos Cobo · 18 years ago
  57. 0601e7e [PATCH] libertas: added transmission failures to mesh statistics by Javier Cardona · 18 years ago
  58. 876c9d3 [PATCH] Marvell Libertas 8388 802.11b/g USB driver by Marcelo Tosatti · 19 years ago