1. 39fcf7a libertas: convert SNMP_MIB to a direct command by Dan Williams · 16 years ago
  2. f5fe1fd libertas: convert adhoc operations to direct commands by Dan Williams · 16 years ago
  3. d5db2df libertas: convert CMD_802_11_RADIO_CONTROL to a direct command by Dan Williams · 16 years ago
  4. 191bb40 libertas: convert CMD_802_11_DEAUTHENTICATE to a direct command by Dan Williams · 16 years ago
  5. 85319f9 libertas: rate adaptation configuration via iwconfig. by Javier Cardona · 16 years ago
  6. edaea5c libertas: Extend MESH_CONFIG command to access non-volatile configuration by Javier Cardona · 16 years ago
  7. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  8. 73ab1f2 libertas: move lbs_update_channel out of assoc.c by Holger Schurig · 17 years ago
  9. 245bf20 libertas: move association code from scan.c into assoc.c by Holger Schurig · 17 years ago
  10. 697900a libertas: move association code from join.c into scan.c by Holger Schurig · 17 years ago
  11. 877cb0d libertas: fix mode initialization problem by Holger Schurig · 17 years ago
  12. c49c3b7 libertas: convert GET_LOG to a direct command by Holger Schurig · 17 years ago
  13. c97329e libertas: fix scheduling while atomic bug in CMD_MAC_CONTROL by Holger Schurig · 17 years ago
  14. d9e9778 libertas: rename packetfilter to mac_control by Holger Schurig · 17 years ago
  15. 52933d8 libertas: implement SSID scanning for SIOCSIWSCAN by Holger Schurig · 17 years ago
  16. 9e1228d libertas: convert KEY_MATERIAL to a direct command by David Woodhouse · 17 years ago
  17. e226868 libertas: make lbs_sync_channel() static by Holger Schurig · 17 years ago
  18. 52507c2 libertas: make association debug output nicer by Holger Schurig · 17 years ago
  19. 5a6e043 libertas: fix memory alignment problems on the blackfin by Ihar Hrachyshka · 17 years ago
  20. 4f59abf libertas: convert ENABLE_RSN to a direct command by David Woodhouse · 17 years ago
  21. f70dd45 libertas: convert SET_WEP to a direct command by David Woodhouse · 17 years ago
  22. d1a469f libertas: fix return from lbs_update_channel() by David Woodhouse · 17 years ago
  23. 8606213 libertas: pass channel argument directly to lbs_mesh_config() by David Woodhouse · 17 years ago
  24. 9f46257 libertas: make lbs_update_channel() function non-static by David Woodhouse · 17 years ago
  25. 23d36ee libertas: add missing newlines in debugging statements by David Woodhouse · 17 years ago
  26. 8642f1f libertas: disable mesh temporarily while setting eth channel/assoc by David Woodhouse · 17 years ago
  27. 88ae291 libertas: add missing newline on debug message by David Woodhouse · 17 years ago
  28. 2dd4b26 libertas: convert RF_CHANNEL to a direct command by Dan Williams · 17 years ago
  29. aa21c00 libertas: kill struct lbs_adapter by David Woodhouse · 17 years ago
  30. 9184346 libertas: tweak association debug output by Holger Schurig · 17 years ago
  31. 69f9032 libertas: remove arbitrary typedefs by Holger Schurig · 17 years ago
  32. 0765af4 libertas: clean up association debug messages by Holger Schurig · 17 years ago
  33. 1007832 libertas: move to uniform lbs_/LBS_ namespace by Holger Schurig · 17 years ago
  34. 2bcde51 [PATCH] libertas: problems setting wpa keys by Dan Williams · 17 years ago
  35. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  36. 81173e3 [PATCH] libertas: fix misspelling in debug message by Dan Williams · 17 years ago
  37. 6e22a85 [PATCH] libertas: remove adapter->prescan by Holger Schurig · 17 years ago
  38. 0aef64d [PATCH] libertas: re-uppercase command defines and other constants by Dan Williams · 17 years ago
  39. 2950cd26 [PATCH] libertas: clean up indentation in libertas_association_worker by Dan Williams · 17 years ago
  40. 1443b65 [PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usage by Dan Williams · 17 years ago
  41. 18c96c34 [PATCH] libertas: fix WPA associations by handling ENABLE_RSN correctly by Dan Williams · 17 years ago
  42. fff47f1 [PATCH] libertas: deauthenticate from AP in channel switch by Luis Carlos Cobo Rus · 17 years ago
  43. b8bedef [PATCH] libertas: pull current channel from firmware on mesh autostart by Luis Carlos Cobo Rus · 17 years ago
  44. 717c933 [PATCH] libertas: reduce SSID and BSSID mixed-case abuse by Dan Williams · 17 years ago
  45. d8efea2 [PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essid by Dan Williams · 17 years ago
  46. 785e8f2 [PATCH] libertas: tweak association debug output by Dan Williams · 17 years ago
  47. 981f187 [PATCH] libertas: first pass at fixing up endianness issues by David Woodhouse · 17 years ago
  48. 90a4221 [PATCH] libertas: Make WPA work through supplicant handshake by Dan Williams · 17 years ago
  49. 57361c6 [PATCH] libertas: debug print spacing fixes in assoc.c by Dan Williams · 17 years ago
  50. aeea0ab [PATCH] libertas: honor specific channel requests during association by Dan Williams · 17 years ago
  51. 3cf20931 [PATCH] libertas: use compare_ether_addr() rather than memcmp() where appropriate by Dan Williams · 17 years ago
  52. e76850d [PATCH] libertas: make association paths consistent by Dan Williams · 17 years ago
  53. ef9a264 [PATCH] libertas: move channel changing into association framework by Dan Williams · 17 years ago
  54. eb8f733 [PATCH] libertas: fix 'keep previous scan' behavior by Dan Williams · 17 years ago
  55. fcdb53d [PATCH] libertas: make scan result handling more flexible by Dan Williams · 17 years ago
  56. 4ace113 [PATCH] libertas: replace 'macaddress' with 'bssid' by Dan Williams · 17 years ago
  57. 9012b28 [PATCH] libertas: make debug configurable by Holger Schurig · 17 years ago
  58. eb3ce63 [PATCH] libertas: rename wlan_association_worker by Holger Schurig · 17 years ago
  59. 0dc5a29 [PATCH] libertas: remove WLAN_802_11_NETWORK_INFRASTRUCTURE enum by Dan Williams · 17 years ago
  60. 889c05b [PATCH] libertas: remove WLAN_802_11_WEP_STATUS enum by Dan Williams · 17 years ago
  61. 6affe78 [PATCH] libertas: remove WLAN_802_11_AUTHENTICATION_MODE by Dan Williams · 17 years ago
  62. ad1f329 [PATCH] libertas: fix size of SSID comparison in stop_adhoc check by Dan Williams · 17 years ago
  63. 876c9d3 [PATCH] Marvell Libertas 8388 802.11b/g USB driver by Marcelo Tosatti · 18 years ago