aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cm.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cxgb4: Drop peer_abort when no endpoint foundSteve Wise2012-06-011-0/+6
* net: fix NULL dereferences in check_peer_redir()Eric Dumazet2012-02-131-21/+25
* RDMA/cxgb4: Couple of abort fixesSteve Wise2011-06-171-9/+37
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-05-201-1/+2
|\
| * ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller2011-05-031-1/+2
* | RDMA/cxgb4: Reset wait condition atomicallySteve Wise2011-05-091-23/+7
* | RDMA/cxgb4: Don't change QP state outside EP lockSteve Wise2011-05-091-9/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-161-17/+5
|\
| * ipv4: Create and use route lookup helpers.David S. Miller2011-03-121-17/+4
| * ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-1/+2
| * ipv4: Kill can_sleep arg to ip_route_output_flow()David S. Miller2011-03-011-1/+1
| * ipv4: Make final arg to ip_route_output_flow to be boolean "can_sleep"David S. Miller2011-03-011-1/+1
* | RDMA/cxgb4: Use ULP_MODE_TCPDDPSteve Wise2011-03-141-0/+2
* | RDMA/cxgb4: Turn on delayed ACKSteve Wise2011-03-141-2/+2
|/
* RDMA/cxgb4: Set the correct device physical function for iWARP connectionsSteve Wise2011-01-281-1/+1
* RDMA/cxgb4: Remove unnecessary KERN_<level> useJoe Perches2010-10-261-2/+2
* RDMA/cxgb4: Set the default TCP send window to 128KBSteve Wise2010-09-281-2/+2
* RDMA/cxgb4: Use a mutex for QP and EP state transitionsSteve Wise2010-09-281-44/+43
* RDMA/cxgb4: Centralize the wait logicSteve Wise2010-09-281-39/+25
* RDMA/cxgb4: Handle CPL_RDMA_TERMINATE messagesSteve Wise2010-09-281-12/+13
* RDMA/cxgb4: Ignore positive return values from cxgb4_*_send() functionsSteve Wise2010-09-281-2/+2
* RDMA/cxgb4: Fix warnings about casts to/from pointers of different sizesRoland Dreier2010-09-271-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-08-071-41/+50
|\
| * RDMA/cxgb4: Add timeouts when waiting for FW responsesSteve Wise2010-08-041-4/+18
| * RDMA/cxgb4: Set/reset the EP timer inside EP lockSteve Wise2010-08-021-26/+8
| * RDMA/cxgb4: Use correct control txqSteve Wise2010-08-021-4/+9
| * RDMA/cxgb4: Add module option to tweak delayed ackSteve Wise2010-07-211-1/+9
| * RDMA/cxgb4: Remove unneeded NULL checkRoland Dreier2010-07-191-5/+5
| * RDMA/cxgb4: Remove unneeded assignmentDan Carpenter2010-07-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-08-041-2/+2
|\ \ | |/ |/|
| * net-next: remove useless union keywordChangli Gao2010-06-101-2/+2
* | RDMA/cxgb4: Derive smac_idx from port viidSteve Wise2010-07-061-4/+5
* | RDMA/cxgb4: Don't call abort_connection() for active connect failuresSteve Wise2010-07-061-1/+2
|/
* MAINTAINERS: Add cxgb4 and iw_cxgb4 entriesRoland Dreier2010-05-051-136/+180
* RDMA/cxgb4: Add driver for Chelsio T4 RNICSteve Wise2010-04-211-0/+2330