- 51ed039 IB/mthca: Supprot device FW version string by Ira Weiny · 8 years ago
- b7d3e0a IB: remove support for phys MRs by Christoph Hellwig · 9 years ago
- 18ebd40 mlx4, mlx5, mthca: Expose max_sge_rd correctly by Sagi Grimberg · 9 years ago
- 337877a IB/core: Add ability for drivers to report an alternate MAD size. by Ira Weiny · 9 years ago
- 2528e33 IB/core: Pass hardware specific data in query_device by Matan Barak · 9 years ago
- bcf4c1e IB/core: Change provider's API of create_cq to be extendible by Matan Barak · 9 years ago
- f9b22e3 IB/core: Convert core to use bitfield for caps by Ira Weiny · 9 years ago
- 7738613 IB/core: Add per port immutable struct to ib_device by Ira Weiny · 9 years ago
- 6b90a6d IB/Verbs: Implement new callback query_protocol() by Michael Wang · 10 years ago
- f7eaa7e Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'ocrdma', 'qib', 'sgwrapper', 'srp' and 'usnic' into for-next by Roland Dreier · 11 years ago
- 08e74c4 IB/mthca: Return an error on ib_copy_to_udata() failure by Yann Droneaud · 11 years ago
- eeb8461 IB: Refactor umem to use linear SG table by Yishai Hadas · 11 years ago
- 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
- b108d97 infiniband: add in export.h for files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
- fc87af7 infiniband: Fix up users implicitly relying on getting stat.h by Paul Gortmaker · 13 years ago
- 96104ed RDMA/core: Add SRQ type field by Sean Hefty · 13 years ago
- cdb73db IB/mthca: Stop returning separate error and status from FW commands by Goldwyn Rodrigues · 13 years ago
- 9a6edb6 IB/core: Allow device-specific per-port sysfs files by Ralph Campbell · 14 years ago
- 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
- d841064 IB/mthca: Don't allow userspace open while recovering from catastrophic error by Jack Morgenstein · 15 years ago
- f3781d2 RDMA: Remove subversion $Id tags by Roland Dreier · 16 years ago
- baaad38 IB/mthca: Avoid changing userspace ABI to handle DMA write barrier attribute by Roland Dreier · 17 years ago
- cb9fbc5 IB: expand ib_umem_get() prototype by Arthur Kepner · 17 years ago
- f4e91eb IB: convert struct class_device to struct device by Tony Jones · 17 years ago
- b846f25 IB/core: Add creation flags to struct ib_qp_init_attr by Eli Cohen · 17 years ago
- b399939 IB/mthca: Formatting cleanups by Roland Dreier · 17 years ago
- 6ccef1d IB/mthca: Don't read reserved fields in mthca_QUERY_ADAPTER() by Jack Morgenstein · 17 years ago
- 0d89fe2 IB/mthca: Fix and simplify page size calculation in mthca_reg_phys_mr() by Roland Dreier · 17 years ago
- f7c6a7b IB/uverbs: Export ib_umem_get()/ib_umem_release() to modules by Roland Dreier · 18 years ago
- f4fd0b2 IB: Add CQ comp_vector support by Michael S. Tsirkin · 18 years ago
- 1912ffb IB: Set class_dev->dev in core for nice device symlink by Joachim Fenkes · 18 years ago
- b2875d4 IB/mthca: Always fill MTTs from CPU by Michael S. Tsirkin · 18 years ago
- 9d79f1b [PATCH] IB/mthca: Fix FMR breakage caused by kmemdup() conversion by Michael S. Tsirkin · 18 years ago
- f0d1b0b [PATCH] LOG2: Implement a general integer log2 facility in the kernel by David Howells · 18 years ago
- bed8bdf IB: kmemdup() cleanup by Eric Sesterhenn · 18 years ago
- a8bf4e7 IB/mthca: Query port fix by Jack Morgenstein · 18 years ago
- 07ebafb RDMA: iWARP Core Changes. by Tom Tucker · 18 years ago
- 5beba53 IB/mthca: No userspace SRQs if HCA doesn't have SRQ support by Roland Dreier · 18 years ago
- c93b6fb IB/mthca: Make all device methods truly reentrant by Roland Dreier · 18 years ago
- d4cb078 IB/mthca: Fill in max_map_per_fmr device attribute by Or Gerlitz · 18 years ago
- 254abfd IB/mthca: Fix offset in query_gid method by Roland Dreier · 19 years ago
- 59fef3b IB/mthca: Fix max_srq_sge returned by ib_query_device for Tavor devices by Jack Morgenstein · 19 years ago
- 1d89b1a IB/mthca: Implement query_ah method by Jack Morgenstein · 19 years ago
- 8ebe507 IB/mthca: Support for query QP and SRQ by Eli Cohen · 19 years ago
- 6dfc390 IB/mthca: Add modify_device method to set node description by Roland Dreier · 19 years ago
- 2fa5e2e IB/mthca: Whitespace cleanups by Roland Dreier · 19 years ago
- 4885bf6 IB/mthca: Add device-specific support for resizing CQs by Roland Dreier · 19 years ago
- fd9cfdd IB/mthca: Semaphore to mutex conversions by Roland Dreier · 19 years ago
- 17e2e819 IB/mthca: Fix memory leaks in error handling by Jack Morgenstein · 19 years ago
- cf311cd IB: Add node_guid to struct ib_device by Sean Hefty · 19 years ago
- 87635b7 IB/mthca: Factor common MAD initialization code by Roland Dreier · 19 years ago
- 105e50a IB/mthca: kzalloc conversions by Roland Dreier · 19 years ago
- 6627fa6 IB/mthca: fix page shift calculation in mthca_reg_phys_mr() by Michael S. Tsirkin · 19 years ago
- 77369ed [IB] uverbs: have kernel return QP capabilities by Jack Morgenstein · 19 years ago
- 0f69ce1 [IB] mthca: report page size capability by Jack Morgenstein · 19 years ago
- 87cfe32 [IB] mthca: fix format of FW version by Roland Dreier · 19 years ago
- 3d155f8 [IB] mthca: first pass at catastrophic error reporting by Roland Dreier · 19 years ago
- 883a99c [IB] uverbs: Add a mask of device methods allowed for userspace by Roland Dreier · 19 years ago
- efaae8f [IB] mthca: Better limit checking and reporting by Jack Morgenstein · 19 years ago
- 90f104d [IB] mthca: SRQ limit reached events by Roland Dreier · 19 years ago
- 9825051e [IB] mthca: Fill in more fields in query_port method by Jack Morgenstein · 19 years ago
- 274c089 [IB] uverbs: Add device-specific ABI version attribute by Roland Dreier · 19 years ago
- 33033b79 [IB] mthca: Report correct atomic capability by Jack Morgenstein · 19 years ago
- a1c337a [IB] mthca: fix hw_ver value returned from mthca_query_device by Jack Morgenstein · 19 years ago
- a4d61e8 [PATCH] IB: move include files to include/rdma by Roland Dreier · 19 years ago
- ec34a92 [PATCH] IB/mthca: Add SRQ implementation by Roland Dreier · 19 years ago
- d1887ec [PATCH] IB/mthca: Report correct max_msg_sz by Roland Dreier · 19 years ago
- 2e8b981 [PATCH] IB/mthca: add HCA board ID to sysfs info by Michael S. Tsirkin · 19 years ago
- 97f52eb [PATCH] IB: sparse endianness cleanup by Sean Hefty · 19 years ago
- 2a1d9b7 [PATCH] IB: Add copyright notices by Roland Dreier · 19 years ago
- 6d37675 [IB/mthca]: Use io_remap_pfn_range for PCI space by Michael S. Tsirkin · 19 years ago
- 80c8ec2 [PATCH] IB uverbs: add mthca user QP support by Roland Dreier · 19 years ago
- 74c2174 [PATCH] IB uverbs: add mthca user CQ support by Roland Dreier · 19 years ago
- 24d4281 [PATCH] IB uverbs: add mthca user MR support by Roland Dreier · 19 years ago
- 99264c1 [PATCH] IB uverbs: add mthca user PD support by Roland Dreier · 19 years ago
- 53b8b3f [PATCH] IB uverbs: add mthca mmap support by Roland Dreier · 19 years ago
- 5e0b537 [PATCH] IB uverbs: add mthca user context support by Roland Dreier · 19 years ago
- 1cf296b [PATCH] IB uverbs: update mthca for new API by Roland Dreier · 19 years ago
- 761f9eb [PATCH] IB/mthca: Fix memory leak on error path by Roland Dreier · 19 years ago
- a852092 [PATCH] IB/mthca: Fix memset size by Roland Dreier · 19 years ago
- cd4e8fb [PATCH] IB/mthca: Add Sun copyright notice by Tom Duffy · 19 years ago
- 68a3c21 [PATCH] IB/mthca: add support for new MT25204 HCA by Roland Dreier · 20 years ago
- d10ddbf [PATCH] IB/mthca: encapsulate mem-free check into mthca_is_memfree() by Roland Dreier · 20 years ago
- e0f5fdc [PATCH] IB/mthca: add fast memory region implementation by Michael S. Tsirkin · 20 years ago
- 8df8a34 [PATCH] IB/mthca: allow address handle creation in interrupt context by Roland Dreier · 20 years ago
- e464b2a [PATCH] IB/mthca: clean up mthca_dereg_mr() by Roland Dreier · 20 years ago
- 72c3029 [PATCH] IB/mthca: allow unaligned memory regions by Michael S. Tsirkin · 20 years ago
- 8cf2daf [PATCH] IB/mthca: fill in more device query fields by Roland Dreier · 20 years ago
- 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago