1. b136a14 libertas: get SD8688 rx length with one CMD52 by Bing Zhao · 15 years ago
  2. e70a5ac libertas: define macros for SDIO model numbers by Bing Zhao · 15 years ago
  3. ea2d063 libertas: fix GSPI card event handling by andrey@cozybit.com · 15 years ago
  4. 9b171ff libertas: fix format warning by John W. Linville · 15 years ago
  5. dc7d243 Add support for CF8381 WiFi card. by Marek Vasut · 16 years ago
  6. a2caba6 libertas: fix warning about %zd: by John W. Linville · 15 years ago
  7. e45d8e5 libertas: add support for Marvell SD8688 chip by Bing Zhao · 16 years ago
  8. b26ed97 libertas: increase spi driver thread priority by Anna Neal · 16 years ago
  9. 684d6b3 libertas: support mesh for various firmware versions by Bing Zhao · 16 years ago
  10. e5e9743 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  11. f54930f libertas: don't leak skb on receive error by Philip Rakity · 16 years ago
  12. 0ee904c drivers/net: replace BUG() with BUG_ON() if possible by Alexander Beregalov · 16 years ago
  13. 877d031 trivial: Fix misspelling of firmware by Nick Andrew · 16 years ago
  14. aae8983 wireless: radiotap updates by Johannes Berg · 16 years ago
  15. f02abf1 libertas: convert to net_device_ops by Stephen Hemminger · 16 years ago
  16. bbfc6b7 libertas: convert to internal net_device_stats by Stephen Hemminger · 16 years ago
  17. aa4abc9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  18. 9b02f41 libertas: use private SDIO workqueue to avoid scheduling latency by Dan Williams · 16 years ago
  19. f5ac2b9 libertas: fix power save issue in libertas_sdio module by Bing Zhao · 16 years ago
  20. ab65f64 libertas: fix misuse of netdev_priv() and dev->ml_priv by Kiran Divekar · 16 years ago
  21. baf62ee libertas: pos[4] tested twice, 2nd should be pos[5] by Roel Kluin · 16 years ago
  22. 0c2bec9 libertas: if_spi: add ability to call board specific setup/teardown methods by Mike Rapoport · 16 years ago
  23. 1fac36e libertas: fix CF firmware loading for some cards by Dan Williams · 16 years ago
  24. d2b21f1 libertas: if_spi, driver for libertas GSPI devices by Colin McCabe · 16 years ago
  25. b483659 libertas: Update libertas core with GSPI constants by Colin McCabe · 16 years ago
  26. 4101dec net: constify VFTs by Jan Engelhardt · 16 years ago
  27. d71038c libertas: Fix alignment issues in libertas core by Andrey Yurovsky · 16 years ago
  28. 43baa5b drivers/net/wireless/libertas: move a dereference below a NULL test by Julia Lawall · 16 years ago
  29. 2382792 libertas: use roundup instead of opencoding by Ilpo Järvinen · 16 years ago
  30. 6fb5325 libertas: Create sysfs entry for changing the mesh probe response limit by Anna Neal · 16 years ago
  31. 007e5dd wireless: clean up radiotap a bit by Johannes Berg · 16 years ago
  32. df66f85 if_usb: Kill directly reference of netdev->priv by Wang Chen · 16 years ago
  33. 582c1b5 libertas: Fine grained configuration of wake-on-lan. by Anna Neal · 16 years ago
  34. 524ad0a netdevice: safe convert to netdev_priv() #part-4 by Wang Chen · 16 years ago
  35. 8f15ea4 netdevice: safe convert to netdev_priv() #part-3 by Wang Chen · 16 years ago
  36. fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  37. 2c706002 don't use net/ieee80211.h by Johannes Berg · 16 years ago
  38. 4ceb7b6 netdevice libertas: Fix directly reference of netdev->priv by Wang Chen · 16 years ago
  39. 9387b7c wireless: use individual buffers for printing ssid values by John W. Linville · 16 years ago
  40. 7e272fc wireless: consolidate on a single escape_essid implementation by John W. Linville · 16 years ago
  41. a1744d3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  42. 48735d8 libertas: fix buffer overrun by Johannes Berg · 16 years ago
  43. 87bf24f libertas: remove two libertas sparse warning by Holger Schurig · 16 years ago
  44. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  45. b700a98 libertas: free sk_buff with kfree_skb by Sergio Luis · 16 years ago
  46. cb23832 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  47. 96d46d5 libertas : Remove unused variable warning for "old_channel" from cmd.c by Manish Katiyar · 16 years ago
  48. 2be4ff2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 16 years ago
  49. 3ed6e08 libertas: Improvements on automatic tx power control via SIOCSIWTXPOW (fixups) by Anna Neal · 16 years ago
  50. 9c40fc5 libertas: Reduce the WPA key installation time (fixups) by Javier Cardona · 16 years ago
  51. 375da53 libertas: correct "limited range of data type" warning by John W. Linville · 16 years ago
  52. 9c31fd6 libertas: Reduce the WPA key installation time. by Javier Cardona · 16 years ago
  53. 39fcf7a libertas: convert SNMP_MIB to a direct command by Dan Williams · 16 years ago
  54. f8e77ca libertas: remove unused generic RESET command by Dan Williams · 16 years ago
  55. 0112c9e libertas: Improvements on automatic tx power control via SIOCSIWTXPOW. by Anna Neal · 16 years ago
  56. 71b35f3 libertas: clear current command on card removal by Dan Williams · 16 years ago
  57. 17dce5d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  58. 9a52028 wireless/libertas/if_cs.c: fix memory leaks by Adrian Bunk · 16 years ago
  59. 2f3061e pcmcia: remove unused argument to pcmcia_parse_tuple() by Dominik Brodowski · 16 years ago
  60. f5fe1fd libertas: convert adhoc operations to direct commands by Dan Williams · 16 years ago
  61. d5db2df libertas: convert CMD_802_11_RADIO_CONTROL to a direct command by Dan Williams · 16 years ago
  62. 191bb40 libertas: convert CMD_802_11_DEAUTHENTICATE to a direct command by Dan Williams · 16 years ago
  63. 87c8c72 libertas: convert CMD_802_11_RF_TX_POWER to a direct command by Dan Williams · 16 years ago
  64. c94c93d wireless: replace __FUNCTION__ with __func__ by Harvey Harrison · 16 years ago
  65. 1ff41eb libertas: add sysfs hooks to update boot2 and persistent firmware by Brian Cavagnolo · 16 years ago
  66. 1556c0f libertas: support boot commands to write persistent firmware and bootloader by Brian Cavagnolo · 16 years ago
  67. 3b72b01 libertas: only enable rtap with mesh firmware by Dan Williams · 16 years ago
  68. fb90490 libertas: check bounds and only use decimal for sysfs persistent features. by Brian Cavagnolo · 16 years ago
  69. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  70. ad3868b mmc,sdio: helper function for transfer padding by Pierre Ossman · 16 years ago
  71. b9e4085 netdev: Do not use TX lock to protect address lists. by David S. Miller · 16 years ago
  72. e308a5d netdev: Add netdev->addr_list_lock protection. by David S. Miller · 16 years ago
  73. 2aec609 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  74. 751851af Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 16 years ago
  75. 6dfff89 libertas: treat firmware data as const by David Woodhouse · 16 years ago
  76. 814feef libertas: fix memory alignment problems on the blackfin by Ihar Hrachyshka · 16 years ago
  77. ea2aca0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  78. 7b58ccf libertas: support USB persistence on suspend/resume (resend) by andrey@cozybit.com · 16 years ago
  79. ccc5805 wext: Emit event stream entries correctly when compat. by David S. Miller · 16 years ago
  80. a78a832 libertas: rename some registers to clarify their meaning by Holger Schurig · 16 years ago
  81. 4c55523 libertas: check for old, unsupported hardware by Holger Schurig · 16 years ago
  82. 5314325 libertas: document register meanings by Holger Schurig · 16 years ago
  83. 3073556 libertas: fix interrupt issue by Holger Schurig · 16 years ago
  84. 65b53e4c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  85. 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
  86. a01f545 libertas: fix sleep confirmation by Holger Schurig · 16 years ago
  87. a75eda4 libertas: fix command size for CMD_802_11_SUBSCRIBE_EVENT by Holger Schurig · 16 years ago
  88. 78cf074 libertas: unify various CF-related defines by Holger Schurig · 16 years ago
  89. 43d01c5 libertas: fix compact flash interrupt handling by Holger Schurig · 16 years ago
  90. 85319f9 libertas: rate adaptation configuration via iwconfig. by Javier Cardona · 16 years ago
  91. ef707b8 libertas: before sleeping, check for a command result by Holger Schurig · 16 years ago
  92. df349f9 libertas: use lbs_pr_XX instead of printk by Holger Schurig · 16 years ago
  93. 93416c8 libertas: speeds up downloading of CF firmware by Holger Schurig · 16 years ago
  94. b43441a libertas: don't spin_unlock_irq() twice by Holger Schurig · 16 years ago
  95. b77ec4c libertas: provide reset_card() callback on OLPC by David Woodhouse · 16 years ago
  96. 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  97. 57962f0 libertas: reduce command retry time by Holger Schurig · 16 years ago
  98. b679aeb libertas: sysfs interface for accessing default mesh channel by Javier Cardona · 16 years ago
  99. edf5dab libertas: Add reset_card() callback to hardware driver by David Woodhouse · 16 years ago
  100. 15dbaac libertas: sysfs interface for accessing non-volatile configuration by Javier Cardona · 16 years ago