| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'cve-fixup', 'ipoib', 'iser', 'misc-4.1', 'or-mlx4' and 'srp' ... | Doug Ledford | 2015-04-15 | 1 | -11/+11 |
|\ \ |
|
| | * | ib_uverbs: Fix pages leak when using XRC SRQs | Sébastien Dugué | 2015-04-15 | 1 | -11/+11 |
| |/ |
|
* | | IB/core: don't disallow registering region starting at 0x0 | Yann Droneaud | 2015-04-15 | 1 | -2/+2 |
* | | IB/core: disallow registering 0-sized memory region | Yann Droneaud | 2015-04-15 | 1 | -0/+3 |
|/ |
|
* | IB/uverbs: Prevent integer overflow in ib_umem_get address arithmetic | Shachar Raindel | 2015-04-02 | 1 | -0/+8 |
*-. | Merge branches 'core', 'cxgb4', 'iser', 'mlx4', 'mlx5', 'ocrdma', 'odp', 'qib... | Roland Dreier | 2015-02-20 | 4 | -42/+112 |
|\ \ |
|
| | * | IB/core: Add on demand paging caps to ib_uverbs_ex_query_device | Haggai Eran | 2015-02-18 | 1 | -1/+19 |
| | * | IB/core: Add support for extended query device caps | Eli Cohen | 2015-02-18 | 3 | -41/+92 |
| | * | IB/core: Properly handle registration of on-demand paging MRs after dereg | Haggai Eran | 2015-02-17 | 1 | -1/+2 |
| |/ |
|
* | | IB/core: Fix deadlock on uverbs modify_qp error flow | Moshe Lazer | 2015-02-17 | 1 | -4/+5 |
* | | IB/core: When marshaling ucma path from user-space, clear unused fields | Ilya Nelkenbaum | 2015-02-17 | 1 | -0/+3 |
|/ |
|
* | Revert "IB/core: Add support for extended query device caps" | Yann Droneaud | 2015-02-06 | 2 | -97/+41 |
* | IB/core: Temporarily disable ex_query_device uverb | Haggai Eran | 2015-02-03 | 1 | -1/+0 |
*-. | Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'mlx4', 'ocrdma', 'odp' and ... | Roland Dreier | 2014-12-15 | 7 | -48/+964 |
|\ \ |
|
| | * | IB/core: Implement support for MMU notifiers regarding on demand paging regions | Haggai Eran | 2014-12-15 | 5 | -12/+482 |
| | * | IB/core: Add support for on demand paging regions | Shachar Raindel | 2014-12-15 | 5 | -0/+341 |
| | * | IB/core: Add flags for on demand paging support | Sagi Grimberg | 2014-12-15 | 2 | -3/+30 |
| | * | IB/core: Add support for extended query device caps | Eli Cohen | 2014-12-15 | 3 | -42/+86 |
| | * | IB/core: Add umem function to read data from user-space | Haggai Eran | 2014-12-15 | 1 | -0/+34 |
| | * | IB/core: Replace ib_umem's offset field with a full address | Haggai Eran | 2014-12-15 | 1 | -3/+3 |
| |/ |
|
* | | IB/addr: Improve address resolution callback scheduling | Or Kehati | 2014-12-15 | 1 | -2/+2 |
* | | IB/core: Fix mgid key handling in SA agent multicast data-base | Jack Morgenstein | 2014-12-15 | 1 | -3/+8 |
* | | IB/core: Do not resolve VLAN if already resolved | Moni Shoua | 2014-12-15 | 1 | -1/+2 |
|/ |
|
*-. | Merge branches 'core', 'cxgb4', 'iser', 'mlx5' and 'ocrdma' into for-next | Roland Dreier | 2014-10-14 | 1 | -0/+1 |
|\ \ |
|
| | * | IB/core: Avoid leakage from kernel to user space | Eli Cohen | 2014-10-09 | 1 | -0/+1 |
| |/ |
|
* | | IB/core: Fix XRC race condition in ib_uverbs_open_qp | Jack Morgenstein | 2014-10-14 | 1 | -0/+4 |
* | | IB/core: Clear AH attr variable to prevent garbage data | Devesh Sharma | 2014-10-14 | 1 | -0/+2 |
|/ |
|
*-. | Merge branches 'core', 'ipoib', 'iser', 'mlx4', 'ocrdma' and 'qib' into for-next | Roland Dreier | 2014-09-22 | 1 | -0/+4 |
|\ \ |
|
| | * | IB/core: When marshaling uverbs path, clear unused fields | Matan Barak | 2014-09-22 | 1 | -0/+4 |
| |/ |
|
* | | IB: ib_umem_release() should decrement mm->pinned_vm from ib_umem_get | Shawn Bohrer | 2014-09-19 | 1 | -6/+13 |
|/ |
|
*---. | Merge branches 'core', 'cxgb4', 'ipoib', 'iser', 'iwcm', 'mad', 'misc', 'mlx4... | Roland Dreier | 2014-08-14 | 7 | -139/+385 |
|\ \ \ |
|
| | | * | IB/mad: Add user space RMPP support | Ira Weiny | 2014-08-10 | 2 | -35/+73 |
| | | * | IB/mad: add new ioctl to ABI to support new registration options | Ira Weiny | 2014-08-10 | 5 | -7/+128 |
| | | * | IB/mad: Add dev_notice messages for various umad/mad registration failures | Ira Weiny | 2014-08-10 | 2 | -9/+57 |
| | | * | IB/mad: Update module to [pr|dev]_* style print messages | Ira Weiny | 2014-08-10 | 3 | -77/+85 |
| | | * | IB/umad: Update module to [pr|dev]_* style print messages | Ira Weiny | 2014-08-10 | 1 | -11/+15 |
| | |/
| |/| |
|
| | * | RDMA/iwcm: Use a default listen backlog if needed | Steve Wise | 2014-08-05 | 1 | -0/+27 |
| |/ |
|
* | | IB/core: Add user MR re-registration support | Matan Barak | 2014-08-01 | 3 | -0/+95 |
|/ |
|
*---. | Merge branches 'core', 'cxgb3', 'cxgb4', 'iser', 'iwpm', 'misc', 'mlx4', 'mlx... | Roland Dreier | 2014-06-10 | 8 | -9/+1554 |
|\ \ \ |
|
| | | * | IB/core: Fix sparse warnings about redeclared functions | Roland Dreier | 2014-06-04 | 1 | -4/+4 |
| | | * | IB/mad: Fix sparse warning about gfp_t use | Roland Dreier | 2014-06-03 | 1 | -1/+1 |
| | |/
| |/| |
|
| | * | RDMA/core: Add support for iWARP Port Mapper user space service | Tatyana Nikolova | 2014-06-10 | 6 | -4/+1549 |
| |/ |
|
* | | IB/umad: Fix use-after-free on close | Bart Van Assche | 2014-06-06 | 1 | -11/+19 |
* | | IB/core: Fix kobject leak on device register error flow | Haggai Eran | 2014-06-05 | 1 | -26/+26 |
* | | IB/core: Fix port kobject deletion during error flow | Haggai Eran | 2014-06-04 | 1 | -9/+17 |
* | | IB/core: Remove unneeded kobject_get/put calls | Haggai Eran | 2014-06-04 | 1 | -5/+2 |
* | | IB/umad: Fix error handling | Bart Van Assche | 2014-05-29 | 1 | -22/+27 |
|/ |
|
*---. | Merge branches 'core', 'cxgb4', 'ip-roce', 'iser', 'misc', 'mlx4', 'nes', 'oc... | Roland Dreier | 2014-04-03 | 3 | -43/+14 |
|\ \ \ |
|
| | | * | IB/mad: Check and handle potential DMA mapping errors | Yan Burman | 2014-04-01 | 1 | -0/+14 |
| | |/
| |/| |
|
| | * | IB/core: Don't resolve passive side RoCE L2 address in CMA REQ handler | Moni Shoua | 2014-04-01 | 2 | -43/+0 |
| |/ |
|