Age | Commit message (Expand) | Author | Files | Lines |
2013-08-13 | RDMA/cxgb4: Issue RI.FINI before closing when entering TERM | Steve Wise | 1 | -1/+6 |
2013-08-13 | RDMA/cxgb4: Advertise ~0ULL as max MR size | Steve Wise | 1 | -1/+1 |
2013-08-13 | RDMA/cxgb4: Always do GTS write if cidx_inc == CIDXINC_MASK | Steve Wise | 1 | -1/+1 |
2013-08-13 | RDMA/cxgb4: Set arp error handler for PASS_ACCEPT_RPL messages | Steve Wise | 1 | -0/+2 |
2013-08-13 | RDMA/cxgb4: Fix accounting for unsignaled SQ WRs to deal with wrap | Steve Wise | 1 | -2/+5 |
2013-08-13 | RDMA/cxgb4: Fix QP flush logic | Steve Wise | 4 | -136/+254 |
2013-08-13 | RDMA/cxgb4: Handle newer firmware changes | Steve Wise | 2 | -13/+2 |
2013-08-13 | RDMA/cxgb4: Use correct bit shift macros for vlan filter tuples | Steve Wise | 1 | -1/+1 |
2013-08-13 | RDMA/cxgb4: Add support for active and passive open connection with IPv6 address | Vipul Pandya | 4 | -300/+636 |
2013-08-12 | RDMA/cma: Add IPv6 support for iWARP | Steve Wise | 1 | -26/+29 |
2013-07-30 | RDMA/cxgb4: Fix stack info leak in c4iw_create_qp() | Dan Carpenter | 1 | -0/+2 |
2013-05-08 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -9/+13 |
2013-05-08 | Merge branches 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 'srp' into... | Roland Dreier | 1 | -2/+2 |
2013-05-07 | drivers/infiniband/hw: rename random32() to prandom_u32() | Andrew Morton | 1 | -2/+2 |
2013-04-16 | RDMA/cxgb4: Fix SQ allocation when on-chip SQ is disabled | Thadeu Lima de Souza Cascardo | 1 | -12/+13 |
2013-04-16 | RDMA: Rename random32() to prandom_u32() | Akinobu Mita | 1 | -2/+2 |
2013-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2013-03-25 | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -1/+3 |
2013-03-22 | RDMA/cxgb4: Fix error return code in create_qp() | Wei Yongjun | 1 | -1/+3 |
2013-03-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+12 |
2013-03-17 | tcp: Remove TCPCT | Christoph Paasch | 1 | -1/+1 |
2013-03-15 | Fix dst_neigh_lookup/dst_neigh_lookup_skb return value handling bug | Zhouyi Zhou | 1 | -0/+12 |
2013-03-14 | RDMA/cxgb4: Fix onchip queue support for T5 | Vipul Pandya | 1 | -8/+5 |
2013-03-14 | RDMA/cxgb4: Bump tcam_full stat and WR reply timeout | Vipul Pandya | 2 | -2/+2 |
2013-03-14 | RDMA/cxgb4: Map pbl buffers for dma if using DSGL. | Vipul Pandya | 1 | -6/+23 |
2013-03-14 | RDMA/cxgb4: Use DSGLs for fastreg and adapter memory writes for T5. | Vipul Pandya | 4 | -36/+182 |
2013-03-14 | RDMA/cxgb4: Add module_params to enable DB FC & Coalescing on T5 | Vipul Pandya | 3 | -6/+30 |
2013-03-14 | RDMA/cxgb4: Turn off db coalescing when RDMA QPs are in use. | Vipul Pandya | 1 | -4/+16 |
2013-03-14 | RDMA/cxgb4: Add Support for Chelsio T5 adapter | Vipul Pandya | 6 | -35/+77 |
2013-02-27 | IB/cxgb4: convert to idr_alloc() | Tejun Heo | 1 | -13/+14 |
2013-02-26 | Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'misc', 'mlx4', 'qib' and 's... | Roland Dreier | 5 | -72/+114 |
2013-02-21 | IB/core: Add "type 2" memory windows support | Shani Michaeli | 2 | -2/+5 |
2013-02-15 | RDMA/cxgb4: Fix cast warning | Stefan Hasko | 1 | -1/+1 |
2013-02-14 | RDMA/cxgb4: "cookie" can stay in host endianness | Paul Bolle | 1 | -2/+2 |
2013-02-14 | RDMA/cxgb4: Address sparse warnings | Vipul Pandya | 2 | -31/+40 |
2013-02-14 | RDMA/cxgb4: Insert hwtid in pass_accept_req instead in pass_establish | Vipul Pandya | 1 | -1/+1 |
2013-02-14 | RDMA/cxgb4: Don't wakeup threads for MPAv2 | Vipul Pandya | 1 | -1/+11 |
2013-02-14 | RDMA/cxgb4: Don't reconnect on abort for mpa_rev 1 | Vipul Pandya | 1 | -6/+5 |
2013-02-14 | RDMA/cxgb4: Fix endpoint timeout race condition | Vipul Pandya | 2 | -13/+17 |
2013-02-14 | RDMA/cxgb4: Only log rx_data warnings if cpl status is non-zero | Vipul Pandya | 1 | -1/+1 |
2013-02-14 | RDMA/cxgb4: Always log async errors | Vipul Pandya | 2 | -6/+8 |
2013-02-14 | RDMA/cxgb4: Keep QP referenced until TID released | Vipul Pandya | 2 | -4/+17 |
2013-02-14 | RDMA/cxgb4: Display streaming mode error only if detected in RTS | Vipul Pandya | 1 | -12/+14 |
2013-02-14 | RDMA/cxgb4: Abort connections when moving to ERROR state | Vipul Pandya | 2 | -0/+2 |
2013-02-14 | RDMA/cxgb4: Abort connections that receive unexpected streaming mode data | Vipul Pandya | 1 | -9/+10 |
2012-12-19 | RDMA/cxgb4: Fix bug for active and passive LE hash collision path | Vipul Pandya | 3 | -82/+352 |
2012-12-19 | RDMA/cxgb4: Fix LE hash collision bug for passive open connection | Vipul Pandya | 2 | -55/+442 |
2012-12-19 | RDMA/cxgb4: Fix LE hash collision bug for active open connection | Vipul Pandya | 2 | -6/+153 |
2012-11-26 | RDMA/cxgb4: use WARN | Julia Lawall | 1 | -4/+2 |
2012-10-22 | RDMA/cxgb4: Don't free chunk that we have failed to allocate | Thadeu Lima de Souza Cascardo | 1 | -1/+1 |