aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
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-172-13/+38
* RDMA/cxgb4: Don't truncate MR lengthsSteve Wise2011-06-171-1/+1
* RDMA/cxgb4: Don't exceed hw IQ depth limit for user CQsSteve Wise2011-06-171-0/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-05-261-13/+5
|\
| * RDMA/cxgb4: Use completion objects for event blockingSteve Wise2011-05-241-13/+5
* | 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
* | | Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt2011-05-205-98/+104
|\ \ \ | | |/ | |/|
| * | RDMA/cxgb4: EEH errors can hang the driverSteve Wise2011-05-093-53/+66
| * | RDMA/cxgb4: Reset wait condition atomicallySteve Wise2011-05-092-30/+26
| * | RDMA/cxgb4: Fix missing parenthesesRoel Kluin2011-05-091-1/+1
| * | RDMA/cxgb4: Initialization errors can cause crashSteve Wise2011-05-091-3/+3
| * | RDMA/cxgb4: Don't change QP state outside EP lockSteve Wise2011-05-093-12/+9
| |/
* | cxgb4: use pgprot_writecombine() on powerpcNishanth Aravamudan2011-04-271-4/+1
|/
* 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: Debugfs dump_qp() updatesSteve Wise2011-03-141-4/+9
* | RDMA/cxgb4: Dispatch FATAL event on EEH errorsSteve Wise2011-03-141-1/+9
* | RDMA/cxgb4: Use ULP_MODE_TCPDDPSteve Wise2011-03-141-0/+2
* | RDMA/cxgb4: Enable on-chip SQ support by defaultSteve Wise2011-03-141-2/+2
* | RDMA/cxgb4: Do CIDX_INC updates every 1/16 CQ depth CQE reapsSteve Wise2011-03-141-1/+7
* | RDMA/cxgb4: Remove db_drop_taskSteve Wise2011-03-142-2/+0
* | 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: Limit MAXBURST EQ context field to 256BSteve Wise2011-01-281-2/+2
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+0
|\
| * infiniband: Only include mutex.h once in drivers/infiniband/hw/cxgb4/iw_cxgb4.hJesper Juhl2010-11-151-1/+0
* | RDMA/cxgb4: Don't re-init wait object in init/fini pathsSteve Wise2011-01-101-2/+0
* | RDMA/cxgb3,cxgb4: Remove dead codeStephen Hemminger2011-01-102-31/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-10-2612-364/+556
|\
| *-. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier2010-10-2612-364/+556
| |\ \
| | | * IB: Replace EXTRA_CFLAGS with ccflags-ymatt mooney2010-10-231-1/+1
| | |/ | |/|
| | * RDMA/cxgb4: Remove unnecessary KERN_<level> useJoe Perches2010-10-261-2/+2
| | * RDMA/cxgb4: Use cxgb4 service for packet gl to skbSteve Wise2010-10-221-41/+1
| | * RDMA/cxgb4: Export T4 TCP MIBSteve Wise2010-10-221-1/+11
| | * RDMA/cxgb4: Use simple_read_from_buffer() for debugfs handlersSteve Wise2010-10-111-25/+1
| | * RDMA/cxgb4: Add default_llseek to debugfs filesSteve Wise2010-10-111-0/+2
| | * RDMA/cxgb4: Fastreg NSMR fixesSteve Wise2010-09-283-31/+29
| | * RDMA/cxgb4: Don't set completion flag for read requestsSteve Wise2010-09-281-1/+1
| | * 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-283-93/+88
| | * RDMA/cxgb4: Support on-chip SQsSteve Wise2010-09-287-29/+226
| | * RDMA/cxgb4: Centralize the wait logicSteve Wise2010-09-285-111/+72
| | * RDMA/cxgb4: debugfs files for dumping active stagsSteve Wise2010-09-281-39/+113
| | * RDMA/cxgb4: Log HW lack-of-resource errorsSteve Wise2010-09-281-0/+6