summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* IB/core: Temporarily disable create_flow/destroy_flow uverbsYann Droneaud2013-10-211-0/+2
* Merge branch 'misc' into for-nextRoland Dreier2013-10-145-9/+9
|\
| * IB: Remove unnecessary semicolonsJoe Perches2013-10-145-9/+9
* | IB/mlx5: Ensure proper synchronization accessing memoryEli Cohen2013-10-101-3/+4
* | IB/mlx5: Fix alignment of reg umr gather buffersEli Cohen2013-10-101-3/+8
* | IB/mlx5: Fix eq names to display nicely in /proc/interruptsSagi Grimberg2013-10-101-3/+3
* | IB/mlx5: Fix opt param mask according to firmware specEli Cohen2013-10-101-0/+9
* | mlx5: Fix opt param mask for sq err to rts transitionEli Cohen2013-10-101-0/+1
* | IB/mlx5: Disable atomic operationsEli Cohen2013-10-102-47/+6Star
* | IB/mlx5: Avoid async events on invalid port numberEli Cohen2013-10-101-0/+5
* | IB/mlx5: Decrease memory consumption of mr cachesEli Cohen2013-10-101-35/+22Star
* | IB/mlx5: Fix memory leak in mlx5_ib_create_srqMoshe Lazer2013-10-101-1/+3
* | IB/mlx5: Flush cache workqueue before destroying itMoshe Lazer2013-10-101-1/+4
* | IB/mlx5: Fix send work queue size calculationEli Cohen2013-10-101-6/+16
|/
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+2
|\
| * treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacksJoe Perches2013-08-201-1/+2
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'cxgb4', 'flowsteer', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'q...Roland Dreier2013-09-0319-768/+2090
|\ \ \ \ \
| | | | * | IB/qib: Move COUNTER_MASK definition within qib_mad.h header guardsIra Weiny2013-09-031-1/+2
| | | | * | IB/qib: Clean up unnecessary MSI/MSI-X capability findYijing Wang2013-08-131-5/+5
| | | | * | IB/qib: Make qib_driver staticPaul Bolle2013-08-132-2/+1Star
| | | | * | IB/qib: Improve SDMA performanceCQ Tang2013-08-135-227/+728
| | | |/ / | | |/| |
| | | * | RDMA/ocrdma: Fix compiler warning about int/pointer size mismatchRoland Dreier2013-09-031-2/+2
| | | * | RDMA/ocrdma: Fix passing wrong opcode to modify_srqNaresh Gottumukkala2013-09-031-2/+2
| | | * | RDMA/ocrdma: Fill PVID in UMC caseNaresh Gottumukkala2013-09-034-3/+50
| | | * | RDMA/ocrdma: Add ABI versioning supportNaresh Gottumukkala2013-09-032-0/+3
| | | * | RDMA/ocrdma: Consider multiple SGES in case of DPPNaresh Gottumukkala2013-09-031-7/+25
| | | * | RDMA/ocrdma: Fix for displaying proper link speedNaresh Gottumukkala2013-09-034-2/+97
| | | * | RDMA/ocrdma: Increase STAG array sizeNaresh Gottumukkala2013-09-033-4/+6
| | | * | RDMA/ocrdma: Dont use PD 0 for userpace CQ DBNaresh Gottumukkala2013-09-036-40/+339
| | | * | RDMA/ocrdma: FRMA code cleanupNaresh Gottumukkala2013-09-034-12/+15
| | | * | RDMA/ocrdma: For ERX2 irrespective of Qid, num_posted offset is 24Naresh Gottumukkala2013-09-034-14/+25
| | | * | RDMA/ocrdma: Fix to work with even a single MSI-X vectorNaresh Gottumukkala2013-09-032-100/+36Star
| | | * | RDMA/ocrdma: Remove the MTU check based on Ethernet MTUNaresh Gottumukkala2013-09-032-5/+3Star
| | | * | RDMA/ocrdma: Add support for fast register work requests (FRWR)Naresh Gottumukkala2013-09-036-3/+192
| | | * | RDMA/ocrdma: Create IRD queue fixNaresh Gottumukkala2013-09-033-47/+73
| | | * | RDMA/ocrdma: Cache recv DB until QP moved to RTRNaresh Gottumukkala2013-08-124-7/+29
| | | * | RDMA/ocrdma: Remove __packedNaresh Gottumukkala2013-08-122-80/+84
| | | * | RDMA/ocrdma: Remove driver QP state machineNaresh Gottumukkala2013-08-123-96/+11Star
| | | * | RDMA/ocrdma: Don't allow zero/invalid sgid usageNaresh Gottumukkala2013-08-121-1/+7
| | | * | RDMA/ocrdma: Remove redundant dev referenceNaresh Gottumukkala2013-08-125-63/+57Star
| | | * | RDMA/ocrdma: Style and redundant code cleanupNaresh Gottumukkala2013-08-124-90/+96
| | |/ /
| * / / IB/mlx4: Add receive flow steering supportHadar Hen Zion2013-08-282-0/+247
| |/ /
* | | RDMA/cxgb4: Issue RI.FINI before closing when entering TERMSteve Wise2013-08-131-1/+6
* | | RDMA/cxgb4: Advertise ~0ULL as max MR sizeSteve Wise2013-08-131-1/+1
* | | RDMA/cxgb4: Always do GTS write if cidx_inc == CIDXINC_MASKSteve Wise2013-08-131-1/+1
* | | RDMA/cxgb4: Set arp error handler for PASS_ACCEPT_RPL messagesSteve Wise2013-08-131-0/+2
* | | RDMA/cxgb4: Fix accounting for unsignaled SQ WRs to deal with wrapSteve Wise2013-08-131-2/+5
* | | RDMA/cxgb4: Fix QP flush logicSteve Wise2013-08-134-136/+254
* | | RDMA/cxgb4: Handle newer firmware changesSteve Wise2013-08-132-13/+2Star