1. 1ac71e5 pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device by Dominik Brodowski · 14 years ago
  2. 37979e1 pcmcia: simplify IntType by Dominik Brodowski · 14 years ago
  3. 608307e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  4. 557de5e libertas: if_sdio: fix buffer alignment in struct if_sdio_card by Mike Rapoport · 14 years ago
  5. 2f2c779 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  6. 26df076 Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 14 years ago
  7. 241a6a5 drivers/net/wireless/libertas/cfg.c: needs sched.h by Andrew Morton · 14 years ago
  8. 886275c param: lock if_sdio's lbs_helper_name and lbs_fw_name against sysfs changes. by Rusty Russell · 14 years ago
  9. d6d1b65 param: simple locking for sysfs-writable charp parameters by Rusty Russell · 14 years ago
  10. f6cec0a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  11. a9fda88 libertas: fix build break by including linux/sched.h by John W. Linville · 14 years ago
  12. 1685e63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  13. cc02681 libertas: scan before assocation if no BSSID was given by Dan Williams · 14 years ago
  14. 1975753 libertas: fix association with some APs by using extended rates by Dan Williams · 14 years ago
  15. aebb628 libertas: get the right # of scanned BSSes by Dan Williams · 14 years ago
  16. 90abdc3 pcmcia: do not use io_req_t when calling pcmcia_request_io() by Dominik Brodowski · 14 years ago
  17. 9a017a9 pcmcia: do not use io_req_t after call to pcmcia_request_io() by Dominik Brodowski · 14 years ago
  18. ac8b422 pcmcia: remove cs_types.h by Dominik Brodowski · 14 years ago
  19. 97c5e27 libertas: remove unused cmd_pending waitq by Dan Williams · 14 years ago
  20. d06956b libertas: rename lbs_get_cmd_ctrl_node() to lbs_get_free_cmd_node() by Dan Williams · 14 years ago
  21. 77ccdcf libertas: kill unused lbs_prepare_and_send_command() by Dan Williams · 14 years ago
  22. 53800f5 libertas: convert DEEP_SLEEP timer to a direct command by Dan Williams · 14 years ago
  23. 0bb6408 libertas: convert PS_MODE to a direct command by Dan Williams · 14 years ago
  24. 8196112 libertas: remove unused indirect command response handler by Dan Williams · 14 years ago
  25. a6bb1bc libertas: convert CMD_FWT_ACCESS to a direct command by Dan Williams · 14 years ago
  26. 5214865 libertas: convert Mesh Blinding Table access to a direct command by Dan Williams · 14 years ago
  27. 4c7c6e00 libertas: convert register access to direct commands by Dan Williams · 14 years ago
  28. 85dfbfe libertas: convert LED_GPIO_CTRL to a direct command by Dan Williams · 14 years ago
  29. d6541c7 libertas: remove Beacon Control by Dan Williams · 14 years ago
  30. db08006 libertas: remove unused Automatic Frequency Control command by Dan Williams · 14 years ago
  31. 49a08af libertas: remove unused indirect TPC_CFG command leftovers by Dan Williams · 14 years ago
  32. cc4b9d3 libertas: convert 11D_DOMAIN_INFO to a direct command by Dan Williams · 14 years ago
  33. 9fb7663 libertas: clean up RSSI command by Dan Williams · 14 years ago
  34. a45b6f4 libertas: clean up MONITOR_MODE command by Dan Williams · 14 years ago
  35. 800f65b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-next-2.6 by John W. Linville · 14 years ago
  36. bd75eb8 libertas: precedence bug by Dan Carpenter · 14 years ago
  37. beabe91 libertas: convert new uses of __attribute__ ((packed)) to __packed by John W. Linville · 14 years ago
  38. 5767430 drivers/net/wireless: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  39. e300d95 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  40. 1311843 libertas: Added support for host sleep feature by Amitkumar Karwar · 14 years ago
  41. 05318bc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  42. 25ac8b0 libertas: mark lbs_ret_802_11d_domain_info static by John W. Linville · 14 years ago
  43. 1047d5e Libertas: Added 11d support using cfg80211 by Kiran Divekar · 14 years ago
  44. e4fe4ea Libertas: fix WARN_ON issues in cfg80211 support by Kiran Divekar · 14 years ago
  45. e86dc1c Libertas: cfg80211 support by Kiran Divekar · 14 years ago
  46. 14599f1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  47. 84efa0e libertas: Fix ethtool reporting no WOL options supported if WOL is not already active by Sascha Silbe · 14 years ago
  48. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 14 years ago
  49. 77c2061 wireless: fix several minor description typos by Walter Goldens · 14 years ago
  50. 731a9b2 drivers/net/wireless/libertas: Use kmemdup by Julia Lawall · 14 years ago
  51. 66fceb6 libertas: Added callback functions to support SDIO suspend/resume. by Amitkumar Karwar · 14 years ago
  52. c6a6368 libertas: fix uninitialized variable warning by Prarit Bhargava · 14 years ago
  53. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  54. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  55. cc75589 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  56. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  57. eb14120 pcmcia: re-work pcmcia_request_irq() by Dominik Brodowski · 14 years ago
  58. f444de0 cfg80211/mac80211: better channel handling by Johannes Berg · 14 years ago
  59. 8316324 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  60. ca962557 libertas: fix 8686 firmware loading regression by Dan Williams · 14 years ago
  61. 3b51cc9 Merge branch 'master' into for-davem by John W. Linville · 14 years ago
  62. ac1a474 libertas: Davinci platforms need more time loading helper firmware by Dan Williams · 14 years ago
  63. 96021f0 libertas: consolidate SDIO firmware wait code by Dan Williams · 14 years ago
  64. 5c01d56 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  65. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  66. 0f2df9e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into merge by John W. Linville · 14 years ago
  67. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  68. 8a64c0f libertas/sdio: 8686: set ECSI bit for 1-bit transfers by Daniel Mack · 14 years ago
  69. cb4361c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  70. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  71. 0e354fd wireless/libertas: remove trailing space in debugfs header by Frans Pop · 14 years ago
  72. 7371400 net/wireless/libertas: do not call wiphy_unregister() w/o wiphy_register() by Daniel Mack · 14 years ago
  73. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  74. 921ca03 libertas: add auto auth mode feature by Amitkumar Karwar · 15 years ago
  75. 819cf15 DRIVER: Libertas: Fixed coding style in rx.c by Stewart Malik · 14 years ago
  76. 655ffee wireless: convert to use netdev_for_each_mc_addr by Jiri Pirko · 15 years ago
  77. f6f2230 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  78. 40e6fa8 libertas: don't retry commands by Holger Schurig · 15 years ago
  79. 371ba88 libertas/if_spi: needs linux/semaphore.h by Randy Dunlap · 15 years ago
  80. 10be7eb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  81. d3d5621 libertas: add comment re: v10 firmware key handling by John W. Linville · 15 years ago
  82. 64147c7 libertas/assoc.c: rearrange some strange line breaks by John W. Linville · 15 years ago
  83. 1625c14 libertas: Set/clear WPA keys before the WEP ones by Samuel Ortiz · 15 years ago
  84. d4a66e7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  85. 3a999e6e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  86. 891dc5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  87. 7f9d357 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  88. 659c8e5 libertas: Remove carrier signaling from the scan code by Samuel Ortiz · 15 years ago
  89. ea1e4b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  90. 1f04493 Fix MAC address access in 3c507, ibmlana, pcnet32 and libertas by Daniel Drake · 15 years ago
  91. d346f49 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  92. b4de921 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  93. 9842c38 kfifo: fix warn_unused_result by Stefani Seibold · 15 years ago
  94. 7acd72e kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... by Stefani Seibold · 15 years ago
  95. e64c026 kfifo: cleanup namespace by Stefani Seibold · 15 years ago
  96. c1e13f2 kfifo: move out spinlock by Stefani Seibold · 15 years ago
  97. 4546548 kfifo: move struct kfifo in place by Stefani Seibold · 15 years ago
  98. 48631de libertas: remove priv->ratebitmap by Holger Schurig · 15 years ago
  99. 0e78ff8 libertas: remove priv->capability by Holger Schurig · 15 years ago
  100. 4143a23 libertas: make mesh configurable by Holger Schurig · 15 years ago