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