summaryrefslogtreecommitdiff
path: root/drivers/infiniband/sw/rdmavt/qp.c
AgeCommit message (Expand)Author
2019-06-25IB/rdmavt: Fix alloc_qpn() WARN_ON()Mike Marciniszyn
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-05-24IB/{rdmavt,hfi1}: Change hrtimer add to use pinned versionMike Marciniszyn
2018-05-09IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavtBrian Welty
2018-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-01-10infiniband: fix sw/rdmavt/* kernel-doc notationRandy Dunlap
2018-01-05IB/rdmavt: Add trace for RNRNAK timerKaike Wan
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-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-07-31IB/{rdmavt, hfi1, qib}: Fix panic with post receive and SGE compressionMike Marciniszyn
2017-07-24Merge branch 'hfi1' into k.o/for-4.14Doug Ledford
2017-07-20IB/rdmavt: Setting of QP timeout can overflow jiffies computationKaike Wan
2017-07-17IB/{rdmavt, qib, hfi1}: Remove gfp flags argumentLeon Romanovsky
2017-06-27IB/hfi1: Use QPN mask to avoid overflowDennis Dalessandro
2017-06-27IB/rdmavt: Remove duplicated functionsDennis Dalessandro
2017-06-27IB/rdmavt: Compress adjacent SGEs in rvt_lkey_ok()Mike Marciniszyn
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli
2017-04-05IB/rdmavt: Avoid reseting wqe send_flags in unreserveMike Marciniszyn
2017-04-05IB/rdmavt, IB/hfi1: Fix timer migration regressionsSebastian Sanchez
2017-04-05IB/rdmavt: Add additional fields to post send traceMike Marciniszyn
2017-04-05IB/rdmavt, IB/hfi1, IB/qib: Make wc opcode translation driver dependentMike Marciniszyn
2017-02-19IB/hfi1, qib, rdmavt: Move AETH defines to rdma/ib_hdrs.hDon Hiatt
2017-02-19IB/hfi1: Add rvt_rnr_tbl_to_usec functionDon Hiatt
2017-02-19IB/rdmavt: Adding timer logic to rdmavtVenkata Sandeep Dhanalakota
2017-02-19IB/hfi1, qib, rdmavt: Move two IB event functions into rdmavtBrian Welty
2016-12-14IB/rdmavt: Only put mmap_info ref if it existsJim Foraker
2016-12-11IB/rdmavt: Add a send completion helperMike Marciniszyn
2016-10-03IB/rdmavt: Trivial function comment corrected.Parav Pandit
2016-10-02IB/rdmavt, IB/hfi1: Add lockdep asserts for lock debugMike Marciniszyn
2016-10-02IB/rdmavt: Add qp init functionMike Marciniszyn
2016-10-02IB/rdmavt: Move reset calldown to reset pathMike Marciniszyn