1. 6ab5b8e [PATCH] bcm43xx: merge all iwmode code into the set_iwmode function. by Michael Buesch · 19 years ago
  2. 714eece [PATCH] bcm43xx: fix some gpio register trashing (hopefully :D) by Michael Buesch · 19 years ago
  3. 4a1821e [PATCH] bcm43xx: remove check for mmio length, as it differs among platforms. (especially embedded) by Michael Buesch · 19 years ago
  4. 5808bbb [PATCH] bcm43xx: properly mask txctl1 before writing it to hardware. by Michael Buesch · 19 years ago
  5. b3db5e5 [PATCH] bcm43xx: Do boardflags workarounds for specific boards. by Michael Buesch · 19 years ago
  6. 4cf6f03 [PATCH] bcm43xx: Remove the workaround in dummy_transmission, by Michael Buesch · 19 years ago
  7. 49f29ef [PATCH] bcm43xx: Fix crash on ifdown, by being careful in pio/dma freeing. by Michael Buesch · 19 years ago
  8. e9357c0 [PATCH] bcm43xx: reduce the size of bcm43xx_private by removing unneeded members. by Michael Buesch · 19 years ago
  9. aae3778 [PATCH] bcm43xx: add functions bcm43xx_dma_read/write, bcm43xx_dma_tx_suspend/resume. by Michael Buesch · 19 years ago
  10. e1b1b58 [PATCH] bcm43xx: receive TX status on MMIO or DMA unconditionally regarding the 80211 core rev. by Michael Buesch · 19 years ago
  11. 7373384 [PATCH] bcm43xx: fix some stuff, add a few missing mmiowb(), remove dead code. by Michael Buesch · 19 years ago
  12. 7ce942d [PATCH] bcm43xx: Remove the mmio access printing facility overhead. by Michael Buesch · 19 years ago
  13. efccb64 [PATCH] bcm43xx: Abstract the locking mechanism. by Michael Buesch · 19 years ago
  14. 4d5a9e0 [PATCH] bcm43xx: Set both, the DMAmask and the coherent DMAmask. by Michael Buesch · 19 years ago
  15. 512a809 [PATCH] bcm43xx: fix DMA TX skb freeing in case of fragmented packets. by Pete Zaitcev · 19 years ago
  16. 367f899 [PATCH] bcm43xx: Add sysfs attributes for device specific tunables. by Michael Buesch · 19 years ago
  17. f398f02 [PATCH] bcm43xx: Move TX/RX related functions to its own file. Add basic RTS/CTS code. by Michael Buesch · 19 years ago
  18. 1d1a73c [PATCH] bcm43xx: add assert(bcm->initialized) to periodic_tasks_setup(). by Michael Buesch · 19 years ago
  19. cad2b31 [PATCH] bcm43xx: move initialized = 1 to the end of init_board. by Michael Buesch · 19 years ago
  20. bf7b876 [PATCH] bcm43xx: Workaround init_board vs IRQ race. by Michael Buesch · 19 years ago
  21. c4c3beb [PATCH] bcm43xx: Fix Kconfig typo (transfer mode default) by Michael Buesch · 19 years ago
  22. 26533e7 [PATCH] bcm43xx: remove old unused struct. by Michael Buesch · 19 years ago
  23. 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
  24. ad3f086 [PATCH] bcm43xx: make bcm43xx_sprom_crc() static. by Michael Buesch · 19 years ago
  25. ea0922b [PATCH] bcm43xx: Move sprom lowlevel reading/writing to its own functions. by Michael Buesch · 19 years ago
  26. 489423c [PATCH] bcm43xx: Code cleanups. This removes various "inline" statements and reduces codesize. by Michael Buesch · 19 years ago
  27. ab4977f [PATCH] bcm43xx: rewrite and simplify the periodic task handling. by Michael Buesch · 19 years ago
  28. dcfd720 [PATCH] bcm43xx: fix LED code. by Michael Buesch · 19 years ago
  29. d5dd8e2 [PATCH] bcm43xx: update README by Michael Buesch · 19 years ago
  30. 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
  31. 8bcab3f [PATCH] bcm43xx: add a note that not all devices support PIO. by Michael Buesch · 19 years ago
  32. 77db31e [PATCH] bcm43xx: Partially fix PIO code. Add Kconfig option for PIO or DMA mode (or both). by Michael Buesch · 19 years ago
  33. 5c57807 [PATCH] bcm43xx: remove WX debugging. by Michael Buesch · 19 years ago
  34. b5488be [PATCH] bcm43xx: fix compiletime warning (phy_xmitpower) by Michael Buesch · 19 years ago
  35. 921e485 [PATCH] bcm43xx: heavily increase mac_suspend timeout. by Michael Buesch · 19 years ago
  36. 62b7f0d [PATCH] bcm43xx: enable SPROM writing. by Michael Buesch · 19 years ago
  37. 393344f [PATCH] bcm43xx: fix txpower reporting in WE. by Michael Buesch · 19 years ago
  38. 67093a6 [PATCH] Sync bcm43xx_phy_initb6() with specs by Danny van Dyk · 19 years ago
  39. 8fa252d [PATCH] bcm43xx: Wireless Ext update by Michael Buesch · 19 years ago
  40. 6465ce1 [PATCH] bcm43xx: basic ethtool support by Michael Buesch · 19 years ago
  41. 9e4a375 [PATCH] bcm43xx: Remove function bcm43xx_channel_is_allowed() by Michael Buesch · 19 years ago
  42. a4a600d [PATCH] bcm43xx: Add more initvals sanity checks and error out, if one sanity check fails. by Michael Buesch · 19 years ago
  43. 65f3f19 [PATCH] bcm43xx: Fix makefile. Remove all the "out-of-tree" stuff. by Michael Buesch · 19 years ago
  44. 6f3e204 [PATCH] bcm43xx: add DEBUG Kconfig option. Also fix indention. by Michael Buesch · 19 years ago
  45. dda207a [PATCH] bcm43xx: remove redundant COPYING file. by Michael Buesch · 19 years ago
  46. 08ccd88 [PATCH] bcm43xx: Move README file to Documentation directory. by Michael Buesch · 19 years ago
  47. 4a2a279 [PATCH] bcm43xx: remove linux version compatibility code. by Michael Buesch · 19 years ago
  48. ea72ab2 [PATCH] bcm43xx: sync with svn.berlios.de by Michael Buesch · 19 years ago
  49. 70e5e98 [PATCH] bcm43xx: patch Kconfig and wireless/Makefile for import by John W. Linville · 19 years ago
  50. f222313 [PATCH] wireless: import bcm43xx sources by John W. Linville · 19 years ago
  51. 5d5d772 [SPARC64]: Kill duplicate exports of string library functions. by David S. Miller · 18 years ago
  52. e7104b6 [SPARC64]: Update defconfig. by David S. Miller · 18 years ago
  53. 64bc043 [PATCH] one ipc/sem.c->mutex.c converstion too many.. by Manfred Spraul · 18 years ago
  54. 9ae21d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  55. e941577 drivers/char/ftape/lowlevel/fdc-io.c: Correct a comment by Bastien Roucaries · 18 years ago
  56. 8917f6f Kconfig help: MTD_JEDECPROBE already supports Intel by Adrian Bunk · 18 years ago
  57. f9b4192 [PATCH] bitops: hweight() speedup by Akinobu Mita · 18 years ago
  58. 3be7d29 Remove ugly debugging stuff by Artem B. Bityuckiy · 18 years ago
  59. 37d5411 [PATCH] bitops: hweight() related cleanup by Akinobu Mita · 18 years ago
  60. e9bebd6 [PATCH] bitops: remove unused generic bitops in include/linux/bitops.h by Akinobu Mita · 18 years ago
  61. b9a2838 [PATCH] bitops: ntfs: remove generic_ffs() by Akinobu Mita · 18 years ago
  62. 55b0f8a [PATCH] bitops: ia64: make partial_page.bitmap an unsigned long by Akinobu Mita · 18 years ago
  63. 6ecf66a [PATCH] bitops: sh: make thread_info.flags an unsigned long by Akinobu Mita · 18 years ago
  64. f51a05c [PATCH] bitops: update include/asm-generic/bitops.h by Akinobu Mita · 18 years ago
  65. d4337aa [PATCH] bitops: xtensa: use generic bitops by Akinobu Mita · 18 years ago
  66. f33e2fb [PATCH] bitops: x86_64: use generic bitops by Akinobu Mita · 18 years ago
  67. a58259c [PATCH] bitops: v850: use generic bitops by Akinobu Mita · 18 years ago
  68. 2d78d4b [PATCH] bitops: sparc64: use generic bitops by Akinobu Mita · 18 years ago
  69. d59288b [PATCH] bitops: sparc: use generic bitops by Akinobu Mita · 18 years ago
  70. 62f1b24 [PATCH] bitops: sh64: use generic bitops by Akinobu Mita · 18 years ago
  71. e2268c7 [PATCH] bitops: sh: use generic bitops by Akinobu Mita · 18 years ago
  72. 7e33db4 [PATCH] bitops: s390: use generic bitops by Akinobu Mita · 18 years ago
  73. e779b2f [PATCH] bitops: powerpc: use generic bitops by Akinobu Mita · 18 years ago
  74. 59e18a2 [PATCH] bitops: parisc: use generic bitops by Akinobu Mita · 18 years ago
  75. 3c9ee7e [PATCH] bitops: mips: use generic bitops by Akinobu Mita · 18 years ago
  76. d2d7cdc [PATCH] bitops: m68knommu: use generic bitops by Akinobu Mita · 18 years ago
  77. 4c5aea0 [PATCH] ppc: fix undefined reference to hweight32 by Akinobu Mita · 18 years ago
  78. d5728b4 [PATCH] m68k: fix undefined reference to generic_find_next_zero_le_bit by Akinobu Mita · 18 years ago
  79. ba1a5b3 [PATCH] bitops: m68k: use generic bitops by Akinobu Mita · 18 years ago
  80. 6d9f937 [PATCH] bitops: m32r: use generic bitops by Akinobu Mita · 18 years ago
  81. 2875aef [PATCH] bitops: ia64: use generic bitops by Akinobu Mita · 18 years ago
  82. 1cc2b99 [PATCH] bitops: i386: use generic bitops by Akinobu Mita · 18 years ago
  83. f6e0213 [PATCH] bitops: h8300: use generic bitops by Akinobu Mita · 18 years ago
  84. 1f6d7a9 [PATCH] bitops: frv: use generic bitops by Akinobu Mita · 18 years ago
  85. e9f26df [PATCH] bitops: cris: use generic bitops by Akinobu Mita · 18 years ago
  86. d142d86 [PATCH] bitops: arm26: use generic bitops by Akinobu Mita · 18 years ago
  87. b89c3b1 [PATCH] bitops: arm: use generic bitops by Akinobu Mita · 18 years ago
  88. f7c2967 [PATCH] bitops: alpha: use generic bitops by Akinobu Mita · 18 years ago
  89. b1bb952 [PATCH] bitops: generic minix_{test,set,test_and_clear,test,find_first_zero}_bit() by Akinobu Mita · 18 years ago
  90. 765f34f [PATCH] bitops: generic ext2_{set,clear}_bit_atomic() by Akinobu Mita · 18 years ago
  91. 930ae74 [PATCH] bitops: generic ext2_{set,clear,test,find_first_zero,find_next_zero}_bit() by Akinobu Mita · 18 years ago
  92. a54baa1 [PATCH] fix error: __u32 undeclared by Akinobu Mita · 18 years ago
  93. 3b9ed1a [PATCH] bitops: generic hweight{64,32,16,8}() by Akinobu Mita · 18 years ago
  94. 09020ad [PATCH] bitops: generic ffs() by Akinobu Mita · 18 years ago
  95. 6d29ea2 [PATCH] bitops: generic sched_find_first_bit() by Akinobu Mita · 18 years ago
  96. c7f612c [PATCH] bitops: generic find_{next,first}{,_zero}_bit() by Akinobu Mita · 18 years ago
  97. 2dfc383 [PATCH] bitops: generic fls64() by Akinobu Mita · 18 years ago
  98. 136abb3 [PATCH] bitops: generic fls() by Akinobu Mita · 18 years ago
  99. 176d8b0 [PATCH] bitops: generic ffz() by Akinobu Mita · 18 years ago
  100. c1226a0 [PATCH] bitops: generic __ffs() by Akinobu Mita · 18 years ago