summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4/cm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-04-031-38/+72
|\
| * RDMA/cxgb4: rx_data() needs to hold the ep mutexSteve Wise2014-04-021-7/+9
| * RDMA/cxgb4: Drop RX_DATA packets if the endpoint is goneSteve Wise2014-04-021-0/+2
| * RDMA/cxgb4: Lock around accept/reject downcallsSteve Wise2014-04-021-10/+21
| * RDMA/cxgb4: Update snd_seq when sending MPA messagesSteve Wise2014-03-241-0/+3
| * RDMA/cxgb4: Connect_request_upcall fixesSteve Wise2014-03-241-16/+24
| * RDMA/cxgb4: Fix possible memory leak in RX_PKT processingSteve Wise2014-03-241-1/+8
| * RDMA/cxgb4: Default peer2peer mode to 1Steve Wise2014-03-201-2/+2
| * RDMA/cxgb4: Always release neigh entrySteve Wise2014-03-201-1/+1
| * RDMA/cxgb4: Allow loopback connectionsSteve Wise2014-03-201-1/+2
* | cxgb4/iw_cxgb4: Treat CPL_ERR_KEEPALV_NEG_ADVICE as negative adviceSteve Wise2014-03-141-12/+12
|/
* RDMA/cxgb4: Add missing neigh_release in LE-Workaround pathKumar Sanghvi2014-02-131-0/+1
* RDMA/cxgb4: Use cxgb4_select_ntuple to correctly calculate ntuple fieldsKumar Sanghvi2013-12-221-54/+17
* RDMA/cxgb4: Server filters are supported only for IPv4Kumar Sanghvi2013-12-221-1/+2
* RDMA/cxgb4: Calculate the filter server TID properlyKumar Sanghvi2013-12-221-3/+1
* RDMA/cxgb4: Set arp error handler for PASS_ACCEPT_RPL messagesSteve Wise2013-08-131-0/+2
* RDMA/cxgb4: Handle newer firmware changesSteve Wise2013-08-131-3/+2
* RDMA/cxgb4: Use correct bit shift macros for vlan filter tuplesSteve Wise2013-08-131-1/+1
* RDMA/cxgb4: Add support for active and passive open connection with IPv6 addressVipul Pandya2013-08-131-270/+544
* RDMA/cma: Add IPv6 support for iWARPSteve Wise2013-08-121-26/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-0/+12
|\
| * Fix dst_neigh_lookup/dst_neigh_lookup_skb return value handling bugZhouyi Zhou2013-03-151-0/+12
* | tcp: Remove TCPCTChristoph Paasch2013-03-171-1/+1
* | RDMA/cxgb4: Bump tcam_full stat and WR reply timeoutVipul Pandya2013-03-141-1/+1
* | RDMA/cxgb4: Add Support for Chelsio T5 adapterVipul Pandya2013-03-141-17/+47
|/
* RDMA/cxgb4: "cookie" can stay in host endiannessPaul Bolle2013-02-141-2/+2
* RDMA/cxgb4: Address sparse warningsVipul Pandya2013-02-141-30/+38
* RDMA/cxgb4: Insert hwtid in pass_accept_req instead in pass_establishVipul Pandya2013-02-141-1/+1
* RDMA/cxgb4: Don't wakeup threads for MPAv2Vipul Pandya2013-02-141-1/+11
* RDMA/cxgb4: Don't reconnect on abort for mpa_rev 1Vipul Pandya2013-02-141-6/+5
* RDMA/cxgb4: Fix endpoint timeout race conditionVipul Pandya2013-02-141-13/+16
* RDMA/cxgb4: Only log rx_data warnings if cpl status is non-zeroVipul Pandya2013-02-141-1/+1
* RDMA/cxgb4: Always log async errorsVipul Pandya2013-02-141-3/+3
* RDMA/cxgb4: Keep QP referenced until TID releasedVipul Pandya2013-02-141-4/+16
* RDMA/cxgb4: Display streaming mode error only if detected in RTSVipul Pandya2013-02-141-12/+14
* RDMA/cxgb4: Abort connections when moving to ERROR stateVipul Pandya2013-02-141-0/+1
* RDMA/cxgb4: Abort connections that receive unexpected streaming mode dataVipul Pandya2013-02-141-9/+10
* RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya2012-12-191-82/+195
* RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya2012-12-191-49/+363
* RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya2012-12-191-6/+152
* RDMA/cxgb4: use WARNJulia Lawall2012-11-261-4/+2
* RDMA/cxgb4: Move dereference below NULL testWei Yongjun2012-09-071-1/+1
* RDMA/cxgb4: Fix endianness of addition to mpa->private_data_sizeRoland Dreier2012-07-081-6/+6
* RDMA/cxgb4: Fix crash when peer address is 0.0.0.0Thadeu Lima de Souza Cascardo2012-06-031-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
|\
OpenPOWER on IntegriCloud