summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/cxgb4/cm.c
AgeCommit message (Expand)Author
2023-09-11RDMA/cxgb4: Check skb value for failure to allocateArtem Chernyshev
2023-02-06RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish()Nikita Zhandarovich
2023-02-02RDMA/cxgb4: add null-ptr-check after ip_dev_find()Nikita Zhandarovich
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-08-16RDMA/cxgb4: fix accept failure due to increased cpl_t5_pass_accept_rpl sizePotnuri Bharat Teja
2021-12-14iw_cxgb4: Use memset_startat() for cpl_t5_pass_accept_rplKees Cook
2021-10-12RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-04-07RDMA/cxgb4: check for ipv6 address properly while destroying listenerPotnuri Bharat Teja
2021-03-31RDMA/iw_cxgb4: Use DEFINE_SPINLOCK() for spinlockTang Yizhou
2021-03-25RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening serverPotnuri Bharat Teja
2020-09-18RDMA/iw_cxgb4: Disable delayed ack by defaultPotnuri Bharat Teja
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-05-12RDMA/iw_cxgb4: Fix incorrect function parametersPotnuri Bharat Teja
2020-02-11RDMA/iw_cxgb4: initiate CLOSE when entering TERMKrishnamraju Eraparaju
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-11-17RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'Christophe JAILLET
2019-10-28RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure casePotnuri Bharat Teja
2019-10-18iw_cxgb4: fix ECN check on the passive acceptPotnuri Bharat Teja
2019-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-06-02drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal
2019-05-27RDMA/cxgb4: Use sizeof() notationLeon Romanovsky
2019-04-16RDMA/cxgb4: Fix null pointer dereference on alloc_skb failureColin Ian King
2019-03-25cxgb4: Convert stid_idr to XArrayMatthew Wilcox
2019-03-25cxgb4: Convert atid_idr to XArrayMatthew Wilcox
2019-03-25cxgb4: Convert hwtid_idr to XArrayMatthew Wilcox
2019-02-19iw_cxgb4: Make function read_tcb() staticWei Yongjun
2019-02-08iw_cxgb4: fix srqidx leak during connection abortRaju Rangoju
2019-02-08iw_cxgb4: complete the cached SRQ buffersRaju Rangoju
2019-02-08iw_cxgb4: use tos when finding ipv6 routesSteve Wise
2019-02-08iw_cxgb4: use tos when importing the endpointSteve Wise
2019-02-08iw_cxgb4: use listening ep tos when accepting new connectionsSteve Wise
2019-01-15RDMA/iw_cxgb4: Fix the unchecked ep dereferenceRaju Rangoju
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-11-23cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur
2018-11-21iw_cxgb4: only reconnect with MPAv1 if the peer abortsSteve Wise
2018-11-08cxgb4: use __vlan_hwaccel helpersMichał Mirosław
2018-09-21RDMA/cxgb4: remove redundant null pointer check before kfree_skbzhong jiang
2018-08-08iw_cxgb4: pass window scale in flowc work requestPotnuri Bharat Teja
2018-07-31rdma/cxgb4: Fix SRQ endianness annotationsBart Van Assche
2018-07-31rdma/cxgb4: Remove a set-but-not-used variableBart Van Assche
2018-07-25rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju
2018-06-18iw_cxgb4: remove duplicate memcpy() in c4iw_create_listen()Bharat Potnuri
2018-05-22iw_cxgb4: always set iw_cm_id.provider_dataSteve Wise
2017-12-29iw_cxgb4: Change error/warn prints to pr_debugBharat Potnuri
2017-12-13RDMA/cxgb4: Add a sanity check in process_work()Dan Carpenter
2017-11-13iw_cxgb4: remove BUG_ON() usage.Steve Wise
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford
2017-10-18RDMA/cxgb4: Convert timers to use timer_setup()Kees Cook