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 | 1 | -20/+30 |
2019-05-03 | RDMA: Introduce and use GID attr helper to read RoCE L2 fields | Parav Pandit | 1 | -2/+4 |
2019-04-08 | drivers: Remove explicit invocations of mmiowb() | Will Deacon | 1 | -6/+0 |
2019-04-01 | IB: Pass only ib_udata in function prototypes | Shamir Rabinovitch | 1 | -4/+4 |
2019-04-01 | IB: Remove 'uobject->context' dependency in object destroy APIs | Shamir Rabinovitch | 1 | -12/+20 |
2019-04-01 | IB: Pass uverbs_attr_bundle down ib_x destroy path | Shamir Rabinovitch | 1 | -2/+2 |
2019-02-16 | IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs | Shamir Rabinovitch | 1 | -32/+40 |
2019-01-11 | IB/{core,hw}: Have ib_umem_get extract the ib_ucontext from ib_udata | Jason Gunthorpe | 1 | -5/+9 |
2018-12-21 | IB/mlx4: Remove set but not used variable 'pd' | YueHaibing | 1 | -3/+0 |
2018-12-19 | RDMA: Cleanup undesired pd->uobject usage | Shamir Rabinovitch | 1 | -10/+10 |
2018-12-19 | IB/mlx4: Utilize macro to calculate SQ spare size | Yuval Shaia | 1 | -1/+1 |
2018-12-12 | IB/mlx4: Remove unneeded NULL check | Yuval Shaia | 1 | -3/+3 |
2018-10-04 | RDMA: Remove unused parameter from ib_modify_qp_is_ok() | Kamal Heib | 1 | -7/+1 |
2018-07-31 | IB/mlx4: Use 4K pages for kernel QP's WQE buffer | Jack Morgenstein | 1 | -175/+34 |
2018-07-31 | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const | Bart Van Assche | 1 | -10/+11 |
2018-07-31 | RDMA: Constify the argument of the work request conversion functions | Bart Van Assche | 1 | -12/+13 |
2018-07-04 | IB/mlx4: Test port number before querying type. | Tarick Bedeir | 1 | -1/+1 |
2018-06-25 | IB/mlx4: Add support for drain SQ & RQ | Yishai Hadas | 1 | -6/+148 |
2018-06-18 | RDMA: Convert drivers to use the AH's sgid_attr in post_wr paths | Parav Pandit | 1 | -6/+2 |
2018-06-18 | IB/mlx4: Use GID attribute from ah attribute | Parav Pandit | 1 | -2/+1 |
2018-06-18 | RDMA: Convert drivers to use sgid_attr instead of sgid_index | Parav Pandit | 1 | -20/+11 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+2 |
2018-05-24 | IB/core: Reduce the places that use zgid | Parav Pandit | 1 | -1/+1 |
2018-04-27 | RDMA/mlx4: Add missed RSS hash inner header flag | Leon Romanovsky | 1 | -1/+2 |
2018-04-04 | IB/providers: Avoid null netdev check for RoCE | Parav Pandit | 1 | -1/+1 |
2018-04-04 | IB/providers: Avoid zero GID check for RoCE | Parav Pandit | 1 | -2/+0 |
2018-03-21 | IB/mlx4: Eliminate duplicate barriers on weakly-ordered archs | Sinan Kaya | 1 | -2/+2 |
2018-03-16 | IB/mlx4: Add Scatter FCS support over WQ creation | Guy Levi | 1 | -1/+18 |
2017-12-28 | IB/mlx4: Add support to RSS hash for inner headers | Guy Levi | 1 | -0/+14 |
2017-12-28 | Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/... | Jason Gunthorpe | 1 | -7/+19 |
2017-12-18 | IB/mlx4: Remove unused ibpd parameter | Erez Alfasi | 1 | -2/+2 |
2017-12-13 | IB/mlx4: Potential buffer overflow in _mlx4_set_path() | Dan Carpenter | 1 | -0/+2 |
2017-12-07 | IB/mlx4: Fix RSS hash fields restrictions | Guy Levi | 1 | -7/+19 |
2017-11-13 | IB/mlx4: Increase maximal message size under UD QP | Mark Bloch | 1 | -1/+1 |
2017-11-13 | IB/mlx4: Add contig support for control objects | Guy Levi | 1 | -2/+6 |
2017-11-10 | IB/mlx4: Fix RSS's QPC attributes assignments | Guy Levi | 1 | -7/+9 |
2017-09-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -13/+13 |
2017-08-30 | net/mlx4_core: Dynamically allocate structs at mlx4_slave_cap | Eran Ben Elisha | 1 | -13/+13 |
2017-08-24 | RDMA/mlx4: Properly annotate link layer variable | Leon Romanovsky | 1 | -4/+2 |
2017-08-24 | IB/mlx4: Check that reserved fields in mlx4_ib_create_qp_rss are zero | Guy Levi | 1 | -0/+3 |
2017-08-24 | IB/mlx4: Fix struct mlx4_ib_create_wq alignment | Guy Levi | 1 | -5/+4 |
2017-08-24 | IB/mlx4: Fix RSS QP type in creation verb | Guy Levi | 1 | -1/+1 |
2017-08-24 | RDMA/mlx4: Don't use uninitialized variable | Leon Romanovsky | 1 | -1/+1 |
2017-08-22 | IB/mlx4: use kvmalloc_array to allocate wrid | Li Dongyang | 1 | -11/+4 |
2017-07-24 | IB/mlx4: Add support for RSS QP | Guy Levi | 1 | -22/+431 |
2017-07-24 | IB/mlx4: Add support for WQ indirection table related verbs | Guy Levi | 1 | -0/+70 |
2017-07-24 | IB/mlx4: Add support for WQ related verbs | Guy Levi | 1 | -56/+449 |
2017-07-24 | (IB, net)/mlx4: Add resource utilization support | Moshe Shemesh | 1 | -4/+9 |
2017-07-24 | IB/mlx4: Add inline-receive support | Maor Gottlieb | 1 | -7/+25 |
2017-07-18 | {net, IB}/mlx4: Remove gfp flags argument | Leon Romanovsky | 1 | -23/+17 |