summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* RDMA/iw_cxgb4: fix the calculation of ipv6 header sizeRaju Rangoju2017-06-011-1/+2
* RDMA/iw_cxgb4: calculate t4_eq_status_entries properlyGanesh Goudar2017-06-011-1/+1
* RDMA/iw_cxgb4: Avoid touch after free error in ARP failure handlersRaju Rangoju2017-06-011-1/+5
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-1/+1
* iw_cxgb4: check return value of alloc_skbPan Bian2017-04-281-0/+2
* IB: Replace ib_umem page_size by page_shiftArtemy Kovalyov2017-04-251-2/+2
* iw_cxgb4: Use dsgl by defaultGanesh Goudar2017-04-251-3/+3
* cxgb4: Convert PDBG to pr_debug the secondDoug Ledford2017-04-201-2/+2
* cxgb4: Convert PDBG to pr_debugJoe Perches2017-04-2010-362/+368
* cxgb4: Use more common logging styleJoe Perches2017-04-2010-129/+97
OpenPOWER on IntegriCloud