summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cxgb4: "cookie" can stay in host endiannessPaul Bolle2013-02-151-2/+2
* RDMA/cxgb4: Address sparse warningsVipul Pandya2013-02-151-30/+38
* RDMA/cxgb4: Insert hwtid in pass_accept_req instead in pass_establishVipul Pandya2013-02-151-1/+1
* RDMA/cxgb4: Don't wakeup threads for MPAv2Vipul Pandya2013-02-151-1/+11
* RDMA/cxgb4: Don't reconnect on abort for mpa_rev 1Vipul Pandya2013-02-151-6/+5
* RDMA/cxgb4: Fix endpoint timeout race conditionVipul Pandya2013-02-151-13/+16
* RDMA/cxgb4: Only log rx_data warnings if cpl status is non-zeroVipul Pandya2013-02-151-1/+1
* RDMA/cxgb4: Always log async errorsVipul Pandya2013-02-151-3/+3
* RDMA/cxgb4: Keep QP referenced until TID releasedVipul Pandya2013-02-151-4/+16
* RDMA/cxgb4: Display streaming mode error only if detected in RTSVipul Pandya2013-02-151-12/+14
* RDMA/cxgb4: Abort connections when moving to ERROR stateVipul Pandya2013-02-151-0/+1
* RDMA/cxgb4: Abort connections that receive unexpected streaming mode dataVipul Pandya2013-02-151-9/+10
* RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya2012-12-201-82/+195
* RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya2012-12-201-49/+363
* RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya2012-12-201-6/+152
* RDMA/cxgb4: use WARNJulia Lawall2012-11-261-4/+2
* RDMA/cxgb4: Move dereference below NULL testWei Yongjun2012-09-081-1/+1
* RDMA/cxgb4: Fix endianness of addition to mpa->private_data_sizeRoland Dreier2012-07-091-6/+6
* RDMA/cxgb4: Fix crash when peer address is 0.0.0.0Thadeu Lima de Souza Cascardo2012-06-041-0/+4
* RDMA/cxgb4: Use vmalloc() for debugfs QP dumpVipul Pandya2012-05-181-0/+18
* RDMA/cxgb4: Disable interrupts in c4iw_ev_dispatch()Vipul Pandya2012-05-181-1/+4
* RDMA/cxgb4: Drop peer_abort when no endpoint foundSteve Wise2012-05-151-0/+6
* RDMA/cxgb4: Always wake up waiters in c4iw_peer_abort_intr()Steve Wise2012-05-151-4/+1
* RDMA/cxgb4: Use dst parameter in import_ep()Steve Wise2012-05-081-1/+1
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-03-211-1/+1
|\
| * RDMA/cxgb4: Add missing peer2peer check in MPAv2 codeKumar Sanghvi2012-02-261-1/+1
* | infiniband: cxgb4: Convert import_ep() over to dst_neigh_lookup().David Miller2012-01-261-4/+6
|/
* infiniband: cxgb4: Consolidate 3 copies of the same operation into 1 helper f...David Miller2011-12-051-140/+80
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-3/+3
*-. Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier2011-11-301-0/+6
|\ \
| | * IB: Fix RCU lockdep splatsEric Dumazet2011-11-291-0/+6
| |/
* / RDMA/cxgb4: Fix retry with MPAv1 logic for MPAv2Kumar Sanghvi2011-11-281-1/+3
|/
* RDMA/cxgb4: Add support for MPAv2 Enhanced RDMA NegotiationKumar Sanghvi2011-10-061-36/+433
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-181-21/+21
* 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-041-1/+2
* | RDMA/cxgb4: Reset wait condition atomicallySteve Wise2011-05-101-23/+7
* | RDMA/cxgb4: Don't change QP state outside EP lockSteve Wise2011-05-101-9/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2011-03-171-17/+5
|\
| * ipv4: Create and use route lookup helpers.David S. Miller2011-03-131-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-291-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