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