summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/cxgb4/cm.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-17RDMA/cxgb4: Couple of abort fixesSteve Wise1-9/+37
2011-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+2
2011-05-10RDMA/cxgb4: Reset wait condition atomicallySteve Wise1-23/+7
2011-05-10RDMA/cxgb4: Don't change QP state outside EP lockSteve Wise1-9/+7
2011-05-04ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller1-1/+2
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-17/+5
2011-03-14RDMA/cxgb4: Use ULP_MODE_TCPDDPSteve Wise1-0/+2
2011-03-14RDMA/cxgb4: Turn on delayed ACKSteve Wise1-2/+2
2011-03-13ipv4: Create and use route lookup helpers.David S. Miller1-17/+4
2011-03-03ipv4: Make output route lookup return rtable directly.David S. Miller1-1/+2
2011-03-02ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller1-1/+1
2011-03-02ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller1-1/+1
2011-01-29RDMA/cxgb4: Set the correct device physical function for iWARP connectionsSteve Wise1-1/+1
2010-10-27RDMA/cxgb4: Remove unnecessary KERN_<level> useJoe Perches1-2/+2
2010-09-28RDMA/cxgb4: Set the default TCP send window to 128KBSteve Wise1-2/+2
2010-09-28RDMA/cxgb4: Use a mutex for QP and EP state transitionsSteve Wise1-44/+43
2010-09-28RDMA/cxgb4: Centralize the wait logicSteve Wise1-39/+25
2010-09-28RDMA/cxgb4: Handle CPL_RDMA_TERMINATE messagesSteve Wise1-12/+13
2010-09-28RDMA/cxgb4: Ignore positive return values from cxgb4_*_send() functionsSteve Wise1-2/+2
2010-09-28RDMA/cxgb4: Fix warnings about casts to/from pointers of different sizesRoland Dreier1-1/+1
2010-08-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-41/+50
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+2
2010-08-04RDMA/cxgb4: Add timeouts when waiting for FW responsesSteve Wise1-4/+18
2010-08-03RDMA/cxgb4: Set/reset the EP timer inside EP lockSteve Wise1-26/+8
2010-08-03RDMA/cxgb4: Use correct control txqSteve Wise1-4/+9
2010-07-21RDMA/cxgb4: Add module option to tweak delayed ackSteve Wise1-1/+9
2010-07-20RDMA/cxgb4: Remove unneeded NULL checkRoland Dreier1-5/+5
2010-07-20RDMA/cxgb4: Remove unneeded assignmentDan Carpenter1-1/+1
2010-07-07RDMA/cxgb4: Derive smac_idx from port viidSteve Wise1-4/+5
2010-07-07RDMA/cxgb4: Don't call abort_connection() for active connect failuresSteve Wise1-1/+2
2010-06-11net-next: remove useless union keywordChangli Gao1-2/+2
2010-05-06MAINTAINERS: Add cxgb4 and iw_cxgb4 entriesRoland Dreier1-136/+180
2010-04-22RDMA/cxgb4: Add driver for Chelsio T4 RNICSteve Wise1-0/+2330