Age | Commit message (Expand) | Author | Files | Lines |
2018-07-30 | IB/mlx4: Use 4K pages for kernel QP's WQE buffer | Jack Morgenstein | 1 | -175/+34 |
2018-07-30 | RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const | Bart Van Assche | 1 | -10/+11 |
2018-07-30 | 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-12 | 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-03 | IB/providers: Avoid null netdev check for RoCE | Parav Pandit | 1 | -1/+1 |
2018-04-03 | 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-15 | 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-27 | 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-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -13/+13 |
2017-08-29 | 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-17 | {net, IB}/mlx4: Remove gfp flags argument | Leon Romanovsky | 1 | -23/+17 |
2017-05-01 | IB/core: Define 'ib' and 'roce' rdma_ah_attr types | Dasaratharaman Chandramouli | 1 | -11/+5 |
2017-05-01 | IB/core: Use rdma_ah_attr accessor functions | Dasaratharaman Chandramouli | 1 | -44/+48 |
2017-05-01 | IB/mlx4: Rename to_ib_ah_attr to to_rdma_ah_attr | Dasaratharaman Chandramouli | 1 | -5/+5 |
2017-05-01 | IB/core: Rename struct ib_ah_attr to rdma_ah_attr | Dasaratharaman Chandramouli | 1 | -3/+5 |
2017-04-25 | IB: Replace ib_umem page_size by page_shift | Artemy Kovalyov | 1 | -1/+1 |
2017-02-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -24/+32 |
2017-02-14 | IB/mlx4: Take source GID by index from HW GID table | Talat Batheesh | 1 | -24/+32 |
2017-01-10 | RDMA: Adding ethertype ETH_P_IBOE | Selvin Xavier | 1 | -5/+1 |
2016-12-14 | IB/mlx4: Rework special QP creation error path | Bart Van Assche | 1 | -2/+4 |
2016-12-13 | IB/mlx4: Fix out-of-range array index in destroy qp flow | Jack Morgenstein | 1 | -1/+2 |
2016-12-13 | IB/mlx4: Check if GRH is available before using it | Eran Ben Elisha | 1 | -2/+2 |
2016-10-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 1 | -2/+23 |
2016-10-07 | IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packets | Jack Morgenstein | 1 | -1/+22 |