summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-141-83/+43
|\
| * IB/qib: Drop qib_tune_pcie_caps() and qib_tune_pcie_coalesce() return valuesBjorn Helgaas2013-10-041-16/+12
| * IB/qib: Use pcie_set_mps() and pcie_get_mps() to simplify codeYijing Wang2013-09-241-66/+30
| * IB/qib: Use pci_is_root_bus() to check whether it is a root busYijing Wang2013-09-241-1/+1
* | qib_fs: fix (some) dcache abusesAl Viro2013-11-131-2/+5
* | net/mlx4_core: Initialize all mailbox buffers to zero before useJack Morgenstein2013-11-071-6/+0
* | mlx4: Structures and init/teardown for VF resource quotasJack Morgenstein2013-11-041-4/+4
* | 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/+6
* | 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/+22
* | 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-021-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/+1
| | | | * | 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-021-2/+2
| | | * | RDMA/ocrdma: Fill PVID in UMC caseNaresh Gottumukkala2013-09-024-3/+50
| | | * | RDMA/ocrdma: Add ABI versioning supportNaresh Gottumukkala2013-09-022-0/+3
| | | * | RDMA/ocrdma: Consider multiple SGES in case of DPPNaresh Gottumukkala2013-09-021-7/+25
| | | * | RDMA/ocrdma: Fix for displaying proper link speedNaresh Gottumukkala2013-09-024-2/+97
| | | * | RDMA/ocrdma: Increase STAG array sizeNaresh Gottumukkala2013-09-023-4/+6
| | | * | RDMA/ocrdma: Dont use PD 0 for userpace CQ DBNaresh Gottumukkala2013-09-026-40/+339
| | | * | RDMA/ocrdma: FRMA code cleanupNaresh Gottumukkala2013-09-024-12/+15
| | | * | RDMA/ocrdma: For ERX2 irrespective of Qid, num_posted offset is 24Naresh Gottumukkala2013-09-024-14/+25
| | | * | RDMA/ocrdma: Fix to work with even a single MSI-X vectorNaresh Gottumukkala2013-09-022-100/+36
| | | * | RDMA/ocrdma: Remove the MTU check based on Ethernet MTUNaresh Gottumukkala2013-09-022-5/+3
| | | * | RDMA/ocrdma: Add support for fast register work requests (FRWR)Naresh Gottumukkala2013-09-026-3/+192
| | | * | RDMA/ocrdma: Create IRD queue fixNaresh Gottumukkala2013-09-023-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/+11
| | | * | RDMA/ocrdma: Don't allow zero/invalid sgid usageNaresh Gottumukkala2013-08-121-1/+7
| | | * | RDMA/ocrdma: Remove redundant dev referenceNaresh Gottumukkala2013-08-125-63/+57
| | | * | 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
| |/ /