summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp
AgeCommit message (Expand)Author
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-08-02IB/ipoib: Consolidate checking of the proposed child interfaceJason Gunthorpe
2018-08-02IB/ipoib: Maintain the child_intfs list from ndo_init/uninitJason Gunthorpe
2018-08-02IB/ipoib: Do not remove child devices from within the ndo_uninitJason Gunthorpe
2018-08-02IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe
2018-08-02RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe
2018-08-02IB/ipoib: Move init code to ndo_initJason Gunthorpe
2018-08-02IB/ipoib: Move all uninit code into ndo_uninitJason Gunthorpe
2018-08-02IB/ipoib: Use cancel_delayed_work_sync for neigh-clean taskErez Shitrit
2018-08-02IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWNJason Gunthorpe
2018-08-02scsi: target: srp, vscsi, sbp, qla: use target_remove_sessionMike Christie
2018-08-02scsi: target: rename target_alloc_sessionMike Christie
2018-08-01IB/IPoIB: Set ah valid flag in multicast send flowDenis Drozdov
2018-07-31RDMA: Fix return code check in rdma_set_cq_moderationKamal Heib
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit
2018-07-30RDMA/ipoib: Fix check for return code from ib_create_srqKamal Heib
2018-07-30IB/iser: Inline two work request conversion functionsBart Van Assche
2018-07-30block: move ref_tag calculation func to the block layerMax Gurtovoy
2018-07-24IB/srpt: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-24IB/srp: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-24IB/isert: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-24IB/iser: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-24IB/IPoIB: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-07-24IB/ipoib: Fix error return code in ipoib_dev_init()Wei Yongjun
2018-07-23IPoIB: use kvzalloc to allocate an array of bucket pointersJan Dakinevich
2018-07-13IB/srpt: Fix srpt_cm_req_recv() error path (2/2)Bart Van Assche
2018-07-13IB/srpt: Fix srpt_cm_req_recv() error path (1/2)Bart Van Assche
2018-07-10ib_srpt: use kvmalloc to allocate ring pointersJan Dakinevich
2018-07-09RDMA/ipoib: Fix return code from ipoib_cm_dev_initKamal Heib
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck
2018-07-09IB/iser: Remove set-but-not-used variablesBart Van Assche
2018-07-09RDMA/ipoib: Fix use of sizeof()Kamal Heib
2018-07-09RDMA/ipoib: Prefer unsigned int to bare use of unsignedKamal Heib
2018-07-09RDMA/ipoib: Use min_t() macro instead of min()Kamal Heib
2018-07-03ib_srpt: Fix a use-after-free in __srpt_close_all_ch()Bart Van Assche
2018-07-03ib_srpt: Fix a use-after-free in srpt_close_ch()Bart Van Assche
2018-07-03IB/srp: Remove driver version and release data informationBart Van Assche
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche
2018-06-29IB/srpt: Support HCAs with more than two portsBart Van Assche
2018-06-29IB/iser: set can_queue earlier to allow setting higher queue depthSagi Grimberg
2018-06-25IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit
2018-06-25IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds