aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cm.c
AgeCommit message (Expand)Author
2023-10-25RDMA/cxgb4: Check skb value for failure to allocateArtem Chernyshev
2023-08-11treewide: Remove uninitialized_var() usageKees Cook
2021-04-14RDMA/cxgb4: check for ipv6 address properly while destroying listenerPotnuri Bharat Teja
2021-03-30RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening serverPotnuri Bharat Teja
2020-10-01RDMA/iw_cgxb4: Fix an error handling path in 'c4iw_connect()'Christophe JAILLET
2020-01-27iw_cxgb4: use tos when finding ipv6 routesSteve Wise
2020-01-27iw_cxgb4: use tos when importing the endpointSteve Wise
2020-01-27RDMA/iw_cxgb4: Fix the unchecked ep dereferenceRaju Rangoju
2019-12-13iw_cxgb4: only reconnect with MPAv1 if the peer abortsSteve Wise
2019-11-12RDMA/iw_cxgb4: Avoid freeing skb twice in arp failure casePotnuri Bharat Teja
2019-11-12iw_cxgb4: fix ECN check on the passive acceptPotnuri Bharat Teja
2019-05-31RDMA/cxgb4: Fix null pointer dereference on alloc_skb failureColin Ian King
2019-04-05iw_cxgb4: fix srqidx leak during connection abortRaju Rangoju
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
2017-10-14RDMA/cxgb4: Remove a set-but-not-used variableBart Van Assche
2017-10-14RDMA/cxgb4: Suppress gcc 7 fall-through complaintsBart Van Assche
2017-10-14RDMA/cxgb4: Remove the obsolete kernel module option 'c4iw_debug'Bart Van Assche
2017-10-14RDMA/cxgb4: Fix indentationBart Van Assche
2017-09-29iw_cxgb4: add referencing to wait objectsSteve Wise
2017-09-29iw_cxgb4: allocate wait object for each ep objectSteve Wise
2017-09-27iw_cxgb4: change pr_debug to appropriate log levelBharat Potnuri
2017-09-27iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri
2017-09-22iw_cxgb4: remove the stid on listen create failureSteve Wise
2017-09-22iw_cxgb4: drop listen destroy replies if no ep foundSteve Wise
2017-09-22iw_cxgb4: put ep reference in pass_accept_req()Steve Wise
2017-08-17cxgb4: Remove some dead codeChristophe Jaillet
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet
2017-06-07cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar
2017-06-01RDMA/iw_cxgb4: fix the calculation of ipv6 header sizeRaju Rangoju
2017-06-01RDMA/iw_cxgb4: Avoid touch after free error in ARP failure handlersRaju Rangoju
2017-04-28iw_cxgb4: check return value of alloc_skbPan Bian
2017-04-20cxgb4: Convert PDBG to pr_debug the secondDoug Ledford
2017-04-20cxgb4: Convert PDBG to pr_debugJoe Perches
2017-04-20cxgb4: Use more common logging styleJoe Perches
2017-02-19iw_cxgb4: clean up send_connect()Ganesh Goudar
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford