1. d5b72ad target: Rename target_allocate_tasks to target_setup_cmd_from_cdb by Andy Grover · 12 years ago
  2. 6f36033 IB/srpt: Set srq_type to IB_SRQT_BASIC by Roland Dreier · 12 years ago
  3. 1ab142d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 12 years ago
  4. 0c2fe82 Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  5. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  6. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  7. 2a156d0 infiniband: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  8. f0e88ae Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', 'srp' and 'srpt' into for-next by Roland Dreier · 12 years ago
  9. 187e70a ib_srpt: Fix srpt_handle_cmd send_ioctx->ioctx_kref leak on exception by Nicholas Bellinger · 12 years ago
  10. c7ec05c target: Drop unused legacy target_core_fabric_ops API callers by Nicholas Bellinger · 12 years ago
  11. d927d50 IB: Change CQE "csum_ok" field to a bit flag by Or Gerlitz · 13 years ago
  12. 89e984e IB/iser: Post initial receive buffers before sending the final login request by Or Gerlitz · 12 years ago
  13. d474186 IB/iser: Free IB connection resources in the proper place by Doug Ledford · 12 years ago
  14. 683b159 IB/srp: Consolidate repetitive sysfs code by Bart Van Assche · 13 years ago
  15. e0bda7d IB/srp: Use pr_fmt() and pr_err()/pr_warn() by Bart Van Assche · 13 years ago
  16. a776ce7 IB/srpt: Fix typo "alocate" -> "allocate" by Masanari Iida · 13 years ago
  17. c8e31f2 target: Add SCF_SCSI_TMR_CDB usage and drop se_tmr_req_cache by Andy Grover · 13 years ago
  18. 7d680f3 target: replace various cmd flags with a transport state by Christoph Hellwig · 13 years ago
  19. 8df54d6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  20. 7367d99 SRP: Fix typo in ib_srpt.c by Masanari Iida · 13 years ago
  21. 936d7de IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addresses by Roland Dreier · 13 years ago
  22. 715252d IB/srpt: Don't return freed pointer from srpt_alloc_ioctx_ring() by Jesper Juhl · 13 years ago
  23. 3af3363 IB/srpt: Fix ERR_PTR() vs. NULL checking confusion by Dan Carpenter · 13 years ago
  24. ebfded8 IB/srpt: Remove unneeded <linux/version.h> include by Jesper Juhl · 13 years ago
  25. f225066 IB/srpt: Use ARRAY_SIZE() instead of open-coding by Roland Dreier · 13 years ago
  26. 486d8b9 IB/srpt: Use DEFINE_SPINLOCK()/LIST_HEAD() by Roland Dreier · 13 years ago
  27. f59e842 Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  28. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  29. 587a1f1 switch ->is_visible() to returning umode_t by Al Viro · 13 years ago
  30. a42d985 ib_srpt: Initial SRP Target merge for v3.3-rc1 by Bart Van Assche · 13 years ago
  31. 17e6abe infiniband: ipoib: Sanitize neighbour handling in ipoib_main.c by David Miller · 13 years ago
  32. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  33. b361311 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  34. 596b9b6 neigh: Add infrastructure for allocating device neigh privates. by David Miller · 13 years ago
  35. a493f1a Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-next by Roland Dreier · 13 years ago
  36. 580da35 IB: Fix RCU lockdep splats by Eric Dumazet · 13 years ago
  37. 3874397 IB/ipoib: Prevent hung task or softlockup processing multicast response by Mike Marciniszyn · 13 years ago
  38. 9ca36f7 infiniband: Update net drivers for netdev_features_t changes. by David S. Miller · 13 years ago
  39. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  40. 5243954 IB/iser: DMA unmap TX bufs used for iSCSI/iSER headers by Or Gerlitz · 13 years ago
  41. 2c4ce60 IB/iser: Use separate buffers for the login request/response by Or Gerlitz · 13 years ago
  42. f470f8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  43. 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
  44. fec14d2 infiniband: add moduleparam.h to drivers/infiniband as required by Paul Gortmaker · 13 years ago
  45. b108d97 infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  46. e4dd23d infiniband: Fix up module files that need to include module.h by Paul Gortmaker · 13 years ago
  47. ec7ae51 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  48. 9e903e0 net: add skb frag size accessors by Eric Dumazet · 13 years ago
  49. 787adb9 IPoIB: Use the right function to do DMA unmap pages by Dotan Barak · 13 years ago
  50. 96104ed RDMA/core: Add SRQ type field by Sean Hefty · 13 years ago
  51. e36fb88 IPoIB: Handle extended rates in debugfs by Marcel Apfelbaum · 13 years ago
  52. 8decf86 Merge branch 'master' of github.com:davem330/net by David S. Miller · 13 years ago
  53. f27fb2e [SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrs by Mike Christie · 13 years ago
  54. 1d063c1 [SCSI] iscsi class: sysfs group is_visible callout for session attrs by Mike Christie · 13 years ago
  55. 3128c6c [SCSI] iscsi cls: sysfs group is_visible callout for conn attrs by Mike Christie · 13 years ago
  56. 5581be3 IPoIB: convert to SKB paged frag API. by Ian Campbell · 13 years ago
  57. afc4b13 net: remove use of ndo_set_multicast_list in drivers by Jiri Pirko · 13 years ago
  58. 80b43de Merge branches 'ipoib' and 'iser' into for-next by Roland Dreier · 13 years ago
  59. 200ae1a IB/iser: Support iSCSI PDU padding by Or Gerlitz · 13 years ago
  60. 0ace64b IBiser: Fix wrong mask when sizeof (dma_addr_t) > sizeof (unsigned long) by Or Gerlitz · 13 years ago
  61. 22cfb0b IPoIB: Fix possible NULL dereference in ipoib_start_xmit() by Bernd Schubert · 13 years ago
  62. 91d41fd Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 13 years ago
  63. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  64. 1235218 iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsi by Nicholas Bellinger · 13 years ago
  65. ece236c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  66. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  67. fd1b6c4 IB/srp: Avoid duplicate devices from LUN scan by Bart Van Assche · 13 years ago
  68. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  69. 4c171ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  70. 8dc4abd Merge branches 'cma', 'cxgb3', 'cxgb4', 'misc', 'nes', 'netlink', 'srp' and 'uverbs' into for-next by Roland Dreier · 13 years ago
  71. b26f9b9 RDMA/cma: Pass QP type into rdma_create_id() by Sean Hefty · 14 years ago
  72. 737b94e IB/srp: Fix integer -> pointer cast warnings by Roland Dreier · 13 years ago
  73. 3d96c74 net: infiniband/ulp/ipoib: convert to hw_features by Michał Mirosław · 13 years ago
  74. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  75. 0625bef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 13 years ago
  76. be8b981 IB/srp: try to use larger FMR sizes to cover our mappings by David Dillow · 14 years ago
  77. c07d424 IB/srp: add support for indirect tables that don't fit in SRP_CMD by David Dillow · 14 years ago
  78. 8f26c9f IB/srp: rework mapping engine to use multiple FMR entries by David Dillow · 14 years ago
  79. 4924864 IB/srp: allow sg_tablesize to be set for each target by David Dillow · 14 years ago
  80. 961e0be IB/srp: move IB CM setup completion into its own function by David Dillow · 14 years ago
  81. 8c4037b IB/srp: always avoid non-zero offsets into an FMR by David Dillow · 14 years ago
  82. 7c53c6f [SCSI] iser: export addr and port by Mike Christie · 14 years ago
  83. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 14 years ago
  84. 4790f4d Merge branches 'misc', 'mlx4', 'mthca', 'nes' and 'srp' into for-next by Roland Dreier · 14 years ago
  85. f062671 RDMA: Update workqueue usage by Tejun Heo · 14 years ago
  86. 695b834 IB/srp: Test only once whether iu allocation succeeded by Bart Van Assche · 14 years ago
  87. 948579c RDMA: Use vzalloc() to replace vmalloc()+memset(0) by Joe Perches · 14 years ago
  88. 2b76c05 Merge branches 'cxgb4', 'ipath', 'ipoib', 'mlx4', 'mthca', 'nes', 'qib' and 'srp' into for-next by Roland Dreier · 14 years ago
  89. 8ae31e5 IPoIB: Add GRO support by Or Gerlitz · 14 years ago
  90. 19e364f IPoIB: Remove LRO support by Or Gerlitz · 14 years ago
  91. 9af7627 IB/srp: consolidate hot-path variables into cache lines by David Dillow · 14 years ago
  92. e968467 IB/srp: stop sharing the host lock with SCSI by Bart Van Assche · 14 years ago
  93. 94a9174 IB/srp: reduce lock coverage of command completion by Bart Van Assche · 14 years ago
  94. 76c75b2 IB/srp: reduce local coverage for command submission and EH by Bart Van Assche · 14 years ago
  95. 536ae14 IB/srp: don't move active requests to their own list by Bart Van Assche · 14 years ago
  96. dcb4cb8 IB/srp: allow lockless work posting by Bart Van Assche · 14 years ago
  97. 9709f0e IB/srp: consolidate state change code by Bart Van Assche · 14 years ago
  98. f8b6e31 IB/srp: allow task management without a previous request by David Dillow · 14 years ago
  99. f281233 SCSI host lock push-down by Jeff Garzik · 14 years ago
  100. 9e5fca2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 14 years ago