summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cm.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cxgb4: Fix null pointer dereference on alloc_skb failureColin Ian King2019-04-161-0/+2
* cxgb4: Convert stid_idr to XArrayMatthew Wilcox2019-03-261-6/+9
* cxgb4: Convert atid_idr to XArrayMatthew Wilcox2019-03-261-10/+15
* cxgb4: Convert hwtid_idr to XArrayMatthew Wilcox2019-03-251-12/+15
* iw_cxgb4: Make function read_tcb() staticWei Yongjun2019-02-201-1/+1
* iw_cxgb4: fix srqidx leak during connection abortRaju Rangoju2019-02-091-2/+3
* iw_cxgb4: complete the cached SRQ buffersRaju Rangoju2019-02-091-8/+153
* iw_cxgb4: use tos when finding ipv6 routesSteve Wise2019-02-091-2/+3
* iw_cxgb4: use tos when importing the endpointSteve Wise2019-02-091-1/+1
* iw_cxgb4: use listening ep tos when accepting new connectionsSteve Wise2019-02-091-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-221-1/+2
* | cxgb4: use new fw interface to get the VIN and smt indexSantosh Rastapur2018-11-231-4/+2Star
* | cxgb4: use __vlan_hwaccel helpersMichał Mirosław2018-11-091-1/+1
|/
* RDMA/cxgb4: remove redundant null pointer check before kfree_skbzhong jiang2018-09-211-2/+1Star
* iw_cxgb4: pass window scale in flowc work requestPotnuri Bharat Teja2018-08-081-23/+23
* rdma/cxgb4: Fix SRQ endianness annotationsBart Van Assche2018-08-011-1/+2
* rdma/cxgb4: Remove a set-but-not-used variableBart Van Assche2018-08-011-2/+0Star
* rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju2018-07-261-4/+38
* iw_cxgb4: remove duplicate memcpy() in c4iw_create_listen()Bharat Potnuri2018-06-191-3/+0Star
* 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/+8Star
* 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/+9Star
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-8/+5Star
|\
| * RDMA/cxgb4: Convert timers to use timer_setup()Kees Cook2017-10-181-8/+5Star
* | RDMA/cxgb4: Remove a set-but-not-used variableBart Van Assche2017-10-151-3/+0Star
* | RDMA/cxgb4: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-151-0/+1
* | RDMA/cxgb4: Remove the obsolete kernel module option 'c4iw_debug'Bart Van Assche2017-10-151-4/+0Star
* | RDMA/cxgb4: Fix indentationBart Van Assche2017-10-151-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/+96Star
|/
* 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-181-1/+0Star
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-4/+2Star
* 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/+9Star
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-6/+3Star
* 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: Avoid touch after free error in ARP failure handlersRaju Rangoju2017-06-011-1/+5
* iw_cxgb4: check return value of alloc_skbPan Bian2017-04-281-0/+2
* cxgb4: Convert PDBG to pr_debug the secondDoug Ledford2017-04-211-2/+2
* cxgb4: Convert PDBG to pr_debugJoe Perches2017-04-201-147/+156