1. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  2. b251412 b43: A fix for DMA transmission sequence errors by Iestyn C. Elfick · 12 years ago
  3. 1f9061d2 drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) by Joe Perches · 12 years ago
  4. 78f18df b43: fix tx path skb leaks by Felix Fietkau · 12 years ago
  5. dfcfb54 b43: use pci_is_pcie() instead of obsolete pci_dev.is_pcie by Bjorn Helgaas · 13 years ago
  6. 57adc1f 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
  7. 3db1cd5 net: fix assignment of 0/1 to bool variables. by Rusty Russell · 13 years ago
  8. bad6919 b43: avoid packet losses in the dma worker code. by francesco.gringoli@ing.unibs.it · 13 years ago
  9. b4d3de8 Merge branch 'master' of git://git.infradead.org/users/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  10. 14a8083 b43: use 8K buffers for 64-bit DMA to workaround hardware bug by Rafał Miłecki · 13 years ago
  11. 996bc37 b43: Relax requirement for descriptors to be in the DMA zone by Larry Finger · 13 years ago
  12. ba6e5eb 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
  13. 0cc9772 b43: fix DMA on some bugged hardware by Rafał Miłecki · 13 years ago
  14. 17030f4 b43: support new RX header, noticed to be used in 598.314+ fw by Rafał Miłecki · 13 years ago
  15. 5b36c9b b43: read correct register on bcma bus. by Hauke Mehrtens · 13 years ago
  16. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  17. eb90e9e b43: bcma: get DMA translation bits by Rafał Miłecki · 13 years ago
  18. a9770a8 ssb: return correct translation bit for 64-bit DMA by Rafał Miłecki · 13 years ago
  19. 78c1ee7 b43: disable parity check on BCMA devices by Rafał Miłecki · 13 years ago
  20. 6cbab0d b43: use switches for SSB specific code by Rafał Miłecki · 13 years ago
  21. eb032b9 Update my e-mail address by Michael Büsch · 13 years ago
  22. 73e6cdc b43: Add RX side DMA memory barrier by Michael Büsch · 13 years ago
  23. 9c1cacd b43: Fix warnings from gcc 4.6.0 by Larry Finger · 14 years ago
  24. a18c715 b43: bus: abstract device structs and irq by Rafał Miłecki · 14 years ago
  25. 21d889d b43: bus: abstract 80211 core info by Rafał Miłecki · 14 years ago
  26. 05100a2 b43: dma: cache translation (routing bits) by Rafał Miłecki · 14 years ago
  27. dedb1eb b43: rename b43_wldev's field with ssb_device to sdev by Rafał Miłecki · 14 years ago
  28. c85ce65 b43: allocate receive buffers big enough for max frame len + offset by John W. Linville · 14 years ago
  29. 26f94dc b43: remove extraneous code in free_ringmemory by John W. Linville · 14 years ago
  30. 718e889 b43: replace the ssb_dma API with the generic DMA API by FUJITA Tomonori · 15 years ago
  31. a61aac7 drivers/net/wireless/b43: Use kmemdup by Julia Lawall · 15 years ago
  32. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  33. 3b27521 b43: remove get_tx_stats() mac80211 op by Kalle Valo · 15 years ago
  34. 891dc5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  35. 55afc80 Revert "b43: Enforce DMA descriptor memory constraints" by John W. Linville · 15 years ago
  36. b02914a b43: Allow PIO mode to be selected at module load by Larry Finger · 15 years ago
  37. 07681e2 b43: Rewrite DMA Tx status handling sanity checks by Michael Buesch · 15 years ago
  38. 9bd568a b43: Enforce DMA descriptor memory constraints by Michael Buesch · 15 years ago
  39. f54a520 b43: Rewrite TX bounce buffer handling by Michael Buesch · 15 years ago
  40. 9a3f451 b43: Fix DMA TX bounce buffer copying by Michael Buesch · 15 years ago
  41. ce6c4a1 b43: Do not use _irqsafe callbacks by Michael Buesch · 15 years ago
  42. 637dae3 b43: Remove DMA/PIO queue locks by Michael Buesch · 15 years ago
  43. 36dbd95 b43: Use a threaded IRQ handler by Michael Buesch · 15 years ago
  44. 035d024 b43: add hardware tkip by gregor kowski · 15 years ago
  45. 18c6951 b43: Work around mac80211 race condition by Larry Finger · 15 years ago
  46. 403a3a1 b43: Add fw capabilities by Michael Buesch · 16 years ago
  47. cf68636 b43: Refresh RX poison on buffer recycling by Michael Buesch · 16 years ago
  48. ec9a1d8 b43: Poison RX buffers by Michael Buesch · 16 years ago
  49. 28b7679 dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30) by Yang Hongyang · 16 years ago
  50. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 16 years ago
  51. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 16 years ago
  52. ce4fbdb b43: Pass more RX flags to mac80211 by Michael Buesch · 16 years ago
  53. 99da185 b43: checkpatch.pl cleanups by John Daiker · 16 years ago
  54. 2d071ca b43: Add slot count compiletime assertion by Michael Buesch · 16 years ago
  55. bdceeb2 b43: Optimize DMA buffers by Michael Buesch · 16 years ago
  56. 8eccb53 b43: Fix DMA buffer size handling by Michael Buesch · 16 years ago
  57. ca2d559 b43: Move DMA stop sanity check by Michael Buesch · 16 years ago
  58. e6a9854 mac80211/drivers: rewrite the rate control API by Johannes Berg · 16 years ago
  59. f225763 ssb, b43, b43legacy, b44: Rewrite SSB DMA API by Michael Buesch · 16 years ago
  60. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  61. 028118a b43: Fix possible NULL pointer dereference in DMA code by Michael Buesch · 17 years ago
  62. e253008 mac80211: use multi-queue master netdevice by Johannes Berg · 17 years ago
  63. e039fa4 mac80211: move TX info into skb->cb by Johannes Berg · 17 years ago
  64. 57ffc58 mac80211: clean up get_tx_stats callback by Johannes Berg · 17 years ago
  65. 1033b3e b43: Workaround DMA quirks by Michael Buesch · 17 years ago
  66. 1e42198 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 17 years ago
  67. 4ac5846 ssb: Fix usage of struct device used for DMAing by Michael Buesch · 17 years ago
  68. 5100d5a b43: Add PIO support for PCMCIA devices by Michael Buesch · 17 years ago
  69. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  70. 539e6f8 b43: Add DMA mapping failure messages by Michael Buesch · 17 years ago
  71. 8e8e438 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago
  72. 7a193a5 b43: Remove irqs_disabled() sanity checks by Michael Buesch · 17 years ago
  73. ffa9256 b43: Fix DMA mapping leakage by Michael Buesch · 17 years ago
  74. 87d9611 b43: Fix failed frames status report typo by Michael Buesch · 17 years ago
  75. 57df40d b43: Add TX statistics debugging counters by Michael Buesch · 17 years ago
  76. b27faf8 b43: Rename the DMA ring pointers by Michael Buesch · 17 years ago
  77. e6f5b93 b43: Add QOS support by Michael Buesch · 17 years ago
  78. b79caa6 b43: Fix DMA for 30/32-bit DMA engines by Michael Buesch · 17 years ago
  79. 09552cc b43: Drop packets that we are not able to encrypt by Michael Buesch · 17 years ago
  80. eb189d8b b43: Add support for new firmware by Michael Buesch · 17 years ago
  81. 280d0e1 b43: Put multicast frames on the mcast queue by Michael Buesch · 17 years ago
  82. 03b2977 b43: Remove PIO support by Michael Buesch · 17 years ago
  83. 013978b b43: Changes to enable BCM4311 rev 02 with wireless core revision 13 by Larry Finger · 17 years ago
  84. e4d6b79 [B43]: add mac80211-based driver for modern BCM43xx devices by Michael Buesch · 17 years ago