1. d2e7b34 libertas: disable functionality when interface is down by Daniel Drake · 13 years ago
  2. 8973a6e libertas: use kernel-doc notation, fix comment style by Randy Dunlap · 13 years ago
  3. 72f7a66 libertas: add two-stage firmware request helper by Dan Williams · 14 years ago
  4. cc4b9d3 libertas: convert 11D_DOMAIN_INFO to a direct command by Dan Williams · 14 years ago
  5. 1047d5e Libertas: Added 11d support using cfg80211 by Kiran Divekar · 14 years ago
  6. e86dc1c Libertas: cfg80211 support by Kiran Divekar · 14 years ago
  7. 66fceb6 libertas: Added callback functions to support SDIO suspend/resume. by Amitkumar Karwar · 14 years ago
  8. e0e42da libertas: moveing mesh-related functions into mesh.c by Holger Schurig · 15 years ago
  9. 5e8e8b5 libertas: introduce mesh.h by Holger Schurig · 15 years ago
  10. e93156e libertas: sort and categorize entries in decl.h by Holger Schurig · 15 years ago
  11. 6e85e0b libertas: move lbs_send_iwevcustom_event() to wext.c by Holger Schurig · 15 years ago
  12. 2d46502 libertas: move scan/assoc related stuff by Holger Schurig · 15 years ago
  13. bca61f8 libertas: harmonize cmd.h by Holger Schurig · 15 years ago
  14. 63f275d libertas: Use lbs_is_cmd_allowed() check in command handling routines. by Amitkumar Karwar · 15 years ago
  15. 4912545 libertas: Add auto deep sleep support for SD8385/SD8686/SD8688 by Amitkumar Karwar · 15 years ago
  16. d0cf9c0 wireless: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  17. 7e272fc wireless: consolidate on a single escape_essid implementation by John W. Linville · 16 years ago
  18. d5db2df libertas: convert CMD_802_11_RADIO_CONTROL to a direct command by Dan Williams · 16 years ago
  19. 15dbaac libertas: sysfs interface for accessing non-volatile configuration by Javier Cardona · 16 years ago
  20. a63e5cb libertas: make some functions void by Holger Schurig · 16 years ago
  21. 7919b89 libertas: convert libertas driver to use an event/cmdresp queue by Holger Schurig · 16 years ago
  22. fb14a7e libertas: remove lbs_get_fwversion() by Holger Schurig · 16 years ago
  23. 04850a4 libertas: don't depend on IEEE80211 by Holger Schurig · 16 years ago
  24. e98a88d libertas: remove lots of unused stuff by Holger Schurig · 16 years ago
  25. d4ff0ef libertas: misc power saving adjusts by Holger Schurig · 16 years ago
  26. c97329e libertas: fix scheduling while atomic bug in CMD_MAC_CONTROL by Holger Schurig · 16 years ago
  27. d9e9778 libertas: rename packetfilter to mac_control by Holger Schurig · 16 years ago
  28. 4b7524a libertas: Remove unused exports by Roland Dreier · 17 years ago
  29. 681ffbb libertas: kill 'addtail' argument to lbs_queue_cmd() and make it static by David Woodhouse · 17 years ago
  30. 183aeac libertas: introduce and use lbs_complete_command() for command completion by David Woodhouse · 17 years ago
  31. 9f46257 libertas: make lbs_update_channel() function non-static by David Woodhouse · 17 years ago
  32. 23a397a libertas: add lbs_mesh sysfs attribute for enabling mesh by David Woodhouse · 17 years ago
  33. 14e865b libertas: make lbs_cmd() usage nicer by Dan Williams · 17 years ago
  34. 4f67949 libertas: clean up lbs_interrupt() by David Woodhouse · 17 years ago
  35. 1309b55 libertas: add opaque extra argument to cmd callback function by David Woodhouse · 17 years ago
  36. 6f93a8e libertas: kill lbs_upload_tx_packet() by David Woodhouse · 17 years ago
  37. a9bdce6 libertas: move lbs_hard_start_xmit() into tx.c by David Woodhouse · 17 years ago
  38. 2abdc0b libertas: kill internal tx queue for PS mode by David Woodhouse · 17 years ago
  39. aa21c00 libertas: kill struct lbs_adapter by David Woodhouse · 17 years ago
  40. 448a51a libertas: switch lbs_cmd() to take a callback function pointer by David Woodhouse · 17 years ago
  41. 675787e libertas: handy function to call firmware commands by Holger Schurig · 17 years ago
  42. 0d61d04 libertas: make more functions static by Holger Schurig · 17 years ago
  43. e775ed7 libertas: Consolidate lbs_host_to_card_done() function. by David Woodhouse · 17 years ago
  44. f5ece8f libertas: Remove cmd_oid from struct cmd_ctrl_node by David Woodhouse · 17 years ago
  45. 69f9032 libertas: remove arbitrary typedefs by Holger Schurig · 17 years ago
  46. 1007832 libertas: move to uniform lbs_/LBS_ namespace by Holger Schurig · 17 years ago
  47. 954ee16 [PATCH] libertas: reorganize and simplify init sequence by Dan Williams · 17 years ago
  48. ac558ca [PATCH] libertas: make more functions static & remove unused functions by Holger Schurig · 17 years ago
  49. 1df4e8f [PATCH] libertas: remove fw.c by Holger Schurig · 17 years ago
  50. 8c51276 [PATCH] libertas: simplify and clean up data rate handling by Dan Williams · 17 years ago
  51. eedc2a3 [PATCH] libertas: move generic firmware reset command to common code by Dan Williams · 17 years ago
  52. 7732ca4 [PATCH] libertas: call SET_NETDEV_DEV from common code by Dan Williams · 17 years ago
  53. 084708b [PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko) by Holger Schurig · 17 years ago
  54. ed45703 [PATCH] libertas: move contents of fw.h to decl.h by Holger Schurig · 17 years ago
  55. 208fdd2 [PATCH] libertas: indirect all hardware access via hw_XXXX functions by Holger Schurig · 17 years ago
  56. 32a74b7 [PATCH] libertas: split wlan_add_card() by Holger Schurig · 17 years ago
  57. 3874d0f [PATCH] libertas: move reset_device() code main.c to if_usb.c by Holger Schurig · 17 years ago
  58. 1ac812f [PATCH] libertas: get rid of libertas_sbi_get_priv() by Holger Schurig · 17 years ago
  59. 78523da [PATCH] libertas: single out mesh code by Holger Schurig · 17 years ago
  60. 3d4bd24 [PATCH] libertas: skb dereferenced after netif_rx by Florin Malita · 17 years ago
  61. 876c9d3 [PATCH] Marvell Libertas 8388 802.11b/g USB driver by Marcelo Tosatti · 18 years ago