1. a63e5cb libertas: make some functions void by Holger Schurig · 16 years ago
  2. 5f505d9 libertas: debug output tweaks for lbs_thread by Holger Schurig · 16 years ago
  3. 7919b89 libertas: convert libertas driver to use an event/cmdresp queue by Holger Schurig · 16 years ago
  4. 245bf20 libertas: move association code from scan.c into assoc.c by Holger Schurig · 16 years ago
  5. 697900a libertas: move association code from join.c into scan.c by Holger Schurig · 16 years ago
  6. 04850a4 libertas: don't depend on IEEE80211 by Holger Schurig · 16 years ago
  7. f539f2e libertas: convert sleep/wake config direct commands by Holger Schurig · 16 years ago
  8. 2af9f03 libertas: convert CMD_802_11_MAC_ADDRESS to a direct command by Holger Schurig · 16 years ago
  9. c2b310a libertas: kill useless #define LBS_MONITOR_OFF 0 by Holger Schurig · 16 years ago
  10. e98a88d libertas: remove lots of unused stuff by Holger Schurig · 16 years ago
  11. d4ff0ef libertas: misc power saving adjusts by Holger Schurig · 16 years ago
  12. d9e9778 libertas: rename packetfilter to mac_control by Holger Schurig · 16 years ago
  13. e226868 libertas: make lbs_sync_channel() static by Holger Schurig · 17 years ago
  14. 4b7524a libertas: Remove unused exports by Roland Dreier · 16 years ago
  15. 61d3002 libertas: pepper main with debug statement by Holger Schurig · 17 years ago
  16. c9d1be36 libertas: don't blindly try mesh by Holger Schurig · 17 years ago
  17. 7e94041 libertas: remove check for driver_lock in lbs_interrupt() by David Woodhouse · 17 years ago
  18. 354eca9 libertas: submit RSSI command on tx timeout, to check whether module is dead by David Woodhouse · 17 years ago
  19. 2a34509 libertas: handle command timeout in main thread instead of directly in timer by David Woodhouse · 17 years ago
  20. ae125bf libertas: store command result in cmdnode instead of priv->cur_cmd_retcode by David Woodhouse · 17 years ago
  21. 7e22627 libertas: kill whitespace at end of lines by David Woodhouse · 17 years ago
  22. d9f8870 libertas: don't exit worker thread until kthread_stop() is called by David Woodhouse · 17 years ago
  23. f5a3ea6 libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt() by David Woodhouse · 17 years ago
  24. 8606213 libertas: pass channel argument directly to lbs_mesh_config() by David Woodhouse · 17 years ago
  25. 020f3d0 libertas: cope with both old and new mesh TLV values by David Woodhouse · 17 years ago
  26. 506e902 libertas: add ethtool support for wake-on-lan configuration by David Woodhouse · 17 years ago
  27. ab25eca libertas: implement suspend and resume core methods by David Woodhouse · 17 years ago
  28. f3db2bb libertas: make worker thread not freezable by David Woodhouse · 17 years ago
  29. a27b9f9 libertas: slight cleanup of netif queue stop/wake by David Woodhouse · 17 years ago
  30. e125817 libertas: be more careful about command responses matching cur_cmd by David Woodhouse · 17 years ago
  31. 1f8a083 libertas: kill references to mesh autostart by David Woodhouse · 17 years ago
  32. 23a397a libertas: add lbs_mesh sysfs attribute for enabling mesh by David Woodhouse · 17 years ago
  33. 2fd6cfe libertas: make some more functions static by David Woodhouse · 17 years ago
  34. 8e3c91b libertas: convert DATA_RATE to a direct command by Dan Williams · 17 years ago
  35. 301eacb libertas: convert CMD_MESH_ACCESS to a direct command by David Woodhouse · 17 years ago
  36. ddac452 libertas: rename and re-type bufvirtualaddr to cmdbuf by Dan Williams · 17 years ago
  37. 10bca0d libertas: move removal of lbs_rtap file to lbs_stop_card() by David Woodhouse · 17 years ago
  38. 6e66f03 libertas: convert GET_HW_SPEC to a direct command by Dan Williams · 17 years ago
  39. b15152a libertas: don't run thread while firmware not yet ready by David Woodhouse · 17 years ago
  40. 8552855f libertas: make rtap and normal modes mutually exclusive, clean up open/stop by David Woodhouse · 17 years ago
  41. b31d8b9 libertas: remove pre_open_check() by David Woodhouse · 17 years ago
  42. 4f67949 libertas: clean up lbs_interrupt() by David Woodhouse · 17 years ago
  43. 2eb188a libertas: Move actual transmission to main thread by David Woodhouse · 17 years ago
  44. b8d40bc libertas: refactor the 'should I sleep?' decision in lbs_thread() by David Woodhouse · 17 years ago
  45. 121947c libertas: set dev_addr on rtap device by David Woodhouse · 17 years ago
  46. d9268fb libertas: stop using ieee80211 for radiotap device by David Woodhouse · 17 years ago
  47. 198cefb libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start_xmit() by David Woodhouse · 17 years ago
  48. a9bdce6 libertas: move lbs_hard_start_xmit() into tx.c by David Woodhouse · 17 years ago
  49. 2abdc0b libertas: kill internal tx queue for PS mode by David Woodhouse · 17 years ago
  50. a63b22b libertas: use lbs_host_to_card_done() in lbs_tx_timeout() by David Woodhouse · 17 years ago
  51. aa21c00 libertas: kill struct lbs_adapter by David Woodhouse · 17 years ago
  52. f86a93e libertas: kill TxLockFlag by David Woodhouse · 17 years ago
  53. e7deced libertas: fix lbs_rtap attribute in sysfs by David Woodhouse · 17 years ago
  54. 59f3e4b libertas: clean up lbs_thread() to make it slightly more readable by David Woodhouse · 17 years ago
  55. ac47246 libertas: kill adapter->nr_cmd_pending by David Woodhouse · 17 years ago
  56. 2c94404 libertas: Move SET_BOOT2_VER command to if_usb where it belongs by David Woodhouse · 17 years ago
  57. e775ed7 libertas: Consolidate lbs_host_to_card_done() function. by David Woodhouse · 17 years ago
  58. 01affb65 libertas: tweak tx path debugging by Holger Schurig · 17 years ago
  59. 69f9032 libertas: remove arbitrary typedefs by Holger Schurig · 17 years ago
  60. 01d77d8 libertas: separate mesh connectivity from that of the main interface by Brajesh Dave · 17 years ago
  61. 4fb910f libertas: mark module_init/exit functions as __init/__exit by Andres Salomon · 17 years ago
  62. 1007832 libertas: move to uniform lbs_/LBS_ namespace by Holger Schurig · 17 years ago
  63. d0a6895 libertas: Don't set NETIF_F_IPV6_CSUM in dev->features by David Woodhouse · 17 years ago
  64. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  65. ff8ac60 drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE by Denis Cheng · 17 years ago
  66. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  67. 64f104e [PATCH] libertas: don't stomp on interface-specific private data by Dan Williams · 17 years ago
  68. 954ee16 [PATCH] libertas: reorganize and simplify init sequence by Dan Williams · 17 years ago
  69. b1b1907 [PATCH] libertas: fix inadvertant removal of bits from commit 831441862956fffa17b9801db37e6ea1650b0f69 by Dan Williams · 17 years ago
  70. 7856a54 [PATCH] libertas: bump driver version by Dan Williams · 17 years ago
  71. 63f0023 [PATCH] libertas: pass boot2 version to firmware by Luis Carlos Cobo · 17 years ago
  72. 2afc0c5 [PATCH] libertas: push WEXT scan requests to a work queue by Dan Williams · 17 years ago
  73. 965f8bbc [PATCH] libertas: monitor mode support for OLPC firmware by Luis Carlos Cobo · 17 years ago
  74. d21b31f [PATCH] libertas: keep mesh autostart enabled while asleep by Luis Carlos Cobo · 17 years ago
  75. 4f2fdaa [PATCH] libertas: remove adapter->scantype by Holger Schurig · 17 years ago
  76. d65ead8 [PATCH] libertas: remove adapter->scanmode by Holger Schurig · 17 years ago
  77. 2c85103 [PATCH] libertas: remove adapter->beaconperiod by Holger Schurig · 17 years ago
  78. 85c93e5 [PATCH] libertas: remove adapter->adhoc_grate_enabled by Holger Schurig · 17 years ago
  79. 0aabc0a5 [PATCH] libertas: remove adapter->listeninterval by Holger Schurig · 17 years ago
  80. ae596ce [PATCH] libertas: remove adapter->atimwindow by Holger Schurig · 17 years ago
  81. 56c4656 [PATCH] libertas: remove adapter->multipledtim by Holger Schurig · 17 years ago
  82. 252cf0d [PATCH] libertas: remove adapter->locallisteninterval by Holger Schurig · 17 years ago
  83. a783f1e [PATCH] libertas: remove adapter->{data,bcn}_avg_factor by Holger Schurig · 17 years ago
  84. fcff0e0 [PATCH] libertas: remove adapter->pkttxctrl by Holger Schurig · 17 years ago
  85. e2aa334 [PATCH] libertas: remove adapter->scanprobes by Holger Schurig · 17 years ago
  86. 6e22a85 [PATCH] libertas: remove adapter->prescan by Holger Schurig · 17 years ago
  87. fdde708 [PATCH] libertas: remove adapter->{rx,tx}antenna by Holger Schurig · 17 years ago
  88. 8ff12da [PATCH] libertas: use LBS_DEB_HOST for host-to-card communications by Holger Schurig · 17 years ago
  89. ece5619 [PATCH] libertas: make the hex dumper nicer by Holger Schurig · 17 years ago
  90. a9f38d0 [PATCH] Support for mesh autostart deactivation through sysfs by Luis Carlos Cobo · 17 years ago
  91. 3cf8409 [PATCH] libertas: access mesh_dev more carefully by Holger Schurig · 17 years ago
  92. c95c7f9 [PATCH] libertas: uppercase some #defines by Holger Schurig · 17 years ago
  93. ac558ca [PATCH] libertas: make more functions static & remove unused functions by Holger Schurig · 17 years ago
  94. 1df4e8f [PATCH] libertas: remove fw.c by Holger Schurig · 17 years ago
  95. 8c51276 [PATCH] libertas: simplify and clean up data rate handling by Dan Williams · 17 years ago
  96. e524147 [PATCH] libertas: wlan_ -> libertas_ function prefix renames for main.c by Dan Williams · 17 years ago
  97. eedc2a3 [PATCH] libertas: move generic firmware reset command to common code by Dan Williams · 17 years ago
  98. 125dcab [PATCH] libertas: bump version to 322.p1 by Dan Williams · 17 years ago
  99. fe33615 [PATCH] libertas: remove thread.h and make kthread usage clearer by Dan Williams · 17 years ago
  100. 0aef64d [PATCH] libertas: re-uppercase command defines and other constants by Dan Williams · 17 years ago