summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | RDMA/cxgb4: Remove a set-but-not-used variableBart Van Assche2017-10-141-3/+0
* | RDMA/cxgb4: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-141-0/+1
* | RDMA/cxgb4: Remove the obsolete kernel module option 'c4iw_debug'Bart Van Assche2017-10-141-4/+0
* | RDMA/cxgb4: Fix indentationBart Van Assche2017-10-141-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/+96
|/
* 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-171-1/+0
* net: introduce __skb_put_[zero, data, u8]yuan linyu2017-06-201-4/+2
* 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/+9
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-6/+3
* 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-201-2/+2
* cxgb4: Convert PDBG to pr_debugJoe Perches2017-04-201-147/+156
* cxgb4: Use more common logging styleJoe Perches2017-04-201-47/+37
* 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-091-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-151-11/+8
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl()Varun Prakash2016-09-151-6/+4
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req()Varun Prakash2016-09-151-9/+4
* | | | libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req()Varun Prakash2016-09-151-9/+4
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release()Varun Prakash2016-09-151-6/+4
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale()Varun Prakash2016-09-151-6/+6
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu()Varun Prakash2016-09-151-23/+9
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_is_neg_adv()Varun Prakash2016-09-151-12/+3
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route6()Varun Prakash2016-09-151-52/+18
* | | | libcxgb,iw_cxgb4,cxgbit: add cxgb_find_route()Varun Prakash2016-09-151-37/+16