summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/device.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-181-24/+11Star
|\
| * debugfs: Provide a file creation function that also takes an initial sizeDavid Howells2015-02-171-24/+11Star
* | iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.hHariprasad Shenai2015-01-161-6/+6
|/
* RDMA/cxgb4: Increase epd buff size for debug interfacePramod Kumar2014-12-161-1/+1
* RDMA/cxgb4: Make c4iw_wr_log_size_order staticSteve Wise2014-10-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-221-7/+14
|\
| * RDMA/cxgb4: Call iwpm_init() only onceSteve Wise2014-07-131-7/+10
| * RDMA/cxgb4: Initialize the device status pageSteve Wise2014-07-091-0/+1
* | iw_cxgb4: advertise the correct device max attributesHariprasad Shenai2014-07-221-8/+8
* | iw_cxgb4: fix for 64-bit integer divisionHariprasad Shenai2014-07-181-1/+2
* | cxgb4/iw_cxgb4: work request logging featureHariprasad Shenai2014-07-161-0/+137
* | cxgb4/iw_cxgb4: display TPTE on errorsHariprasad Shenai2014-07-161-4/+24
* | cxgb4/iw_cxgb4: use firmware ord/ird resource limitsHariprasad Shenai2014-07-161-0/+2
* | iw_cxgb4: Detect Ing. Padding Boundary at run-timeHariprasad Shenai2014-07-161-0/+21
|/
*-. Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx...Roland Dreier2014-06-101-12/+71
|\ \
| | * RDMA/cxgb4: Add support for iWARP Port Mapper user space serviceSteve Wise2014-06-101-12/+69
| |/ |/|
| * RDMA/cxgb4: Fix memory leaks in c4iw_alloc() error pathsChristoph Jaeger2014-05-201-0/+2
|/
* RDMA/cxgb4: Use the BAR2/WC path for kernel QPs and T5 devicesSteve Wise2014-04-111-8/+33
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-04-041-2/+4
|\
| * RDMA/cxgb4: Don't leak skb in c4iw_uld_rx_handler()Steve Wise2014-03-241-2/+4
* | cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug FixesSteve Wise2014-03-151-70/+107
|/
* IB/cxgb4: Fix formatting of physical addressBen Hutchings2013-11-081-2/+2
* RDMA/cxgb4: Add support for active and passive open connection with IPv6 addressVipul Pandya2013-08-131-27/+89
* RDMA/cxgb4: Add module_params to enable DB FC & Coalescing on T5Vipul Pandya2013-03-141-2/+23
* RDMA/cxgb4: Add Support for Chelsio T5 adapterVipul Pandya2013-03-141-4/+9
* RDMA/cxgb4: Fix cast warningStefan Hasko2013-02-161-1/+1
* RDMA/cxgb4: Address sparse warningsVipul Pandya2013-02-151-1/+2
* RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya2012-12-201-0/+125
* RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya2012-12-201-6/+79
* RDMA/cxgb4: Include vmalloc.h for vmalloc and vfreeVipul Pandya2012-05-211-0/+1
* RDMA/cxgb4: Remove kfifo usageVipul Pandya2012-05-181-15/+22
* RDMA/cxgb4: Use vmalloc() for debugfs QP dumpVipul Pandya2012-05-181-2/+2
* RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queuesVipul Pandya2012-05-181-6/+170
* RDMA/cxgb4: Add DB Overflow AvoidanceVipul Pandya2012-05-181-6/+78
* RDMA/cxgb4: Add debugfs RDMA memory statsVipul Pandya2012-05-181-2/+76
* RDMA/cxgb4: Fail RDMA initialization for unsupported cardsSteve Wise2011-10-061-8/+33
* RDMA/cxgb4: EEH errors can hang the driverSteve Wise2011-05-101-49/+62
* RDMA/cxgb4: Initialization errors can cause crashSteve Wise2011-05-101-3/+3
* RDMA/cxgb4: Debugfs dump_qp() updatesSteve Wise2011-03-141-4/+9
* RDMA/cxgb4: Dispatch FATAL event on EEH errorsSteve Wise2011-03-141-1/+9
* RDMA/cxgb4: Remove db_drop_taskSteve Wise2011-03-141-1/+0Star
* RDMA/cxgb4: Use cxgb4 service for packet gl to skbSteve Wise2010-10-231-41/+1Star
* RDMA/cxgb4: Use simple_read_from_buffer() for debugfs handlersSteve Wise2010-10-121-25/+1Star
* RDMA/cxgb4: Add default_llseek to debugfs filesSteve Wise2010-10-121-0/+2
* RDMA/cxgb4: Support on-chip SQsSteve Wise2010-09-281-0/+19
* RDMA/cxgb4: debugfs files for dumping active stagsSteve Wise2010-09-281-39/+113
* RDMA/cxgb4: Obtain RDMA QID ranges from LLD/FWSteve Wise2010-08-081-2/+7
* RDMA/cxgb4: Register RDMA provider based on LLD state_change eventsSteve Wise2010-05-251-10/+36
* RDMA/cxgb4: Detach from the LLD after unregistering RDMA deviceSteve Wise2010-05-251-3/+1Star
* RDMA/cxgb4: Add driver for Chelsio T4 RNICSteve Wise2010-04-221-0/+520