Age | Commit message (Expand) | Author | Files | Lines |
2012-10-22 | RDMA/cxgb4: Don't free chunk that we have failed to allocate | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |
2012-10-02 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -24/+38 |
2012-09-30 | RDMA/cxgb4: Fix error handling in create_qp() | Emil Goode | 1 | -24/+38 |
2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2012-09-07 | RDMA/cxgb4: Move dereference below NULL test | Wei Yongjun | 1 | -1/+1 |
2012-09-05 | RDMA/cxgb4: Update RDMA/cxgb4 due to macro definition removal in cxgb4 driver | Vipul Pandya | 1 | -1/+1 |
2012-07-08 | RDMA/cxgb4: Fix endianness of addition to mpa->private_data_size | Roland Dreier | 1 | -6/+6 |
2012-06-03 | RDMA/cxgb4: Fix crash when peer address is 0.0.0.0 | Thadeu Lima de Souza Cascardo | 1 | -0/+4 |
2012-05-21 | RDMA/cxgb4: Include vmalloc.h for vmalloc and vfree | Vipul Pandya | 1 | -0/+1 |
2012-05-18 | RDMA/cxgb4: Add query_qp support | Vipul Pandya | 3 | -0/+32 |
2012-05-18 | RDMA/cxgb4: Remove kfifo usage | Vipul Pandya | 7 | -150/+203 |
2012-05-18 | RDMA/cxgb4: Use vmalloc() for debugfs QP dump | Vipul Pandya | 2 | -2/+20 |
2012-05-18 | RDMA/cxgb4: DB Drop Recovery for RDMA and LLD queues | Vipul Pandya | 4 | -12/+259 |
2012-05-18 | RDMA/cxgb4: Disable interrupts in c4iw_ev_dispatch() | Vipul Pandya | 3 | -6/+9 |
2012-05-18 | RDMA/cxgb4: Add DB Overflow Avoidance | Vipul Pandya | 4 | -12/+162 |
2012-05-18 | RDMA/cxgb4: Add debugfs RDMA memory stats | Vipul Pandya | 5 | -3/+155 |
2012-05-15 | RDMA/cxgb4: Drop peer_abort when no endpoint found | Steve Wise | 1 | -0/+6 |
2012-05-15 | RDMA/cxgb4: Always wake up waiters in c4iw_peer_abort_intr() | Steve Wise | 1 | -4/+1 |
2012-05-08 | RDMA/cxgb4: Use dst parameter in import_ep() | Steve Wise | 1 | -1/+1 |
2012-03-21 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2 | -2/+2 |
2012-03-19 | Merge branches 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iser', 'mad', 'nes', 'qib', ... | Roland Dreier | 1 | -1/+1 |
2012-03-05 | IB: Use central enum for speed instead of hard-coded values | Or Gerlitz | 1 | -1/+1 |
2012-02-25 | RDMA/cxgb4: Add missing peer2peer check in MPAv2 code | Kumar Sanghvi | 1 | -1/+1 |
2012-01-25 | infiniband: cxgb4: Convert import_ep() over to dst_neigh_lookup(). | David Miller | 1 | -4/+6 |
2011-12-05 | infiniband: cxgb4: Consolidate 3 copies of the same operation into 1 helper f... | David Miller | 1 | -140/+80 |
2011-12-05 | net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. | David Miller | 1 | -3/+3 |
2011-11-29 | Merge branches 'cxgb4', 'ipoib', 'misc' and 'qib' into for-next | Roland Dreier | 1 | -0/+6 |
2011-11-29 | IB: Fix RCU lockdep splats | Eric Dumazet | 1 | -0/+6 |
2011-11-28 | RDMA/cxgb4: Fix retry with MPAv1 logic for MPAv2 | Kumar Sanghvi | 1 | -1/+3 |
2011-11-28 | RDMA/cxgb4: Fix iw_cxgb4 count_rcqes() logic | Jonathan Lallinger | 1 | -1/+1 |
2011-11-06 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+3 |
2011-11-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 6 | -53/+532 |
2011-11-01 | Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'fdr', 'ipath', 'ipoib', ... | Roland Dreier | 6 | -53/+532 |
2011-10-31 | infiniband: Fix up module files that need to include module.h | Paul Gortmaker | 1 | -0/+3 |
2011-10-31 | RDMA/cxgb4: Mark QP in error before disabling the queue in firmware | Tom Tucker | 1 | -0/+4 |
2011-10-31 | RDMA/cxgb4: Serialize calls to CQ's comp_handler | Kumar Sanghvi | 4 | -4/+23 |
2011-10-14 | RDMA/cxgb4: Use correct QID in insert_recv_cqe() | Jonathan Lallinger | 1 | -1/+1 |
2011-10-14 | RDMA/cxgb4: Make sure flush CQ entries are collected on connection close | Kumar Sanghvi | 1 | -1/+5 |
2011-10-06 | RDMA/cxgb4: Add support for MPAv2 Enhanced RDMA Negotiation | Kumar Sanghvi | 3 | -39/+466 |
2011-10-06 | RDMA/cxgb4: Fail RDMA initialization for unsupported cards | Steve Wise | 1 | -8/+33 |
2011-08-10 | chelsio: Move the Chelsio drivers | Jeff Kirsher | 1 | -1/+1 |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-07-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2 | -12/+5 |
2011-07-22 | Merge branches 'cma', 'cxgb4', 'ipath', 'misc', 'mlx4', 'mthca', 'qib' and 's... | Roland Dreier | 2 | -12/+5 |
2011-07-18 | RDMA/cxgb4: Use printk_ratelimited() instead of printk_ratelimit() | Manuel Zerpies | 1 | -4/+5 |
2011-07-18 | RDMA: Allow for NULL .modify_device() and .modify_port() methods | Bart Van Assche | 1 | -8/+0 |
2011-07-17 | net: Abstract dst->neighbour accesses behind helpers. | David S. Miller | 1 | -21/+21 |
2011-06-17 | RDMA/cxgb4: Couple of abort fixes | Steve Wise | 2 | -13/+38 |
2011-06-17 | RDMA/cxgb4: Don't truncate MR lengths | Steve Wise | 1 | -1/+1 |
2011-06-17 | RDMA/cxgb4: Don't exceed hw IQ depth limit for user CQs | Steve Wise | 1 | -0/+4 |