Age | Commit message (Expand) | Author | Files | Lines |
2019-02-15 | RDMA/core: Introduce and use ib_setup_port_attrs() | Parav Pandit | 1 | -29/+35 |
2019-02-15 | RDMA/core: Use simpler device_del() instead of device_unregister() | Parav Pandit | 2 | -5/+3 |
2019-02-15 | RDMA/cxgb4: Remove kref accounting for sync operation | Leon Romanovsky | 3 | -29/+3 |
2019-02-15 | RDMA/nes: Remove useless usecnt variable and redundant memset | Leon Romanovsky | 2 | -9/+1 |
2019-02-15 | IB/hfi1: Fix a build warning for TID RDMA READ | Kaike Wan | 1 | -0/+1 |
2019-02-15 | RDMA/uverbs: Fix an error flow in ib_uverbs_poll_cq | Jason Gunthorpe | 1 | -2/+1 |
2019-02-15 | IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs | Shamir Rabinovitch | 23 | -155/+194 |
2019-02-15 | IB/verbs: Add helper function rdma_udata_to_drv_context | Shamir Rabinovitch | 1 | -0/+17 |
2019-02-15 | IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows | Shamir Rabinovitch | 8 | -35/+58 |
2019-02-14 | IB/ipoib: Use __func__ instead of function's name | Erez Alfasi | 1 | -2/+2 |
2019-02-14 | RDMA/iwpm: Remove set but not used variable 'msg_seq' | YueHaibing | 1 | -2/+0 |
2019-02-14 | RDMA/hns: Configure capacity of hns device | Lijun Ou | 1 | -0/+5 |
2019-02-14 | RDMA/hns: Delete useful prints for aeq subtype event | Yixian Liu | 1 | -51/+6 |
2019-02-14 | RDMA/hns: Set allocated memory to zero for wrid | Yixian Liu | 1 | -4/+4 |
2019-02-14 | RDMA/hns: Fix the state of rereg mr | Yixian Liu | 1 | -0/+3 |
2019-02-14 | RDMA/hns: Limit minimum ROCE CQ depth to 64 | chenglang | 1 | -0/+1 |
2019-02-14 | IB/mlx5: Add support for 50Gbps per lane link modes | Aya Levin | 1 | -5/+61 |
2019-02-14 | net/mlx5: Add support to ext_* fields introduced in Port Type and Speed register | Aya Levin | 5 | -30/+94 |
2019-02-14 | net/mlx5: Add new fields to Port Type and Speed register | Aya Levin | 1 | -4/+8 |
2019-02-14 | net/mlx5: Refactor queries to speed fields in Port Type and Speed register | Aya Levin | 6 | -142/+91 |
2019-02-14 | net/mlx5: E-Switch, Avoid magic numbers when initializing offloads mode | Bodong Wang | 3 | -12/+19 |
2019-02-14 | net/mlx5: Relocate vport macros to the vport header file | Bodong Wang | 4 | -6/+9 |
2019-02-14 | net/mlx5: E-Switch, Normalize the name of uplink vport number | Bodong Wang | 7 | -30/+30 |
2019-02-14 | net/mlx5: Provide an alternative VF upper bound for ECPF | Bodong Wang | 1 | -1/+10 |
2019-02-14 | net/mlx5: Add host params change event | Bodong Wang | 4 | -0/+12 |
2019-02-14 | net/mlx5: Add query host params command | Bodong Wang | 4 | -0/+74 |
2019-02-14 | net/mlx5: Update enable HCA dependency | Bodong Wang | 4 | -2/+98 |
2019-02-14 | net/mlx5: Introduce Mellanox SmartNIC and modify page management logic | Bodong Wang | 10 | -25/+94 |
2019-02-14 | IB/mlx5: Use unified register/load function for uplink and VF vports | Bodong Wang | 3 | -72/+37 |
2019-02-14 | net/mlx5: Use consistent vport num argument type | Bodong Wang | 3 | -24/+24 |
2019-02-14 | net/mlx5: Use void pointer as the type in address_of macro | Bodong Wang | 1 | -1/+1 |
2019-02-13 | net/mlx5: Align ODP capability function with netdev coding style | Leon Romanovsky | 1 | -9/+6 |
2019-02-13 | RDMA/nes: Use for_each_sg_dma_page iterator for umem SGL | Shiraz, Saleem | 1 | -131/+89 |
2019-02-13 | RDMA/rdmavt: Adapt to handle non-uniform sizes on umem SGEs | Shiraz, Saleem | 1 | -10/+8 |
2019-02-13 | RDMA: Fix allocation failure on pointer pd | Colin Ian King | 1 | -1/+1 |
2019-02-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma... | Doug Ledford | 68 | -1060/+1343 |
2019-02-11 | mlx5: use RCU lock in mlx5_eq_cq_get() | Cong Wang | 1 | -6/+6 |
2019-02-11 | RDMA/bnxt_re: fix or'ing of data into an uninitialized struct member | Colin Ian King | 1 | -1/+1 |
2019-02-11 | RDMA/mlx5: Fix memory leak in case we fail to add an IB device | Mark Bloch | 1 | -1/+3 |
2019-02-11 | IB/mlx5: Fix bad flow upon DEVX mkey creation | Yishai Hadas | 1 | -2/+3 |
2019-02-11 | RDMA/rxe: Use for_each_sg_page iterator on umem SGL | Shiraz, Saleem | 1 | -7/+6 |
2019-02-11 | RDMA/ocrdma: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 1 | -32/+23 |
2019-02-11 | RDMA/qedr: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 1 | -37/+30 |
2019-02-11 | RDMA/vmw_pvrdma: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 1 | -13/+8 |
2019-02-11 | RDMA/cxgb3: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 1 | -17/+12 |
2019-02-11 | RDMA/cxgb4: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 1 | -19/+13 |
2019-02-11 | RDMA/hns: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 4 | -74/+56 |
2019-02-11 | RDMA/i40iw: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 1 | -19/+16 |
2019-02-11 | RDMA/mthca: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 1 | -20/+16 |
2019-02-11 | RDMA/bnxt_re: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 2 | -18/+14 |