aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-21RDMA/cxgb4: remove redundant null pointer check before kfree_skbzhong jiang1-2/+1
2018-08-08iw_cxgb4: pass window scale in flowc work requestPotnuri Bharat Teja1-23/+23
2018-07-31rdma/cxgb4: Fix SRQ endianness annotationsBart Van Assche1-1/+2
2018-07-31rdma/cxgb4: Remove a set-but-not-used variableBart Van Assche1-2/+0
2018-07-25rdma/cxgb4: Add support for kernel mode SRQ'sRaju Rangoju1-4/+38
2018-06-18iw_cxgb4: remove duplicate memcpy() in c4iw_create_listen()Bharat Potnuri1-3/+0
2018-05-22iw_cxgb4: always set iw_cm_id.provider_dataSteve Wise1-0/+1
2017-12-29iw_cxgb4: Change error/warn prints to pr_debugBharat Potnuri1-9/+8
2017-12-13RDMA/cxgb4: Add a sanity check in process_work()Dan Carpenter1-2/+8
2017-11-13iw_cxgb4: remove BUG_ON() usage.Steve Wise1-16/+9
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-8/+5
2017-10-18RDMA/cxgb4: Convert timers to use timer_setup()Kees Cook1-8/+5
2017-10-14RDMA/cxgb4: Remove a set-but-not-used variableBart Van Assche1-3/+0
2017-10-14RDMA/cxgb4: Suppress gcc 7 fall-through complaintsBart Van Assche1-0/+1
2017-10-14RDMA/cxgb4: Remove the obsolete kernel module option 'c4iw_debug'Bart Van Assche1-4/+0
2017-10-14RDMA/cxgb4: Fix indentationBart Van Assche1-4/+4
2017-09-29iw_cxgb4: add referencing to wait objectsSteve Wise1-10/+10
2017-09-29iw_cxgb4: allocate wait object for each ep objectSteve Wise1-15/+23
2017-09-27iw_cxgb4: change pr_debug to appropriate log levelBharat Potnuri1-23/+23
2017-09-27iw_cxgb4: Remove __func__ parameter from pr_debug()Bharat Potnuri1-102/+96
2017-09-22iw_cxgb4: remove the stid on listen create failureSteve Wise1-1/+1
2017-09-22iw_cxgb4: drop listen destroy replies if no ep foundSteve Wise1-0/+5
2017-09-22iw_cxgb4: put ep reference in pass_accept_req()Steve Wise1-1/+1
2017-08-17cxgb4: Remove some dead codeChristophe Jaillet1-1/+0
2017-06-20net: introduce __skb_put_[zero, data, u8]yuan linyu1-4/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-13/+9
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-6/+3
2017-06-08tcp: add a struct net parameter to tcp_parse_options()Eric Dumazet1-1/+1
2017-06-07cxgb4: Fix tids count for ipv6 offload connectionGanesh Goudar1-5/+9
2017-06-01RDMA/iw_cxgb4: fix the calculation of ipv6 header sizeRaju Rangoju1-1/+2
2017-06-01RDMA/iw_cxgb4: Avoid touch after free error in ARP failure handlersRaju Rangoju1-1/+5
2017-04-28iw_cxgb4: check return value of alloc_skbPan Bian1-0/+2
2017-04-20cxgb4: Convert PDBG to pr_debug the secondDoug Ledford1-2/+2
2017-04-20cxgb4: Convert PDBG to pr_debugJoe Perches1-147/+156
2017-04-20cxgb4: Use more common logging styleJoe Perches1-47/+37
2017-02-19iw_cxgb4: clean up send_connect()Ganesh Goudar1-20/+36
2017-02-19Merge branch 'k.o/for-4.10-rc' into HEADDoug Ledford1-3/+4
2017-01-12RDMA/cxgb4: Use AF_INET for sin_family fieldssh101-3/+3
2017-01-10iw_cxgb4: do not send RX_DATA_ACK CPLs after close/abortSteve Wise1-3/+4
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2016-10-07iw_cxgb4: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_rx_data_ack()Varun Prakash1-11/+8
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_rpl()Varun Prakash1-6/+4
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_abort_req()Varun Prakash1-9/+4
2016-09-15libcxgb, iw_cxgb4, cxgbit: add cxgb_mk_close_con_req()Varun Prakash1-9/+4
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_mk_tid_release()Varun Prakash1-6/+4
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_compute_wscale()Varun Prakash1-6/+6
2016-09-15libcxgb,iw_cxgb4,cxgbit: add cxgb_best_mtu()Varun Prakash1-23/+9