summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* iwcm: Don't allocate iwcm workqueue with WQ_MEM_RECLAIMSagi Grimberg2017-08-181-1/+1
* cm: Don't allocate ib_cm workqueue with WQ_MEM_RECLAIMSagi Grimberg2017-08-181-1/+1
* RDMA/core: make ib_device.add method optionalSagi Grimberg2017-08-181-2/+2
* RDMA/core: Initialize port_num in qp_attrIsmail, Mustafa2017-07-201-0/+2
* RDMA/uverbs: Fix the check for port numberIsmail, Mustafa2017-07-201-1/+2
* IB/core: Fix sparse warningsMatan Barak2017-07-201-10/+0
* IB/core: Allow QP state transition from reset to errorTadeusz Struk2017-07-171-0/+1
* IB/core: Add ordered workqueue for RoCE GID managementMajd Dibbiny2017-07-171-2/+9
* IB/uverbs: Make use of ib_modify_qp variant to avoid resolving DMACParav Pandit2017-07-171-19/+4
* IB/core: Introduce modify QP operation with udataParav Pandit2017-07-171-8/+24
* IB/core: Don't resolve IP address to the loopback deviceMoni Shoua2017-07-173-45/+32
* IB/core: Namespace is mandatory input for address resolutionMoni Shoua2017-07-171-1/+5
* RDMA/core: Document confusing codeGustavo A. R. Silva2017-07-171-0/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-07-072-9/+14
|\
| * IB/core: Fix static analysis warning in ib_policy_change_taskDaniel Jurgens2017-07-071-1/+2
| * IB/core: Fix uninitialized variable use in check_qp_port_pkey_settingsDaniel Jurgens2017-07-071-8/+12
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-07-061-0/+8
|\ \ | |/ |/|
| * RDMA/uverbs: Check port number supplied by user verbs cmdsBoris Pismenny2017-07-031-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-052-4/+2
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-9/+1
| |\ \ | | |/
| * | networking: make skb_put & friends return void pointersJohannes Berg2017-06-162-4/+2
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-07-058-17/+1029
|\ \ \ | |_|/ |/| |
| * | IB/core: Enforce security on management datagramsDaniel Jurgens2017-05-233-8/+171
| * | selinux lsm IB/core: Implement LSM notification systemDaniel Jurgens2017-05-231-0/+53
| * | IB/core: Enforce PKey security on QPsDaniel Jurgens2017-05-237-9/+780
| * | IB/core: IB cache enhancements to support Infiniband securityDaniel Jurgens2017-05-232-0/+25
* | | IB/addr: Fix setting source address in addr6_resolve()Roland Dreier2017-06-071-9/+1
| |/ |/|
* | RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny2017-06-013-12/+11
* | RDMA/umem: Fix missing mmap_sem in get umem ODP callLeon Romanovsky2017-06-011-1/+5
* | RDMA/core: not to set page dirty bit if it's already set.Qing Huang2017-06-011-1/+1
* | RDMA/uverbs: Declare local function static and add brackets to sizeofLeon Romanovsky2017-06-011-4/+4
* | RDMA/netlink: Reduce exposure of RDMA netlink functionsLeon Romanovsky2017-06-012-1/+11
|/
* Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-043-20/+21
|\
| * Merge 4.11-rc4 into char-misc-nextGreg Kroah-Hartman2017-03-272-10/+29
| |\
| * | infiniband: utilize the new cdev_set_parent functionLogan Gunthorpe2017-03-212-3/+3
| * | IB/ucm: utilize new cdev_device_add helper functionJason Gunthorpe2017-03-211-17/+18
* | | infiniband: avoid dereferencing uninitialized dst on error pathPaolo Abeni2017-05-021-1/+1
* | | IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli2017-05-012-17/+263
* | | IB/SA: Add OPA path record typeDasaratharaman Chandramouli2017-05-014-24/+76
* | | IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli2017-05-014-61/+82
* | | IB/SA: Introduce path record specific typesDasaratharaman Chandramouli2017-05-014-15/+32
* | | IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli2017-05-016-30/+30
* | | IB/CM: Add braces when using sizeofDasaratharaman Chandramouli2017-05-011-3/+3
* | | IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-016-6/+24
* | | IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-0110-161/+181
* | | IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-018-17/+17
* | | IB/core: Rename ib_query_ah to rdma_query_ahDasaratharaman Chandramouli2017-05-013-4/+4
* | | IB/core: Rename ib_modify_ah to rdma_modify_ahDasaratharaman Chandramouli2017-05-011-2/+2
* | | IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli2017-05-014-6/+6
* | | IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-019-16/+17
OpenPOWER on IntegriCloud