| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx... | Roland Dreier | 2014-06-10 | 6 | -56/+279 |
|\ \ |
|
| | * | RDMA/cxgb4: Add support for iWARP Port Mapper user space service | Steve Wise | 2014-06-10 | 3 | -43/+262 |
| |/
|/| |
|
| * | RDMA/cxgb4: add missing padding at end of struct c4iw_alloc_ucontext_resp | Yann Droneaud | 2014-06-05 | 2 | -2/+4 |
| * | RDMA/cxgb4: Add missing padding at end of struct c4iw_create_cq_resp | Yann Droneaud | 2014-05-30 | 2 | -2/+3 |
| * | RDMA/cxgb4: Fix vlan support | Steve Wise | 2014-05-20 | 1 | -9/+8 |
| * | RDMA/cxgb4: Fix memory leaks in c4iw_alloc() error paths | Christoph Jaeger | 2014-05-20 | 1 | -0/+2 |
|/ |
|
* | RDMA/cxgb4: Update Kconfig to include Chelsio T5 adapter | Hariprasad S | 2014-04-29 | 1 | -3/+3 |
* | RDMA/cxgb4: Only allow kernel db ringing for T4 devs | Steve Wise | 2014-04-29 | 1 | -0/+4 |
* | RDMA/cxgb4: Force T5 connections to use TAHOE congestion control | Steve Wise | 2014-04-29 | 2 | -0/+22 |
* | RDMA/cxgb4: Fix endpoint mutex deadlocks | Steve Wise | 2014-04-29 | 3 | -15/+26 |
* | RDMA/cxgb4: Fix over-dereference when terminating | Steve Wise | 2014-04-11 | 1 | -1/+1 |
* | RDMA/cxgb4: Use uninitialized_var() | Steve Wise | 2014-04-11 | 1 | -1/+1 |
* | RDMA/cxgb4: Add missing debug stats | Steve Wise | 2014-04-11 | 2 | -2/+10 |
* | RDMA/cxgb4: Initialize reserved fields in a FW work request | Steve Wise | 2014-04-11 | 1 | -0/+2 |
* | RDMA/cxgb4: Use pr_warn_ratelimited | Hariprasad Shenai | 2014-04-11 | 1 | -2/+2 |
* | RDMA/cxgb4: Max fastreg depth depends on DSGL support | Steve Wise | 2014-04-11 | 3 | -3/+11 |
* | RDMA/cxgb4: SQ flush fix | Steve Wise | 2014-04-11 | 2 | -17/+11 |
* | RDMA/cxgb4: rmb() after reading valid gen bit | Steve Wise | 2014-04-11 | 1 | -0/+3 |
* | RDMA/cxgb4: Endpoint timeout fixes | Steve Wise | 2014-04-11 | 1 | -33/+56 |
* | RDMA/cxgb4: Use the BAR2/WC path for kernel QPs and T5 devices | Steve Wise | 2014-04-11 | 4 | -33/+127 |
* | Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 2014-04-04 | 6 | -76/+136 |
|\ |
|
| *-. | Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc... | Roland Dreier | 2014-04-03 | 6 | -54/+119 |
| |\ \ |
|
| | * | | RDMA/cxgb4: Disable DSGL use by default | Steve Wise | 2014-04-02 | 1 | -2/+2 |
| | * | | RDMA/cxgb4: rx_data() needs to hold the ep mutex | Steve Wise | 2014-04-02 | 1 | -7/+9 |
| | * | | RDMA/cxgb4: Drop RX_DATA packets if the endpoint is gone | Steve Wise | 2014-04-02 | 1 | -0/+2 |
| | * | | RDMA/cxgb4: Lock around accept/reject downcalls | Steve Wise | 2014-04-02 | 1 | -10/+21 |
| | * | | RDMA/cxgb4: Update snd_seq when sending MPA messages | Steve Wise | 2014-03-24 | 1 | -0/+3 |
| | * | | RDMA/cxgb4: Connect_request_upcall fixes | Steve Wise | 2014-03-24 | 1 | -16/+24 |
| | * | | RDMA/cxgb4: Ignore read reponse type 1 CQEs | Steve Wise | 2014-03-24 | 1 | -4/+20 |
| | * | | RDMA/cxgb4: Fix possible memory leak in RX_PKT processing | Steve Wise | 2014-03-24 | 1 | -1/+8 |
| | * | | RDMA/cxgb4: Don't leak skb in c4iw_uld_rx_handler() | Steve Wise | 2014-03-24 | 1 | -2/+4 |
| | * | | RDMA/cxgb4: Save the correct map length for fast_reg_page_lists | Steve Wise | 2014-03-20 | 2 | -2/+11 |
| | * | | RDMA/cxgb4: Default peer2peer mode to 1 | Steve Wise | 2014-03-20 | 1 | -2/+2 |
| | * | | RDMA/cxgb4: Mind the sq_sig_all/sq_sig_type QP attributes | Steve Wise | 2014-03-20 | 2 | -2/+5 |
| | * | | RDMA/cxgb4: Fix incorrect BUG_ON conditions | Steve Wise | 2014-03-20 | 1 | -2/+2 |
| | * | | RDMA/cxgb4: Always release neigh entry | Steve Wise | 2014-03-20 | 1 | -1/+1 |
| | * | | RDMA/cxgb4: Allow loopback connections | Steve Wise | 2014-03-20 | 1 | -1/+2 |
| | * | | RDMA/cxgb4: Cap CQ size at T4_MAX_IQ_SIZE | Steve Wise | 2014-03-20 | 1 | -1/+1 |
| | * | | RDMA/cxgb4: Fix four byte info leak in c4iw_create_cq() | Dan Carpenter | 2014-03-20 | 1 | -0/+1 |
| | * | | RDMA/cxgb4: Fix underflows in c4iw_create_qp() | Dan Carpenter | 2014-03-20 | 1 | -1/+1 |
| | |/ |
|
| * / | IB: Refactor umem to use linear SG table | Yishai Hadas | 2014-03-04 | 1 | -22/+17 |
| |/ |
|
* | | RDMA/cxgb4: set error code on kmalloc() failure | Yann Droneaud | 2014-03-28 | 1 | -1/+3 |
* | | cxgb4/iw_cxgb4: Doorbell Drop Avoidance Bug Fixes | Steve Wise | 2014-03-15 | 6 | -152/+228 |
* | | cxgb4/iw_cxgb4: Treat CPL_ERR_KEEPALV_NEG_ADVICE as negative advice | Steve Wise | 2014-03-15 | 1 | -12/+12 |
|/ |
|
* | RDMA/cxgb4: Add missing neigh_release in LE-Workaround path | Kumar Sanghvi | 2014-02-13 | 1 | -0/+1 |
* | RDMA/cxgb4: Fix gcc warning on 32-bit arch | Paul Bolle | 2014-01-23 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-12-30 | 1 | -58/+20 |
|\ |
|
| * | RDMA/cxgb4: Use cxgb4_select_ntuple to correctly calculate ntuple fields | Kumar Sanghvi | 2013-12-23 | 1 | -54/+17 |
| * | RDMA/cxgb4: Server filters are supported only for IPv4 | Kumar Sanghvi | 2013-12-23 | 1 | -1/+2 |
| * | RDMA/cxgb4: Calculate the filter server TID properly | Kumar Sanghvi | 2013-12-23 | 1 | -3/+1 |