summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2015-11-15IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur1-1/+9
2015-10-28iser-target: remove command with state ISTATE_REMOVEJenny Derzhavetz1-1/+8
2015-10-07IB/mlx4: Use correct SL on AH query under RoCENoa Osherovich1-1/+5
2015-10-07IB/mlx4: Forbid using sysfs to change RoCE pkeysJack Morgenstein1-1/+4
2015-10-07IB/uverbs: Fix race between ib_uverbs_open and remove_oneYishai Hadas2-14/+32
2015-10-07IB/uverbs: reject invalid or unknown opcodesChristoph Hellwig1-1/+9
2015-10-07IB/qib: Change lkey table allocation to support more MRsMike Marciniszyn3-4/+16
2015-08-04iser-target: Fix possible deadlock in RDMA_CM connection errorSagi Grimberg1-5/+9
2015-07-03iser-target: release stale iser connectionsSagi Grimberg1-1/+17
2015-07-02iser-target: Fix variable-length response error completionSagi Grimberg1-2/+4
2015-06-10RDMA/core: Fix for parsing netlink string attributeTatyana Nikolova1-1/+1
2015-05-23RDMA/CMA: Canonize IPv4 on IPV6 sockets properlyJason Gunthorpe1-10/+17
2015-05-18IB/iser: Fix wrong calculation of protection buffer lengthSagi Grimberg1-2/+2
2015-05-18IB/mlx4: Fix WQE LSO segment calculationErez Shitrit1-2/+1
2015-05-18IB/core: don't disallow registering region starting at 0x0Yann Droneaud1-2/+2
2015-05-18IB/core: disallow registering 0-sized memory regionYann Droneaud1-0/+3
2015-05-18iser-target: Fix session hang in case of an rdma read DIF errorSagi Grimberg1-2/+4
2015-04-25IB/mlx4: Saturate RoCE port PMA counters in case of overflowMajd Dibbiny1-4/+16
2015-04-23IB/uverbs: Prevent integer overflow in ib_umem_get address arithmeticShachar Raindel1-0/+8
2015-03-24IB/core: When marshaling ucma path from user-space, clear unused fieldsIlya Nelkenbaum1-0/+3
2015-03-24IB/core: Fix deadlock on uverbs modify_qp error flowMoshe Lazer1-4/+5
2015-03-24IB/mlx4: Fix wrong usage of IPv4 protocol for multicast attach/detachOr Gerlitz1-5/+5
2015-03-24IB/mlx4: Fix memory leak in __mlx4_ib_modify_qpMajd Dibbiny1-2/+4
2015-03-24IB/mlx5: Fix error code in get_port_caps()Dan Carpenter1-1/+1
2015-03-24IB/iser: Use correct dma direction when unmapping SGsRoi Dayan3-8/+17
2015-03-24IB/iser: Fix memory regions possible leakSagi Grimberg2-15/+14
2015-03-24IB/qib: Do not write EEPROMMitko Haralanov7-220/+1
2015-01-27iscsi,iser-target: Expose supported protection ops according to t10_piSagi Grimberg2-3/+12
2015-01-27iser-target: Fix NULL dereference in SW mode DIFSagi Grimberg1-6/+13
2015-01-27iser-target: Allocate PI contexts dynamicallySagi Grimberg2-116/+158
2015-01-27iser-target: Fix implicit termination of connectionsSagi Grimberg2-8/+35
2015-01-27iser-target: Handle ADDR_CHANGE event for listener cm_idSagi Grimberg2-31/+77
2015-01-27iser-target: Fix connected_handler + teardown flow raceSagi Grimberg1-12/+19
2015-01-27iser-target: Parallelize CM connection establishmentSagi Grimberg2-24/+62
2015-01-27iser-target: Fix flush + disconnect completion handlingSagi Grimberg2-23/+31
2015-01-27iscsi,iser-target: Initiate termination only onceSagi Grimberg2-34/+51
2015-01-27IB/iser: Fix possible SQ overflowMax Gurtovoy2-3/+5
2014-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2-14/+38
2014-11-20IB/isert: Adjust CQ size to HW limitsChris Moore1-2/+6
2014-11-03iser-target: Handle DEVICE_REMOVAL event on network portal listener correctlySagi Grimberg1-10/+19
2014-11-03ib_isert: Add max_send_sge=2 minimum for control PDU responsesOr Gerlitz1-2/+5
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+8
2014-10-31mlx4: Avoid leaking steering rules on flow creation error flowOr Gerlitz1-2/+8
2014-10-28srp-target: Retry when QP creation fails with ENOMEMBart Van Assche1-0/+8
2014-10-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-3/+3
2014-10-19Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds18-927/+1330
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2014-10-15Merge branches 'core', 'cxgb4', 'iser', 'mlx5' and 'ocrdma' into for-nextRoland Dreier17-927/+1324
2014-10-14RDMA/cxgb4: Fix ntuple calculation for ipv6 and remove duplicate lineHariprasad S1-4/+3
2014-10-14RDMA/cxgb4: Add missing neigh_release in find_routeHariprasad S1-0/+1