summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur2018-11-231-4/+2
* cxgb4: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-264-38/+27
|\
| * RDMA/drivers: Use core provided API for registering device attributesParav Pandit2018-10-171-28/+19
| * RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-2/+1
| * iw_cxgb4: Use proper enumerated type in c4iw_bar2_addrsNathan Chancellor2018-09-252-4/+5
| * RDMA/cxgb4: remove redundant null pointer check before kfree_skbzhong jiang2018-09-212-4/+2
* | PCI: Remove pci_unmap_addr() wrappers for DMA APIChristoph Hellwig2018-10-102-6/+6
|/
* iw_cxgb4: only allow 1 flush on user qpsSteve Wise2018-09-041-0/+6
* Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe2018-08-161-1/+1
|\
| * iw_cxgb4: correctly enforce the max reg_mr depthSteve Wise2018-06-251-1/+1
* | iw_cxgb4: pass window scale in flowc work requestPotnuri Bharat Teja2018-08-082-24/+28
* | iw_cxgb4: Support FW write completion WRPotnuri Bharat Teja2018-08-024-2/+183
* | iw_cxgb4: RDMA write with immediate supportPotnuri Bharat Teja2018-08-024-15/+79
* | rdma/cxgb4: fix some info leaksDan Carpenter2018-08-021-4/+3
* | rdma/cxgb4: Simplify a structure initializationBart Van Assche2018-07-311-1/+1
* | rdma/cxgb4: Fix SRQ endianness annotationsBart Van Assche2018-07-311-1/+2
* | rdma/cxgb4: Remove a set-but-not-used variableBart Van Assche2018-07-311-2/+0
* | RDMA/providers: Remove pointless functionsKamal Heib2018-07-303-47/+0
* | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments constBart Van Assche2018-07-302-18/+21
* | RDMA: Constify the argument of the work request conversion functionsBart Van Assche2018-07-301-9/+12
* | rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju2018-07-258-167/+929
* | rdma/cxgb4: Add support for srq functions & structsRaju Rangoju2018-07-253-1/+173
* | rdma/cxgb4: Add support for 64Byte cqesRaju Rangoju2018-07-134-11/+56
* | RDMA/cxgb4: Restore the dropped uninitialized_varJason Gunthorpe2018-07-101-1/+1
* | RDMA/cxgb4: Make c4iw_poll_cq_one() easier to analyzeBart Van Assche2018-07-091-27/+35
* | iw_cxgb4: remove duplicate memcpy() in c4iw_create_listen()Bharat Potnuri2018-06-181-3/+0
* | IB/core: add max_send_sge and max_recv_sge attributesSteve Wise2018-06-181-1/+2
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-7/+8
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* iw_cxgb4: add INFINIBAND_ADDR_TRANS dependencyArnd Bergmann2018-06-041-0/+1
* Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Jason Gunthorpe2018-05-281-2/+2
|\
| * iw_cxgb4: Fix an error handling path in 'c4iw_get_dma_mr()'Christophe Jaillet2018-05-091-2/+2
* | iw_cxgb4: provide detailed driver-specific MR informationSteve Wise2018-05-241-0/+61
* | iw_cxgb4: provide detailed driver-specific CQ informationSteve Wise2018-05-241-0/+163
* | iw_cxgb4: provide detailed provider-specific CM_ID informationSteve Wise2018-05-241-0/+84
* | iw_cxgb4: always set iw_cm_id.provider_dataSteve Wise2018-05-221-0/+1
* | iw_cxgb4: remove wr_id attributesSteve Wise2018-05-151-55/+0
* | iw_cxgb4: fix uninitialized variable warningsSteve Wise2018-05-151-2/+2
* | Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford2018-05-095-7/+49
|\|
| * iw_cxgb4: Atomically flush per QP HW CQEsBharat Potnuri2018-04-273-4/+13
| * RDMA/cxgb4: release hw resources on device removalRaju Rangoju2018-04-273-3/+36
* | iw_cxgb4: dump detailed driver-specific QP informationSteve Wise2018-05-034-1/+263
* | IB/cxgb4: use skb_put_zero()/__skb_put_zeroYueHaibing2018-05-011-6/+3
|/
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-063-13/+38
|\
| * iw_cxgb4: print mapped ports correctlyBharat Potnuri2018-03-291-12/+12
| * iw_cxgb4: Add ib_device->get_netdev supportSteve Wise2018-03-231-0/+19
| * IB/uverbs: Extend uverbs_ioctl header with driver_idMatan Barak2018-03-191-0/+1
| * RDMA/cxgb4: Use structs to describe the uABI instead of opencodingJason Gunthorpe2018-03-151-1/+3
| * iw_cxgb4: initialize ib_mr fields for user mrsSteve Wise2018-03-081-0/+3