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-05-311-0/+2
* iw_cxgb4: fix srqidx leak during connection abortRaju Rangoju2019-04-051-2/+3
* 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
* cxgb4: Use more common logging styleJoe Perches2017-04-201-47/+37Star
* iw_cxgb4: clean up send_connect()Ganesh Goudar2017-02-191-20/+36
* Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford2017-02-191-3/+4
|\
| * iw_cxgb4: do not send RX_DATA_ACK CPLs after close/abortSteve Wise2017-01-101-3/+4
* | RDMA/cxgb4: Use AF_INET for sin_family fieldssh102017-01-121-3/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-101-1/+1
|\
| * iw_cxgb4: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-1/+5
|\ \
| * \ Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe2016-09-131-1/+5
| |\ \
| | * | iw_cxgb4: block module unload until all ep resources are releasedSteve Wise2016-09-041-0/+2
| | * | iw_cxgb4: call dev_put() on l2t allocation failureSteve Wise2016-09-041-1/+3
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack()Varun Prakash2016-09-161-11/+8Star
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl()Varun Prakash2016-09-161-6/+4Star
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req()Varun Prakash2016-09-161-9/+4Star