| Commit message (Expand) | Author | Age | Files | Lines |
* | rdma/siw: addition to kernel build environment | Bernard Metzler | 2019-07-02 | 3 | -0/+29 |
* | rdma/siw: completion queue methods | Bernard Metzler | 2019-07-02 | 1 | -0/+101 |
* | rdma/siw: receive path | Bernard Metzler | 2019-07-02 | 1 | -0/+1456 |
* | rdma/siw: transmit path | Bernard Metzler | 2019-07-02 | 1 | -0/+1269 |
* | rdma/siw: queue pair methods | Bernard Metzler | 2019-07-02 | 1 | -0/+1322 |
* | rdma/siw: application buffer management | Bernard Metzler | 2019-07-02 | 2 | -0/+534 |
* | rdma/siw: application interface | Bernard Metzler | 2019-07-02 | 2 | -0/+1851 |
* | rdma/siw: connection management | Bernard Metzler | 2019-07-02 | 2 | -0/+2205 |
* | rdma/siw: network and RDMA core interface | Bernard Metzler | 2019-07-02 | 1 | -0/+687 |
* | rdma/siw: main include file | Bernard Metzler | 2019-07-02 | 1 | -0/+745 |
* | rdma/siw: iWarp wire packet format | Bernard Metzler | 2019-07-02 | 1 | -0/+380 |
* | IB/rdmavt: Add trace for map_mr_sg | Mike Marciniszyn | 2019-06-29 | 2 | -0/+37 |
* | IB/rdmavt: Enhance trace information for FRWR debug | Mike Marciniszyn | 2019-06-29 | 2 | -4/+18 |
* | IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR details | Michael J. Ruhl | 2019-06-29 | 1 | -1/+1 |
* | IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPs | Michael J. Ruhl | 2019-06-29 | 2 | -8/+56 |
* | IB/rdmavt: Set QP allowed opcodes after QP allocation | Michael J. Ruhl | 2019-06-29 | 1 | -23/+12 |
* | IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is full | Kamenee Arumugam | 2019-06-29 | 3 | -5/+22 |
* | IB/rdmavt: Fracture single lock used for posting and processing RWQEs | Kamenee Arumugam | 2019-06-29 | 3 | -60/+90 |
* | IB/hfi1: Move receive work queue struct into uapi directory | Kamenee Arumugam | 2019-06-29 | 4 | -71/+152 |
* | IB/hfi1: Move rvt_cq_wc struct into uapi directory | Kamenee Arumugam | 2019-06-29 | 1 | -69/+123 |
* | Merge tag 'v5.2-rc6' into rdma.git for-next | Jason Gunthorpe | 2019-06-29 | 6 | -1/+8 |
|\ |
|
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2019-06-07 | 2 | -1/+4 |
| |\ |
|
| | * | IB/{qib, hfi1, rdmavt}: Correct ibv_devinfo max_mr value | Mike Marciniszyn | 2019-05-29 | 1 | -0/+2 |
| | * | IB/rdmavt: Fix alloc_qpn() WARN_ON() | Mike Marciniszyn | 2019-05-29 | 1 | -1/+2 |
| * | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 4 | -0/+4 |
| |/ |
|
* | | IB/{rdmavt, qib, hfi1}: Convert to new completion API | Mike Marciniszyn | 2019-06-21 | 1 | -22/+9 |
* | | RDMA: Check umem pointer validity prior to release | Leon Romanovsky | 2019-06-20 | 2 | -4/+2 |
* | | RDMA: Convert CQ allocations to be under core responsibility | Leon Romanovsky | 2019-06-11 | 6 | -59/+31 |
* | | RDMA: Clean destroy CQ in drivers do not return errors | Leon Romanovsky | 2019-06-11 | 3 | -8/+3 |
* | | RDMA: Move owner into struct ib_device_ops | Jason Gunthorpe | 2019-06-10 | 1 | -1/+1 |
* | | RDMA: Move uverbs_abi_ver into struct ib_device_ops | Jason Gunthorpe | 2019-06-10 | 2 | -2/+3 |
* | | RDMA: Move driver_id into struct ib_device_ops | Jason Gunthorpe | 2019-06-10 | 2 | -3/+3 |
* | | IB/rdmavt: Use struct_size() helper | Gustavo A. R. Silva | 2019-05-30 | 1 | -3/+1 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2019-05-09 | 32 | -271/+198 |
|\ |
|
| * | RDMA/rdmavt: Catch use-after-free access of AH structures | Leon Romanovsky | 2019-05-06 | 1 | -2/+1 |
| * | RDMA/rxe: Use rdma_read_gid_attr_ndev_rcu to access netdev | Parav Pandit | 2019-05-03 | 1 | -3/+12 |
| * | RDMA/rxe: Consider skb reserve space based on netdev of GID | Parav Pandit | 2019-05-03 | 1 | -1/+2 |
| * | Merge branch 'rdma_mmap' into rdma.git for-next | Jason Gunthorpe | 2019-04-24 | 1 | -7/+10 |
| |\ |
|
| * | | IB/{rdmavt, qib, hfi1}: Use new routine to release reference counts | Mike Marciniszyn | 2019-04-24 | 1 | -7/+2 |
| * | | IB/rdmavt: Use more efficient allowed_ops | Mike Marciniszyn | 2019-04-24 | 1 | -11/+4 |
| * | | IB/rdmavt: Fix ab/ba include issues | Mike Marciniszyn | 2019-04-24 | 5 | -5/+5 |
| * | | RDMA: Handle SRQ allocations by IB/core | Leon Romanovsky | 2019-04-08 | 6 | -53/+33 |
| * | | RDMA: Handle AH allocations by IB/core | Leon Romanovsky | 2019-04-08 | 6 | -50/+32 |
| * | | IB: Pass only ib_udata in function prototypes | Shamir Rabinovitch | 2019-04-01 | 16 | -99/+68 |
| * | | IB: Pass uverbs_attr_bundle down ib_x destroy path | Shamir Rabinovitch | 2019-04-01 | 13 | -27/+29 |
| * | | RDMA/rdmavt: Use correct sizing on buffers holding page DMA addresses | Shiraz Saleem | 2019-03-28 | 1 | -1/+1 |
| * | | RDMA/rxe: Use correct sizing on buffers holding page DMA addresses | Shiraz Saleem | 2019-03-28 | 1 | -1/+1 |
| * | | IB/rxe: Replace av->network_type with skb->protocol | Zhu Yanjun | 2019-03-27 | 1 | -16/+12 |
| * | | RDMA/rxe: Fix slab-out-bounds access which lead to kernel crash later | Leon Romanovsky | 2019-03-26 | 1 | -5/+6 |
| * | | RDMA: Use __packed annotation instead of __attribute__ ((packed)) | Erez Alfasi | 2019-03-26 | 1 | -1/+1 |