1. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  2. 959cd68 zd1211rw: enable support for MFP by Jussi Kivilinna · 12 years ago
  3. 41f63c5 workqueue: use mod_delayed_work() instead of cancel + queue by Tejun Heo · 12 years ago
  4. 36323f8 mac80211: move TX station pointer and restructure TX by Thomas Huehn · 12 years ago
  5. 2c20889 wireless: Remove casts to same type by Joe Perches · 12 years ago
  6. e1f12eb USB: Disable hub-initiated LPM for comms devices. by Sarah Sharp · 12 years ago
  7. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  8. 02f1434 zd1211rw: wait between setting hash table and powering radio on by Florian Fainelli · 12 years ago
  9. 50db7fa zd1211rw: Fix typo in zd_usb.c and zd_mac.c by Masanari Iida · 13 years ago
  10. e81a7bd zd1211rw: firmware needs duration_id set to zero for non-pspoll frames by Tomas Vanek · 13 years ago
  11. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 13 years ago
  12. 37a41b4 mac80211: add ieee80211_vif param to tsf functions by Eliad Peller · 13 years ago
  13. 55f7782 zd1211rw: detect stalled beacon interrupt faster by Jussi Kivilinna · 13 years ago
  14. dde4673 zd1211rw: don't let zd_mac_config_beacon() run too long from beacon interrupt handler by Jussi Kivilinna · 13 years ago
  15. c900eff zd1211rw: handle lost read-reg interrupts by Jussi Kivilinna · 13 years ago
  16. f762d8c zd1211rw: only update HW beacon if new beacon differs from currect by Jussi Kivilinna · 13 years ago
  17. b405e1b zd1211rw: make 'handle_rx_packet: invalid, small RX packet' message debug-only by Jussi Kivilinna · 13 years ago
  18. 7a1d656 zd1211rw: fix invalid signal values from device by Jussi Kivilinna · 13 years ago
  19. 9a06696 zd1211rw: include mac80211.h from zd_chip.h by Kalle Valo · 13 years ago
  20. 59342f6 zd1211rw: fix to work on OHCI by Jussi Kivilinna · 13 years ago
  21. 252f4bf 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 · 13 years ago
  22. c44eaf4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  23. b37e3b6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  24. fbd5d17 zd1211rw: rename CR* macros to ZD_CR* by Jussi Kivilinna · 13 years ago
  25. 0235357 zd1211rw: reset rx idle timer from tasklet by Jussi Kivilinna · 13 years ago
  26. 2fc713b zd1211rw: remove URB_SHORT_NOT_OK flag in zd_usb_iowrite16v_async() by Jussi Kivilinna · 13 years ago
  27. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  28. 00a24705 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  29. 9011cd2 zd1211rw: TrendNet TEW-509UB id added by Tõnu Samuel · 13 years ago
  30. a44f99c Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6 by Linus Torvalds · 13 years ago
  31. 5a8b7cd net: change to new flag variable by matt mooney · 14 years ago
  32. 7bb4568 mac80211: make tx() operation return void by Johannes Berg · 13 years ago
  33. 91f71fa zd1211rw: add unlikely to ZD_ASSERT by Jussi Kivilinna · 13 years ago
  34. 8662b25 zd1211rw: move async iowrite16v up to callers by Jussi Kivilinna · 13 years ago
  35. eefdbec zd1211rw: use async urb for write command by Jussi Kivilinna · 13 years ago
  36. 3793981 zd1211rw: correct use of usb_bulk_msg on interrupt endpoints by Jussi Kivilinna · 13 years ago
  37. 24d24c6 zd1211rw: add useful debug output by Jussi Kivilinna · 14 years ago
  38. ab419e9 zd1211rw: enable NL80211_IFTYPE_AP by Jussi Kivilinna · 14 years ago
  39. 1f6cccc zd1211rw: reset rx urbs after idle period of 30 seconds by Jussi Kivilinna · 14 years ago
  40. 3985a46 zd1211rw: reset device when CR_BCN_FIFO_SEMAPHORE freezes in beacon setup by Jussi Kivilinna · 14 years ago
  41. a0fd751 zd1211rw: add TX watchdog and device resetting by Jussi Kivilinna · 14 years ago
  42. 212e1a5 zd1211rw: collect driver settings and add function to restore theim by Jussi Kivilinna · 14 years ago
  43. 8f2d8f8 zd1211rw: lower hw command timeouts by Jussi Kivilinna · 14 years ago
  44. 4a3b087 zd1211rw: change interrupt URB buffer to DMA buffer by Jussi Kivilinna · 14 years ago
  45. 9bca0c3 zd1211rw: use stack and preallocated memory for small cmd-buffers by Jussi Kivilinna · 14 years ago
  46. 5127229 zd1211rw: batch beacon config commands together by Jussi Kivilinna · 14 years ago
  47. 9be2325 zd1211rw: add beacon watchdog and setting HW beacon more failsafe by Jussi Kivilinna · 14 years ago
  48. 4099e2f zd1211rw: implement beacon fetching and handling ieee80211_get_buffered_bc() by Jussi Kivilinna · 14 years ago
  49. b91a515 zd1211rw: let zd_set_beacon_interval() set dtim_period and add AP-beacon flag by Jussi Kivilinna · 14 years ago
  50. f773e40 zd1211rw: fix ack_pending in filter_ack causing tx-packet ordering problem on monitor by Jussi Kivilinna · 14 years ago
  51. c2fadcb zd1211rw: support setting BSSID for AP mode by Jussi Kivilinna · 14 years ago
  52. 5cf6cf8 zd1211rw: move set_rts_cts_work to bss_info_changed by Jussi Kivilinna · 14 years ago
  53. a6fb071 zd1211rw: move set_multicast_hash and set_rx_filter from workers to configure_filter by Jussi Kivilinna · 14 years ago
  54. 88a1159 zd1211rw: fix beacon interval setup by Jussi Kivilinna · 14 years ago
  55. 8b17f75 zd1211rw: add locking for mac->process_intr by Jussi Kivilinna · 14 years ago
  56. d741900 zd1211rw: cancel process_intr work on zd_chip_disable_int() by Jussi Kivilinna · 14 years ago
  57. 78fc800 zd1211rw: use urb anchors for tx and fix tx-queue disabling by Jussi Kivilinna · 14 years ago
  58. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  59. afe2c51 workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  60. 7714862 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  61. 47c0531 zd1211rw: document need for kmalloc cast by Joe Perches · 14 years ago
  62. 7253965 zd1211rw: Use const by Joe Perches · 14 years ago
  63. 8cecc90 zd1211rw: add 2 missing usb id's by maximilian attems · 14 years ago
  64. 68e887e zd1211rw: update fw version info in wiphy struct by John W. Linville · 14 years ago
  65. bb9c03d 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
  66. 3d3b33b zd1211rw: change ZD_REGDOMAIN_JAPAN_* naming by John W. Linville · 14 years ago
  67. 71184ba zd1211rw: add 0x49 -> JP regulatory domain map by Kouhei Sutou · 14 years ago
  68. 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
  69. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 14 years ago
  70. 77c2061 wireless: fix several minor description typos by Walter Goldens · 14 years ago
  71. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  72. 997ea58 USB: rename usb_buffer_alloc() and usb_buffer_free() users by Daniel Mack · 14 years ago
  73. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  74. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  75. 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
  76. d89b218 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  77. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  78. 86baf71 zd1211rw: fix potential array underflow by Dan Carpenter · 14 years ago
  79. 303863f Fix a grammar error (redundant "be") in comment by Adam Buchbinder · 15 years ago
  80. 51c24aa Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  81. 6373464 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
  82. dad48a4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  83. ad580db zd1211rw: adding 0409:0248 to supported device list by Hin-Tak Leung · 15 years ago
  84. ff30b36 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  85. 4f9b2a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  86. 7de3c5d zd1211rw: Fix multicast filtering. by Benoit Papillault · 15 years ago
  87. 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
  88. 891dc5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  89. 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
  90. 1ed32e4 mac80211: remove struct ieee80211_if_init_conf by Johannes Berg · 15 years ago
  91. 671adc9 wireless: remove remaining qual code by Johannes Berg · 15 years ago
  92. 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
  93. 11466f1 zd1211rw: improve ejecting of fake CDROM by Stefan Seyfried · 15 years ago
  94. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  95. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  96. 3e8b4d0 zd1211rw: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  97. 133d7c6 wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig by John W. Linville · 15 years ago
  98. 7f4013f zd1211rw: Fix TX status reporting in order to have proper rate control by Benoit PAPILLAULT · 15 years ago
  99. 8b3f6af Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  100. 33e2fb2 drivers/net/wireless: Use usb_endpoint_dir_out by Julia Lawall · 15 years ago