summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb4
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-11-016-53/+532
|\
| *-. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier2011-11-016-53/+532
| |\ \
| | | * RDMA/cxgb4: Mark QP in error before disabling the queue in firmwareTom Tucker2011-10-311-0/+4
| | | * RDMA/cxgb4: Serialize calls to CQ's comp_handlerKumar Sanghvi2011-10-314-4/+23
| | | * RDMA/cxgb4: Use correct QID in insert_recv_cqe()Jonathan Lallinger2011-10-141-1/+1
| | | * RDMA/cxgb4: Make sure flush CQ entries are collected on connection closeKumar Sanghvi2011-10-141-1/+5
| | | * RDMA/cxgb4: Fail RDMA initialization for unsupported cardsSteve Wise2011-10-061-8/+33
| | |/ | |/|
| | * RDMA/cxgb4: Add support for MPAv2 Enhanced RDMA NegotiationKumar Sanghvi2011-10-063-39/+466
| |/
* | chelsio: Move the Chelsio driversJeff Kirsher2011-08-101-1/+1
|/
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-07-222-12/+5
|\
| *-. Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 's...Roland Dreier2011-07-222-12/+5
| |\ \
| | | * RDMA: Allow for NULL .modify_device() and .modify_port() methodsBart Van Assche2011-07-181-8/+0
| | |/ | |/|
| | * RDMA/cxgb4: Use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies2011-07-181-4/+5
| |/
* | net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-171-21/+21
|/
* 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
| | |/ | |/|
OpenPOWER on IntegriCloud