1. 506e902 libertas: add ethtool support for wake-on-lan configuration by David Woodhouse · 17 years ago
  2. d1f7a5b libertas: implement suspend/resume for USB devices by David Woodhouse · 17 years ago
  3. ab25eca libertas: implement suspend and resume core methods by David Woodhouse · 17 years ago
  4. f3db2bb libertas: make worker thread not freezable by David Woodhouse · 17 years ago
  5. 689442d libertas: switch lbs_cmd() to take a _pointer_ to the command structure by David Woodhouse · 17 years ago
  6. 6ce4fd2 libertas: add lbs_host_sleep_cfg() command function by David Woodhouse · 17 years ago
  7. a27b9f9 libertas: slight cleanup of netif queue stop/wake by David Woodhouse · 17 years ago
  8. 23d36ee libertas: add missing newlines in debugging statements by David Woodhouse · 17 years ago
  9. e125817 libertas: be more careful about command responses matching cur_cmd by David Woodhouse · 17 years ago
  10. 06113c1 libertas: add debugging output to lbs_mesh_config() by David Woodhouse · 17 years ago
  11. 8642f1f libertas: disable mesh temporarily while setting eth channel/assoc by David Woodhouse · 17 years ago
  12. 88ae291 libertas: add missing newline on debug message by David Woodhouse · 17 years ago
  13. 823eaa2 libertas: allow setting channel on mshX device by David Woodhouse · 17 years ago
  14. f5956bf libertas: allow get/set SSID on mshX device by David Woodhouse · 17 years ago
  15. 387a1f0 libertas: whitespace cleanup in host.h by David Woodhouse · 17 years ago
  16. 202f3f3 libertas: kill rx_urb_recall and eth_dev members of struct usb_card_rec by David Woodhouse · 17 years ago
  17. 1f8a083 libertas: kill references to mesh autostart by David Woodhouse · 17 years ago
  18. 23a397a libertas: add lbs_mesh sysfs attribute for enabling mesh by David Woodhouse · 17 years ago
  19. e7240ac libertas: fix sparse endianness warnings in scan.c by David Woodhouse · 17 years ago
  20. 2fd6cfe libertas: make some more functions static by David Woodhouse · 17 years ago
  21. cb182a6 libertas: endianness fixes for get_channel/set_channel by Dan Williams · 17 years ago
  22. 2dd4b26 libertas: convert RF_CHANNEL to a direct command by Dan Williams · 17 years ago
  23. 8e3c91b libertas: convert DATA_RATE to a direct command by Dan Williams · 17 years ago
  24. 79a9a37 libertas: fix case of FWT_ACCESS_LIST_ROUTE and FWT_ACCESS_LIST_NEIGHBOR commands by Dan Williams · 17 years ago
  25. 0f1c823 libertas: remove casts from lbs_cmd() and lbs_cmd_with_response() macros by David Woodhouse · 17 years ago
  26. 301eacb libertas: convert CMD_MESH_ACCESS to a direct command by David Woodhouse · 17 years ago
  27. ad9d7a7 libertas: fix debug output in lbs_cmd_copyback() function. by David Woodhouse · 17 years ago
  28. ddac452 libertas: rename and re-type bufvirtualaddr to cmdbuf by Dan Williams · 17 years ago
  29. c9cd6f9 libertas: wait for 'firmware ready' event from firmware after loading by David Woodhouse · 17 years ago
  30. 10bca0d libertas: move removal of lbs_rtap file to lbs_stop_card() by David Woodhouse · 17 years ago
  31. 6bc822b libertas: switch USB cardp->priv to 'struct lbs_private *' and resulting fix by David Woodhouse · 17 years ago
  32. 6e66f03 libertas: convert GET_HW_SPEC to a direct command by Dan Williams · 17 years ago
  33. a8bdcd7 libertas: add simple copyback command callback by Dan Williams · 17 years ago
  34. 7ad994d libertas: clean up direct command handling by Dan Williams · 17 years ago
  35. b15152a libertas: don't run thread while firmware not yet ready by David Woodhouse · 17 years ago
  36. 4f82f5c libertas: switch to a waitqueue and timer for handling USB firmware load by David Woodhouse · 17 years ago
  37. c8ba39d libertas: improve reliability of firmware reloading on USB by David Woodhouse · 17 years ago
  38. 8552855 libertas: make rtap and normal modes mutually exclusive, clean up open/stop by David Woodhouse · 17 years ago
  39. 852e1f2 libertas: clean up is_command_allowed_in_ps() by Dan Williams · 17 years ago
  40. b31d8b9 libertas: remove pre_open_check() by David Woodhouse · 17 years ago
  41. 14e865b libertas: make lbs_cmd() usage nicer by Dan Williams · 17 years ago
  42. 4f67949 libertas: clean up lbs_interrupt() by David Woodhouse · 17 years ago
  43. 1309b55 libertas: add opaque extra argument to cmd callback function by David Woodhouse · 17 years ago
  44. b6b8abe libertas: fix use-after-free error by Holger Schurig · 17 years ago
  45. c3f9496 libertas: kill (IS,SET,UNSET)_MESH_FRAME. by David Woodhouse · 17 years ago
  46. 6f93a8e libertas: kill lbs_upload_tx_packet() by David Woodhouse · 17 years ago
  47. 7bf02c2 libertas: fix error cases in lbs_process_rxed_802_11_packet() by David Woodhouse · 17 years ago
  48. 180be75 libertas: remove unreachable code from process_rxed_802_11_packet() by David Woodhouse · 17 years ago
  49. 2eb188a libertas: Move actual transmission to main thread by David Woodhouse · 17 years ago
  50. b8d40bc libertas: refactor the 'should I sleep?' decision in lbs_thread() by David Woodhouse · 17 years ago
  51. 45c2490 libertas: free successfully transmitted skbs again by David Woodhouse · 17 years ago
  52. a97bcfe libertas: TX packet is radiotap iff it comes from rtap_dev by David Woodhouse · 17 years ago
  53. 121947c libertas: set dev_addr on rtap device by David Woodhouse · 17 years ago
  54. d9268fb libertas: stop using ieee80211 for radiotap device by David Woodhouse · 17 years ago
  55. 198cefb libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start_xmit() by David Woodhouse · 17 years ago
  56. a2b62dc libertas: clean up lbs_hard_start_xmit() by David Woodhouse · 17 years ago
  57. 8af23b2 libertas: kill lbs_process_tx() by merging it into lbs_hard_start_xmit() by David Woodhouse · 17 years ago
  58. a9bdce6 libertas: move lbs_hard_start_xmit() into tx.c by David Woodhouse · 17 years ago
  59. 6b4a7e0 libertas: kill SendSinglePacket() function. by David Woodhouse · 17 years ago
  60. 2abdc0b libertas: kill internal tx queue for PS mode by David Woodhouse · 17 years ago
  61. 020bb19 libertas: stop debugfs code looking at cmdpendingq by David Woodhouse · 17 years ago
  62. 6d35fdf libertas: cope with device which already has firmware loaded by David Woodhouse · 17 years ago
  63. a63b22b libertas: use lbs_host_to_card_done() in lbs_tx_timeout() by David Woodhouse · 17 years ago
  64. aa21c00 libertas: kill struct lbs_adapter by David Woodhouse · 17 years ago
  65. f86a93e libertas: kill TxLockFlag by David Woodhouse · 17 years ago
  66. e7deced libertas: fix lbs_rtap attribute in sysfs by David Woodhouse · 17 years ago
  67. 59f3e4b libertas: clean up lbs_thread() to make it slightly more readable by David Woodhouse · 17 years ago
  68. 448a51a libertas: switch lbs_cmd() to take a callback function pointer by David Woodhouse · 17 years ago
  69. ac47246 libertas: kill adapter->nr_cmd_pending by David Woodhouse · 17 years ago
  70. 99c893f libertas: Fix up error handling in lbs_setuserscan() by David Woodhouse · 17 years ago
  71. c12bdc4 libertas: Don't set IW_ENCODE_NOKEY when returning WEP keys. by David Woodhouse · 17 years ago
  72. c2df2ef libertas: endianness fixes by Holger Schurig · 17 years ago
  73. 1723047 libertas: Switch to using a callback function pointer for commands by David Woodhouse · 17 years ago
  74. 0856e68 libertas: when usb_submit_usb fails, include the error code in the printk by David Woodhouse · 17 years ago
  75. ffd074f libertas: implement new scanning logic by Holger Schurig · 17 years ago
  76. 83eacf2 libertas: Fix endianness in boot2_version handling. by David Woodhouse · 17 years ago
  77. f9f6890 libertas: Remove SET_BOOT2_VER support from the Big Switch Statement. by David Woodhouse · 17 years ago
  78. 04c80f1 libertas: Use lbs_cmd() for setting Boot2 version by David Woodhouse · 17 years ago
  79. 09d4fad libertas: fix data packet size errors by Holger Schurig · 17 years ago
  80. abe3ed1 libertas: don't cast a pointer to pointer of by Li Zefan · 17 years ago
  81. 6228c0a libertas: Byteswap cmdptr->size in lbs_cmd() by David Woodhouse · 17 years ago
  82. ad9de29 libertas: Zero 'pdata_size' field in cmd_ctrl_node reliably. by David Woodhouse · 17 years ago
  83. 2c94404 libertas: Move SET_BOOT2_VER command to if_usb where it belongs by David Woodhouse · 17 years ago
  84. 9088566 libertas: Don't claim to have checksummed incoming packets. by David Woodhouse · 17 years ago
  85. 675787e libertas: handy function to call firmware commands by Holger Schurig · 17 years ago
  86. 0d61d04 libertas: make more functions static by Holger Schurig · 17 years ago
  87. c68b3bb libertas: remove cmd_ctrl_node->status by Holger Schurig · 17 years ago
  88. 891f32a libertas: remove cmd_ctrl_node->cmdflags by Holger Schurig · 17 years ago
  89. e775ed7 libertas: Consolidate lbs_host_to_card_done() function. by David Woodhouse · 17 years ago
  90. f5ece8f libertas: Remove cmd_oid from struct cmd_ctrl_node by David Woodhouse · 17 years ago
  91. 77d8cf2 libertas: Fix memory leak of RX skbs by David Woodhouse · 17 years ago
  92. 0b3c07f libertas: less eventcause shifts by Holger Schurig · 17 years ago
  93. a7d0ada libertas: remove user-specified channel list by Holger Schurig · 17 years ago
  94. dd1d12d libertas: remove numprobes by Holger Schurig · 17 years ago
  95. 01affb65 libertas: tweak tx path debugging by Holger Schurig · 17 years ago
  96. 9184346 libertas: tweak association debug output by Holger Schurig · 17 years ago
  97. 3a18864 libertas: rework event subscription by Holger Schurig · 17 years ago
  98. 69f9032 libertas: remove arbitrary typedefs by Holger Schurig · 17 years ago
  99. 96287ac libertas: configurable beacon interval by Brajesh Dave · 17 years ago
  100. 01d77d8 libertas: separate mesh connectivity from that of the main interface by Brajesh Dave · 17 years ago