summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/iw_cxgb4.h
Commit message (Expand)AuthorAgeFilesLines
* iw_cxgb4: pass window scale in flowc work requestPotnuri Bharat Teja2018-08-081-1/+5
* RDMA/providers: Remove pointless functionsKamal Heib2018-07-301-1/+0
* RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-301-6/+6
* rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju2018-07-251-1/+2
* rdma/cxgb4: Add support for srq functions & structsRaju Rangoju2018-07-251-0/+38
* rdma/cxgb4: Add support for 64Byte cqesRaju Rangoju2018-07-131-0/+1
* Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-091-1/+5
|\
| * iw_cxgb4: Atomically flush per QP HW CQEsBharat Potnuri2018-04-271-1/+1
| * RDMA/cxgb4: release hw resources on device removalRaju Rangoju2018-04-271-0/+4
* | iw_cxgb4: dump detailed driver-specific QP informationSteve Wise2018-05-031-0/+5
|/
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-271-2/+0
|\
| * iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise2017-12-211-2/+0
* | infiniband: cxgb4: use ktime_get for timestampsArnd Bergmann2017-12-131-2/+2
|/
* iw_cxgb4: Fix possible circular dependency locking warningBharat Potnuri2017-11-131-1/+9
* iw_cxgb4: remove BUG_ON() usage.Steve Wise2017-11-131-1/+0
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-1/+0
|\
| * RDMA/cxgb4: Convert timers to use timer_setup()Kees Cook2017-10-181-1/+0
* | iw_cxgb4: add referencing to wait objectsSteve Wise2017-09-291-3/+57
* | iw_cxgb4: allocate wait object for each ep objectSteve Wise2017-09-291-1/+1
* | iw_cxgb4: allocate wait object for each qp objectSteve Wise2017-09-291-0/+1
* | iw_cxgb4: allocate wait object for each cq objectSteve Wise2017-09-291-0/+1
* | iw_cxgb4: allocate wait object for each memory objectSteve Wise2017-09-291-0/+2
* | iw_cxgb4: change pr_debug to appropriate log levelBharat Potnuri2017-09-271-2/+2
* | iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri2017-09-271-8/+5
|/
* cxgb4: Convert PDBG to pr_debugJoe Perches2017-04-201-24/+20
* cxgb4: Use more common logging styleJoe Perches2017-04-201-0/+6
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-1/+1
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-3/+3
|\
| * locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-3/+3
* | iw_cxgb4: free EQ queue memory on last derefSteve Wise2017-01-101-0/+18
* | iw_cxgb4: refactor sq/rq drain logicSteve Wise2017-01-101-4/+2
|/
* iw_cxgb4: invalidate the mr when posting a read_w_inv wrSteve Wise2016-11-161-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-091-1/+1
|\
| * IB/cxgb4: Move user vendor structuresLeon Romanovsky2016-10-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-0/+1
|\ \
| * \ Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe2016-09-131-0/+1
| |\ \ | | |/ | |/|
| | * iw_cxgb4: block module unload until all ep resources are releasedSteve Wise2016-09-041-0/+1
* | | libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale()Varun Prakash2016-09-151-9/+0
|/ /
* | iw_cxgb4: don't block in destroy_qp awaiting the last derefSteve Wise2016-08-021-1/+1
* | RDMA/iw_cxgb4: Low resource fixes for Completion queueHariprasad S2016-06-231-0/+1
* | RDMA/iw_cxgb4: Low resource fixes for Memory registrationHariprasad S2016-06-231-0/+2
* | RDMA/iw_cxgb4: Low resource fixes for connection managerHariprasad S2016-06-231-0/+19
|/
*-. Merge branches 'cxgb4-2', 'i40iw-2', 'ipoib', 'misc-4.7' and 'mlx5-fcs' into ...Doug Ledford2016-05-131-1/+8
|\ \
| * | RDMA/iw_cxgb4: stop_ep_timer() after MPA negotiationHariprasad S2016-05-131-0/+1
| * | RDMA/iw_cxgb4: Add few history bits for epHariprasad S2016-05-131-1/+7
| |/
* | IB/core: Enhance ib_map_mr_sg()Bart Van Assche2016-05-131-1/+1
* | IB/core: Add passing an offset into the SG to ib_map_mr_sgChristoph Hellwig2016-05-131-3/+2
|/
*-. Merge branches 'nes', 'cxgb4' and 'iwpm' into k.o/for-4.6Doug Ledford2016-03-161-42/+0
|\ \
| | * iw_cxgb4: remove port mapper related codeSteve Wise2016-03-161-42/+0
| |/
| |
| \
*-. \ Merge branches 'mlx4', 'mlx5' and 'ocrdma' into k.o/for-4.6Doug Ledford2016-03-161-1/+2
|\ \ \ | | |/ | |/|