summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cxgb4: Call iwpm_init() only onceSteve Wise2014-07-133-9/+12
* RDMA/cxgb4: Initialize the device status pageSteve Wise2014-07-091-0/+1
* RDMA/cxgb4: Clean up connection on ARP errorHariprasad S2014-07-091-1/+10
* RDMA/cxgb4: Fix skb_leak in reject_cr()Hariprasad S2014-07-091-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-126-17/+123
|\
| * iw_cxgb4: don't truncate the recv window sizeHariprasad Shenai2014-06-112-4/+52
| * iw_cxgb4: Choose appropriate hw mtu index and ISS for iWARP connectionsHariprasad Shenai2014-06-112-11/+63
| * iw_cxgb4: Allocate and use IQs specifically for indirect interruptsHariprasad Shenai2014-06-113-2/+8
| |
| \
*-. \ Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx...Roland Dreier2014-06-106-56/+279
|\ \ \ | |_|/ |/| |
| | * RDMA/cxgb4: Add support for iWARP Port Mapper user space serviceSteve Wise2014-06-103-43/+262
| |/ |/|
| * RDMA/cxgb4: add missing padding at end of struct c4iw_alloc_ucontext_respYann Droneaud2014-06-052-2/+4
| * RDMA/cxgb4: Add missing padding at end of struct c4iw_create_cq_respYann Droneaud2014-05-302-2/+3
| * RDMA/cxgb4: Fix vlan supportSteve Wise2014-05-201-9/+8Star
| * RDMA/cxgb4: Fix memory leaks in c4iw_alloc() error pathsChristoph Jaeger2014-05-201-0/+2
|/
* RDMA/cxgb4: Update Kconfig to include Chelsio T5 adapterHariprasad S2014-04-291-3/+3
* RDMA/cxgb4: Only allow kernel db ringing for T4 devsSteve Wise2014-04-291-0/+4
* RDMA/cxgb4: Force T5 connections to use TAHOE congestion controlSteve Wise2014-04-292-0/+22
* RDMA/cxgb4: Fix endpoint mutex deadlocksSteve Wise2014-04-293-15/+26
* RDMA/cxgb4: Fix over-dereference when terminatingSteve Wise2014-04-111-1/+1
* RDMA/cxgb4: Use uninitialized_var()Steve Wise2014-04-111-1/+1
* RDMA/cxgb4: Add missing debug statsSteve Wise2014-04-112-2/+10
* RDMA/cxgb4: Initialize reserved fields in a FW work requestSteve Wise2014-04-111-0/+2
* RDMA/cxgb4: Use pr_warn_ratelimitedHariprasad Shenai2014-04-111-2/+2
* RDMA/cxgb4: Max fastreg depth depends on DSGL supportSteve Wise2014-04-113-3/+11
* RDMA/cxgb4: SQ flush fixSteve Wise2014-04-112-17/+11Star
* RDMA/cxgb4: rmb() after reading valid gen bitSteve Wise2014-04-111-0/+3
* RDMA/cxgb4: Endpoint timeout fixesSteve Wise2014-04-111-33/+56
* RDMA/cxgb4: Use the BAR2/WC path for kernel QPs and T5 devicesSteve Wise2014-04-114-33/+127
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-04-046-76/+136
|\
| *-. Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc...Roland Dreier2014-04-036-54/+119
| |\ \
| | * | RDMA/cxgb4: Disable DSGL use by defaultSteve Wise2014-04-021-2/+2
| | * | 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: Ignore read reponse type 1 CQEsSteve Wise2014-03-241-4/+20
| | * | RDMA/cxgb4: Fix possible memory leak in RX_PKT processingSteve Wise2014-03-241-1/+8
| | * | RDMA/cxgb4: Don't leak skb in c4iw_uld_rx_handler()Steve Wise2014-03-241-2/+4
| | * | RDMA/cxgb4: Save the correct map length for fast_reg_page_listsSteve Wise2014-03-202-2/+11
| | * | RDMA/cxgb4: Default peer2peer mode to 1Steve Wise2014-03-201-2/+2
| | * | RDMA/cxgb4: Mind the sq_sig_all/sq_sig_type QP attributesSteve Wise2014-03-202-2/+5
| | * | RDMA/cxgb4: Fix incorrect BUG_ON conditionsSteve 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
| | * | RDMA/cxgb4: Cap CQ size at T4_MAX_IQ_SIZESteve Wise2014-03-201-1/+1
| | * | RDMA/cxgb4: Fix four byte info leak in c4iw_create_cq()Dan Carpenter2014-03-201-0/+1
| | * | RDMA/cxgb4: Fix underflows in c4iw_create_qp()Dan Carpenter2014-03-201-1/+1
| | |/
| * / IB: Refactor umem to use linear SG tableYishai Hadas2014-03-041-22/+17Star
| |/
* | RDMA/cxgb4: set error code on kmalloc() failureYann Droneaud2014-03-281-1/+3