| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2018-12-28 | 174 | -3991/+6957 |
|\ |
|
| * | RDMA/srpt: Use kmem_cache_free() instead of kfree() | Wei Yongjun | 2018-12-23 | 1 | -1/+1 |
| * | RDMA/mlx5: Signedness bug in UVERBS_HANDLER() | Dan Carpenter | 2018-12-23 | 1 | -1/+1 |
| * | IB/uverbs: Signedness bug in UVERBS_HANDLER() | Dan Carpenter | 2018-12-23 | 1 | -1/+1 |
| * | IB/mlx5: Allocate the per-port Q counter shared when DEVX is supported | Yishai Hadas | 2018-12-21 | 3 | -2/+26 |
| * | IB/umad: Start using dev_groups of class | Parav Pandit | 2018-12-21 | 1 | -16/+12 |
| * | IB/umad: Use class_groups and let core create class file | Parav Pandit | 2018-12-21 | 1 | -9/+14 |
| * | IB/umad: Refactor code to use cdev_device_add() | Parav Pandit | 2018-12-21 | 1 | -85/+86 |
| * | IB/umad: Avoid destroying device while it is accessed | Parav Pandit | 2018-12-21 | 1 | -9/+13 |
| * | IB/umad: Simplify and avoid dynamic allocation of class | Parav Pandit | 2018-12-21 | 1 | -21/+21 |
| * | IB/mlx5: Fix wrong error unwind | Jason Gunthorpe | 2018-12-21 | 1 | -3/+5 |
| * | IB/mlx4: Remove set but not used variable 'pd' | YueHaibing | 2018-12-21 | 1 | -3/+0 |
| * | RDMA/iwcm: Don't copy past the end of dev_name() string | Steve Wise | 2018-12-21 | 1 | -4/+8 |
| * | IB/mlx5: Fix long EEH recover time with NVMe offloads | Huy Nguyen | 2018-12-21 | 1 | -3/+16 |
| * | IB/mlx5: Simplify netdev unbinding | Or Gerlitz | 2018-12-20 | 1 | -5/+9 |
| * | IB/core: Move query port to ioctl | Michael Guralnik | 2018-12-20 | 3 | -53/+104 |
| * | RDMA/nldev: Expose port_cap_flags2 | Michael Guralnik | 2018-12-20 | 1 | -3/+6 |
| * | IB/core: uverbs copy to struct or zero helper | Michael Guralnik | 2018-12-20 | 1 | -0/+11 |
| * | IB/rxe: Reuse code which sets port state | Yuval Shaia | 2018-12-20 | 3 | -21/+11 |
| * | IB/rxe: Make counters thread safe | Parav Pandit | 2018-12-20 | 2 | -4/+4 |
| * | IB/mlx5: Use the correct commands for UMEM and UCTX allocation | Yishai Hadas | 2018-12-20 | 1 | -19/+15 |
| * | IB/mlx5: Use uid as part of alloc/dealloc transport domain | Yishai Hadas | 2018-12-20 | 1 | -0/+2 |
| * | Merge branch 'mlx5-next' into rdma.git | Jason Gunthorpe | 2018-12-20 | 4 | -28/+25 |
| |\ |
|
| * | | RDMA/bnxt_re: Increase depth of control path command queue | Devesh Sharma | 2018-12-20 | 3 | -26/+68 |
| * | | RDMA/bnxt_re: Query HWRM Interface version from FW | Selvin Xavier | 2018-12-20 | 2 | -0/+32 |
| * | | IB/usnic: Fix potential deadlock | Parvi Kaustubhi | 2018-12-20 | 1 | -4/+7 |
| * | | RDMA/bnxt_re: Make use of destroy AH sleepable flag | Gal Pressman | 2018-12-20 | 3 | -5/+8 |
| * | | RDMA/bnxt_re: Make use of create AH sleepable flag | Gal Pressman | 2018-12-20 | 3 | -5/+8 |
| * | | RDMA: Mark if destroy address handle is in a sleepable context | Gal Pressman | 2018-12-20 | 35 | -58/+67 |
| * | | RDMA: Mark if create address handle is in a sleepable context | Gal Pressman | 2018-12-20 | 29 | -25/+43 |
| * | | RDMA/srpt: Add support for immediate data | Bart Van Assche | 2018-12-19 | 2 | -49/+189 |
| * | | RDMA/srpt: Rework the srpt_alloc_srq() error path | Bart Van Assche | 2018-12-19 | 1 | -4/+6 |
| * | | RDMA/srpt: Remove driver version and release date | Bart Van Assche | 2018-12-19 | 1 | -5/+2 |
| * | | RDMA/srpt: Make kernel-doc headers complete | Bart Van Assche | 2018-12-19 | 1 | -1/+4 |
| * | | RDMA/srpt: Join split strings | Bart Van Assche | 2018-12-19 | 1 | -17/+12 |
| * | | RDMA/srpt: Improve coding style conformance | Bart Van Assche | 2018-12-19 | 2 | -6/+6 |
| * | | RDMA/srpt: Fix a use-after-free in the channel release code | Bart Van Assche | 2018-12-19 | 1 | -5/+13 |
| * | | RDMA/srp: Add support for immediate data | Bart Van Assche | 2018-12-19 | 2 | -14/+89 |
| * | | RDMA/srp: Rework handling of the maximum information unit length | Bart Van Assche | 2018-12-19 | 2 | -14/+29 |
| * | | RDMA/srp: Move srp_rdma_ch.max_ti_iu_len declaration | Bart Van Assche | 2018-12-19 | 1 | -1/+2 |
| * | | RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layer | Bart Van Assche | 2018-12-19 | 1 | -0/+1 |
| * | | RDMA/srp: Handle large SCSI CDBs correctly | Bart Van Assche | 2018-12-19 | 2 | -6/+19 |
| * | | RDMA/srp: Document srp_parse_in() arguments | Bart Van Assche | 2018-12-19 | 1 | -0/+3 |
| * | | include/scsi/srp.h: Add support for immediate data | Bart Van Assche | 2018-12-19 | 1 | -0/+5 |
| * | | include/scsi/srp.h: Move response flag definitions into this file | Bart Van Assche | 2018-12-19 | 1 | -4/+0 |
| * | | IB/mlx5: Fix compile issue when ODP disabled | Doug Ledford | 2018-12-19 | 1 | -4/+4 |
| * | | RDMA: Cleanup undesired pd->uobject usage | Shamir Rabinovitch | 2018-12-19 | 24 | -113/+125 |
| * | | RDMA/restrack: Resource-tracker should not use uobject pointers | Shamir Rabinovitch | 2018-12-18 | 7 | -36/+39 |
| * | | IB/mlx5: Add advise_mr() support | Moni Shoua | 2018-12-18 | 4 | -9/+157 |
| * | | IB/uverbs: Add support to advise_mr | Moni Shoua | 2018-12-18 | 1 | -1/+55 |