Age | Commit message (Expand) | Author | Files | Lines |
2019-05-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 13 | -146/+119 |
2019-05-03 | RDMA/rxe: Use rdma_read_gid_attr_ndev_rcu to access netdev | Parav Pandit | 1 | -3/+12 |
2019-05-03 | RDMA/rxe: Consider skb reserve space based on netdev of GID | Parav Pandit | 1 | -1/+2 |
2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 1 | -1/+0 |
2019-04-08 | RDMA: Handle SRQ allocations by IB/core | Leon Romanovsky | 3 | -21/+14 |
2019-04-08 | RDMA: Handle AH allocations by IB/core | Leon Romanovsky | 3 | -20/+14 |
2019-04-01 | IB: Pass only ib_udata in function prototypes | Shamir Rabinovitch | 8 | -71/+51 |
2019-04-01 | IB: Pass uverbs_attr_bundle down ib_x destroy path | Shamir Rabinovitch | 1 | -9/+8 |
2019-03-28 | RDMA/rxe: Use correct sizing on buffers holding page DMA addresses | Shiraz Saleem | 1 | -1/+1 |
2019-03-27 | IB/rxe: Replace av->network_type with skb->protocol | Zhu Yanjun | 1 | -16/+12 |
2019-03-26 | RDMA/rxe: Fix slab-out-bounds access which lead to kernel crash later | Leon Romanovsky | 1 | -5/+6 |
2019-03-26 | RDMA: Use __packed annotation instead of __attribute__ ((packed)) | Erez Alfasi | 1 | -1/+1 |
2019-02-23 | RDMA: Handle ucontext allocations by IB/core | Leon Romanovsky | 3 | -9/+8 |
2019-02-20 | rdma_rxe: Use netlink messages to add/delete links | Steve Wise | 8 | -13/+46 |
2019-02-20 | RDMA/rxe: Close a race after ib_register_device | Jason Gunthorpe | 4 | -12/+21 |
2019-02-20 | RDMA/rxe: Add ib_device_get_by_name() and use it in rxe | Jason Gunthorpe | 5 | -33/+4 |
2019-02-20 | RDMA/rxe: Use driver_unregister and new unregistration API | Jason Gunthorpe | 8 | -87/+30 |
2019-02-20 | RDMA/rxe: Use ib_device_get_by_netdev() instead of open coding | Jason Gunthorpe | 4 | -47/+38 |
2019-02-16 | IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs | Shamir Rabinovitch | 2 | -5/+9 |
2019-02-12 | RDMA/rxe: Use for_each_sg_page iterator on umem SGL | Shiraz, Saleem | 1 | -7/+6 |
2019-02-09 | RDMA: Handle PD allocations by IB/core | Leon Romanovsky | 4 | -21/+61 |
2019-02-05 | RDMA/rxe: Improve loopback marking | Kamal Heib | 2 | -6/+4 |
2019-02-05 | RDMA/rxe: Move rxe_init_av() to rxe_av.c | Kamal Heib | 4 | -14/+11 |
2019-01-31 | RDMA: Provide safe ib_alloc_device() function | Leon Romanovsky | 1 | -1/+1 |
2019-01-22 | IB/rxe: Remove unnecessary rxe variable | Zhu Yanjun | 4 | -16/+11 |
2019-01-14 | RDMA: Introduce and use rdma_device_to_ibdev() | Parav Pandit | 1 | -2/+2 |
2019-01-14 | RDMA: Rename port_callback to init_port | Parav Pandit | 1 | -1/+1 |
2019-01-11 | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata | Jason Gunthorpe | 1 | -1/+1 |
2018-12-21 | IB/rxe: Reuse code which sets port state | Yuval Shaia | 3 | -21/+11 |
2018-12-21 | IB/rxe: Make counters thread safe | Parav Pandit | 2 | -4/+4 |
2018-12-20 | RDMA: Mark if destroy address handle is in a sleepable context | Gal Pressman | 1 | -1/+1 |
2018-12-20 | RDMA: Mark if create address handle is in a sleepable context | Gal Pressman | 1 | -0/+1 |
2018-12-19 | RDMA: Cleanup undesired pd->uobject usage | Shamir Rabinovitch | 3 | -4/+5 |
2018-12-12 | RDMA/rxe: Initialize ib_device_ops struct | Kamal Heib | 1 | -43/+47 |
2018-12-12 | IB/{mlx5,ocrdma,qedr,rxe}: Omit port validation from IB verbs | Yuval Shaia | 1 | -21/+1 |
2018-12-11 | IB/rxe: Fix incorrect cache cleanup in error flow | Yuval Shaia | 1 | -12/+14 |
2018-12-07 | IB/rxe: Utilize generic function to validate port number | Yuval Shaia | 1 | -3/+3 |
2018-12-07 | IB/rxe: Make function rxe_pool_cleanup return void | Yuval Shaia | 2 | -4/+2 |
2018-11-30 | rxe: IB_WR_REG_MR does not capture MR's iova field | Chuck Lever | 1 | -0/+1 |
2018-11-09 | IB/rxe: make rxe_unregister_device void | Zhu Yanjun | 2 | -4/+2 |
2018-11-09 | IB/rxe: move the variable into the function that uses it | Zhu Yanjun | 3 | -11/+8 |
2018-11-09 | RDMA/rxe: Add link_down, rdma_sends, rdma_recvs stats counters | Andrew Boyer | 5 | -3/+17 |
2018-11-09 | RDMA/rxe: Distinguish between down links and disabled links | Andrew Boyer | 3 | -4/+11 |
2018-11-07 | rxe: fix error completion wr_id and qp_num | Sagi Grimberg | 1 | -4/+9 |
2018-11-07 | IB/rxe: clean skb queue directly | Zhu Yanjun | 1 | -4/+1 |
2018-10-17 | RDMA/drivers: Use core provided API for registering device attributes | Parav Pandit | 1 | -18/+8 |
2018-10-17 | IB/rxe: Remove unnecessary enum values | Nathan Chancellor | 3 | -12/+7 |
2018-10-04 | RDMA: Remove unused parameter from ib_modify_qp_is_ok() | Kamal Heib | 1 | -2/+1 |
2018-10-04 | RDMA/rxe: Remove unused addr_same() | Kamal Heib | 1 | -5/+0 |
2018-10-04 | IB/rxe: avoid srq memory leak | Zhu Yanjun | 1 | -2/+8 |