1. 7891849 libertas: remove double assignment of dev->netdev_ops by Luis R. Rodriguez · 15 years ago
  2. ff9fc79 libertas: first stab at cfg80211 support by Holger Schurig · 15 years ago
  3. 4912545 libertas: Add auto deep sleep support for SD8385/SD8686/SD8688 by Amitkumar Karwar · 15 years ago
  4. d0cf9c0 wireless: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  5. c00552c libertas: name the network device wlan%d by Daniel Mack · 15 years ago
  6. 6bc61f4 libertas: improve function init/shutdown handling for SD8688 by Bing Zhao · 15 years ago
  7. d26285f8 libertas: implement function init/shutdown commands for SD8688 by Bing Zhao · 15 years ago
  8. 684d6b3 libertas: support mesh for various firmware versions by Bing Zhao · 15 years ago
  9. f02abf1 libertas: convert to net_device_ops by Stephen Hemminger · 15 years ago
  10. bbfc6b7 libertas: convert to internal net_device_stats by Stephen Hemminger · 15 years ago
  11. aa4abc9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  12. ab65f64 libertas: fix misuse of netdev_priv() and dev->ml_priv by Kiran Divekar · 15 years ago
  13. b483659 libertas: Update libertas core with GSPI constants by Colin McCabe · 16 years ago
  14. 43baa5b drivers/net/wireless/libertas: move a dereference below a NULL test by Julia Lawall · 16 years ago
  15. 6fb5325 libertas: Create sysfs entry for changing the mesh probe response limit by Anna Neal · 16 years ago
  16. 2c706002 don't use net/ieee80211.h by Johannes Berg · 16 years ago
  17. 4ceb7b6 netdevice libertas: Fix directly reference of netdev->priv by Wang Chen · 16 years ago
  18. 7e272fc wireless: consolidate on a single escape_essid implementation by John W. Linville · 16 years ago
  19. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  20. 71b35f3 libertas: clear current command on card removal by Dan Williams · 16 years ago
  21. f5fe1fd libertas: convert adhoc operations to direct commands 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. 191bb40 libertas: convert CMD_802_11_DEAUTHENTICATE to a direct command by Dan Williams · 16 years ago
  24. 87c8c72 libertas: convert CMD_802_11_RF_TX_POWER to a direct command by Dan Williams · 16 years ago
  25. 3b72b01 libertas: only enable rtap with mesh firmware by Dan Williams · 16 years ago
  26. b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 16 years ago
  27. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
  28. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  29. 788c0a5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  30. a01f545 libertas: fix sleep confirmation by Holger Schurig · 16 years ago
  31. 85319f9 libertas: rate adaptation configuration via iwconfig. by Javier Cardona · 16 years ago
  32. ef707b8 libertas: before sleeping, check for a command result by Holger Schurig · 16 years ago
  33. b43441a libertas: don't spin_unlock_irq() twice by Holger Schurig · 16 years ago
  34. 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  35. 57962f0 libertas: reduce command retry time by Holger Schurig · 16 years ago
  36. edf5dab libertas: Add reset_card() callback to hardware driver by David Woodhouse · 16 years ago
  37. 15dbaac libertas: sysfs interface for accessing non-volatile configuration by Javier Cardona · 16 years ago
  38. edaea5c libertas: Extend MESH_CONFIG command to access non-volatile configuration by Javier Cardona · 16 years ago
  39. 75bf45a libertas: fix multicast filtering on eth and msh interfaces by David Woodhouse · 16 years ago
  40. 229ce3a wireless: Create 'device' symlink in sysfs by Masakazu Mokuno · 16 years ago
  41. 02969d2 libertas: fix command timeout after firmware failure by Brian Cavagnolo · 16 years ago
  42. ef85ad5 libertas: remove lbs_get_data_rate() by Holger Schurig · 16 years ago
  43. 652e3f2 libertas: allow removal of card at any time by Holger Schurig · 16 years ago
  44. a63e5cb libertas: make some functions void by Holger Schurig · 16 years ago
  45. 5f505d9 libertas: debug output tweaks for lbs_thread by Holger Schurig · 16 years ago
  46. 7919b89 libertas: convert libertas driver to use an event/cmdresp queue by Holger Schurig · 16 years ago
  47. 245bf20 libertas: move association code from scan.c into assoc.c by Holger Schurig · 16 years ago
  48. 697900a libertas: move association code from join.c into scan.c by Holger Schurig · 16 years ago
  49. 04850a4 libertas: don't depend on IEEE80211 by Holger Schurig · 16 years ago
  50. f539f2e libertas: convert sleep/wake config direct commands by Holger Schurig · 16 years ago
  51. 2af9f03 libertas: convert CMD_802_11_MAC_ADDRESS to a direct command by Holger Schurig · 16 years ago
  52. c2b310a libertas: kill useless #define LBS_MONITOR_OFF 0 by Holger Schurig · 16 years ago
  53. e98a88d libertas: remove lots of unused stuff by Holger Schurig · 16 years ago
  54. d4ff0ef libertas: misc power saving adjusts by Holger Schurig · 16 years ago
  55. d9e9778 libertas: rename packetfilter to mac_control by Holger Schurig · 16 years ago
  56. e226868 libertas: make lbs_sync_channel() static by Holger Schurig · 17 years ago
  57. 4b7524a libertas: Remove unused exports by Roland Dreier · 16 years ago
  58. 61d3002 libertas: pepper main with debug statement by Holger Schurig · 17 years ago
  59. c9d1be36 libertas: don't blindly try mesh by Holger Schurig · 17 years ago
  60. 7e94041 libertas: remove check for driver_lock in lbs_interrupt() by David Woodhouse · 17 years ago
  61. 354eca9 libertas: submit RSSI command on tx timeout, to check whether module is dead by David Woodhouse · 17 years ago
  62. 2a34509 libertas: handle command timeout in main thread instead of directly in timer by David Woodhouse · 17 years ago
  63. ae125bf libertas: store command result in cmdnode instead of priv->cur_cmd_retcode by David Woodhouse · 17 years ago
  64. 7e22627 libertas: kill whitespace at end of lines by David Woodhouse · 17 years ago
  65. d9f8870 libertas: don't exit worker thread until kthread_stop() is called by David Woodhouse · 17 years ago
  66. f5a3ea6 libertas: use spin_is_locked() instead of spin_trylock() in lbs_interrupt() by David Woodhouse · 17 years ago
  67. 8606213 libertas: pass channel argument directly to lbs_mesh_config() by David Woodhouse · 17 years ago
  68. 020f3d0 libertas: cope with both old and new mesh TLV values by David Woodhouse · 17 years ago
  69. 506e902 libertas: add ethtool support for wake-on-lan configuration by David Woodhouse · 17 years ago
  70. ab25eca libertas: implement suspend and resume core methods by David Woodhouse · 17 years ago
  71. f3db2bb libertas: make worker thread not freezable by David Woodhouse · 17 years ago
  72. a27b9f9 libertas: slight cleanup of netif queue stop/wake by David Woodhouse · 17 years ago
  73. e125817 libertas: be more careful about command responses matching cur_cmd by David Woodhouse · 17 years ago
  74. 1f8a083 libertas: kill references to mesh autostart by David Woodhouse · 17 years ago
  75. 23a397a libertas: add lbs_mesh sysfs attribute for enabling mesh by David Woodhouse · 17 years ago
  76. 2fd6cfe libertas: make some more functions static by David Woodhouse · 17 years ago
  77. 8e3c91b libertas: convert DATA_RATE to a direct command by Dan Williams · 17 years ago
  78. 301eacb libertas: convert CMD_MESH_ACCESS to a direct command by David Woodhouse · 17 years ago
  79. ddac452 libertas: rename and re-type bufvirtualaddr to cmdbuf by Dan Williams · 17 years ago
  80. 10bca0d libertas: move removal of lbs_rtap file to lbs_stop_card() by David Woodhouse · 17 years ago
  81. 6e66f03 libertas: convert GET_HW_SPEC to a direct command by Dan Williams · 17 years ago
  82. b15152a libertas: don't run thread while firmware not yet ready by David Woodhouse · 17 years ago
  83. 8552855f libertas: make rtap and normal modes mutually exclusive, clean up open/stop by David Woodhouse · 17 years ago
  84. b31d8b9 libertas: remove pre_open_check() by David Woodhouse · 17 years ago
  85. 4f67949 libertas: clean up lbs_interrupt() by David Woodhouse · 17 years ago
  86. 2eb188a libertas: Move actual transmission to main thread by David Woodhouse · 17 years ago
  87. b8d40bc libertas: refactor the 'should I sleep?' decision in lbs_thread() by David Woodhouse · 17 years ago
  88. 121947c libertas: set dev_addr on rtap device by David Woodhouse · 17 years ago
  89. d9268fb libertas: stop using ieee80211 for radiotap device by David Woodhouse · 17 years ago
  90. 198cefb libertas: kill lbs_pre_start_xmit(), lib_mesh_pre_start_xmit() by David Woodhouse · 17 years ago
  91. a9bdce6 libertas: move lbs_hard_start_xmit() into tx.c by David Woodhouse · 17 years ago
  92. 2abdc0b libertas: kill internal tx queue for PS mode by David Woodhouse · 17 years ago
  93. a63b22b libertas: use lbs_host_to_card_done() in lbs_tx_timeout() by David Woodhouse · 17 years ago
  94. aa21c00 libertas: kill struct lbs_adapter by David Woodhouse · 17 years ago
  95. f86a93e libertas: kill TxLockFlag by David Woodhouse · 17 years ago
  96. e7deced libertas: fix lbs_rtap attribute in sysfs by David Woodhouse · 17 years ago
  97. 59f3e4b libertas: clean up lbs_thread() to make it slightly more readable by David Woodhouse · 17 years ago
  98. ac47246 libertas: kill adapter->nr_cmd_pending by David Woodhouse · 17 years ago
  99. 2c94404 libertas: Move SET_BOOT2_VER command to if_usb where it belongs by David Woodhouse · 17 years ago
  100. e775ed7 libertas: Consolidate lbs_host_to_card_done() function. by David Woodhouse · 17 years ago