| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branches 'hfi1' and 'mlx' into k.o/for-4.9-rc | Doug Ledford | 2016-11-16 | 5 | -14/+28 |
|\ |
|
| * | IB/rxe: Update qp state for user query | Yonatan Cohen | 2016-11-16 | 1 | -0/+1 |
| * | IB/rxe: Clear queue buffer when modifying QP to reset | Yonatan Cohen | 2016-11-16 | 3 | -0/+12 |
| * | IB/rxe: Fix handling of erroneous WR | Yonatan Cohen | 2016-11-16 | 1 | -8/+13 |
| * | IB/rxe: Fix kernel panic in UDP tunnel with GRO and RX checksum | Yonatan Cohen | 2016-11-16 | 1 | -6/+2 |
* | | IB/rdmavt: rdmavt can handle non aligned page maps | Dennis Dalessandro | 2016-11-15 | 1 | -3/+0 |
|/ |
|
* | kthread: kthread worker API cleanup | Petr Mladek | 2016-10-11 | 1 | -5/+5 |
* | IB/rxe: improved debug prints & code cleanup | Parav Pandit | 2016-10-06 | 14 | -88/+109 |
* | rdma_rxe: Ensure rdma_rxe init occurs at correct time | Stephen Bates | 2016-10-06 | 1 | -1/+1 |
* | IB/rxe: Properly honor max IRD value for rd/atomic. | Parav Pandit | 2016-10-06 | 3 | -13/+15 |
* | IB/{rxe,core,rdmavt}: Fix kernel crash for reg MR | Parav Pandit | 2016-10-06 | 2 | -0/+34 |
* | IB/rxe: Fix sending out loopback packet on netdev interface. | Parav Pandit | 2016-10-06 | 1 | -6/+6 |
* | IB/rxe: Avoid scheduling tasklet for userspace QP | Parav Pandit | 2016-10-06 | 1 | -13/+25 |
* | IB/rdmavt: Trivial function comment corrected. | Parav Pandit | 2016-10-03 | 1 | -1/+1 |
* | IB/rdmavt, IB/hfi1: Add lockdep asserts for lock debug | Mike Marciniszyn | 2016-10-02 | 1 | -0/+8 |
* | IB/rdmavt: Add qp init function | Mike Marciniszyn | 2016-10-02 | 1 | -42/+58 |
* | IB/rdmavt: Move reset calldown to reset path | Mike Marciniszyn | 2016-10-02 | 1 | -6/+5 |
* | IB/rdmavt: Correct sparse annotation | Mike Marciniszyn | 2016-10-02 | 1 | -6/+3 |
* | IB/rdmavt, IB/qib, IB/hfi1: Use new QP put get routines | Mike Marciniszyn | 2016-09-16 | 1 | -3/+2 |
* | IB/rdmavt: Don't vfree a kzalloc'ed memory region | Colin Ian King | 2016-09-16 | 1 | -1/+1 |
* | IB/rxe: Fix kmem_cache leak | Yonatan Cohen | 2016-09-16 | 1 | -0/+13 |
* | IB/rxe: Fix race condition between requester and completer | Yonatan Cohen | 2016-09-16 | 1 | -13/+44 |
* | IB/rxe: Fix duplicate atomic request handling | Yonatan Cohen | 2016-09-16 | 1 | -5/+6 |
* | IB/rxe: Fix kernel panic in udp_setup_tunnel | Yonatan Cohen | 2016-09-16 | 3 | -34/+51 |
* | IB/rxe: fix GFP_KERNEL in spinlock context | Alexey Khoroshilov | 2016-09-16 | 1 | -1/+1 |
* | IB/rdmvat: Fix double vfree() in rvt_create_qp() error path | Mike Marciniszyn | 2016-08-22 | 1 | -1/+2 |
* | Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled... | Linus Torvalds | 2016-08-04 | 5 | -68/+315 |
|\ |
|
| * | IB/rdmavt: Eliminate redundant opcode test in mr ref clear | Ira Weiny | 2016-08-02 | 1 | -2/+1 |
| * | IB/rdmavt, hfi1: Fix NFSoRDMA failure with FRMR enabled | Jianxin Xiong | 2016-08-02 | 1 | -16/+32 |
| * | IB/hfi1: Add the capability for reserved operations | Mike Marciniszyn | 2016-08-02 | 1 | -23/+62 |
| * | IB/rdmavt: Add missing spin_lock_init call for rdi->n_cqs_lock | Jianxin Xiong | 2016-08-02 | 1 | -0/+1 |
| * | IB/rdmavt: Handle local operations in post send | Jianxin Xiong | 2016-08-02 | 1 | -5/+40 |
| * | IB/rdmavt: Add mechanism to invalidate MR keys | Jianxin Xiong | 2016-08-02 | 1 | -2/+71 |
| * | IB/rdmavt: Add support for ib_map_mr_sg | Jianxin Xiong | 2016-08-02 | 3 | -0/+60 |
| * | IB/rdmavt: Use new driver specific post send table | Mike Marciniszyn | 2016-08-02 | 2 | -39/+10 |
| * | IB/rdmavt: Add data structures and routines for table driven post send | Mike Marciniszyn | 2016-08-02 | 1 | -5/+62 |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2016-08-04 | 35 | -1/+12884 |
|\ \
| |/
|/| |
|
| *-. | Merge branches 'misc' and 'rxe' into k.o/for-4.8-1 | Doug Ledford | 2016-08-04 | 35 | -1/+12884 |
| |\ \ |
|
| | | * | Soft RoCE driver | Moni Shoua | 2016-08-04 | 34 | -0/+12884 |
| | |/
| |/| |
|
| | * | IB/rdmavt: Disable by default | Bart Van Assche | 2016-08-03 | 1 | -1/+0 |
| |/ |
|
* | | IB/rdmavt: Correct qp_priv_alloc() return value test | Mike Marciniszyn | 2016-06-23 | 1 | -1/+3 |
* | | IB/hfi1: Don't zero out qp->s_ack_queue in rvt_reset_qp | Ashutosh Dixit | 2016-06-23 | 1 | -6/+0 |
* | | IB/rdmavt: Correct warning during QPN allocation | Brian Welty | 2016-06-17 | 1 | -2/+2 |
* | | IB/rdmavt: Correct required callback functions for MODIFY_QP | Brian Welty | 2016-06-17 | 1 | -3/+1 |
|/ |
|
* | IB/rdmavt: Annotate rvt_reset_qp() | Bart Van Assche | 2016-06-06 | 1 | -0/+6 |
* | IB/rdamvt: Fix rdmavt s_ack_queue sizing | Mike Marciniszyn | 2016-05-26 | 1 | -2/+20 |
* | IB/rdmavt: Use kzalloc_node | Jubin John | 2016-05-26 | 1 | -1/+3 |
* | IB/rdmavt: Insure QP vmalloc variants zero memory | Mike Marciniszyn | 2016-05-26 | 1 | -4/+4 |
* | IB/rdmavt: Increase CQ callback thread priority | Mike Marciniszyn | 2016-05-13 | 1 | -0/+1 |
* | IB/hfi1: Use global defines for upper bits in opcode | Mike Marciniszyn | 2016-04-28 | 1 | -3/+3 |