1. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  2. 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
  3. 5b06915 orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled by Andrey Borzenkov · 15 years ago
  4. 5017065 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  5. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  6. a589296 orinoco: remove spare KERN_DEBUG by David Kilroy · 15 years ago
  7. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  8. 28b4d5c Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  9. 5fa9167 pcmcia: rework the irq_req_t typedef by Dominik Brodowski · 15 years ago
  10. dd2e5a1 pcmcia: remove deprecated handle_to_dev() macro by Dominik Brodowski · 15 years ago
  11. 6f48d0e9 orinoco: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  12. 06fe9fb tree-wide: fix a very frequent spelling mistake by Dirk Hohndel · 15 years ago
  13. 2caff147 pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (wireless) by Dominik Brodowski · 15 years ago
  14. 133d7c6 wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig by John W. Linville · 15 years ago
  15. 3414fc3 orinoco: use cfg80211 ethtool ops by David Kilroy · 15 years ago
  16. c6d3597 wireless: fix CFG80211_WEXT build problems by Randy Dunlap · 15 years ago
  17. cf32ed9 orinoco: support ETHTOOL_GPERMADDR by John W. Linville · 15 years ago
  18. 3d23e34 wext: refactor by Johannes Berg · 15 years ago
  19. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  20. d0cf9c0 wireless: convert drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  21. 30fab9e orinoco: remove spare whitespace by David Kilroy · 15 years ago
  22. 518ff04 orinoco: correct key bounds check in orinoco_hw_get_tkip_iv by John W. Linville · 15 years ago
  23. 4af198f orinoco: consolidate storage of WEP and TKIP keys by David Kilroy · 15 years ago
  24. 2b26035 orinoco: add function to retrieve current bssid by David Kilroy · 15 years ago
  25. 07542d0 orinoco: move disassociation to hw.c by David Kilroy · 15 years ago
  26. 16e1584 orinoco: pass orinoco_set_tkip_key the sequence lengths by David Kilroy · 15 years ago
  27. 5c9f41e orinoco: use local types for auth alg and sequence length by David Kilroy · 15 years ago
  28. bb7e43c orinoco: prefer_port3 can be a single bit by David Kilroy · 15 years ago
  29. 7e2ce64 orinoco: enable cfg80211 "set_channel" operation by Holger Schurig · 15 years ago
  30. da81203 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  31. 240c102 netdev: restore MAC address set and validate operations by Ben Hutchings · 15 years ago
  32. 35a0ace wireless: remove redundant tests on unsigned by Roel Kluin · 15 years ago
  33. 4244f41 orinoco: fix printk format specifier for size_t arguments by David Kilroy · 15 years ago
  34. b5c4691 orinoco: remove WE nickname support by David Kilroy · 15 years ago
  35. 934fd51 orinoco: convert giwrange to cfg80211 by David Kilroy · 15 years ago
  36. c63cdbe orinoco: convert scanning to cfg80211 by David Kilroy · 15 years ago
  37. 5217c57 orinoco: convert mode setting to cfg80211 by David Kilroy · 15 years ago
  38. 721aa2f orinoco: provide generic commit function by David Kilroy · 15 years ago
  39. 6415f7d orinoco: Handle suspend/restore in core driver by David Kilroy · 15 years ago
  40. ef96b5c airport: store irq in card private structure by David Kilroy · 15 years ago
  41. 5381956 orinoco: move netdev interface creation to main driver by David Kilroy · 15 years ago
  42. 35832c5 orinoco: make firmware download less verbose by David Kilroy · 15 years ago
  43. ea60a6a orinoco: initiate cfg80211 conversion by David Kilroy · 15 years ago
  44. 98e5f40 orinoco: Change set_tkip to use orinoco_private instead of hermes_t by David Kilroy · 15 years ago
  45. 8e63826 orinoco: initialise independently of netdev by David Kilroy · 15 years ago
  46. a260836 orinoco: Replace net_device with orinoco_private in driver interfaces by David Kilroy · 15 years ago
  47. 44d8dad orinoco: firmware helpers should use dev_err and friends by David Kilroy · 15 years ago
  48. a3f47b9 orinoco: use dev_err in early initialisation routines by David Kilroy · 15 years ago
  49. 42a51b9 orinoco: Move FID allocation to hw.c by David Kilroy · 15 years ago
  50. e9e3d01 orinoco: Move card reading code into hw.c by David Kilroy · 15 years ago
  51. a2d1a42 orinoco: Move firmware capability determination into hw.c by David Kilroy · 15 years ago
  52. 91fe9ca orinoco: correct timeout logic in __orinoco_hw_set_tkip_key() by Pavel Roskin · 15 years ago
  53. 2bfc5cb orinoco: firmware: consistently compile out fw cache support if not requested by Andrey Borzenkov · 16 years ago
  54. 3faa19c orinoco: prevent accessing memory outside the firmware image by David Kilroy · 16 years ago
  55. 7e57811 orinoco: validate firmware header by David Kilroy · 16 years ago
  56. f11c179 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  57. 5c138dc orinoco: do not resgister NULL pm_notifier function by Andrey Borzenkov · 16 years ago
  58. f733ded orinoco: Storage class should be before const qualifier by Tobias Klauser · 16 years ago
  59. dec59d6 orinoco: hermes doesn't need to be a separate module by David Kilroy · 16 years ago
  60. f90d8d4 orinoco: hermes_dld does not need to be a module by David Kilroy · 16 years ago
  61. cb1576a orinoco: Move WEXT handlers into a separate file by David Kilroy · 16 years ago
  62. 712a434 orinoco: Move hardware functions into separate file by David Kilroy · 16 years ago
  63. 5865d01 orinoco: Add hardware function to set multicast mode by David Kilroy · 16 years ago
  64. cfeb1db orinoco: Use accessor functions for bitrate tables by David Kilroy · 16 years ago
  65. 37a2e56 orinoco: Move firmware handling into a separate file by David Kilroy · 16 years ago
  66. 4adb474 orinoco: Move MIC helpers into new file by David Kilroy · 16 years ago
  67. fb791b1 orinoco: Move scan helpers to a separate file by David Kilroy · 16 years ago
  68. aea48b1 orinoco: use orinoco_private instead of net_device in scan helper by David Kilroy · 16 years ago
  69. 47445cb orinoco: Rename orinoco.c by David Kilroy · 16 years ago
  70. 2131266 orinoco: Fix interesting checkpatch errors by David Kilroy · 16 years ago
  71. b2f30a0 orinoco: keep line length below 80 characters by David Kilroy · 16 years ago
  72. 566f2d9 orinoco: remove unnecessary braces by David Kilroy · 16 years ago
  73. a94e842 orinoco: spaces in parenthesised expressions by David Kilroy · 16 years ago
  74. 6fe9deb orinoco: address leading and trailing whitespace by David Kilroy · 16 years ago
  75. c1b4aa3 wireless: replace uses of __constant_{endian} by Harvey Harrison · 16 years ago
  76. d14c7c1 orinoco: checkpatch cleanup by Andrey Borzenkov · 16 years ago
  77. e129a94 orinoco: trivial cleanup in alloc_orinocodev by Andrey Borzenkov · 16 years ago
  78. 89ea409 orinoco: convert to struct net_device_ops by Andrey Borzenkov · 16 years ago
  79. 49c1d20 Move orinoco Kconfig entries into drivers/net/wireless/orinoco/Kconfig by Andrey Borzenkov · 16 years ago
  80. 4716679 orinoco: Remove unused variable rx_data by David Kilroy · 16 years ago
  81. 9ee677c wireless: Add channel/frequency conversions to ieee80211.h by David Kilroy · 16 years ago
  82. 11eaea4 orinoco: use KERN_DEBUG for link status messages by Pavel Roskin · 16 years ago
  83. 7fe99c4 orinoco: move kmalloc(..., GFP_KERNEL) outside spinlock in orinoco_ioctl_set_genie by Andrey Borzenkov · 16 years ago
  84. 706ea9b orinoco_cs: add ID for ARtem Onair Comcard 11 by Pavel Roskin · 16 years ago
  85. 20953ad orinoco: take the driver lock in the rx tasklet by David Kilroy · 16 years ago
  86. 62d714e spectrum_cs: Fix function names used in debug strings by David Kilroy · 16 years ago
  87. 499b702 orinoco: Fix inappropriate use of IRQ_BAP by David Kilroy · 16 years ago
  88. 0c06dd8 orinoco: Fix function names used in debug strings by David Kilroy · 16 years ago
  89. d070d85 airport: remove useless return in a function returning void by Pavel Roskin · 16 years ago
  90. 39d1ffe orinoco: Provide option to avoid unnecessary fw caching by David Kilroy · 16 years ago
  91. ac7cafd orinoco: Resume spectrum_cs in the same way as orinoco_cs by David Kilroy · 16 years ago
  92. 2cea7b2 orinoco: Cache Symbol firmware by David Kilroy · 16 years ago
  93. 7473431 orinoco: Separate fw caching from download by David Kilroy · 16 years ago
  94. f941f85 orinoco: indicate it is using dBm in wireless_stats and spy by Andrey Borzenkov · 16 years ago
  95. dfe1baf orinoco: fix last beacon reporting on 64-bit systems by Pavel Roskin · 16 years ago
  96. fb28ad3 net: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  97. b2e53b3 orinoco: Move sources to a subdirectory by David Kilroy · 16 years ago