summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/cxgb4
AgeCommit message (Expand)AuthorFilesLines
2012-12-20RDMA/cxgb4: Fix bug for active and passive LE hash collision pathVipul Pandya3-82/+352
2012-12-20RDMA/cxgb4: Fix LE hash collision bug for passive open connectionVipul Pandya2-55/+442
2012-12-20RDMA/cxgb4: Fix LE hash collision bug for active open connectionVipul Pandya2-6/+153
2012-11-26RDMA/cxgb4: use WARNJulia Lawall1-4/+2
2012-10-22RDMA/cxgb4: Don't free chunk that we have failed to allocateThadeu Lima de Souza Cascardo1-1/+1
2012-10-03Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-24/+38
2012-10-01RDMA/cxgb4: Fix error handling in create_qp()Emil Goode1-24/+38
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-09-08RDMA/cxgb4: Move dereference below NULL testWei Yongjun1-1/+1
2012-09-06RDMA/cxgb4: Update RDMA/cxgb4 due to macro definition removal in cxgb4 driverVipul Pandya1-1/+1
2012-07-09RDMA/cxgb4: Fix endianness of addition to mpa->private_data_sizeRoland Dreier1-6/+6
2012-06-04RDMA/cxgb4: Fix crash when peer address is 0.0.0.0Thadeu Lima de Souza Cascardo1-0/+4
2012-05-21RDMA/cxgb4: Include vmalloc.h for vmalloc and vfreeVipul Pandya1-0/+1
2012-05-19RDMA/cxgb4: Add query_qp supportVipul Pandya3-0/+32
2012-05-19RDMA/cxgb4: Remove kfifo usageVipul Pandya7-150/+203
2012-05-19RDMA/cxgb4: Use vmalloc() for debugfs QP dumpVipul Pandya2-2/+20
2012-05-19RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queuesVipul Pandya4-12/+259
2012-05-19RDMA/cxgb4: Disable interrupts in c4iw_ev_dispatch()Vipul Pandya3-6/+9
2012-05-19RDMA/cxgb4: Add DB Overflow AvoidanceVipul Pandya4-12/+162
2012-05-19RDMA/cxgb4: Add debugfs RDMA memory statsVipul Pandya5-3/+155
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/r...Linus Torvalds2-2/+2
2012-03-19Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ...Roland Dreier1-1/+1
2012-03-05IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz1-1/+1
2012-02-26RDMA/cxgb4: Add missing peer2peer check in MPAv2 codeKumar Sanghvi1-1/+1
2012-01-26infiniband: cxgb4: Convert import_ep() over to dst_neigh_lookup().David Miller1-4/+6
2011-12-06infiniband: cxgb4: Consolidate 3 copies of the same operation into 1 helper f...David Miller1-140/+80
2011-12-06net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-3/+3
2011-11-30Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-nextRoland Dreier1-0/+6
2011-11-30IB: Fix RCU lockdep splatsEric Dumazet1-0/+6
2011-11-28RDMA/cxgb4: Fix retry with MPAv1 logic for MPAv2Kumar Sanghvi1-1/+3
2011-11-28RDMA/cxgb4: Fix iw_cxgb4 count_rcqes() logicJonathan Lallinger1-1/+1
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2011-11-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds6-53/+532
2011-11-01Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ...Roland Dreier6-53/+532
2011-11-01infiniband: Fix up module files that need to include module.hPaul Gortmaker1-0/+3
2011-10-31RDMA/cxgb4: Mark QP in error before disabling the queue in firmwareTom Tucker1-0/+4
2011-10-31RDMA/cxgb4: Serialize calls to CQ's comp_handlerKumar Sanghvi4-4/+23
2011-10-15RDMA/cxgb4: Use correct QID in insert_recv_cqe()Jonathan Lallinger1-1/+1
2011-10-15RDMA/cxgb4: Make sure flush CQ entries are collected on connection closeKumar Sanghvi1-1/+5
2011-10-06RDMA/cxgb4: Add support for MPAv2 Enhanced RDMA NegotiationKumar Sanghvi3-39/+466
2011-10-06RDMA/cxgb4: Fail RDMA initialization for unsupported cardsSteve Wise1-8/+33
2011-08-11chelsio: Move the Chelsio driversJeff Kirsher1-1/+1
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2-12/+5
2011-07-22Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 's...Roland Dreier2-12/+5
2011-07-19RDMA/cxgb4: Use printk_ratelimited() instead of printk_ratelimit()Manuel Zerpies1-4/+5
2011-07-19RDMA: Allow for NULL .modify_device() and .modify_port() methodsBart Van Assche1-8/+0