summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp
Commit message (Expand)AuthorAgeFilesLines
* IB/ipoib: Consolidate checking of the proposed child interfaceJason Gunthorpe2018-08-022-28/+52
* IB/ipoib: Maintain the child_intfs list from ndo_init/uninitJason Gunthorpe2018-08-023-26/+16
* IB/ipoib: Do not remove child devices from within the ndo_uninitJason Gunthorpe2018-08-023-11/+30
* IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe2018-08-024-48/+65
* RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe2018-08-023-66/+105
* IB/ipoib: Move init code to ndo_initJason Gunthorpe2018-08-024-119/+114
* IB/ipoib: Move all uninit code into ndo_uninitJason Gunthorpe2018-08-023-32/+34
* IB/ipoib: Use cancel_delayed_work_sync for neigh-clean taskErez Shitrit2018-08-022-24/+10
* IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWNJason Gunthorpe2018-08-024-13/+18
* IB/IPoIB: Set ah valid flag in multicast send flowDenis Drozdov2018-08-011-0/+1
* RDMA: Fix return code check in rdma_set_cq_moderationKamal Heib2018-07-311-1/+1
* RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit2018-07-303-11/+17
* RDMA/ipoib: Fix check for return code from ib_create_srqKamal Heib2018-07-301-1/+1
* IB/iser: Inline two work request conversion functionsBart Van Assche2018-07-301-2/+3
* IB/srpt: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-241-9/+8
* IB/srp: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-241-8/+6
* IB/isert: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-241-12/+9
* IB/iser: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-241-7/+7
* IB/IPoIB: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-242-13/+6
* IB/ipoib: Fix error return code in ipoib_dev_init()Wei Yongjun2018-07-241-1/+2
* IPoIB: use kvzalloc to allocate an array of bucket pointersJan Dakinevich2018-07-231-2/+2
* IB/srpt: Fix srpt_cm_req_recv() error path (2/2)Bart Van Assche2018-07-131-1/+4
* IB/srpt: Fix srpt_cm_req_recv() error path (1/2)Bart Van Assche2018-07-131-3/+14
* ib_srpt: use kvmalloc to allocate ring pointersJan Dakinevich2018-07-101-3/+3
* RDMA/ipoib: Fix return code from ipoib_cm_dev_initKamal Heib2018-07-092-3/+3
* IB/iser: Remove set-but-not-used variablesBart Van Assche2018-07-091-4/+0
* RDMA/ipoib: Fix use of sizeof()Kamal Heib2018-07-097-23/+23
* RDMA/ipoib: Prefer unsigned int to bare use of unsignedKamal Heib2018-07-094-14/+16
* RDMA/ipoib: Use min_t() macro instead of min()Kamal Heib2018-07-091-3/+4
* ib_srpt: Fix a use-after-free in __srpt_close_all_ch()Bart Van Assche2018-07-031-2/+2
* ib_srpt: Fix a use-after-free in srpt_close_ch()Bart Van Assche2018-07-031-2/+1
* IB/srp: Remove driver version and release data informationBart Van Assche2018-07-031-3/+0
* IB/srpt: Support HCAs with more than two portsBart Van Assche2018-06-292-5/+4
* IB/iser: set can_queue earlier to allow setting higher queue depthSagi Grimberg2018-06-291-9/+3
* IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit2018-06-251-1/+1
* IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit2018-06-251-1/+3
* IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-184-7/+10
* IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit2018-06-184-6/+6
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-122-4/+7
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-5/+7
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-123-7/+9
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-079-86/+106
|\
| * IB/isert: use T10-PI check mask definitions from core layerMax Gurtovoy2018-06-041-4/+7
| * IB/iser: use T10-PI check mask definitions from core layerMax Gurtovoy2018-06-042-6/+2
| * IB/isert: fix T10-pi check mask settingMax Gurtovoy2018-06-041-1/+1
| * IB/iser: Do not reduce max_sectorsSergey Gorenko2018-05-314-11/+26
| * Merge branch 'wip/dl-ipoib' into wip/dl-for-nextDoug Ledford2018-05-311-41/+21
| |\
| | * RDMA/ipoib: drop skb on path record lookup failureEvgenii Smirnov2018-05-221-41/+21
| * | Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-1/+1
| |\ \
| * | | IB/isert: Fix for lib/dma_debug check_sync warningAlex Estrin2018-05-241-9/+17
| | |/ | |/|