1. 5e8e8b5 libertas: introduce mesh.h by Holger Schurig · 15 years ago
  2. c14951f libertas: get current channel out of priv->curbssparams by Holger Schurig · 15 years ago
  3. 5e04769 libertas: sort variables in struct lbs_private by Holger Schurig · 15 years ago
  4. 2d46502 libertas: move scan/assoc related stuff by Holger Schurig · 15 years ago
  5. 243e84e libertas: change IW_ESSID_MAX_SIZE -> IEEE80211_MAX_SSID_LEN by Holger Schurig · 15 years ago
  6. f4228b4 libertas: remove unused 11d.h as well, priv->countryinfo by Holger Schurig · 15 years ago
  7. d37b4fd libertas: remove unused 11d code by Holger Schurig · 15 years ago
  8. 9e66e70 libertas: cleanup host.h and hostcmd.h by Holger Schurig · 15 years ago
  9. ff9fc79 libertas: first stab at cfg80211 support by Holger Schurig · 15 years ago
  10. 4912545 libertas: Add auto deep sleep support for SD8385/SD8686/SD8688 by Amitkumar Karwar · 15 years ago
  11. 0fc0b73 netdev: drivers should make ethtool_ops const by Stephen Hemminger · 15 years ago
  12. e0d6133 libertas: remove ps_supported flag, use fwcapinfo by Andrey Yurovsky · 15 years ago
  13. 6bc61f4 libertas: improve function init/shutdown handling for SD8688 by Bing Zhao · 15 years ago
  14. 75b6a61 libertas: restyle Marvell & IEEE TLV structure names by Dan Williams · 16 years ago
  15. 5fd164e libertas: simplify and clean up association/start/join setup by Dan Williams · 16 years ago
  16. d26285f8 libertas: implement function init/shutdown commands for SD8688 by Bing Zhao · 16 years ago
  17. 684d6b3 libertas: support mesh for various firmware versions by Bing Zhao · 16 years ago
  18. bbfc6b7 libertas: convert to internal net_device_stats by Stephen Hemminger · 16 years ago
  19. 2c706002 don't use net/ieee80211.h by Johannes Berg · 16 years ago
  20. 9c40fc5 libertas: Reduce the WPA key installation time (fixups) by Javier Cardona · 16 years ago
  21. 39fcf7a libertas: convert SNMP_MIB to a direct command by Dan Williams · 16 years ago
  22. d5db2df libertas: convert CMD_802_11_RADIO_CONTROL to a direct command by Dan Williams · 16 years ago
  23. 87c8c72 libertas: convert CMD_802_11_RF_TX_POWER to a direct command by Dan Williams · 16 years ago
  24. 85319f9 libertas: rate adaptation configuration via iwconfig. by Javier Cardona · 17 years ago
  25. edf5dab libertas: Add reset_card() callback to hardware driver by David Woodhouse · 17 years ago
  26. 75bf45a libertas: fix multicast filtering on eth and msh interfaces by David Woodhouse · 17 years ago
  27. 7919b89 libertas: convert libertas driver to use an event/cmdresp queue by Holger Schurig · 17 years ago
  28. 245bf20 libertas: move association code from scan.c into assoc.c by Holger Schurig · 17 years ago
  29. f539f2e libertas: convert sleep/wake config direct commands by Holger Schurig · 17 years ago
  30. 7460f5a libertas: convert CMD_802_11_EEPROM_ACCESS to a direct command by Holger Schurig · 17 years ago
  31. c49c3b7 libertas: convert GET_LOG to a direct command by Holger Schurig · 17 years ago
  32. d9e9778 libertas: rename packetfilter to mac_control by Holger Schurig · 17 years ago
  33. 52933d8 libertas: implement SSID scanning for SIOCSIWSCAN by Holger Schurig · 17 years ago
  34. 8816edc libertas: rename/document scan_channel by Holger Schurig · 17 years ago
  35. 5a6e043 libertas: fix memory alignment problems on the blackfin by Ihar Hrachyshka · 17 years ago
  36. dac10a9 libertas: always show firmware release by Holger Schurig · 17 years ago
  37. 4365929 libertas: move cardspecific data to driver by Holger Schurig · 17 years ago
  38. 3fbe104 libertas: convert SLEEP_PARAMS to a direct command by David Woodhouse · 17 years ago
  39. b2c57ee libertas: allow for PS mode to be disabled when firmware doesn't support it by David Woodhouse · 17 years ago
  40. b47ef24 libertas: handle HOST_AWAKE event by sending WAKEUP_CONFIRM command by David Woodhouse · 17 years ago
  41. 2a34509 libertas: handle command timeout in main thread instead of directly in timer by David Woodhouse · 17 years ago
  42. 020f3d0 libertas: cope with both old and new mesh TLV values by David Woodhouse · 17 years ago
  43. 506e902 libertas: add ethtool support for wake-on-lan configuration by David Woodhouse · 17 years ago
  44. 23a397a libertas: add lbs_mesh sysfs attribute for enabling mesh by David Woodhouse · 17 years ago
  45. 8552855f libertas: make rtap and normal modes mutually exclusive, clean up open/stop by David Woodhouse · 17 years ago
  46. 2eb188a libertas: Move actual transmission to main thread by David Woodhouse · 17 years ago
  47. d9268fb libertas: stop using ieee80211 for radiotap device by David Woodhouse · 17 years ago
  48. 2abdc0b libertas: kill internal tx queue for PS mode by David Woodhouse · 17 years ago
  49. aa21c00 libertas: kill struct lbs_adapter by David Woodhouse · 17 years ago
  50. f86a93e libertas: kill TxLockFlag by David Woodhouse · 17 years ago
  51. e7deced libertas: fix lbs_rtap attribute in sysfs by David Woodhouse · 17 years ago
  52. ac47246 libertas: kill adapter->nr_cmd_pending by David Woodhouse · 17 years ago
  53. ffd074f libertas: implement new scanning logic by Holger Schurig · 17 years ago
  54. 69f9032 libertas: remove arbitrary typedefs by Holger Schurig · 17 years ago
  55. 96287ac libertas: configurable beacon interval by Brajesh Dave · 17 years ago
  56. 01d77d8 libertas: separate mesh connectivity from that of the main interface by Brajesh Dave · 17 years ago
  57. 1007832 libertas: move to uniform lbs_/LBS_ namespace by Holger Schurig · 17 years ago
  58. 954ee16 [PATCH] libertas: reorganize and simplify init sequence by Dan Williams · 17 years ago
  59. 63f0023 [PATCH] libertas: pass boot2 version to firmware by Luis Carlos Cobo · 17 years ago
  60. 2afc0c5 [PATCH] libertas: push WEXT scan requests to a work queue by Dan Williams · 17 years ago
  61. 965f8bbc [PATCH] libertas: monitor mode support for OLPC firmware by Luis Carlos Cobo · 17 years ago
  62. d21b31f [PATCH] libertas: keep mesh autostart enabled while asleep by Luis Carlos Cobo · 17 years ago
  63. 4f2fdaa [PATCH] libertas: remove adapter->scantype by Holger Schurig · 17 years ago
  64. d65ead8 [PATCH] libertas: remove adapter->scanmode by Holger Schurig · 17 years ago
  65. 2c85103 [PATCH] libertas: remove adapter->beaconperiod by Holger Schurig · 17 years ago
  66. 85c93e5 [PATCH] libertas: remove adapter->adhoc_grate_enabled by Holger Schurig · 17 years ago
  67. 0aabc0a5 [PATCH] libertas: remove adapter->listeninterval by Holger Schurig · 17 years ago
  68. 956deb8 [PATCH] libertas: remove adapter->regiontableindex by Holger Schurig · 17 years ago
  69. ae596ce [PATCH] libertas: remove adapter->atimwindow by Holger Schurig · 17 years ago
  70. 56c4656 [PATCH] libertas: remove adapter->multipledtim by Holger Schurig · 17 years ago
  71. 252cf0d [PATCH] libertas: remove adapter->locallisteninterval by Holger Schurig · 17 years ago
  72. 97605c3 [PATCH] libertas: remove adapter->nullpktinterval by Holger Schurig · 17 years ago
  73. a783f1e [PATCH] libertas: remove adapter->{data,bcn}_avg_factor by Holger Schurig · 17 years ago
  74. caef47a [PATCH] libertas: remove adapter->rxpd_rate by Holger Schurig · 17 years ago
  75. cad9d9b [PATCH] libertas: remove adapter->txrate by Holger Schurig · 17 years ago
  76. fcff0e0 [PATCH] libertas: remove adapter->pkttxctrl by Holger Schurig · 17 years ago
  77. e2aa334 [PATCH] libertas: remove adapter->scanprobes by Holger Schurig · 17 years ago
  78. 6e22a85 [PATCH] libertas: remove adapter->prescan by Holger Schurig · 17 years ago
  79. fdde708 [PATCH] libertas: remove adapter->{rx,tx}antenna by Holger Schurig · 17 years ago
  80. 4d4ce1a [PATCH] libertas: remove unused adapter->prev_XXXX variables by Holger Schurig · 17 years ago
  81. f455eb1 [PATCH] libertas: remove debugmode by Holger Schurig · 17 years ago
  82. 8c51276 [PATCH] libertas: simplify and clean up data rate handling by Dan Williams · 17 years ago
  83. fe33615 [PATCH] libertas: remove thread.h and make kthread usage clearer by Dan Williams · 17 years ago
  84. 1443b65 [PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usage by Dan Williams · 17 years ago
  85. 0c9ca690 [PATCH] libertas: kill ieeetypes_capinfo bitfield, use ieee80211.h types by Dan Williams · 17 years ago
  86. b8bedef [PATCH] libertas: pull current channel from firmware on mesh autostart by Luis Carlos Cobo Rus · 18 years ago
  87. d8efea25 [PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essid by Dan Williams · 18 years ago
  88. e5b3d47 [PATCH] libertas: don't byte-swap firmware version number. It's a byte array. by David Woodhouse · 18 years ago
  89. e76850d [PATCH] libertas: make association paths consistent by Dan Williams · 18 years ago
  90. ef9a264 [PATCH] libertas: move channel changing into association framework by Dan Williams · 18 years ago
  91. fcdb53d [PATCH] libertas: make scan result handling more flexible by Dan Williams · 18 years ago
  92. 634b8f4 [PATCH] libertas: remove unused variables in wlan_dev_t by Holger Schurig · 18 years ago
  93. 208fdd2 [PATCH] libertas: indirect all hardware access via hw_XXXX functions by Holger Schurig · 18 years ago
  94. 0601e7e [PATCH] libertas: added transmission failures to mesh statistics by Javier Cardona · 18 years ago
  95. 064827e [PATCH] libertas: scan two channels per scan command by Marcelo Tosatti · 18 years ago
  96. 0dc5a29 [PATCH] libertas: remove WLAN_802_11_NETWORK_INFRASTRUCTURE enum by Dan Williams · 18 years ago
  97. 889c05b [PATCH] libertas: remove WLAN_802_11_WEP_STATUS enum by Dan Williams · 18 years ago
  98. 6affe78 [PATCH] libertas: remove WLAN_802_11_AUTHENTICATION_MODE by Dan Williams · 18 years ago
  99. 9408c29 [PATCH] libertas: remove custom encryption mode stuff by Dan Williams · 18 years ago
  100. 1d42b8f [PATCH] libertas: remove 8021xauthalgs private ioctl by Dan Williams · 18 years ago