1. 3ed6e08 libertas: Improvements on automatic tx power control via SIOCSIWTXPOW (fixups) by Anna Neal · 16 years ago
  2. 9c40fc5 libertas: Reduce the WPA key installation time (fixups) by Javier Cardona · 16 years ago
  3. 375da53 libertas: correct "limited range of data type" warning by John W. Linville · 16 years ago
  4. 9c31fd6 libertas: Reduce the WPA key installation time. by Javier Cardona · 16 years ago
  5. 39fcf7a libertas: convert SNMP_MIB to a direct command by Dan Williams · 16 years ago
  6. 0112c9e libertas: Improvements on automatic tx power control via SIOCSIWTXPOW. by Anna Neal · 16 years ago
  7. f5fe1fd libertas: convert adhoc operations to direct commands by Dan Williams · 16 years ago
  8. d5db2df libertas: convert CMD_802_11_RADIO_CONTROL to a direct command by Dan Williams · 16 years ago
  9. 191bb40 libertas: convert CMD_802_11_DEAUTHENTICATE to a direct command by Dan Williams · 16 years ago
  10. 87c8c72 libertas: convert CMD_802_11_RF_TX_POWER to a direct command by Dan Williams · 16 years ago
  11. 85319f9 libertas: rate adaptation configuration via iwconfig. by Javier Cardona · 16 years ago
  12. edaea5c libertas: Extend MESH_CONFIG command to access non-volatile configuration by Javier Cardona · 16 years ago
  13. fb14a7e libertas: remove lbs_get_fwversion() by Holger Schurig · 16 years ago
  14. 245bf20 libertas: move association code from scan.c into assoc.c by Holger Schurig · 16 years ago
  15. 697900a libertas: move association code from join.c into scan.c by Holger Schurig · 16 years ago
  16. e98a88d libertas: remove lots of unused stuff by Holger Schurig · 16 years ago
  17. d4ff0ef libertas: misc power saving adjusts by Holger Schurig · 16 years ago
  18. c49c3b7 libertas: convert GET_LOG to a direct command by Holger Schurig · 16 years ago
  19. 52933d8 libertas: implement SSID scanning for SIOCSIWSCAN by Holger Schurig · 16 years ago
  20. dac10a9 libertas: always show firmware release by Holger Schurig · 17 years ago
  21. b2c57ee libertas: allow for PS mode to be disabled when firmware doesn't support it by David Woodhouse · 17 years ago
  22. 8606213 libertas: pass channel argument directly to lbs_mesh_config() by David Woodhouse · 17 years ago
  23. 823eaa2 libertas: allow setting channel on mshX device by David Woodhouse · 17 years ago
  24. f5956bf libertas: allow get/set SSID on mshX device by David Woodhouse · 17 years ago
  25. 8e3c91b libertas: convert DATA_RATE to a direct command by Dan Williams · 17 years ago
  26. aa21c00 libertas: kill struct lbs_adapter by David Woodhouse · 17 years ago
  27. c12bdc4 libertas: Don't set IW_ENCODE_NOKEY when returning WEP keys. by David Woodhouse · 17 years ago
  28. 69f9032 libertas: remove arbitrary typedefs by Holger Schurig · 17 years ago
  29. 01d77d8 libertas: separate mesh connectivity from that of the main interface by Brajesh Dave · 17 years ago
  30. 1007832 libertas: move to uniform lbs_/LBS_ namespace by Holger Schurig · 17 years ago
  31. 93a3b60 wireless: checkpatch cleanups by Jeff Garzik · 17 years ago
  32. c00acf4 netdev: ARRAY_SIZE() cleanups by Alejandro Martinez Ruiz · 17 years ago
  33. f59d978 wireless: fix '!x & y' typo's by Roel Kluin · 17 years ago
  34. 9f9dac2 libertas: move wlan_*_association_work from header to c file by Holger Schurig · 17 years ago
  35. 8376e7a drivers/net/wireless: Add missing "space" by Joe Perches · 17 years ago
  36. 04799fa [PATCH] libertas: let get nick return what set nick has set by Holger Schurig · 17 years ago
  37. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  38. ff8ac60 drivers/net/: all drivers/net/ cleanup with ARRAY_SIZE by Denis Cheng · 17 years ago
  39. 8362cd4 [PATCH] libertas: fix sparse-reported problems by Dan Williams · 17 years ago
  40. 9483f03 [PATCH] libertas: fix a few wext abuses... by Jean Tourrilhes · 17 years ago
  41. cad9d9b [PATCH] libertas: remove adapter->txrate by Holger Schurig · 17 years ago
  42. b20c520 [PATCH] libertas: fix WEXT quality reporting by Dan Williams · 17 years ago
  43. ac558ca [PATCH] libertas: make more functions static & remove unused functions by Holger Schurig · 17 years ago
  44. 8c51276 [PATCH] libertas: simplify and clean up data rate handling by Dan Williams · 17 years ago
  45. ffcae95 [PATCH] libertas: fix more mixed-case abuse by Dan Williams · 17 years ago
  46. 0aef64d [PATCH] libertas: re-uppercase command defines and other constants by Dan Williams · 17 years ago
  47. 1443b65 [PATCH] libertas: rename WLAN_802_11_KEY to enc_key and clean up usage by Dan Williams · 17 years ago
  48. 6b62472 [PATCH] drivers/net/wireless/libertas/wext.c: remove dead code by Adrian Bunk · 17 years ago
  49. 7dcf528 [PATCH] libertas: remove private ioctls by Dan Williams · 17 years ago
  50. d8efea2 [PATCH] libertas: remove structure WLAN_802_11_SSID and libertas_escape_essid by Dan Williams · 17 years ago
  51. e5b3d47 [PATCH] libertas: don't byte-swap firmware version number. It's a byte array. by David Woodhouse · 17 years ago
  52. 981f187 [PATCH] libertas: first pass at fixing up endianness issues by David Woodhouse · 17 years ago
  53. f5e05b6 [PATCH] libertas: split wext for eth and msh by Luis Carlos Cobo Rus · 17 years ago
  54. 90a4221 [PATCH] libertas: Make WPA work through supplicant handshake by Dan Williams · 17 years ago
  55. ef9a264 [PATCH] libertas: move channel changing into association framework by Dan Williams · 17 years ago
  56. eb8f733 [PATCH] libertas: fix 'keep previous scan' behavior by Dan Williams · 17 years ago
  57. fcdb53d [PATCH] libertas: make scan result handling more flexible by Dan Williams · 17 years ago
  58. 90e8eaf [PATCH] libertas: updated mesh commands for 5.220.9.p11 by Luis Carlos Cobo · 17 years ago
  59. 6004513 [PATCH] libertas: fixed incorrect assigment of fcs errors to frag errors by Luis Carlos Cobo · 17 years ago
  60. 9012b28 [PATCH] libertas: make debug configurable by Holger Schurig · 17 years ago
  61. bf68dac [PATCH] libertas: make libertas_wlan_data_rates static by Holger Schurig · 17 years ago
  62. 4b19fcc [PATCH] libertas: Purge non-mesh ioctls by Dan Williams · 17 years ago
  63. 3ce4023 [PATCH] libertas: Get rid of version.h by Dan Williams · 17 years ago
  64. 0dc5a29 [PATCH] libertas: remove WLAN_802_11_NETWORK_INFRASTRUCTURE enum by Dan Williams · 17 years ago
  65. 889c05b [PATCH] libertas: remove WLAN_802_11_WEP_STATUS enum by Dan Williams · 17 years ago
  66. 6affe78 [PATCH] libertas: remove WLAN_802_11_AUTHENTICATION_MODE by Dan Williams · 17 years ago
  67. 43631e1 [PATCH] libertas: remove setwpaie private ioctl by Dan Williams · 17 years ago
  68. 69f88dc [PATCH] libertas: remove setauthalg private ioctl by Dan Williams · 17 years ago
  69. 1d42b8f [PATCH] libertas: remove 8021xauthalgs private ioctl by Dan Williams · 17 years ago
  70. 876c9d3 [PATCH] Marvell Libertas 8388 802.11b/g USB driver by Marcelo Tosatti · 17 years ago