summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cm.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/iw_cxgb4: initiate CLOSE when entering TERMKrishnamraju Eraparaju2020-02-111-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-11-271-2/+2
|\
| * RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'Christophe JAILLET2019-11-171-2/+2
* | RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure casePotnuri Bharat Teja2019-10-281-2/+0
* | iw_cxgb4: fix ECN check on the passive acceptPotnuri Bharat Teja2019-10-181-14/+14
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-07-151-9/+12
|\
| * RDMA/cxgb4: Use sizeof() notationLeon Romanovsky2019-05-271-9/+12
* | drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal2019-06-021-2/+7
|/
* RDMA/cxgb4: Fix null pointer dereference on alloc_skb failureColin Ian King2019-04-161-0/+2
* cxgb4: Convert stid_idr to XArrayMatthew Wilcox2019-03-251-6/+9
* cxgb4: Convert atid_idr to XArrayMatthew Wilcox2019-03-251-10/+15
* cxgb4: Convert hwtid_idr to XArrayMatthew Wilcox2019-03-251-12/+15
* iw_cxgb4: Make function read_tcb() staticWei Yongjun2019-02-191-1/+1
* iw_cxgb4: fix srqidx leak during connection abortRaju Rangoju2019-02-081-2/+3
* iw_cxgb4: complete the cached SRQ buffersRaju Rangoju2019-02-081-8/+153
* iw_cxgb4: use tos when finding ipv6 routesSteve Wise2019-02-081-2/+3
* iw_cxgb4: use tos when importing the endpointSteve Wise2019-02-081-1/+1
* iw_cxgb4: use listening ep tos when accepting new connectionsSteve Wise2019-02-081-2/+7
* RDMA/iw_cxgb4: Fix the unchecked ep dereferenceRaju Rangoju2019-01-151-7/+10
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-1/+2
|\
| * iw_cxgb4: only reconnect with MPAv1 if the peer abortsSteve Wise2018-11-211-1/+2
* | cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur2018-11-231-4/+2
* | cxgb4: use __vlan_hwaccel helpersMichał Mirosław2018-11-081-1/+1
|/
* RDMA/cxgb4: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-2/+1
* iw_cxgb4: pass window scale in flowc work requestPotnuri Bharat Teja2018-08-081-23/+23
* rdma/cxgb4: Fix SRQ endianness annotationsBart Van Assche2018-07-311-1/+2
* rdma/cxgb4: Remove a set-but-not-used variableBart Van Assche2018-07-311-2/+0
* rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju2018-07-251-4/+38
* iw_cxgb4: remove duplicate memcpy() in c4iw_create_listen()Bharat Potnuri2018-06-181-3/+0
* iw_cxgb4: always set iw_cm_id.provider_dataSteve Wise2018-05-221-0/+1
* iw_cxgb4: Change error/warn prints to pr_debugBharat Potnuri2017-12-291-9/+8
* RDMA/cxgb4: Add a sanity check in process_work()Dan Carpenter2017-12-131-2/+8
* iw_cxgb4: remove BUG_ON() usage.Steve Wise2017-11-131-16/+9
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-8/+5
|\
| * RDMA/cxgb4: Convert timers to use timer_setup()Kees Cook2017-10-181-8/+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-141-4/+4
* | iw_cxgb4: add referencing to wait objectsSteve Wise2017-09-291-10/+10
* | iw_cxgb4: allocate wait object for each ep objectSteve Wise2017-09-291-15/+23
* | iw_cxgb4: change pr_debug to appropriate log levelBharat Potnuri2017-09-271-23/+23
* | iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri2017-09-271-102/+96
|/
* 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
* cxgb4: Remove some dead codeChristophe Jaillet2017-08-171-1/+0
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-4/+2
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-13/+9