summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-06-072-1/+4
|\
| * IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn2019-05-291-0/+2
| * IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn2019-05-291-1/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-0932-271/+198
|\
| * RDMA/rdmavt: Catch use-after-free access of AH structuresLeon Romanovsky2019-05-061-2/+1
| * RDMA/rxe: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit2019-05-031-3/+12
| * RDMA/rxe: Consider skb reserve space based on netdev of GIDParav Pandit2019-05-031-1/+2
| * Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-241-7/+10
| |\
| * | IB/{rdmavt, qib, hfi1}: Use new routine to release reference countsMike Marciniszyn2019-04-241-7/+2
| * | IB/rdmavt: Use more efficient allowed_opsMike Marciniszyn2019-04-241-11/+4
| * | IB/rdmavt: Fix ab/ba include issuesMike Marciniszyn2019-04-245-5/+5
| * | RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-086-53/+33
| * | RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-086-50/+32
| * | IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-0116-99/+68
| * | IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-0113-27/+29
| * | RDMA/rdmavt: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-281-1/+1
| * | RDMA/rxe: Use correct sizing on buffers holding page DMA addressesShiraz Saleem2019-03-281-1/+1
| * | IB/rxe: Replace av->network_type with skb->protocolZhu Yanjun2019-03-271-16/+12
| * | RDMA/rxe: Fix slab-out-bounds access which lead to kernel crash laterLeon Romanovsky2019-03-261-5/+6
| * | RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi2019-03-251-1/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-05-061-1/+0
|\ \ \ | |_|/ |/| |
| * | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
| |/
* / IB/rdmavt: Fix frwr memory registrationJosh Collier2019-04-161-7/+10
|/
* IB/rdmavt: Fix concurrency panics in QP post_send and modify to errorMichael J. Ruhl2019-03-041-10/+23
* IB/rdmavt: Fix loopback send with invalidate orderingMike Marciniszyn2019-03-041-10/+16
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-224-23/+16
* rdma_rxe: Use netlink messages to add/delete linksSteve Wise2019-02-198-13/+46
* RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-194-12/+21
* RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe2019-02-195-33/+4
* RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe2019-02-198-87/+30
* RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe2019-02-194-47/+38
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-155-11/+17
* RDMA/rdmavt: Adapt to handle non-uniform sizes on umem SGEsShiraz, Saleem2019-02-131-10/+8
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Doug Ledford2019-02-138-53/+79
|\
| * RDMA/rxe: Use for_each_sg_page iterator on umem SGLShiraz, Saleem2019-02-111-7/+6
| * RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-087-46/+73
* | Merge branch 'wip/dl-for-next' into for-nextDoug Ledford2019-02-092-6/+21
|\ \ | |/ |/|
| * IB/hfi1: Add an s_acked_ack_queue pointerKaike Wan2019-02-051-0/+1
| * IB/hfi1: Increment the retry timeout value for TID RDMA READ requestKaike Wan2019-02-051-5/+6
| * IB/hfi1: TID RDMA RcvArray programming and TID allocationKaike Wan2019-02-051-1/+1
| * IB/hfi: Move RC functions into a header fileKaike Wan2019-02-051-0/+13
* | RDMA/rxe: Improve loopback markingKamal Heib2019-02-042-6/+4
* | RDMA/rxe: Move rxe_init_av() to rxe_av.cKamal Heib2019-02-044-14/+11
* | Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-041-1/+6
|\ \
| * | IB/hfi1: Add limit test for RC/UC send via loopbackMike Marciniszyn2019-01-211-1/+6
* | | RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-302-2/+2
| |/ |/|
* | IB/{hfi1, qib, rvt} Cleanup open coded sge usageMichael J. Ruhl2019-01-301-24/+2
* | IB/rxe: Remove unnecessary rxe variableZhu Yanjun2019-01-214-16/+11
* | IB/rdmavt: Add wc_flags and wc_immdata to cq entry traceMike Marciniszyn2019-01-181-2/+8