aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rdmavt
AgeCommit message (Expand)Author
2023-05-17RDMA/rdmavt: Delete unnecessary NULL checkNatalia Petrova
2020-10-30IB/rdmavt: Fix sizeof mismatchColin Ian King
2020-02-19IB/rdmavt: Reset all QPs when the device is shut downKaike Wan
2019-06-25IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr valueMike Marciniszyn
2019-06-25IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn
2019-05-02IB/rdmavt: Fix frwr memory registrationJosh Collier
2018-12-17RDMA/rdmavt: Fix rvt_create_ah function signatureKamal Heib
2018-07-30RDMA/providers: Fix return value from create_srq callbacksKamal Heib
2018-07-30RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche
2018-07-30RDMA: Constify the argument of the work request conversion functionsBart Van Assche
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-18IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe
2018-06-12treewide: Use array_size() in vzalloc_node()Kees Cook
2018-06-12treewide: kzalloc_node() -> kcalloc_node()Kees Cook
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-05-24IB/{rdmavt,hfi1}: Change hrtimer add to use pinned versionMike Marciniszyn
2018-05-15IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPSBen Hutchings
2018-05-09IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty
2018-05-09IB/{hfi1, rdmavt, qib}: Implement CQ completion vector supportSebastian Sanchez
2018-05-09IB/hfi1: Optimize kthread pointer locking when queuing CQ entriesSebastian Sanchez
2018-03-19IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak
2018-03-15RDMAVT: Fix synchronization around percpu_refTejun Heo
2018-03-13IB: remove duplicate header filesZhu Yanjun
2018-03-06infiniband: remove redundant assignment to pointer 'rdi'Colin Ian King
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-01-15RDMA: Mark imm_data as be32 in the verbs uapi headerJason Gunthorpe
2018-01-10infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap
2018-01-05IB/rdmavt: Add trace for RNRNAK timerKaike Wan
2018-01-05IB/rdmavt: Allocate CQ memory on the correct nodeMike Marciniszyn
2018-01-05IB/rdmavt: Use correct numa node for SRQ allocationMike Marciniszyn
2018-01-05IB/{rdmavt, hfi1, qib}: Remove get_card_name() downcallMichael J. Ruhl
2018-01-05IB/rdmavt: No need to cancel RNRNAK retry timer when it is runningKaike Wan
2017-12-05drivers/infiniband: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-15drivers/infiniband/sw/rdmavt/qp.c: use kmalloc_array_node()Johannes Thumshirn
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford
2017-10-18IB/rdmavt: Convert timers to use timer_setup()Kees Cook
2017-10-18Merge branch 'hfi1' into k.o/for-nextDoug Ledford
2017-10-18IB/rdmavt: Don't wait for resources in QP resetAlex Estrin
2017-10-14RDMA/rdmavt: Suppress gcc 7 fall-through complaintsBart Van Assche
2017-09-27IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia
2017-08-28IB/rdmavt: Handle dereg of inuse MRs properlyMike Marciniszyn
2017-08-28IB/rdmavt: Add QP iterator API for QPsMike Marciniszyn
2017-08-28IB/rdmavt: Use rvt_put_swqe() in rvt_clear_mr_ref()Mike Marciniszyn
2017-08-22IB/rdmavt, hfi1, qib: Modify check_ah() to account for extended LIDsDon Hiatt
2017-08-22IB/hfi1: Remove pmtu from the QP structureSebastian Sanchez
2017-08-18Add OPA extended LID supportHiatt, Don