Age | Commit message (Expand) | Author | Files | Lines |
2018-08-08 | RDMA/rxe: Set wqe->status correctly if an unexpected response is received | Bart Van Assche | 1 | -0/+1 |
2018-07-31 | RDMA/providers: Fix return value from create_srq callbacks | Kamal Heib | 1 | -1/+1 |
2018-07-31 | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const | Bart Van Assche | 3 | -21/+21 |
2018-07-31 | RDMA: Constify the argument of the work request conversion functions | Bart Van Assche | 2 | -6/+6 |
2018-07-25 | IB/rxe: Drop QP0 silently | Zhu Yanjun | 1 | -2/+7 |
2018-07-09 | RDMA/rxe: Simplify the error handling code in rxe_create_ah() | Bart Van Assche | 1 | -10/+3 |
2018-06-29 | IB/rxe: don't clear the tx queue on every transfer | Vijay Immanuel | 1 | -10/+7 |
2018-06-18 | IB/core: add max_send_sge and max_recv_sge attributes | Steve Wise | 3 | -7/+9 |
2018-06-18 | IB/rxe: avoid unnecessary NULL check | Zhu Yanjun | 1 | -2/+1 |
2018-06-18 | IB/rxe: support for 802.1q VLAN on the listener | Vijay Immanuel | 1 | -0/+5 |
2018-06-18 | IB/rxe: increase max MR limit | Vijay Immanuel | 1 | -1/+1 |
2018-06-18 | RDMA: Convert drivers to use sgid_attr instead of sgid_index | Parav Pandit | 4 | -57/+13 |
2018-06-18 | IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs | Jason Gunthorpe | 2 | -3/+7 |
2018-06-18 | IB/rxe: Do not hide uABI stuff in memcpy | Jason Gunthorpe | 1 | -3/+16 |
2018-06-18 | IB/rxe: Use rdma GID API | Parav Pandit | 2 | -37/+25 |
2018-06-13 | treewide: Use array_size() in vzalloc_node() | Kees Cook | 1 | -1/+1 |
2018-06-13 | treewide: kzalloc_node() -> kcalloc_node() | Kees Cook | 1 | -5/+4 |
2018-06-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 18 | -138/+273 |
2018-06-07 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -2/+2 |
2018-06-06 | treewide: Use struct_size() for kmalloc()-family | Kees Cook | 1 | -2/+2 |
2018-05-28 | Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma... | Jason Gunthorpe | 1 | -9/+1 |
2018-05-28 | IB/rxe: avoid unnecessary export | Zhu Yanjun | 1 | -1/+0 |
2018-05-24 | IB/{rdmavt,hfi1}: Change hrtimer add to use pinned version | Mike Marciniszyn | 1 | -1/+1 |
2018-05-17 | IB/rxe: avoid calling WARN_ON_ONCE twice | Zhu Yanjun | 1 | -4/+0 |
2018-05-15 | IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPS | Ben Hutchings | 2 | -1/+2 |
2018-05-09 | IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavt | Brian Welty | 1 | -0/+149 |
2018-05-09 | IB/{hfi1, rdmavt, qib}: Implement CQ completion vector support | Sebastian Sanchez | 4 | -75/+82 |
2018-05-09 | IB/hfi1: Optimize kthread pointer locking when queuing CQ entries | Sebastian Sanchez | 1 | -12/+19 |
2018-05-09 | Merge branch 'k.o/for-rc' into k.o/wip/dl-for-next | Doug Ledford | 3 | -7/+2 |
2018-05-09 | nvmet,rxe: defer ip datagram sending to tasklet | Alexandru Moise | 1 | -9/+1 |
2018-05-01 | IB/cxgb4: use skb_put_zero()/__skb_put_zero | YueHaibing | 1 | -3/+1 |
2018-04-27 | IB/rxe: avoid double kfree_skb | Zhu Yanjun | 2 | -6/+1 |
2018-04-27 | IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INV | Jianchao Wang | 1 | -1/+1 |
2018-04-27 | IB/rxe: remove unused function variable | Zhu Yanjun | 6 | -21/+17 |
2018-04-27 | IB/rxe: change rxe_set_mtu function type to void | Zhu Yanjun | 2 | -7/+3 |
2018-04-27 | IB/rxe: Change rxe_rcv to return void | Yuval Shaia | 4 | -9/+12 |
2018-04-19 | IB/rxe: replace refcount_inc with skb_get | Zhu Yanjun | 2 | -2/+2 |
2018-04-19 | IB/rxe: optimize the function duplicate_request | Zhu Yanjun | 1 | -14/+3 |
2018-04-19 | IB/rxe: make rxe_release_udp_tunnel static | Zhu Yanjun | 2 | -3/+1 |
2018-04-18 | IB/rxe: avoid export symbols | Zhu Yanjun | 1 | -3/+0 |
2018-04-18 | IB/rxe: make the variable static | Zhu Yanjun | 2 | -2/+1 |
2018-04-05 | IB/rxe: Fix for oops in rxe_register_device on ppc64le arch | Mikhail Malygin | 1 | -1/+1 |
2018-04-05 | IB/rxe: Removed GID add/del dummy routines | Parav Pandit | 1 | -17/+0 |
2018-04-04 | RDMA: Use ib_gid_attr during GID modification | Parav Pandit | 1 | -6/+4 |
2018-04-04 | IB/providers: Avoid null netdev check for RoCE | Parav Pandit | 1 | -3/+1 |
2018-04-04 | RDMA/providers: Simplify query_gid callback of RoCE providers | Parav Pandit | 1 | -18/+0 |
2018-03-29 | IB/rxe: optimize mcast recv process | Zhu Yanjun | 1 | -10/+4 |
2018-03-27 | RDMA/rxe: Fix uABI structure layouts for 32/64 compat | Jason Gunthorpe | 1 | -1/+5 |
2018-03-19 | IB/uverbs: Extend uverbs_ioctl header with driver_id | Matan Barak | 2 | -1/+3 |
2018-03-16 | RDMA/rxe: Use structs to describe the uABI instead of opencoding | Jason Gunthorpe | 7 | -79/+94 |