1. 1e72018 Staging: wlan-ng: Delete a pile of unused mibs. And fix WEXT SET_TXPOWER. by Solomon Peachy · 16 years ago
  2. cbec30c Staging: wlan-ng: Delete a large pile of now-unused code. by Solomon Peachy · 16 years ago
  3. aec6a5f Staging: wlan-ng: use WIRELESS_EXT, not CONFIG_WIRELESS_EXT by Solomon Peachy · 16 years ago
  4. fc4a76f Staging: wlan-ng: Wireless Extension support is mandatory. by Solomon Peachy · 16 years ago
  5. 575a8a5 Staging: wlan-ng: Eliminate all backwards-compatible kernel code. by Solomon Peachy · 16 years ago
  6. aaad430 Staging: wlan-ng: Use standard kernel integer (u32/s32/etc) types. by Solomon Peachy · 16 years ago
  7. 5704976 Staging: wlan-ng: Eliminate usage of procfs. by Solomon Peachy · 16 years ago
  8. ff1ae8f Staging: wlan-ng: Eliminate local 'version.h' by Solomon Peachy · 16 years ago
  9. 905862c Staging: wlan-ng: Eliminate one more rx mtu test. by Solomon Peachy · 16 years ago
  10. 9d86349 Staging: wlan-ng: Get rid of the MTU tests in the rx conversion path. by Solomon Peachy · 16 years ago
  11. 5db8dcc Staging: wlan-ng: Remove AP-only code from MLME functions. by Solomon Peachy · 16 years ago
  12. f980c17 Staging: wlan-ng: Eliminate a boatload of tertiaryAP-only code. by Solomon Peachy · 16 years ago
  13. 8a1396e Staging: wlan-ng: Eliminate all backwards-compatibility for <2.6.13 kernels. by Solomon Peachy · 16 years ago
  14. 68a193e Staging: wlan-ng: Eliminate more <2.6 kernel support. by Solomon Peachy · 16 years ago
  15. 187a769 Staging: wlan-ng: Make wlan-ng use WEXT mode by default. by Solomon Peachy · 16 years ago
  16. dff1dc8 Staging: wlan-ng: Delete PCI/PLX/PCMCIA-specific code. by Solomon Peachy · 16 years ago
  17. fe5755f Staging: wlan-ng: Update Help text to mention prism3 devices. by Solomon Peachy · 16 years ago
  18. c9b01df Staging: wlan-ng: Remove PCI/PLX/PCMCIA files. by Solomon Peachy · 16 years ago
  19. f02466f Staging: w35und: fix config build warnings by Greg Kroah-Hartman · 16 years ago
  20. 310d465 Staging: w35und: fix Kconfig by Pavel Machek · 16 years ago
  21. a3f245a Staging: w35und: remove rxisr.c as dead code by Pekka Enberg · 16 years ago
  22. 82321c2 Staging: w35und: remove dead code from wbhal.c by Pekka Enberg · 16 years ago
  23. 5c58093 Staging: w35und: make functions local to wb35tx.c static by Pekka Enberg · 16 years ago
  24. c139a81 Staging: w35und: make functions local to wb35rx.c static by Pekka Enberg · 16 years ago
  25. a22517f Staging: w35und: remove dead code from mto.c by Pekka Enberg · 16 years ago
  26. 7cd5613 Staging: w35und: make functions local to mlmetxrx.c static by Pekka Enberg · 16 years ago
  27. 6261ab3 Staging: w35und: make functions local to mds.c static by Pekka Enberg · 16 years ago
  28. 54369cc Staging: w35und: remove ->shutdown from struct wbsoft_priv by Pekka Enberg · 16 years ago
  29. 72e202d Staging: w35und: remove ->skb_array from struct wbsoft_priv by Pekka Enberg · 16 years ago
  30. 3cae503 Staging: w35und: move packet_came() to wb35rx.c by Pekka Enberg · 16 years ago
  31. c930e0c0 Staging: w35und: move global wbsoft_enabled to struct wbsoft_priv by Pekka Enberg · 16 years ago
  32. 82f8c2c Staging: w35und: remove unused ->ShutDowned member from struct LOCAL_PARA by Pekka Enberg · 16 years ago
  33. 912b209 Staging: w35und: clean up wblinux.c a bit by Pekka Enberg · 16 years ago
  34. 7b9a79b Staging: w35und: inline DRIVER_AUTHOR and DRIVER_DESC macros by Pekka Enberg · 16 years ago
  35. 7fff131 Staging: w35und: remove global struct ieee80211_hw by Pekka Enberg · 16 years ago
  36. 1e8a2b6 Staging: w35und: merge struct wb35_adapter to struct wbsoft_priv by Pekka Enberg · 16 years ago
  37. ac418b8 Staging: w35und: clean up adapter.h a bit by Pekka Enberg · 16 years ago
  38. 42c84bb Staging: w35und: remove ->adapter from struct _HW_DATA_T by Pekka Enberg · 16 years ago
  39. cc18071 Staging: w35und: move struct wbsoft_priv to core.h and use it by Pekka Enberg · 16 years ago
  40. 9ce922f Staging: w35und: move source files to one directory by Pekka Enberg · 16 years ago
  41. 8421513 Staging: w35und: remove some dead code by Pekka Enberg · 16 years ago
  42. 80aba53 Staging: w35und: #include cleanup by Pekka Enberg · 16 years ago
  43. 8971280 Staging: w35und: remove unused link status code by Pekka Enberg · 16 years ago
  44. 350e858 Staging: w35und: remove unused macros from common.h by Pekka Enberg · 16 years ago
  45. 4460a0b Staging: w35und: remove abs() and BIT() macros by Pekka Enberg · 16 years ago
  46. fc68c7e Staging: w35und: remove memcpy/memcmp wrappers by Pekka Enberg · 16 years ago
  47. 44e8541 Staging: w35und: remove atomic op wrappers by Pekka Enberg · 16 years ago
  48. deee7c8 Staging: w35und: remove timer wrappers by Pekka Enberg · 16 years ago
  49. a36e089 Staging: w35und: move supported band initialization out of wb35_probe() by Pekka Enberg · 16 years ago
  50. 16d3659 Staging: w35und: plug memory leak in wbsoft_tx() by Pekka Enberg · 16 years ago
  51. 3c01ec0 Staging: w35und: remove macro magic from MLME_GetNextPacket() by Pekka Enberg · 16 years ago
  52. 4af12e5 Staging: w35und: usb_put_dev() is missing from wb35_disconnect() by Pekka Enberg · 16 years ago
  53. c8b2b70 Staging: w35und: OS_MEMORY_ALLOC wrapper removal by Pekka Enberg · 16 years ago
  54. 279b6cc Staging: w35und: remove true/false boolean macros by Pekka Enberg · 16 years ago
  55. 9ce9ed5 w35und: remove dead code from wbusb_f.h by Pekka Enberg · 16 years ago
  56. f3d2018 Staging: w35und: remove usb_alloc_urb wrapper function by Greg Kroah-Hartman · 16 years ago
  57. 7c12604 Staging: w35und: remove usb_submit_urb wrapper function by Greg Kroah-Hartman · 16 years ago
  58. 1523ddc Staging: w35und: wb35_probe() cleanup by Pekka Enberg · 16 years ago
  59. 581f67c Staging: w35und: merge wblinux struct to adapter by Pekka Enberg · 16 years ago
  60. 88ebc4b Staging: w35und: padapter struct typedef removal by Pekka Enberg · 16 years ago
  61. 65144de Staging: w35und: wb35reg struct typedef removal by Pekka Enberg · 16 years ago
  62. f37435c Staging: w35und: reg queue struct typedef removal by Pekka Enberg · 16 years ago
  63. a55a89b Staging: w35und: purb typedef removal by Pekka Enberg · 16 years ago
  64. 3e855b2 Staging: w35und: remove the no-op pa_stall_execution macro by Pekka Enberg · 16 years ago
  65. 34222e0 Staging: w35und: use msleep() and udelay() by Pekka Enberg · 16 years ago
  66. 4fc838f Staging: w35und: remove unused wb35_open() and wb35_close() functions by Pekka Enberg · 16 years ago
  67. 302bae8 Staging: w35und: make wb35_probe() and wb35_disconnect() funtions static by Pekka Enberg · 16 years ago
  68. a337957 staging: correct dubious use of !x & y by Harvey Harrison · 16 years ago
  69. 6e38a2b Staging: Kconfig for ARCH=arm,8300, cris by F. Duncan M. Haldane · 16 years ago
  70. 60572c0 Staging: go7007: fixes due v4l2_file_operations api change by Greg Kroah-Hartman · 16 years ago
  71. 4f7ddec Staging: go7007: fixes due to video_usercopy api change by Greg Kroah-Hartman · 16 years ago
  72. 238c6d5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm by Linus Torvalds · 16 years ago
  73. a159c1a dm snapshot: extend exception store functions by Jonathan Brassow · 16 years ago
  74. 4db6bfe dm snapshot: split out exception store implementations by Alasdair G Kergon · 16 years ago
  75. 1ae25f9 dm snapshot: rename struct exception_store by Jonathan Brassow · 16 years ago
  76. aea53d9 dm snapshot: separate out exception store interface by Jonathan Brassow · 16 years ago
  77. fe9cf30 dm mpath: move trigger_event to system workqueue by Alasdair G Kergon · 16 years ago
  78. 784aae7 dm: add name and uuid to sysfs by Milan Broz · 16 years ago
  79. d581687 dm table: rework reference counting by Mikulas Patocka · 16 years ago
  80. ab4c14248 dm: support barriers on simple devices by Andi Kleen · 16 years ago
  81. 7d76345 dm request: extend target interface by Kiyoshi Ueda · 16 years ago
  82. 8fbf26a dm request: add caches by Kiyoshi Ueda · 16 years ago
  83. 23d39f6 dm ioctl: allow dm_copy_name_and_uuid to return only one field by Milan Broz · 16 years ago
  84. ac1f0ac dm log: ensure log bitmap fits on log device by Milan Broz · 16 years ago
  85. 2045e88 dm log: move region_size validation by Milan Broz · 16 years ago
  86. 6f3af01 dm log: avoid reinitialising io_req on every operation by Takahiro Yasui · 16 years ago
  87. 10d3bd0 dm: consolidate target deregistration error handling by Mikulas Patocka · 16 years ago
  88. d460c65 dm raid1: fix error count by Jonathan Brassow · 16 years ago
  89. c7a2bd1 dm log: fix dm_io_client leak on error paths by Takahiro Yasui · 16 years ago
  90. 90fa152 dm snapshot: change yield to msleep by Mikulas Patocka · 16 years ago
  91. a1b51e9 dm table: drop reference at unbind by Mikulas Patocka · 16 years ago
  92. 8e128ce Merge branch 'for-next' of git://git.o-hand.com/linux-mfd by Linus Torvalds · 16 years ago
  93. 0bbb275 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  94. 0578c3b Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  95. 7d8a804 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm by Linus Torvalds · 16 years ago
  96. c58bd34 Merge branch 'i2c-next' of git://aeryn.fluff.org.uk/bjdooks/linux by Linus Torvalds · 16 years ago
  97. 8606ab6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 16 years ago
  98. c54feba Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 16 years ago
  99. e42e4ba igb: fix anoying type mismatch warning on rx/tx queue sizing by Linus Torvalds · 16 years ago
  100. 7a1fcd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago