1. 301eacb libertas: convert CMD_MESH_ACCESS to a direct command by David Woodhouse · 18 years ago
  2. ddac452 libertas: rename and re-type bufvirtualaddr to cmdbuf by Dan Williams · 18 years ago
  3. 10bca0d libertas: move removal of lbs_rtap file to lbs_stop_card() by David Woodhouse · 18 years ago
  4. 6e66f03 libertas: convert GET_HW_SPEC to a direct command by Dan Williams · 18 years ago
  5. b15152a libertas: don't run thread while firmware not yet ready by David Woodhouse · 18 years ago
  6. 8552855f libertas: make rtap and normal modes mutually exclusive, clean up open/stop by David Woodhouse · 18 years ago
  7. b31d8b9 libertas: remove pre_open_check() by David Woodhouse · 18 years ago
  8. 4f67949 libertas: clean up lbs_interrupt() by David Woodhouse · 18 years ago
  9. 2eb188a libertas: Move actual transmission to main thread by David Woodhouse · 18 years ago
  10. b8d40bc libertas: refactor the 'should I sleep?' decision in lbs_thread() by David Woodhouse · 18 years ago
  11. 121947c libertas: set dev_addr on rtap device by David Woodhouse · 18 years ago
  12. d9268fb libertas: stop using ieee80211 for radiotap device by David Woodhouse · 18 years ago
  13. 198cefb libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start_xmit() by David Woodhouse · 18 years ago
  14. a9bdce6 libertas: move lbs_hard_start_xmit() into tx.c by David Woodhouse · 18 years ago
  15. 2abdc0b libertas: kill internal tx queue for PS mode by David Woodhouse · 18 years ago
  16. a63b22b libertas: use lbs_host_to_card_done() in lbs_tx_timeout() by David Woodhouse · 18 years ago
  17. aa21c00 libertas: kill struct lbs_adapter by David Woodhouse · 18 years ago
  18. f86a93e libertas: kill TxLockFlag by David Woodhouse · 18 years ago
  19. e7deced libertas: fix lbs_rtap attribute in sysfs by David Woodhouse · 18 years ago
  20. 59f3e4b libertas: clean up lbs_thread() to make it slightly more readable by David Woodhouse · 18 years ago
  21. ac47246 libertas: kill adapter->nr_cmd_pending by David Woodhouse · 18 years ago
  22. 2c94404 libertas: Move SET_BOOT2_VER command to if_usb where it belongs by David Woodhouse · 18 years ago
  23. e775ed7 libertas: Consolidate lbs_host_to_card_done() function. by David Woodhouse · 18 years ago
  24. 01affb65 libertas: tweak tx path debugging by Holger Schurig · 18 years ago
  25. 69f9032 libertas: remove arbitrary typedefs by Holger Schurig · 18 years ago
  26. 01d77d8 libertas: separate mesh connectivity from that of the main interface by Brajesh Dave · 18 years ago
  27. 4fb910f libertas: mark module_init/exit functions as __init/__exit by Andres Salomon · 18 years ago
  28. 1007832 libertas: move to uniform lbs_/LBS_ namespace by Holger Schurig · 18 years ago
  29. d0a6895 libertas: Don't set NETIF_F_IPV6_CSUM in dev->features by David Woodhouse · 18 years ago
  30. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 18 years ago
  31. ff8ac60 drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE by Denis Cheng · 18 years ago
  32. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 18 years ago
  33. 64f104e [PATCH] libertas: don't stomp on interface-specific private data by Dan Williams · 18 years ago
  34. 954ee16 [PATCH] libertas: reorganize and simplify init sequence by Dan Williams · 18 years ago
  35. b1b1907 [PATCH] libertas: fix inadvertant removal of bits from commit 831441862956fffa17b9801db37e6ea1650b0f69 by Dan Williams · 18 years ago
  36. 7856a54 [PATCH] libertas: bump driver version by Dan Williams · 18 years ago
  37. 63f0023 [PATCH] libertas: pass boot2 version to firmware by Luis Carlos Cobo · 18 years ago
  38. 2afc0c5 [PATCH] libertas: push WEXT scan requests to a work queue by Dan Williams · 18 years ago
  39. 965f8bbc [PATCH] libertas: monitor mode support for OLPC firmware by Luis Carlos Cobo · 18 years ago
  40. d21b31f [PATCH] libertas: keep mesh autostart enabled while asleep by Luis Carlos Cobo · 18 years ago
  41. 4f2fdaa [PATCH] libertas: remove adapter->scantype by Holger Schurig · 18 years ago
  42. d65ead8 [PATCH] libertas: remove adapter->scanmode by Holger Schurig · 18 years ago
  43. 2c85103 [PATCH] libertas: remove adapter->beaconperiod by Holger Schurig · 18 years ago
  44. 85c93e5 [PATCH] libertas: remove adapter->adhoc_grate_enabled by Holger Schurig · 18 years ago
  45. 0aabc0a5 [PATCH] libertas: remove adapter->listeninterval by Holger Schurig · 18 years ago
  46. ae596ce [PATCH] libertas: remove adapter->atimwindow by Holger Schurig · 18 years ago
  47. 56c4656 [PATCH] libertas: remove adapter->multipledtim by Holger Schurig · 18 years ago
  48. 252cf0d [PATCH] libertas: remove adapter->locallisteninterval by Holger Schurig · 18 years ago
  49. a783f1e [PATCH] libertas: remove adapter->{data,bcn}_avg_factor by Holger Schurig · 18 years ago
  50. fcff0e0 [PATCH] libertas: remove adapter->pkttxctrl by Holger Schurig · 18 years ago
  51. e2aa334 [PATCH] libertas: remove adapter->scanprobes by Holger Schurig · 18 years ago
  52. 6e22a85 [PATCH] libertas: remove adapter->prescan by Holger Schurig · 18 years ago
  53. fdde708 [PATCH] libertas: remove adapter->{rx,tx}antenna by Holger Schurig · 18 years ago
  54. 8ff12da [PATCH] libertas: use LBS_DEB_HOST for host-to-card communications by Holger Schurig · 18 years ago
  55. ece5619 [PATCH] libertas: make the hex dumper nicer by Holger Schurig · 18 years ago
  56. a9f38d0 [PATCH] Support for mesh autostart deactivation through sysfs by Luis Carlos Cobo · 18 years ago
  57. 3cf8409 [PATCH] libertas: access mesh_dev more carefully by Holger Schurig · 18 years ago
  58. c95c7f9 [PATCH] libertas: uppercase some #defines by Holger Schurig · 18 years ago
  59. ac558ca [PATCH] libertas: make more functions static & remove unused functions by Holger Schurig · 18 years ago
  60. 1df4e8f [PATCH] libertas: remove fw.c by Holger Schurig · 18 years ago
  61. 8c51276 [PATCH] libertas: simplify and clean up data rate handling by Dan Williams · 18 years ago
  62. e524147 [PATCH] libertas: wlan_ -> libertas_ function prefix renames for main.c by Dan Williams · 18 years ago
  63. eedc2a3 [PATCH] libertas: move generic firmware reset command to common code by Dan Williams · 18 years ago
  64. 125dcab [PATCH] libertas: bump version to 322.p1 by Dan Williams · 18 years ago
  65. fe33615 [PATCH] libertas: remove thread.h and make kthread usage clearer by Dan Williams · 18 years ago
  66. 0aef64d [PATCH] libertas: re-uppercase command defines and other constants by Dan Williams · 18 years ago
  67. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 18 years ago
  68. 7dcf528 [PATCH] libertas: remove private ioctls by Dan Williams · 18 years ago
  69. b59bb61 [PATCH] libertas: style fixes by Dan Williams · 18 years ago
  70. 82fde74 [PATCH] libertas: convert libertas_mpp into anycast_mask by Luis Carlos · 18 years ago
  71. b8bedef [PATCH] libertas: pull current channel from firmware on mesh autostart by Luis Carlos Cobo Rus · 18 years ago
  72. 981f187 [PATCH] libertas: first pass at fixing up endianness issues by David Woodhouse · 18 years ago
  73. 7d8d28b [PATCH] libertas: support for mesh autostart on firmware 5.220.11 by Luis Carlos Cobo Rus · 18 years ago
  74. f5e05b6 [PATCH] libertas: split wext for eth and msh by Luis Carlos Cobo Rus · 18 years ago
  75. 0a0d08a [PATCH] libertas: make mac address configuration work with mesh interface too by Luis Carlos Cobo Rus · 18 years ago
  76. 7db283c [PATCH] libertas: version bump (321p0) and cmds update for new fw (5.220.10.p0) by Luis Carlos Cobo Rus · 18 years ago
  77. 1db733e [PATCH] libertas: don't tear down netdev in libertas_activate_card by Dan Williams · 18 years ago
  78. 7732ca4 [PATCH] libertas: call SET_NETDEV_DEV from common code by Dan Williams · 18 years ago
  79. 0681f98 [PATCH] libertas: fixed kernel oops on module/card removal by Luis Carlos Cobo · 18 years ago
  80. 634b8f4 [PATCH] libertas: remove unused variables in wlan_dev_t by Holger Schurig · 18 years ago
  81. 084708b [PATCH] libertas: split module into two (libertas.ko and usb8xxx.ko) by Holger Schurig · 18 years ago
  82. ed45703 [PATCH] libertas: move contents of fw.h to decl.h by Holger Schurig · 18 years ago
  83. 208fdd2 [PATCH] libertas: indirect all hardware access via hw_XXXX functions by Holger Schurig · 18 years ago
  84. 6a81215 [PATCH] libertas: fix error handling of card initialization by Marcelo Tosatti · 18 years ago
  85. 51d84f5 [PATCH] libertas: fixed transmission flow control on the mesh interface by Javier Cardona · 18 years ago
  86. 32a74b7 [PATCH] libertas: split wlan_add_card() by Holger Schurig · 18 years ago
  87. 3874d0f [PATCH] libertas: move reset_device() code main.c to if_usb.c by Holger Schurig · 18 years ago
  88. fb3dddf [PATCH] libertas: changed some occurences of kmalloc() + memset(&a,0,sz) to kzalloc() by Holger Schurig · 18 years ago
  89. 1ac812f [PATCH] libertas: get rid of libertas_sbi_get_priv() by Holger Schurig · 18 years ago
  90. ed37b51 [PATCH] libertas: change debug output of libertas_interrupt() by Holger Schurig · 18 years ago
  91. 78523da [PATCH] libertas: single out mesh code by Holger Schurig · 18 years ago
  92. a46c641 [PATCH] libertas: tune debug code by Holger Schurig · 18 years ago
  93. 9012b28 [PATCH] libertas: make debug configurable by Holger Schurig · 18 years ago
  94. bf68dac [PATCH] libertas: make libertas_wlan_data_rates static by Holger Schurig · 18 years ago
  95. 5c20676 [PATCH] libertas: remove deprecated pm_register and associated code by Marcelo Tosatti · 18 years ago
  96. 604ba49 [PATCH] libertas: a debug output was missing a newline by Holger Schurig · 18 years ago
  97. eb3ce63 [PATCH] libertas: rename wlan_association_worker by Holger Schurig · 18 years ago
  98. 3ce4023 [PATCH] libertas: Get rid of version.h by Dan Williams · 18 years ago
  99. b3f1b8c [PATCH] libertas: fix build breakage from netdev class_device -> device by John W. Linville · 18 years ago
  100. 876c9d3 [PATCH] Marvell Libertas 8388 802.11b/g USB driver by Marcelo Tosatti · 19 years ago