summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* 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
* RDMA/cxgb4/cxgb4vf/csiostor: Cleanup macros/register defines related to PCIE,...Hariprasad Shenai2014-11-221-4/+4
* RDMA/cxgb4/csiostor: Cleansup FW related macros/register defines for PF/VF an...Hariprasad Shenai2014-11-221-1/+1
* RDMA/cxgb4: Cleanup Filter related macros/register definesHariprasad Shenai2014-11-221-7/+7
* cxgb4i/cxgb4 : Refactor macros to conform to uniform standardsAnish Bhatt2014-11-132-62/+62
* cxgb4: Cleanup macros so they follow the same style and look consistent, part 2Hariprasad Shenai2014-11-104-52/+52
* RDMA/cxgb4: Fix ntuple calculation for ipv6 and remove duplicate lineHariprasad S2014-10-141-4/+3
* RDMA/cxgb4: Add missing neigh_release in find_routeHariprasad S2014-10-141-0/+1
* RDMA/cxgb4: Take IPv6 into account for best_mtu and set_emssHariprasad S2014-10-141-8/+16
* RDMA/cxgb4: Make c4iw_wr_log_size_order staticSteve Wise2014-10-141-1/+1
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-08-143-12/+37
|\
| * RDMA/cxgb4: Only call CQ completion handler if it is armedSteve Wise2014-08-013-12/+37
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-223-11/+26
|\ \ | |/
| * RDMA/cxgb4: Call iwpm_init() only onceSteve Wise2014-07-133-9/+12
| * RDMA/cxgb4: Initialize the device status pageSteve Wise2014-07-081-0/+1
| * RDMA/cxgb4: Clean up connection on ARP errorHariprasad S2014-07-081-1/+10
| * RDMA/cxgb4: Fix skb_leak in reject_cr()Hariprasad S2014-07-081-1/+0
* | iw_cxgb4: Don't limit TPTE count to 32KBHariprasad Shenai2014-07-212-2/+1
* | iw_cxgb4: advertise the correct device max attributesHariprasad Shenai2014-07-215-33/+32
* | iw_cxgb4: Support query_qp() verbHariprasad Shenai2014-07-211-0/+6
* | iw_cxgb4: log detailed warnings for negative adviceHariprasad Shenai2014-07-211-6/+23
* | iw_cxgb4: fix for 64-bit integer divisionHariprasad Shenai2014-07-171-1/+2
* | cxgb4/iw_cxgb4: Move common defines to cxgb4Anish Bhatt2014-07-171-1/+0
* | cxgb4/iw_cxgb4: work request logging featureHariprasad Shenai2014-07-155-0/+174
* | cxgb4/iw_cxgb4: display TPTE on errorsHariprasad Shenai2014-07-153-11/+76
* | cxgb4/iw_cxgb4: use firmware ord/ird resource limitsHariprasad Shenai2014-07-155-34/+117
* | iw_cxgb4: Detect Ing. Padding Boundary at run-timeHariprasad Shenai2014-07-156-16/+43
* | rdma/cxgb4: Fixes cxgb4 probe failure in VM when PF is exposed through PCI Pa...Hariprasad Shenai2014-07-011-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-126-17/+123
|\
| * iw_cxgb4: don't truncate the recv window sizeHariprasad Shenai2014-06-102-4/+52
| * iw_cxgb4: Choose appropriate hw mtu index and ISS for iWARP connectionsHariprasad Shenai2014-06-102-11/+63
| * iw_cxgb4: Allocate and use IQs specifically for indirect interruptsHariprasad Shenai2014-06-103-2/+8
| |
| \
*-. \ Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx...Roland Dreier2014-06-106-56/+279
|\ \ \ | |_|/ |/| |
| | * RDMA/cxgb4: Add support for iWARP Port Mapper user space serviceSteve Wise2014-06-103-43/+262
| |/ |/|
| * RDMA/cxgb4: add missing padding at end of struct c4iw_alloc_ucontext_respYann Droneaud2014-06-052-2/+4
OpenPOWER on IntegriCloud