summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cm.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cxgb4: Check skb value for failure to allocateArtem Chernyshev2023-09-111-0/+3
* RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()Nikita Zhandarovich2023-02-061-0/+3
* RDMA/cxgb4: add null-ptr-check after ip_dev_find()Nikita Zhandarovich2023-02-021-0/+4
* treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-111-2/+2
* RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl sizePotnuri Bharat Teja2022-08-161-16/+9
* iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rplKees Cook2021-12-141-2/+3
* RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-121-1/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-05-011-2/+1
|\
| * RDMA/iw_cxgb4: Use DEFINE_SPINLOCK() for spinlockTang Yizhou2021-03-311-2/+1
* | RDMA/cxgb4: check for ipv6 address properly while destroying listenerPotnuri Bharat Teja2021-04-071-1/+2
* | RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening serverPotnuri Bharat Teja2021-03-251-2/+2
|/
* RDMA/iw_cxgb4: Disable delayed ack by defaultPotnuri Bharat Teja2020-09-181-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* RDMA/iw_cxgb4: Fix incorrect function parametersPotnuri Bharat Teja2020-05-121-4/+3
* 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