summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* iw_cxgb4: Remove old FRWR APISagi Grimberg2015-10-285-143/+1
* iw_cxgb4: Support the new memory registration APISagi Grimberg2015-10-284-0/+120
* Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-281-25/+21
|\
| * IB: split struct ib_send_wrChristoph Hellwig2015-10-081-25/+21
* | iw_cxgb4: Adds support for T6 adapterHariprasad S2015-10-215-146/+204
* | iw_cxgb4: reverse the ord/ird in the ESTABLISHED upcallHariprasad S2015-10-211-2/+2
* | iw_cxgb4: fix misuse of ep->ord for minimum ird calculationHariprasad S2015-10-211-1/+1
* | iw_cxgb4: pass the ord/ird in connect reply eventsHariprasad S2015-10-211-0/+4
* | iw_cxgb4: detect fatal errors while creating listening filtersHariprasad S2015-10-211-0/+4
* | RDMA/cxgb4: re-fix 32-bit build warningArnd Bergmann2015-10-211-1/+1
|/
* IB/cxgb4: Fix if statement in pick_local_ip6adddrsNicholas Krause2015-09-031-1/+1
* iw_cxgb4: Support ib_alloc_mr verbSagi Grimberg2015-08-303-5/+13
* iw_cxgb4: Add support for clipHariprasad S2015-08-281-4/+72
* iw_cxgb4: set the default MPA version to 2Hariprasad S2015-08-281-2/+2
* iw_cxgb4: gracefully handle unknown CQE status errorsHariprasad S2015-07-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-4/+4
|\
| * cxgb4: Add ethtool support to get adapter statsHariprasad Shenai2015-06-031-4/+4
* | IB/mad: Add support for additional MAD info to/from driversIra Weiny2015-06-121-2/+5
* | IB/core: Pass hardware specific data in query_deviceMatan Barak2015-06-121-2/+6
* | IB/core: Change provider's API of create_cq to be extendibleMatan Barak2015-06-122-6/+11
* | iw_cxgb4: support for bar2 qid densities exceeding the page sizeHariprasad S2015-06-115-69/+98
* | IB/core cleanup: Add const on args - device->process_madIra Weiny2015-06-021-2/+3
* | IB/core: Convert core to use bitfield for capsIra Weiny2015-05-201-7/+1
* | IB/core: Add per port immutable struct to ib_deviceIra Weiny2015-05-201-0/+17
* | IB/Verbs: Implement new callback query_protocol()Michael Wang2015-05-181-0/+7
|/
* infiniband: Remove duplicated KERN_<LEVEL> from pr_<level> usesJoe Perches2015-05-121-2/+2
* iw_cxgb4: use wildcard mapping for getting remote addr infoSteve Wise2015-05-111-8/+8
* iw_cxgb4: Remove negative advice dmesg warningsHariprasad S2015-05-053-9/+32
* RDMA/cxgb4: Report the actual address of the remote connecting peerSteve Wise2015-05-052-4/+51
* iw_cxgb4: enforce qp/cq id requirementsHariprasad S2015-05-051-0/+23
* iw_cxgb4: use BAR2 GTS register for T5 kernel mode CQsHariprasad S2015-05-052-7/+15
* iw_cxgb4: 32b platform fixesHariprasad S2015-05-055-16/+15
* iw_cxgb4: Cleanup register defines/MACROSHariprasad S2015-05-052-3/+5
* cxgb4: drop __GFP_NOFAIL allocationMichal Hocko2015-04-161-1/+1
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-02-212-16/+22
|\
| * RDMA/cxgb4: Don't hang threads forever waiting on WR repliesHariprasad S2015-02-181-15/+14
| * RDMA/cxgb4: Serialize CQ event upcalls with CQ destructionHariprasad S2015-02-131-1/+8
* | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-171-24/+11
|\ \
| * | debugfs: Provide a file creation function that also takes an initial sizeDavid Howells2015-02-171-24/+11
| |/
* | iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.hHariprasad Shenai2015-01-167-483/+483
* | iw_cxgb4: Cleanup register defines/MACROS defined in t4.hHariprasad Shenai2015-01-163-70/+70
* | iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...Hariprasad Shenai2015-01-122-12/+12
* | iw_cxgb4/cxgb4/cxgb4i: Cleanup register defines/MACROS related to CM CPL mess...Hariprasad Shenai2015-01-121-39/+39
* | RDMA/cxgb4/cxgb4vf/csiostor: Cleanup SGE register definesHariprasad Shenai2015-01-051-13/+13
|/
* RDMA/cxgb4: Handle NET_XMIT return codesHariprasad S2014-12-151-0/+4
* RDMA/cxgb4: Wake up waiters after flushing the qpSteve Wise2014-12-151-1/+1
* RDMA/cxgb4: Limit MRs to < 8GB for T4/T5 devicesHariprasad Shenai2014-12-151-0/+22
* RDMA/cxgb4: Fix locking issue in process_mpa_requestHariprasad Shenai2014-12-151-1/+2
* RDMA/cxgb4: Configure 0B MRs to match HW implementationPramod Kumar2014-12-151-2/+4
* RDMA/cxgb4: Increase epd buff size for debug interfacePramod Kumar2014-12-151-1/+1