1. 0073602 [PATCH] zd1201 wireless stat update by Jean Tourrilhes · 19 years ago
  2. e4a9af9 [PATCH] PCMCIA_SPECTRUM must select FW_LOADER by Adrian Bunk · 19 years ago
  3. ec48378 [PATCH] bcm43xx: don't set the channel on a device, which is down. by Michael Buesch · 19 years ago
  4. adc40e9 [PATCH] bcm43xx: sync GPHY init with the specs. by Michael Buesch · 19 years ago
  5. 8afceb1 [PATCH] bcm43xx: fix the remaining sparse warnings. by Michael Buesch · 19 years ago
  6. b5e868e [PATCH] bcm43xx: remove some compilerwarnings. by Michael Buesch · 19 years ago
  7. d1ca6c4 [PATCH] bcm43xx: fix "include" issues on some platforms. by Michael Buesch · 19 years ago
  8. 04b98f7 [PATCH] bcm43xx: get rid of "/* vim: ..." lines at the end of several files. by Michael Buesch · 19 years ago
  9. 72fb851 [PATCH] bcm43xx: add useless and broken statistics stuff. People seem to want it. well... by Michael Buesch · 19 years ago
  10. cf017e1 [PATCH] bcm43xx: fix nrssi_threshold calculation. by Michael Buesch · 19 years ago
  11. e382c23 [PATCH] bcm43xx: sync interference mitigation code to the specs. by Michael Buesch · 19 years ago
  12. 6ecb269 [PATCH] bcm43xx: set default attenuation values. by Michael Buesch · 19 years ago
  13. 0ac59da [PATCH] bcm43xx: some IRQ handler cleanups. by Michael Buesch · 19 years ago
  14. 6ab5b8e [PATCH] bcm43xx: merge all iwmode code into the set_iwmode function. by Michael Buesch · 19 years ago
  15. 714eece [PATCH] bcm43xx: fix some gpio register trashing (hopefully :D) by Michael Buesch · 19 years ago
  16. 4a1821e [PATCH] bcm43xx: remove check for mmio length, as it differs among platforms. (especially embedded) by Michael Buesch · 19 years ago
  17. 5808bbb [PATCH] bcm43xx: properly mask txctl1 before writing it to hardware. by Michael Buesch · 19 years ago
  18. b3db5e5 [PATCH] bcm43xx: Do boardflags workarounds for specific boards. by Michael Buesch · 19 years ago
  19. 4cf6f03 [PATCH] bcm43xx: Remove the workaround in dummy_transmission, by Michael Buesch · 19 years ago
  20. 49f29efa [PATCH] bcm43xx: Fix crash on ifdown, by being careful in pio/dma freeing. by Michael Buesch · 19 years ago
  21. e9357c0 [PATCH] bcm43xx: reduce the size of bcm43xx_private by removing unneeded members. by Michael Buesch · 19 years ago
  22. aae3778 [PATCH] bcm43xx: add functions bcm43xx_dma_read/write, bcm43xx_dma_tx_suspend/resume. by Michael Buesch · 19 years ago
  23. e1b1b58 [PATCH] bcm43xx: receive TX status on MMIO or DMA unconditionally regarding the 80211 core rev. by Michael Buesch · 19 years ago
  24. 7373384 [PATCH] bcm43xx: fix some stuff, add a few missing mmiowb(), remove dead code. by Michael Buesch · 19 years ago
  25. 7ce942d [PATCH] bcm43xx: Remove the mmio access printing facility overhead. by Michael Buesch · 19 years ago
  26. efccb64 [PATCH] bcm43xx: Abstract the locking mechanism. by Michael Buesch · 19 years ago
  27. 4d5a9e0e [PATCH] bcm43xx: Set both, the DMAmask and the coherent DMAmask. by Michael Buesch · 19 years ago
  28. 512a809 [PATCH] bcm43xx: fix DMA TX skb freeing in case of fragmented packets. by Pete Zaitcev · 19 years ago
  29. 367f899 [PATCH] bcm43xx: Add sysfs attributes for device specific tunables. by Michael Buesch · 19 years ago
  30. f398f02 [PATCH] bcm43xx: Move TX/RX related functions to its own file. Add basic RTS/CTS code. by Michael Buesch · 19 years ago
  31. 1d1a73c [PATCH] bcm43xx: add assert(bcm->initialized) to periodic_tasks_setup(). by Michael Buesch · 19 years ago
  32. cad2b31 [PATCH] bcm43xx: move initialized = 1 to the end of init_board. by Michael Buesch · 19 years ago
  33. bf7b876 [PATCH] bcm43xx: Workaround init_board vs IRQ race. by Michael Buesch · 19 years ago
  34. c4c3beb [PATCH] bcm43xx: Fix Kconfig typo (transfer mode default) by Michael Buesch · 19 years ago
  35. 26533e7 [PATCH] bcm43xx: remove old unused struct. by Michael Buesch · 19 years ago
  36. 10d8dd8 [PATCH] bcm43xx: split the channel helper functions, so that they can be used without a valid running core. by Michael Buesch · 19 years ago
  37. ad3f086 [PATCH] bcm43xx: make bcm43xx_sprom_crc() static. by Michael Buesch · 19 years ago
  38. ea0922b [PATCH] bcm43xx: Move sprom lowlevel reading/writing to its own functions. by Michael Buesch · 19 years ago
  39. 489423c [PATCH] bcm43xx: Code cleanups. This removes various "inline" statements and reduces codesize. by Michael Buesch · 19 years ago
  40. ab4977f [PATCH] bcm43xx: rewrite and simplify the periodic task handling. by Michael Buesch · 19 years ago
  41. dcfd720 [PATCH] bcm43xx: fix LED code. by Michael Buesch · 19 years ago
  42. f1f5662 [PATCH] Apple Airport: Add Kconfig note that the bcm43xx driver has to be used for Airport Extreme cards. by Michael Buesch · 19 years ago
  43. 8bcab3f [PATCH] bcm43xx: add a note that not all devices support PIO. by Michael Buesch · 19 years ago
  44. 77db31e [PATCH] bcm43xx: Partially fix PIO code. Add Kconfig option for PIO or DMA mode (or both). by Michael Buesch · 19 years ago
  45. 5c57807 [PATCH] bcm43xx: remove WX debugging. by Michael Buesch · 19 years ago
  46. b5488be [PATCH] bcm43xx: fix compiletime warning (phy_xmitpower) by Michael Buesch · 19 years ago
  47. 921e485 [PATCH] bcm43xx: heavily increase mac_suspend timeout. by Michael Buesch · 19 years ago
  48. 62b7f0d [PATCH] bcm43xx: enable SPROM writing. by Michael Buesch · 19 years ago
  49. 393344f [PATCH] bcm43xx: fix txpower reporting in WE. by Michael Buesch · 19 years ago
  50. 67093a6 [PATCH] Sync bcm43xx_phy_initb6() with specs by Danny van Dyk · 19 years ago
  51. 8fa252d [PATCH] bcm43xx: Wireless Ext update by Michael Buesch · 19 years ago
  52. 6465ce1 [PATCH] bcm43xx: basic ethtool support by Michael Buesch · 19 years ago
  53. 9e4a375 [PATCH] bcm43xx: Remove function bcm43xx_channel_is_allowed() by Michael Buesch · 19 years ago
  54. a4a600d [PATCH] bcm43xx: Add more initvals sanity checks and error out, if one sanity check fails. by Michael Buesch · 19 years ago
  55. 65f3f19 [PATCH] bcm43xx: Fix makefile. Remove all the "out-of-tree" stuff. by Michael Buesch · 19 years ago
  56. 6f3e204 [PATCH] bcm43xx: add DEBUG Kconfig option. Also fix indention. by Michael Buesch · 19 years ago
  57. dda207a [PATCH] bcm43xx: remove redundant COPYING file. by Michael Buesch · 19 years ago
  58. 08ccd88 [PATCH] bcm43xx: Move README file to Documentation directory. by Michael Buesch · 19 years ago
  59. 4a2a279 [PATCH] bcm43xx: remove linux version compatibility code. by Michael Buesch · 19 years ago
  60. ea72ab2 [PATCH] bcm43xx: sync with svn.berlios.de by Michael Buesch · 19 years ago
  61. 70e5e98 [PATCH] bcm43xx: patch Kconfig and wireless/Makefile for import by John W. Linville · 19 years ago
  62. f222313 [PATCH] wireless: import bcm43xx sources by John W. Linville · 19 years ago
  63. 9ae21d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 19 years ago
  64. e941577 drivers/char/ftape/lowlevel/fdc-io.c: Correct a comment by Bastien Roucaries · 19 years ago
  65. 8917f6f Kconfig help: MTD_JEDECPROBE already supports Intel by Adrian Bunk · 19 years ago
  66. 37d5411 [PATCH] bitops: hweight() related cleanup by Akinobu Mita · 19 years ago
  67. 0b28002 [PATCH] more s/fucn/func/ typo fixes by Akinobu Mita · 19 years ago
  68. 9110540 [PATCH] EDAC: use EXPORT_SYMBOL_GPL by Dave Peterson · 19 years ago
  69. e009356 [PATCH] EDAC: use sysbus_message in e752x code by Dave Peterson · 19 years ago
  70. e7ecd89 [PATCH] EDAC: formatting cleanup by Dave Peterson · 19 years ago
  71. 54933ddd [PATCH] EDAC: reorder EXPORT_SYMBOL macros by Dave Peterson · 19 years ago
  72. 39f1d8d [PATCH] EDAC: Kconfig dependency changes by Dave Peterson · 19 years ago
  73. 18dbc33 [PATCH] EDAC: protect memory controller list by Dave Peterson · 19 years ago
  74. 472678e [PATCH] EDAC: kobject/sysfs fixes by Dave Peterson · 19 years ago
  75. 6e5a874 [PATCH] EDAC: kobject_init/kobject_put fixes by Dave Peterson · 19 years ago
  76. 028a7b6 [PATCH] EDAC: edac_mc_add_mc fix [2/2] by Dave Peterson · 19 years ago
  77. a1d03fc [PATCH] EDAC: edac_mc_add_mc fix [1/2] by Dave Peterson · 19 years ago
  78. 749ede5 [PATCH] EDAC: cleanup code for clearing initial errors by Dave Peterson · 19 years ago
  79. d38fde8 [PATCH] EDAC: e7xxx fix minor logic bug by Dave Peterson · 19 years ago
  80. 637beb6 [PATCH] EDAC: i82875p cleanup by Dave Peterson · 19 years ago
  81. e8a491b [PATCH] EDAC: i82860 cleanup by Dave Peterson · 19 years ago
  82. 3847bccc [PATCH] EDAC: e752x cleanup by Dave Peterson · 19 years ago
  83. 225159b [PATCH] EDAC: amd76x pci_dev_get/pci_dev_put fixes by Dave Peterson · 19 years ago
  84. 680cbbb [PATCH] EDAC: name cleanup by Dave Peterson · 19 years ago
  85. 537fba2 [PATCH] EDAC: printk cleanup by Dave Peterson · 19 years ago
  86. f2fe42a [PATCH] EDAC: switch to kthread_ API by Dave Peterson · 19 years ago
  87. dac5baf [PATCH] Dead code in drivers/isdn/avm/avmcard.h by Eric Sesterhenn · 19 years ago
  88. 07dc1f9 [PATCH] isdn4linux: Siemens Gigaset drivers - M105 USB DECT adapter by Hansjoerg Lipp · 19 years ago
  89. 76bb468 [PATCH] isdn4linux: Siemens Gigaset drivers - isochronous data handler by Hansjoerg Lipp · 19 years ago
  90. cf7776d [PATCH] isdn4linux: Siemens Gigaset drivers - direct USB connection by Hansjoerg Lipp · 19 years ago
  91. 982da5a [PATCH] isdn4linux: Siemens Gigaset drivers - procfs interface by Hansjoerg Lipp · 19 years ago
  92. ee8a4b7 [PATCH] isdn4linux: Siemens Gigaset drivers - tty interface by Hansjoerg Lipp · 19 years ago
  93. 3c66a22 [PATCH] isdn4linux: Siemens Gigaset drivers - isdn4linux interface by Hansjoerg Lipp · 19 years ago
  94. 14fa73a [PATCH] isdn4linux: Siemens Gigaset drivers - event layer by Hansjoerg Lipp · 19 years ago
  95. 6fd5ea6 [PATCH] isdn4linux: Siemens Gigaset drivers - common module by Hansjoerg Lipp · 19 years ago
  96. 0a34eb8 [PATCH] isdn4linux: Siemens Gigaset drivers - Kconfigs and Makefiles by Hansjoerg Lipp · 19 years ago
  97. 93d2341 [PATCH] mempool: use mempool_create_slab_pool() by Matthew Dobson · 19 years ago
  98. 26b6e05 [PATCH] mempool: use common mempool kzalloc allocator by Matthew Dobson · 19 years ago
  99. 0eaae62a [PATCH] mempool: use common mempool kmalloc allocator by Matthew Dobson · 19 years ago
  100. a19b27c [PATCH] mempool: use common mempool page allocator by Matthew Dobson · 19 years ago