aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-12RDMA/cma: Add IPv6 support for iWARPSteve Wise1-26/+29
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+12
2013-03-17tcp: Remove TCPCTChristoph Paasch1-1/+1
2013-03-15Fix dst_neigh_lookup/dst_neigh_lookup_skb return value handling bugZhouyi Zhou1-0/+12
2013-03-14RDMA/cxgb4: Bump tcam_full stat and WR reply timeoutVipul Pandya1-1/+1
2013-03-14RDMA/cxgb4: Add Support for Chelsio T5 adapterVipul Pandya1-17/+47
2013-02-14RDMA/cxgb4: "cookie" can stay in host endiannessPaul Bolle1-2/+2
2013-02-14RDMA/cxgb4: Address sparse warningsVipul Pandya1-30/+38
2013-02-14RDMA/cxgb4: Insert hwtid in pass_accept_req instead in pass_establishVipul Pandya1-1/+1
2013-02-14RDMA/cxgb4: Don't wakeup threads for MPAv2Vipul Pandya1-1/+11
2013-02-14RDMA/cxgb4: Don't reconnect on abort for mpa_rev 1Vipul Pandya1-6/+5
2013-02-14RDMA/cxgb4: Fix endpoint timeout race conditionVipul Pandya1-13/+16
2013-02-14RDMA/cxgb4: Only log rx_data warnings if cpl status is non-zeroVipul Pandya1-1/+1
2013-02-14RDMA/cxgb4: Always log async errorsVipul Pandya1-3/+3
2013-02-14RDMA/cxgb4: Keep QP referenced until TID releasedVipul Pandya1-4/+16
2013-02-14RDMA/cxgb4: Display streaming mode error only if detected in RTSVipul Pandya1-12/+14
2013-02-14RDMA/cxgb4: Abort connections when moving to ERROR stateVipul Pandya1-0/+1
2013-02-14RDMA/cxgb4: Abort connections that receive unexpected streaming mode dataVipul Pandya1-9/+10
2012-12-19RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya1-82/+195
2012-12-19RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya1-49/+363
2012-12-19RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya1-6/+152
2012-11-26RDMA/cxgb4: use WARNJulia Lawall1-4/+2
2012-09-07RDMA/cxgb4: Move dereference below NULL testWei Yongjun1-1/+1
2012-07-08RDMA/cxgb4: Fix endianness of addition to mpa->private_data_sizeRoland Dreier1-6/+6
2012-06-03RDMA/cxgb4: Fix crash when peer address is 0.0.0.0Thadeu Lima de Souza Cascardo1-0/+4
2012-05-18RDMA/cxgb4: Use vmalloc() for debugfs QP dumpVipul Pandya1-0/+18
2012-05-18RDMA/cxgb4: Disable interrupts in c4iw_ev_dispatch()Vipul Pandya1-1/+4
2012-05-15RDMA/cxgb4: Drop peer_abort when no endpoint foundSteve Wise1-0/+6
2012-05-15RDMA/cxgb4: Always wake up waiters in c4iw_peer_abort_intr()Steve Wise1-4/+1
2012-05-08RDMA/cxgb4: Use dst parameter in import_ep()Steve Wise1-1/+1
2012-03-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2012-02-25RDMA/cxgb4: Add missing peer2peer check in MPAv2 codeKumar Sanghvi1-1/+1
2012-01-25infiniband: cxgb4: Convert import_ep() over to dst_neigh_lookup().David Miller1-4/+6
2011-12-05infiniband: cxgb4: Consolidate 3 copies of the same operation into 1 helper function.David Miller1-140/+80
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-3/+3
2011-11-29Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier1-0/+6
2011-11-29IB: Fix RCU lockdep splatsEric Dumazet1-0/+6
2011-11-28RDMA/cxgb4: Fix retry with MPAv1 logic for MPAv2Kumar Sanghvi1-1/+3
2011-10-06RDMA/cxgb4: Add support for MPAv2 Enhanced RDMA NegotiationKumar Sanghvi1-36/+433
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-21/+21
2011-06-17RDMA/cxgb4: Couple of abort fixesSteve Wise1-9/+37
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+2
2011-05-09RDMA/cxgb4: Reset wait condition atomicallySteve Wise1-23/+7
2011-05-09RDMA/cxgb4: Don't change QP state outside EP lockSteve Wise1-9/+7
2011-05-03ipv4: Make caller provide on-stack flow key to ip_route_output_ports().David S. Miller1-1/+2
2011-03-16Merge 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-12ipv4: Create and use route lookup helpers.David S. Miller1-17/+4
2011-03-02ipv4: Make output route lookup return rtable directly.David S. Miller1-1/+2