summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | | | | | * | | IB/usnic: Add Cisco VIC low-level hardware driverUpinder Malhi2014-01-1429-0/+4899
| | | | | | | | | | |/ /
| | | | | | | | | * | | scsi_transport_srp: Fix a race conditionBart Van Assche2014-01-211-0/+1
| | | | | | | | | |/ /
| | | | | | | | * | | IB/qib: Fix QP check when looping back to/from QP1Ira Weiny2014-01-221-1/+8
| | | | | | | | |/ /
| | | | | | | * | | RDMA/ocrdma: Fix OCRDMA_GEN2_FAMILY macro definitionDevesh Sharma2014-01-131-1/+1
| | | | | | | * | | RDMA/ocrdma: Fix AV_VALID bit positionDevesh Sharma2014-01-132-1/+2
| | | | | | | |/ /
| | | | | | * | | IB/mlx5: Verify reserved fields are clearedEli Cohen2014-01-221-2/+6
| | | | | | * | | IB/mlx5: Allow creation of QPs with zero-length work queuesEli Cohen2014-01-221-20/+29
| | | | | | * | | IB/mlx5: Add support for resize CQEli Cohen2014-01-223-18/+270
| | | | | | * | | IB/mlx5: Implement modify CQEli Cohen2014-01-221-1/+25
| | | | | | * | | IB/mlx5: Make sure doorbell record is visible before doorbellEli Cohen2014-01-221-0/+4
| | | | | | * | | IB/mlx5: Fix micro UAR allocatorEli Cohen2014-01-142-24/+66
| | | | | | * | | IB/mlx5: Remove unused code in mr.cEli Cohen2014-01-142-2/+0
| | | | | | |/ /
| | | | | * | | IB/mlx4: Fix error return codeJulia Lawall2014-01-181-2/+6
| | | | | |/ /
| | | | * | | RDMA/nes: Slight optimization of Ethernet address compareDing Tianhong2014-01-221-2/+1
| | | | * | | RDMA/amso1100: Add check if cache memory was allocated before freeing itSvetlana Mavrina2014-01-221-1/+2
| | | | * | | IB/core: Fix unused variable warningOr Gerlitz2014-01-221-2/+1
| | | | |/ /
| | | * | | IPoIB: Report operstate consistently when brought up without a linkMichal Schmidt2014-01-221-2/+2
| | | |/ /
| | * | | IB/mlx4: Add support for steerable IB UD QPsMatan Barak2014-01-143-7/+163
| | * | | IB/mlx4: Add mechanism to support flow steering over IB linksMatan Barak2014-01-141-1/+134
| | * | | IB/mlx4: Enable device-managed steering support for IB ports tooMatan Barak2014-01-142-12/+20
| | * | | IB/core: Add flow steering support for IPoIB UD trafficMatan Barak2014-01-141-0/+3
| | |/ /
| * | | RDMA/cxgb4: Fix gcc warning on 32-bit archPaul Bolle2014-01-221-1/+1
| |/ /
* | | RDMA/cma: Handle global/non-linklocal IPv6 addresses in cma_check_linklocal()Somnath Kotur2014-01-221-2/+5
|/ /
* | infiniband: make sure the src net is infiniband when create new linkHangbin Liu2014-01-031-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-12-301-58/+20
|\ \
| * | RDMA/cxgb4: Use cxgb4_select_ntuple to correctly calculate ntuple fieldsKumar Sanghvi2013-12-221-54/+17
| * | RDMA/cxgb4: Server filters are supported only for IPv4Kumar Sanghvi2013-12-221-1/+2
| * | RDMA/cxgb4: Calculate the filter server TID properlyKumar Sanghvi2013-12-221-3/+1
| |/
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-12-235-15/+52
|\ \
| | \
| | \
| *-. \ Merge branches 'cxgb4', 'flowsteer' and 'misc' into for-linusRoland Dreier2013-12-234-14/+51
| |\ \ \
| | | * | RDMA/iwcm: Don't touch cm_id after deref in rem_refSteve Wise2013-12-151-2/+9
| | | |/
| | * | IB/uverbs: Check access to userspace response buffer in extended commandYann Droneaud2013-12-201-0/+5
| | * | IB/uverbs: Check input length in flow steering uverbsYann Droneaud2013-12-201-0/+6
| | * | IB/uverbs: Set error code when fail to consume all flow_spec itemsYann Droneaud2013-12-201-0/+1
| | * | IB/uverbs: Check reserved fields in create_flowYann Droneaud2013-12-201-0/+7
| | * | IB/uverbs: Check comp_mask in destroy_flowYann Droneaud2013-12-201-0/+3
| | * | IB/uverbs: Check reserved field in extended command headerYann Droneaud2013-12-201-0/+3
| | * | IB/uverbs: New macro to set pointers to NULL if length is 0 in INIT_UDATA()Roland Dreier2013-12-202-11/+16
| | * | IB/core: const'ify inbuf in struct ib_udataYann Droneaud2013-12-161-1/+1
| | |/
| * | RDMA/cxgb4: Make _c4iw_write_mem_dma() staticRashika2013-12-151-1/+1
| |/
* | iser-target: Move INIT_WORK setup into isert_create_device_ib_resNicholas Bellinger2013-12-191-2/+4
* | iser-target: fix error return code in isert_create_device_ib_res()Wei Yongjun2013-12-111-4/+12
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2013-11-223-38/+77
|\
| * ib_isert: Avoid duplicate iscsit_increment_maxcmdsn callNicholas Bellinger2013-11-121-5/+1
| * iser-target: Avoid using FRMR for single dma entry requestsVu Pham2013-11-121-12/+20
| * target: Drop left-over se_lun->lun_cmd_list shutdown codeNicholas Bellinger2013-11-071-10/+0
| * ib_isert: Add support for completion interrupt coalescingNicholas Bellinger2013-11-062-12/+57
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-11-1838-440/+928
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----------------. \ Merge branches 'cma', 'cxgb4', 'flowsteer', 'ipoib', 'misc', 'mlx4', 'mlx5', ...Roland Dreier2013-11-1737-404/+894
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | IB/srp: Report receive errors correctlyBart Van Assche2013-11-081-5/+4
OpenPOWER on IntegriCloud