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 · 14 years ago
  2. a974a4b libertas: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  3. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  4. e9024a0 libertas if_usb: Fix crash on 64-bit machines by David Woodhouse · 15 years ago
  5. 4912545 libertas: Add auto deep sleep support for SD8385/SD8686/SD8688 by Amitkumar Karwar · 15 years ago
  6. e0d6133 libertas: remove ps_supported flag, use fwcapinfo by Andrey Yurovsky · 15 years ago
  7. cadeba3 firmware: wireless/libertas: prepare for FIRMWARE_NAME_MAX removal by John W. Linville · 15 years ago
  8. 0ee904c drivers/net: replace BUG() with BUG_ON() if possible by Alexander Beregalov · 15 years ago
  9. ab65f64 libertas: fix misuse of netdev_priv() and dev->ml_priv by Kiran Divekar · 15 years ago
  10. df66f85 if_usb: Kill directly reference of netdev->priv by Wang Chen · 16 years ago
  11. 582c1b5 libertas: Fine grained configuration of wake-on-lan. by Anna Neal · 16 years ago
  12. f8e77ca libertas: remove unused generic RESET command by Dan Williams · 16 years ago
  13. 1ff41eb libertas: add sysfs hooks to update boot2 and persistent firmware by Brian Cavagnolo · 16 years ago
  14. 1556c0f libertas: support boot commands to write persistent firmware and bootloader by Brian Cavagnolo · 16 years ago
  15. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  16. 6dfff89 libertas: treat firmware data as const by David Woodhouse · 16 years ago
  17. ea2aca0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  18. 7b58ccf libertas: support USB persistence on suspend/resume (resend) by andrey@cozybit.com · 16 years ago
  19. b77ec4c libertas: provide reset_card() callback on OLPC by David Woodhouse · 16 years ago
  20. 7919b89 libertas: convert libertas driver to use an event/cmdresp queue by Holger Schurig · 16 years ago
  21. 4365929 libertas: move cardspecific data to driver by Holger Schurig · 16 years ago
  22. 7003b07 libertas: use priv->upld_buf for command responses by David Woodhouse · 16 years ago
  23. 4694961 libertas: Check for PS mode support on USB devices by David Woodhouse · 16 years ago
  24. 9fae899 libertas: ensure response buffer size is always set for lbs_cmd_with_response by David Woodhouse · 17 years ago
  25. b23b206 libertas: don't use __lbs_cmd() with empty callback in if_usb.c by David Woodhouse · 17 years ago
  26. 7e22627 libertas: kill whitespace at end of lines by David Woodhouse · 17 years ago
  27. eae86bf libertas: clean up if_usb driver by David Woodhouse · 17 years ago
  28. b926d6b libertas: stop attempting to reset devices on unload by David Woodhouse · 17 years ago
  29. 506e902 libertas: add ethtool support for wake-on-lan configuration by David Woodhouse · 17 years ago
  30. d1f7a5b libertas: implement suspend/resume for USB devices by David Woodhouse · 17 years ago
  31. 689442d libertas: switch lbs_cmd() to take a _pointer_ to the command structure by David Woodhouse · 17 years ago
  32. 23d36ee libertas: add missing newlines in debugging statements by David Woodhouse · 17 years ago
  33. e125817 libertas: be more careful about command responses matching cur_cmd by David Woodhouse · 17 years ago
  34. 202f3f3 libertas: kill rx_urb_recall and eth_dev members of struct usb_card_rec by David Woodhouse · 17 years ago
  35. 1f8a083 libertas: kill references to mesh autostart by David Woodhouse · 17 years ago
  36. 23a397a libertas: add lbs_mesh sysfs attribute for enabling mesh by David Woodhouse · 17 years ago
  37. 2fd6cfe libertas: make some more functions static by David Woodhouse · 17 years ago
  38. 301eacb libertas: convert CMD_MESH_ACCESS to a direct command by David Woodhouse · 17 years ago
  39. ddac452 libertas: rename and re-type bufvirtualaddr to cmdbuf by Dan Williams · 17 years ago
  40. c9cd6f9 libertas: wait for 'firmware ready' event from firmware after loading by David Woodhouse · 17 years ago
  41. 6bc822b libertas: switch USB cardp->priv to 'struct lbs_private *' and resulting fix by David Woodhouse · 17 years ago
  42. 4f82f5c libertas: switch to a waitqueue and timer for handling USB firmware load by David Woodhouse · 17 years ago
  43. c8ba39d libertas: improve reliability of firmware reloading on USB by David Woodhouse · 17 years ago
  44. 14e865b libertas: make lbs_cmd() usage nicer by Dan Williams · 17 years ago
  45. 4f67949 libertas: clean up lbs_interrupt() by David Woodhouse · 17 years ago
  46. 1309b55 libertas: add opaque extra argument to cmd callback function by David Woodhouse · 17 years ago
  47. 6d35fdf libertas: cope with device which already has firmware loaded by David Woodhouse · 17 years ago
  48. aa21c00 libertas: kill struct lbs_adapter by David Woodhouse · 17 years ago
  49. 448a51a libertas: switch lbs_cmd() to take a callback function pointer by David Woodhouse · 17 years ago
  50. c2df2ef libertas: endianness fixes by Holger Schurig · 17 years ago
  51. 0856e68 libertas: when usb_submit_usb fails, include the error code in the printk by David Woodhouse · 17 years ago
  52. 83eacf2 libertas: Fix endianness in boot2_version handling. by David Woodhouse · 17 years ago
  53. 04c80f1 libertas: Use lbs_cmd() for setting Boot2 version by David Woodhouse · 17 years ago
  54. 2c94404 libertas: Move SET_BOOT2_VER command to if_usb where it belongs by David Woodhouse · 17 years ago
  55. e775ed7 libertas: Consolidate lbs_host_to_card_done() function. by David Woodhouse · 17 years ago
  56. 77d8cf2 libertas: Fix memory leak of RX skbs by David Woodhouse · 17 years ago
  57. 69f9032 libertas: remove arbitrary typedefs by Holger Schurig · 17 years ago
  58. 01d77d8 libertas: separate mesh connectivity from that of the main interface by Brajesh Dave · 17 years ago
  59. 798fbfe libertas: nuke useless variable usbdriver_name and useless comments by Andres Salomon · 17 years ago
  60. be13f18 libertas: reset devices upon disconnect rather than module unloading by Andres Salomon · 17 years ago
  61. 4fb910f libertas: mark module_init/exit functions as __init/__exit by Andres Salomon · 17 years ago
  62. 82209ad libertas: drop useless default_fw_name variable by Andres Salomon · 17 years ago
  63. 1007832 libertas: move to uniform lbs_/LBS_ namespace by Holger Schurig · 17 years ago
  64. cc32613 [PATCH] libertas: remove one superfluous include by Holger Schurig · 17 years ago
  65. b6e99dd [PATCH] libertas: send reset command directly instead of calling libertas_reset_device by Dan Williams · 17 years ago
  66. 954ee16 [PATCH] libertas: reorganize and simplify init sequence by Dan Williams · 17 years ago
  67. 8362cd4 [PATCH] libertas: fix sparse-reported problems by Dan Williams · 17 years ago
  68. 63f0023 [PATCH] libertas: pass boot2 version to firmware by Luis Carlos Cobo · 17 years ago
  69. 965f8bbc [PATCH] libertas: monitor mode support for OLPC firmware by Luis Carlos Cobo · 17 years ago
  70. d21b31f [PATCH] libertas: keep mesh autostart enabled while asleep by Luis Carlos Cobo · 17 years ago
  71. c95c7f9 [PATCH] libertas: uppercase some #defines by Holger Schurig · 17 years ago
  72. ac558ca [PATCH] libertas: make more functions static & remove unused functions by Holger Schurig · 17 years ago
  73. 1df4e8f [PATCH] libertas: remove fw.c by Holger Schurig · 17 years ago
  74. eedc2a3 [PATCH] libertas: move generic firmware reset command to common code by Dan Williams · 17 years ago
  75. fe33615 [PATCH] libertas: remove thread.h and make kthread usage clearer by Dan Williams · 17 years ago
  76. 0aef64d [PATCH] libertas: re-uppercase command defines and other constants by Dan Williams · 17 years ago
  77. 9e22cb6 [PATCH] libertas: remove if_bootcmd.c by Dan Williams · 17 years ago
  78. bb793e2 [PATCH] libertas: More endianness fixes. by David Woodhouse · 17 years ago
  79. 981f187 [PATCH] libertas: first pass at fixing up endianness issues by David Woodhouse · 17 years ago
  80. d43fb8e [PATCH] libertas: fix oops on rmmod by Marcelo Tosatti · 17 years ago
  81. c723683 [PATCH] libertas: correctly unregister mesh netdev on error by Dan Williams · 17 years ago
  82. 7732ca4 [PATCH] libertas: call SET_NETDEV_DEV from common code by Dan Williams · 17 years ago
  83. b46794d [PATCH] libertas: add URB debug info by Luis Carlos Cobo · 17 years ago
  84. 634b8f49 [PATCH] libertas: remove unused variables in wlan_dev_t by Holger Schurig · 17 years ago
  85. ec3eef2 [PATCH] libertas: let DRV_NAME be overridable by Holger Schurig · 17 years ago
  86. 435a1ac [PATCH] libertas: fix RESET logic at unload time by Holger Schurig · 17 years ago
  87. 084708b [PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko) by Holger Schurig · 17 years ago
  88. 208fdd2 [PATCH] libertas: indirect all hardware access via hw_XXXX functions by Holger Schurig · 17 years ago
  89. 6a81215 [PATCH] libertas: fix error handling of card initialization by Marcelo Tosatti · 17 years ago
  90. 51d84f5 [PATCH] libertas: fixed transmission flow control on the mesh interface by Javier Cardona · 17 years ago
  91. 32a74b7 [PATCH] libertas: split wlan_add_card() by Holger Schurig · 17 years ago
  92. 3874d0f [PATCH] libertas: move reset_device() code main.c to if_usb.c by Holger Schurig · 17 years ago
  93. 1ac812f [PATCH] libertas: get rid of libertas_sbi_get_priv() by Holger Schurig · 17 years ago
  94. 78523da [PATCH] libertas: single out mesh code by Holger Schurig · 17 years ago
  95. 9012b28 [PATCH] libertas: make debug configurable by Holger Schurig · 17 years ago
  96. 66fcc55 [PATCH] libertas: move vendor & product id's into if_usb.c by Holger Schurig · 17 years ago
  97. 5c20676 [PATCH] libertas: remove deprecated pm_register and associated code by Marcelo Tosatti · 17 years ago
  98. 4269e2a [PATCH] libertas: 64-bit cleanups by Dan Williams · 17 years ago
  99. 12a4d26 [PATCH] libertas: fix missing unlock in TX error path by Dan Williams · 17 years ago
  100. 4f3465f [PATCH] libertas: remove SUPPORT_BOOT_COMMAND by Dan Williams · 17 years ago