summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* iw_cxgb4: Change error/warn prints to pr_debugBharat Potnuri2017-12-292-10/+9
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-274-20/+98
|\
| * iw_cxgb4: when flushing, complete all wrs in a chainSteve Wise2017-12-211-2/+26
| * iw_cxgb4: reflect the original WR opcode in drain cqesSteve Wise2017-12-214-11/+50
| * iw_cxgb4: Only validate the MSN for successful completionsSteve Wise2017-12-211-3/+3
| * iw_cxgb4: only insert drain cqes if wq is flushedSteve Wise2017-12-112-2/+17
| * iw_cxgb4: only clear the ARMED bit if a notification is neededSteve Wise2017-12-071-4/+4
* | RDMA/cxgb4: Add a sanity check in process_work()Dan Carpenter2017-12-131-2/+8
* | iw_cxgb4: make pointer reg_workq staticColin Ian King2017-12-131-1/+1
* | infiniband: cxgb4: use ktime_get for timestampsArnd Bergmann2017-12-134-26/+22
|/
* iw_cxgb4: atomically flush the qpSteve Wise2017-11-131-8/+11
* iw_cxgb4: only call the cq comp_handler when the cq is armedSteve Wise2017-11-132-11/+17
* iw_cxgb4: Fix possible circular dependency locking warningBharat Potnuri2017-11-133-25/+39
* iw_cxgb4: remove BUG_ON() usage.Steve Wise2017-11-137-38/+13
* RDMA/cxgb4: Protect from possible dereferenceLeon Romanovsky2017-11-131-1/+1
* RDMA/cxgb4: Annotate r2 and stag as __be32Leon Romanovsky2017-11-101-2/+2
* RDMA/cxgb4: Declare stag as __be32Leon Romanovsky2017-10-251-1/+1
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-183-10/+5
|\
| * RDMA/cxgb4: Convert timers to use timer_setup()Kees Cook2017-10-183-10/+5
* | RDMA/cxgb4: Remove a set-but-not-used variableBart Van Assche2017-10-141-3/+0
* | RDMA/cxgb4: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-141-0/+1
* | RDMA/cxgb4: Remove the obsolete kernel module option 'c4iw_debug'Bart Van Assche2017-10-141-4/+0
* | RDMA/cxgb4: Fix indentationBart Van Assche2017-10-142-6/+6
* | iw_cxgb4: add referencing to wait objectsSteve Wise2017-09-296-65/+123
* | iw_cxgb4: allocate wait object for each ep objectSteve Wise2017-09-293-20/+28
* | iw_cxgb4: allocate wait object for each qp objectSteve Wise2017-09-292-22/+34
* | iw_cxgb4: allocate wait object for each cq objectSteve Wise2017-09-292-27/+37
* | iw_cxgb4: allocate wait object for each memory objectSteve Wise2017-09-292-89/+141
* | iw_cxgb4: change pr_debug to appropriate log levelBharat Potnuri2017-09-275-32/+32
* | iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri2017-09-279-235/+217
* | IB/{cxgb3,cxgb4}: Remove unneeded config dependenciesYuval Shaia2017-09-271-1/+1
|/
* iw_cxgb4: remove the stid on listen create failureSteve Wise2017-09-221-1/+1
* iw_cxgb4: drop listen destroy replies if no ep foundSteve Wise2017-09-221-0/+5
* iw_cxgb4: put ep reference in pass_accept_req()Steve Wise2017-09-221-1/+1
* Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-181-1/+1
|\
| * iw_cxgb4: fix misuse of integer variableSteve Wise2017-08-161-1/+1
* | Merge branch 'misc' into k.o/for-nextDoug Ledford2017-08-181-1/+0
|\ \
| * | cxgb4: Remove some dead codeChristophe Jaillet2017-08-171-1/+0
| |/
* | RDMA: Simplify get firmware interfaceLeon Romanovsky2017-08-101-3/+2
* | RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
|/
* iw_cxgb4: don't use WR keys/addrs for 0 byte readsGanesh Goudar2017-07-201-1/+1
* cxgb4: Fix error codes in c4iw_create_cq()Dan Carpenter2017-07-201-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-3/+7
|\
| * rdma/cxgb4: Fix memory leaks during module exitRaju Rangoju2017-06-141-3/+7
* | net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-204-14/+7
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-164-21/+17
* | networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-6/+3
* | tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet2017-06-081-1/+1
* | cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar2017-06-071-5/+9
|/