summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* IB/addr: Fix setting source address in addr6_resolve()Roland Dreier2017-06-071-9/+1Star
* RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny2017-06-013-12/+11Star
* 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-053-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
* | | IB/core: Check for global flag when using ah_attrDasaratharaman Chandramouli2017-05-012-35/+57
* | | IB/core: Add braces when using sizeofDasaratharaman Chandramouli2017-05-011-1/+1
* | | IB/SA: Add support to query opa classport info.Dasaratharaman Chandramouli2017-04-291-25/+157
* | | IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli2017-04-282-120/+131
* | | IB/SA: Move functions update_sm_ah() and ib_sa_event()Dasaratharaman Chandramouli2017-04-281-86/+86
* | | IB/SA: Remove unwanted bracesDasaratharaman Chandramouli2017-04-281-2/+1Star
* | | IB/SA: Add braces when using sizeofDasaratharaman Chandramouli2017-04-281-2/+2
* | | IB/SA: Fix lines longer than 80 columnsDasaratharaman Chandramouli2017-04-281-8/+9
* | | IB/core: For multicast functions, verify that LIDs are multicast LIDsMichael J. Ruhl2017-04-281-2/+6
* | | IB/core: If the MGID/MLID pair is not on the list return an errorMichael J. Ruhl2017-04-281-4/+9
* | | Ib/core: Mark local uverbs_std_types functions to be staticLeon Romanovsky2017-04-281-24/+24
* | | infiniband: call ipv6 route lookup via the stub interfacePaolo Abeni2017-04-281-2/+2
* | | IB/umem: Add support to huge ODPArtemy Kovalyov2017-04-252-3/+18
* | | IB/umem: Add contiguous ODP supportArtemy Kovalyov2017-04-251-19/+31
* | | IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-252-15/+12Star
* | | IB/core: change the return type to voidZhu Yanjun2017-04-251-2/+1Star
* | | infiniband/uverbs: Fix integer overflowsVlad Tsyrklevich2017-04-251-1/+12
* | | IB/fmr_pool: Convert the cleanup thread into kthread worker APIPetr Mladek2017-04-251-30/+19Star
* | | IB/core: Add HDR speed enumNoa Osherovich2017-04-211-0/+4
* | | IB/cma: Send MRA for reply messagesMoni Shoua2017-04-211-0/+3
* | | IB/core: Introduce drop flow specificationSlava Shwartsman2017-04-212-0/+8
* | | IB/core: Fix sysfs registration error flowJack Morgenstein2017-04-211-1/+1
* | | IB/core: Fix kernel crash during fail to initialize deviceParav Pandit2017-04-211-11/+22
* | | Merge branch 'k.o/for-4.12' into k.o/for-4.12-rdma-netdeviceDoug Ledford2017-04-207-1366/+1587
|\ \ \
| * | | IB/core: Rename uverbs event file structureMatan Barak2017-04-204-90/+91
| * | | IB/core: Don't use is_async in event files to infer events sizeMatan Barak2017-04-201-9/+5Star