1. 70c7160 Add appropriate <linux/prefetch.h> include for prefetch users by Paul Gortmaker · 13 years ago
  2. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  3. f9a4f6d RDMA/amso1100: Fix compile warnings by Ralf Thielow · 14 years ago
  4. 948579c RDMA: Use vzalloc() to replace vmalloc()+memset(0) by Joe Perches · 14 years ago
  5. 116e953 Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', 'misc', 'mlx4', 'nes', 'qib' and 'srp' into for-next by Roland Dreier · 14 years ago
  6. 7454159 IB: Replace EXTRA_CFLAGS with ccflags-y by matt mooney · 14 years ago
  7. fc4ec9b RDMA/amso1100: Remove KERN_<level> from pr_<level> use by Joe Perches · 14 years ago
  8. 9a6edb6 IB/core: Allow device-specific per-port sysfs files by Ralph Campbell · 14 years ago
  9. e749444 RDMA/amso1100: Use the dma state API instead of pci equivalents by FUJITA Tomonori · 14 years ago
  10. 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
  11. c597b02 RDMA/amso1100: Fix error paths in post_send and post_recv by Frank Zago · 15 years ago
  12. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  13. 1493ab4 RDMA/amso1100: Check kmalloc() result in c2_register_device() by Roel Kluin · 15 years ago
  14. 181c74e RDMA/amso1100: Use %pM conversion specifier by Tobias Klauser · 15 years ago
  15. 451f144 drivers: Kill now superfluous ->last_rx stores by Eric Dumazet · 15 years ago
  16. 5b891a9 infiniband: Remove void casts by Jack Stone · 15 years ago
  17. 284901a dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) by Yang Hongyang · 15 years ago
  18. 6a35528 dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) by Yang Hongyang · 15 years ago
  19. 687c75d infiniband: convert c2 to net_device_ops by Stephen Hemminger · 15 years ago
  20. 4b40eed infiniband: Kill directly reference of netdev->priv by Wang Chen · 16 years ago
  21. cd86f42 IB: Drop code after return statement by Julia Lawall · 16 years ago
  22. 96f15c0 RDMA/core: Add local DMA L_Key support by Steve Wise · 16 years ago
  23. 4c0283f IB/core: Remove IB_DEVICE_SEND_W_INV capability flag by Roland Dreier · 16 years ago
  24. cb9fbc5 IB: expand ib_umem_get() prototype by Arthur Kepner · 16 years ago
  25. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  26. f4e91eb IB: convert struct class_device to struct device by Tony Jones · 16 years ago
  27. d313584 drivers: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  28. 9285faa RDMA/amso1100: Add check for NULL reply_msg in c2_intr() by Tom Tucker · 16 years ago
  29. 139b2db RDMA/amso1100: Add support for "send with invalidate" work requests by Roland Dreier · 16 years ago
  30. 0f39cf3 IB/core: Add support for "send with invalidate" work requests by Roland Dreier · 16 years ago
  31. b846f25 IB/core: Add creation flags to struct ib_qp_init_attr by Eli Cohen · 16 years ago
  32. 3371836 IB: Replace remaining __FUNCTION__ occurrences with __func__ by Harvey Harrison · 16 years ago
  33. 26c4fc2 RDMA/amso1100: Endian annotate mqsq allocator by Roland Dreier · 16 years ago
  34. dc544bc RDMA/amso1100: Start of endianness annotation by Roland Dreier · 16 years ago
  35. 4b29043 RDMA/amso1100: Don't use 0UL as a NULL pointer by Roland Dreier · 16 years ago
  36. 10d024c [NET]: Nuke SET_MODULE_OWNER macro. by Ralf Baechle · 17 years ago
  37. 4e8e6ee RDMA/amso1100: Initialize the wait_queue_head_t in the c2_qp structure by Tom Tucker · 17 years ago
  38. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  39. 06cc850 IB: Use menuconfig for InfiniBand menu by Jan Engelhardt · 17 years ago
  40. 42f811b [IPV4]: Convert IPv4 devconf to an array by Herbert Xu · 17 years ago
  41. f7c6a7b IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules by Roland Dreier · 17 years ago
  42. ed23a72 IB: Return "maybe missed event" hint from ib_req_notify_cq() by Roland Dreier · 17 years ago
  43. f4fd0b2 IB: Add CQ comp_vector support by Michael S. Tsirkin · 17 years ago
  44. afc2e82 Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 17 years ago
  45. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  46. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  47. 1912ffb IB: Set class_dev->dev in core for nice device symlink by Joachim Fenkes · 17 years ago
  48. 38515e9 [PATCH] Scheduled removal of SA_xxx interrupt flags fixups by Thomas Gleixner · 17 years ago
  49. 062dbb6 IB: Return qp pointer as part of ib_wc by Michael S. Tsirkin · 18 years ago
  50. ad1f979 RDMA/amso1100: Fix memory leak in c2_qp_modify() by Krishna Kumar · 18 years ago
  51. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  52. c9edea2 RDMA/amso1100: Prevent deadlock in destroy QP by Krishna Kumar · 18 years ago
  53. e54f818 IB: Convert kmem_cache_t -> struct kmem_cache by Roland Dreier · 18 years ago
  54. 2966612 RDMA/amso1100: Fix section mismatches by Roland Dreier · 18 years ago
  55. b26c791 RDMA/amso1100: Fix && typo by Jean Delvare · 18 years ago
  56. 2ffcab6 RDMA/amso1100: Fix unitialized pseudo_netdev accessed in c2_register_device by Tom Tucker · 18 years ago
  57. d7b748d IB/amso1100: Fix incorrect pr_debug() by Steve Wise · 18 years ago
  58. 8de94ce IB/amso1100: Use dma_alloc_coherent() instead of kmalloc/dma_map_single by Steve Wise · 18 years ago
  59. fb7711e RDMA/amso1100: Fix a NULL dereference in error path by Adrian Bunk · 18 years ago
  60. d986a27 RDMA/amso1100: pci_module_init() conversion by Henrik Kretzschmar · 18 years ago
  61. 1031bfb RDMA/amso1100: Fix build with debugging off by Roland Dreier · 18 years ago
  62. e52e608 RDMA/amso1100: Add spinlocks to serialize ib_post_send/ib_post_recv by Tom Tucker · 18 years ago
  63. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  64. ee30cb5 RDMA/amso1100: Fix memory leak in c2_reg_phys_mr() by Roland Dreier · 18 years ago
  65. 44334bd RDMA/amso1100: Fix error path in c2_llp_accept() by Eric Sesterhenn · 18 years ago
  66. 6edf602 RDMA/amso1100: Fix compile warnings by Roland Dreier · 18 years ago
  67. d7b2004 [PATCH] missing includes from infiniband merge by Al Viro · 18 years ago
  68. f94b533 RDMA/amso1100: Add driver for Ammasso 1100 RNIC by Tom Tucker · 18 years ago