1. 47d505c orinoco_usb: remove version definition by John W. Linville · 13 years ago
  2. 7affca3 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  3. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  4. d632eb1 USB: convert drivers/net/* to use module_usb_driver() by Greg Kroah-Hartman · 13 years ago
  5. e11c259 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  6. 9236b2a orinoco: release BSS structures returned by cfg80211_inform_bss() by David Kilroy · 13 years ago
  7. 9d9779e drivers/net: Add module.h to drivers who were implicitly using it by Paul Gortmaker · 13 years ago
  8. b38d355 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  9. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  10. aea0514 orinoco_cs: be more careful when matching cards with ID 0x0156:0x0002 by Pavel Roskin · 13 years ago
  11. 262eb9b2 cfg80211: split wext compatibility to separate header by Johannes Berg · 13 years ago
  12. f33c596 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 13 years ago
  13. 49e58a9 orinoco_cs: be more careful when matching cards with ID 0x0156:0x0002 by Pavel Roskin · 13 years ago
  14. 41bf371 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
  15. 933d594 orinoco: minor fixes for problems found by checkpatch.pl by Pavel Roskin · 13 years ago
  16. 6403eab drivers/net: Remove unnecessary semicolons by Joe Perches · 13 years ago
  17. 25f8f54 pcmcia: Convert pcmcia_device_id declarations to const by Joe Perches · 13 years ago
  18. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  19. a3ad38e orinoco: Clear dangling pointer on hardware busy by armadefuego@gmail.com · 13 years ago
  20. 3bf184a orinoco: Maintain lock until entry removed from list by Joe Gunn · 13 years ago
  21. 46c2cb8 orinoco: Drop scan results with unknown channels by Joe Gunn · 13 years ago
  22. 17f7f4d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  23. b4fe2a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 14 years ago
  24. 393934c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  25. 0a54917 orinoco: fix TKIP countermeasure behaviour by David Kilroy · 14 years ago
  26. ba34fce orinoco: clear countermeasure setting on commit by David Kilroy · 14 years ago
  27. 229bd79 orinoco: initialise priv->hw before assigning the interrupt by David Kilroy · 14 years ago
  28. 329b32f orinoco: allow IW_AUTH_MFP to pass through by David Kilroy · 14 years ago
  29. cf63495 orinoco: abort scan on interface down by David Kilroy · 14 years ago
  30. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  31. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  32. 2262054 pcmcia: remove obsolete and wrong comments by Dominik Brodowski · 14 years ago
  33. 06b3a1d pcmcia: avoid messages on module (un)loading by Dominik Brodowski · 14 years ago
  34. 2e9b981 pcmcia: move driver name to struct pcmcia_driver by Dominik Brodowski · 14 years ago
  35. 00990e7 pcmcia: use autoconfiguration feature for ioports and iomem by Dominik Brodowski · 14 years ago
  36. 440eed4 pcmcia: introduce autoconfiguration feature by Dominik Brodowski · 14 years ago
  37. 1ac71e5 pcmcia: convert pcmcia_request_configuration to pcmcia_enable_device by Dominik Brodowski · 14 years ago
  38. 37979e1 pcmcia: simplify IntType by Dominik Brodowski · 14 years ago
  39. e8405f0 pcmcia: move Vpp setup to struct pcmcia_device by Dominik Brodowski · 14 years ago
  40. 78ab952 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
  41. 9736ebf orinoco: Fix walking past the end of the buffer by David Kilroy · 14 years ago
  42. 1685e63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6 by Linus Torvalds · 14 years ago
  43. 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  44. 90abdc3 pcmcia: do not use io_req_t when calling pcmcia_request_io() by Dominik Brodowski · 14 years ago
  45. 9a017a9 pcmcia: do not use io_req_t after call to pcmcia_request_io() by Dominik Brodowski · 14 years ago
  46. 1d5cc19 pcmcia: use pcmica_{read,write}_config_byte by Dominik Brodowski · 14 years ago
  47. ac8b422 pcmcia: remove cs_types.h by Dominik Brodowski · 14 years ago
  48. c96c31e drivers/net/wireless: Use wiphy_<level> by Joe Perches · 14 years ago
  49. 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
  50. 48d5548 orinoco_usb: potential null dereference by Dan Carpenter · 14 years ago
  51. 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
  52. ba2d358 drivers/net: use __packed annotation by Eric Dumazet · 14 years ago
  53. 77c2061 wireless: fix several minor description typos by Walter Goldens · 14 years ago
  54. 1d66fa7 drivers/net/wireless/orinoco: Use kmemdup by Julia Lawall · 14 years ago
  55. 6ac478c drivers/net/wireless/orinoco: Use kzalloc by Julia Lawall · 14 years ago
  56. c2cdf6a powerpc/macio: Fix probing of macio devices by using the right of match table by Benjamin Herrenschmidt · 14 years ago
  57. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  58. a4b7709 drivers/net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  59. 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
  60. 1ae5dc3 net: trans_start cleanups by Eric Dumazet · 14 years ago
  61. c7c2fa0 pcmcia: dev_node removal (drivers with unregister_netdev check) by Dominik Brodowski · 14 years ago
  62. eb14120 pcmcia: re-work pcmcia_request_irq() by Dominik Brodowski · 14 years ago
  63. f444de0 cfg80211/mac80211: better channel handling by Johannes Berg · 14 years ago
  64. bac6faf orinoco: refactor xmit path by David Kilroy · 14 years ago
  65. 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
  66. 07cefe7 orinoco_usb: implement fw download by David Kilroy · 14 years ago
  67. fc97431 orinoco_usb: avoid in_atomic by David Kilroy · 14 years ago
  68. 9afac70 orinoco: add orinoco_usb driver by David Kilroy · 14 years ago
  69. bcad6e8 orinoco: encapsulate driver locking by David Kilroy · 14 years ago
  70. 593ef09 orinoco: allow driver to specify netdev_ops by David Kilroy · 14 years ago
  71. b42f207 orinoco: add hermes_ops by David Kilroy · 14 years ago
  72. 3b51cc9 Merge branch 'master' into for-davem by John W. Linville · 14 years ago
  73. 088899c orinoco: have sparse check endian issues by David Kilroy · 14 years ago
  74. 69c264d orinoco: use cfg80211_find_ie by David Kilroy · 14 years ago
  75. c3d4150 orinoco: implement set_wiphy_params by David Kilroy · 14 years ago
  76. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  77. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  78. 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
  79. adc009e orinoco/wext.c: Remove local #define STD_IW_HANDLER by Joe Perches · 14 years ago
  80. 484b4dd orinoco: disable support for prism chipset by default by Pavel Roskin · 14 years ago
  81. 655ffee wireless: convert to use netdev_for_each_mc_addr by Jiri Pirko · 14 years ago
  82. 19bc291 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
  83. fbc87d6 Introduce PCMCIA_DEVICE_PROD_ID3 by Pavel Roskin · 15 years ago
  84. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  85. a3aa188 drivers/net/: use DEFINE_PCI_DEVICE_TABLE() by Alexey Dobriyan · 15 years ago
  86. 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
  87. 5b06915 orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled by Andrey Borzenkov · 15 years ago
  88. 5017065 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  89. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  90. a589296 orinoco: remove spare KERN_DEBUG by David Kilroy · 15 years ago
  91. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  92. 28b4d5c Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  93. 5fa9167 pcmcia: rework the irq_req_t typedef by Dominik Brodowski · 15 years ago
  94. dd2e5a1 pcmcia: remove deprecated handle_to_dev() macro by Dominik Brodowski · 15 years ago
  95. 6f48d0e9 orinoco: declare MODULE_FIRMWARE by Ben Hutchings · 15 years ago
  96. 06fe9fb tree-wide: fix a very frequent spelling mistake by Dirk Hohndel · 15 years ago
  97. 2caff147 pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (wireless) by Dominik Brodowski · 15 years ago
  98. 133d7c6 wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig by John W. Linville · 15 years ago
  99. 3414fc3 orinoco: use cfg80211 ethtool ops by David Kilroy · 15 years ago
  100. c6d3597 wireless: fix CFG80211_WEXT build problems by Randy Dunlap · 15 years ago