1. b4fdf52 Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', 'nes', 'ocrdma', 'qib' and 'srp' into for-next by Roland Dreier · 11 years ago
  2. 69ad5da IB/core: Re-enable create_flow/destroy_flow uverbs by Matan Barak · 11 years ago
  3. f21519b IB/core: extended command: an improved infrastructure for uverbs commands by Yann Droneaud · 11 years ago
  4. 2490f20 IB/core: Remove ib_uverbs_flow_spec structure from userspace by Yann Droneaud · 11 years ago
  5. 58913ef IB/core: Use a common header for uverbs flow_specs by Yann Droneaud · 11 years ago
  6. b68c956 IB/core: Make uverbs flow structure use names like verbs ones by Yann Droneaud · 11 years ago
  7. d82693d IB/core: Rename 'flow' structs to match other uverbs structs by Yann Droneaud · 11 years ago
  8. f884827 IB/core: clarify overflow/underflow checks on ib_create/destroy_flow by Matan Barak · 11 years ago
  9. f3a5e3e IB/ucma: Convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  10. ab626d1 IB/cm: Convert to using idr_alloc_cyclic() by Zhao Hongjiang · 11 years ago
  11. cf1c5e1 IB/mlx5: Fix page shift in create CQ for userspace by Eli Cohen · 11 years ago
  12. 79d3da9 IB/mlx4: Fix device max capabilities check by Eli Cohen · 11 years ago
  13. 2b136d0 IB/mlx5: Fix list_del of empty list by Eli Cohen · 11 years ago
  14. 7e2e192 IB/mlx5: Remove dead code by Eli Cohen · 11 years ago
  15. 1c636f8 IB/core: Encorce MR access rights rules on kernel consumers by Eli Cohen · 11 years ago
  16. 93b80ac IB/mlx4: Fix endless loop in resize CQ by Eli Cohen · 11 years ago
  17. 352b905 RDMA/cma: Remove unused argument and minor dead code by Michal Nazarewicz · 11 years ago
  18. c6b2182 RDMA/ucma: Discard events for IDs not yet claimed by user space by Sean Hefty · 11 years ago
  19. 180771a IB/core: Add Cisco usNIC rdma node and transport types by Upinder Malhi \(umalhi\) · 11 years ago
  20. 4127c36 RDMA/nes: Remove self-assignment from nes_query_qp() by Dave Jones · 11 years ago
  21. cd4e385 IB/srp: Report receive errors correctly by Bart Van Assche · 11 years ago
  22. 99b6697 IB/srp: Avoid offlining operational SCSI devices by Bart Van Assche · 11 years ago
  23. 65d7dd2 IB/srp: Remove target from list before freeing Scsi_Host structure by Vu Pham · 11 years ago
  24. 71444b9 IB/srp: Add change_queue_depth and change_queue_type support by Jack Wang · 11 years ago
  25. 4d73f95 IB/srp: Make queue size configurable by Bart Van Assche · 11 years ago
  26. b81d00b IB/srp: Introduce srp_alloc_req_data() by Bart Van Assche · 11 years ago
  27. 848b308 IB/srp: Export sgid to sysfs by Bart Van Assche · 11 years ago
  28. a95cadb IB/srp: Add periodic reconnect functionality by Bart Van Assche · 11 years ago
  29. 8c64e45 scsi_transport_srp: Add periodic reconnect support by Bart Van Assche · 11 years ago
  30. c1120f8 IB/srp: Start timers if a transport layer error occurs by Bart Van Assche · 11 years ago
  31. ed9b226 IB/srp: Use SRP transport layer error recovery by Bart Van Assche · 11 years ago
  32. 29c1732 scsi_transport_srp: Add transport layer error handling by Bart Van Assche · 11 years ago
  33. 9dd69a6 IB/srp: Keep rport as long as the IB transport layer by Bart Van Assche · 11 years ago
  34. 7bb312e IB/srp: Make transport layer retry count configurable by Vu Pham · 11 years ago
  35. 2fadd83 IB/qib: Fix txselect regression by Mike Marciniszyn · 11 years ago
  36. 78a5886 IB/qib: Fix checkpatch __packed warnings by Mike Marciniszyn · 11 years ago
  37. 603e772 IB/qib: Convert qib_user_sdma_pin_pages() to use get_user_pages_fast() by Jan Kara · 11 years ago
  38. 4adcf7f IB/ipath: Convert ipath_user_sdma_pin_pages() to use get_user_pages_fast() by Jan Kara · 11 years ago
  39. d5e3f37 RDMA/ocrdma: Remove redundant check in ocrdma_build_fr() by Naresh Gottumukkala · 11 years ago
  40. 1852d1d RDMA/ocrdma: Fix a crash in rmmod by Naresh Gottumukkala · 11 years ago
  41. 6ebacdf RDMA/ocrdma: Silence an integer underflow warning by Dan Carpenter · 11 years ago
  42. 1b77d2b mlx5: Use enum to indicate adapter page size by Eli Cohen · 11 years ago
  43. c2a3431 IB/mlx5: Update opt param mask for RTS2RTS by Eli Cohen · 11 years ago
  44. 07c9113 IB/mlx5: Remove "Always false" comparison by Eli Cohen · 11 years ago
  45. 2d036fa IB/mlx5: Remove dead code in mr.c by Eli Cohen · 11 years ago
  46. 4e3d677 mlx5_core: Change optimal_reclaimed_pages for better performance by Moshe Lazer · 11 years ago
  47. 87b8de4 mlx5: Clear reserved area in set_hca_cap() by Eli Cohen · 11 years ago
  48. bf0bf77 mlx5: Support communicating arbitrary host page size to firmware by Eli Cohen · 11 years ago
  49. 952f5f6 mlx5: Fix cleanup flow when DMA mapping fails by Eli Cohen · 11 years ago
  50. cfd8f1d IB/mlx5: Fix srq free in destroy qp by Moshe Lazer · 11 years ago
  51. 1faacf8 IB/mlx5: Simplify mlx5_ib_destroy_srq by Eli Cohen · 11 years ago
  52. 9641b74e IB/mlx5: Fix overflow check in IB_WR_FAST_REG_MR by Eli Cohen · 11 years ago
  53. 746b558 IB/mlx5: Multithreaded create MR by Eli Cohen · 11 years ago
  54. 51ee86a IB/mlx5: Fix check of number of entries in create CQ by Eli Cohen · 11 years ago
  55. 5476781 IB/netlink: Remove superfluous RDMA_NL_GET_OP() masking by Mathias Krause · 11 years ago
  56. 6b7d103 IB/core: Pass imm_data from ib_uverbs_send_wr to ib_send_wr correctly by Latchesar Ionkov · 11 years ago
  57. 7f1a386 IPoIB: lower NAPI weight by Michal Schmidt · 11 years ago
  58. 94232d9 IPoIB: Start multicast join process only on active ports by Erez Shitrit · 11 years ago
  59. a39c52a IPoIB: Add path query flushing in ipoib_ib_dev_cleanup by Erez Shitrit · 11 years ago
  60. a9c8ba5 IPoIB: Fix usage of uninitialized multicast objects by Erez Shitrit · 11 years ago
  61. aede250 IPoIB: Avoid flushing the driver workqueue on dev_down by Erez Shitrit · 11 years ago
  62. f47944c IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush() by Erez Shitrit · 11 years ago
  63. 22252b4 IPoIB: Change CM skb memory allocation to be non-atomic during init by Tal Alon · 11 years ago
  64. c2bb562 IPoIB: Fix crash in dev_open error flow by Erez Shitrit · 11 years ago
  65. 649fb5e IB/cxgb4: Fix formatting of physical address by Ben Hutchings · 11 years ago
  66. be9130c IB/cma: Check for GID on listening device first by Doug Ledford · 11 years ago
  67. 29f27e8 IB/cma: Use cached gids by Doug Ledford · 11 years ago
  68. 959f585 Linux 3.12-rc7 by Linus Torvalds · 11 years ago
  69. a2ff820 Merge branch 'parisc-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 11 years ago
  70. aff22d3 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  71. e2756f5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  72. 1c99ca4 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  73. acda24c Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  74. 63e6560 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 11 years ago
  75. 54e181e parisc: Do not crash 64bit SMP kernels on machines with >= 4GB RAM by Helge Deller · 11 years ago
  76. 20582e3 Merge tag 'pm+acpi-3.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  77. d255c59 Merge tag 'for-linus-20131025' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  78. 60a01f5 vhost/scsi: Fix incorrect usage of get_user_pages_fast write parameter by Nicholas Bellinger · 11 years ago
  79. 58932e9 target/pscsi: fix return value check by Wei Yongjun · 11 years ago
  80. f55ac56 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  81. 031e277 mtd: gpmi: fix ECC regression by David Woodhouse · 11 years ago
  82. 05e1674 seq_file: always update file->f_pos in seq_lseek() by Gu Zheng · 11 years ago
  83. 75c0758 acpi-cpufreq: Fail initialization if driver cannot be registered by Rafael J. Wysocki · 11 years ago
  84. 4208c47 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  85. 88829df Merge tag 'ecryptfs-3.12-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 11 years ago
  86. d3c345d PM / hibernate: Move software_resume to late_initcall_sync by Russ Dill · 11 years ago
  87. 18a84e93 mtd: nand: pxa3xx: Fix registered MTD name by Ezequiel Garcia · 11 years ago
  88. 43b7c6c eCryptfs: fix 32 bit corruption issue by Colin Ian King · 11 years ago
  89. 7261828 dmaengine: edma: fix another memory leak by Vinod Koul · 11 years ago
  90. 4b6271a dma: edma: Fix memory leak by Valentin Ilie · 11 years ago
  91. 48502dd target: Fail XCOPY for non matching source + destination block_size by Nicholas Bellinger · 11 years ago
  92. 8a955d6 target: Generate failure for XCOPY I/O with non-zero scsi_status by Nicholas Bellinger · 11 years ago
  93. 366bda19 target: Add missing XCOPY I/O operation sense_buffer by Nicholas Bellinger · 11 years ago
  94. e6036c0 Merge tag 'md/3.12-fixes' of git://neil.brown.name/md by Linus Torvalds · 11 years ago
  95. be6e8c7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 11 years ago
  96. 0a66614 iser-target: check device before dereferencing its variable by Vu Pham · 11 years ago
  97. d47648f raid5: avoid finding "discard" stripe by Shaohua Li · 11 years ago
  98. 37c61ff raid5: set bio bi_vcnt 0 for discard request by Shaohua Li · 11 years ago
  99. 905b029 md: avoid deadlock when md_set_badblocks. by Bian Yu · 11 years ago
  100. 61e4947 md: Fix skipping recovery for read-only arrays. by Lukasz Dorau · 11 years ago