| 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 | 2019-03-09 | 1 | -14/+12 |
|\ |
|
| * | RDMA: Add and use rdma_for_each_port | Jason Gunthorpe | 2019-02-19 | 1 | -2/+3 |
| * | IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len() | Bart Van Assche | 2019-02-04 | 1 | -10/+7 |
| * | RDMA/srp: Increase max_segment_size | Bart Van Assche | 2019-01-30 | 1 | -0/+1 |
| * | IB/srp: Use struct_size() in kzalloc() | Gustavo A. R. Silva | 2019-01-08 | 1 | -2/+1 |
* | | RDMA/srp: Rework SCSI device reset handling | Bart Van Assche | 2019-02-04 | 1 | -10/+0 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2018-12-28 | 2 | -32/+147 |
|\ |
|
| * | 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 |
| * | RDMA: Start use ib_device_ops | Kamal Heib | 2018-12-12 | 1 | -2/+4 |
* | | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-18 | 1 | -1/+0 |
|/ |
|
* | ib_srp: Remove WARN_ON in srp_terminate_io() | Hannes Reinecke | 2018-10-17 | 1 | -9/+0 |
* | Merge branch 'for-rc' into rdma.git for-next | Jason Gunthorpe | 2018-10-16 | 1 | -3/+3 |
|\ |
|
| * | IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loop | Bart Van Assche | 2018-09-19 | 1 | -3/+3 |
* | | RDMA/ulp: Use dev_name instead of ibdev->name | Jason Gunthorpe | 2018-09-26 | 1 | -4/+6 |
|/ |
|
* | RDMA/cma: Constify path record, ib_cm_event, listen_id pointers | Parav Pandit | 2018-07-30 | 1 | -3/+5 |
* | IB/srp: Simplify ib_post_(send|recv|srq_recv)() calls | Bart Van Assche | 2018-07-24 | 1 | -8/+6 |
* | IB/srp: Remove driver version and release data information | Bart Van Assche | 2018-07-03 | 1 | -3/+0 |
* | IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gid | Parav Pandit | 2018-06-18 | 1 | -1/+1 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-12 | 1 | -4/+5 |
* | ib_srp: depend on INFINIBAND_ADDR_TRANS | Greg Thelen | 2018-04-27 | 1 | -1/+1 |
* | IB/srp: Disallow duplicate RDMA/CM connections | Bart Van Assche | 2018-03-19 | 1 | -3/+0 |
* | IB/srp: Fix IPv6 address parsing | Bart Van Assche | 2018-03-14 | 1 | -4/+23 |
* | IB/srp: Use the IB_DEVICE_SG_GAPS_REG HCA feature if supported | Sergey Gorenko | 2018-03-06 | 1 | -20/+36 |
* | IB/srp: Use %pIS instead of inet_ntop() | Bart Van Assche | 2018-02-28 | 1 | -42/+10 |
* | Revert "IB/srp: Avoid that a cable pull can trigger a kernel crash" | Bart Van Assche | 2018-02-28 | 1 | -19/+6 |
* | IB/srp: Fix srp_abort() | Bart Van Assche | 2018-02-28 | 1 | -3/+5 |
* | IB/srp: Fix completion vector assignment algorithm | Bart Van Assche | 2018-02-15 | 1 | -6/+4 |
* | IB/srp: Add target_can_queue login parameter | Bart Van Assche | 2018-01-23 | 2 | -0/+23 |
* | IB/srp: Add RDMA/CM support | Bart Van Assche | 2018-01-23 | 2 | -154/+589 |
* | IB/srp: Refactor srp_send_req() | Bart Van Assche | 2018-01-18 | 1 | -31/+34 |
* | IB/srp: Improve path record query error message | Bart Van Assche | 2018-01-18 | 1 | -1/+4 |
* | IB/srp: Use kstrtoull() instead of simple_strtoull() | Bart Van Assche | 2018-01-18 | 1 | -4/+29 |
* | IB/srp: replace custom implementation of hex2bin() | Andy Shevchenko | 2017-12-11 | 1 | -10/+3 |
* | IB/srp: Make CM timeout dependent on subnet timeout | Bart Van Assche | 2017-10-18 | 1 | -2/+22 |
* | IB/srp: Cache global rkey | Bart Van Assche | 2017-10-18 | 2 | -14/+16 |
* | IB/srp: Remove second argument of srp_destroy_qp() | Bart Van Assche | 2017-10-18 | 1 | -6/+6 |
* | IB/srp: Avoid that a cable pull can trigger a kernel crash | Bart Van Assche | 2017-10-18 | 1 | -6/+19 |
* | IB/core: Simplify sa_path_set_[sd]lid() calls | Bart Van Assche | 2017-10-10 | 1 | -1/+1 |
* | RDMA: Remove useless MODULE_VERSION | Leon Romanovsky | 2017-07-24 | 1 | -1/+0 |
* | RDMA/SA: Fix kernel panic in CMA request handler flow | Majd Dibbiny | 2017-06-01 | 1 | -1/+1 |
* | RDMA/srp: Fix NULL deref at srp_destroy_qp() | Israel Rukshin | 2017-06-01 | 1 | -1/+1 |
* | IB/SA: Add support to query OPA path records | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -1/+5 |
* | IB/SA: Add OPA path record type | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -1/+1 |
* | IB/SA: Split struct sa_path_rec based on IB and ROCE specific fields | Dasaratharaman Chandramouli | 2017-05-01 | 1 | -3/+4 |