summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-2230-337/+194
* RDMA/core: Fix a WARN() messageDan Carpenter2019-02-221-3/+1
* bnxt_re: fix the regression due to changes in alloc_pblDevesh Sharma2019-02-223-22/+14
* IB/mlx4: Increase the timeout for CM cacheHÃ¥kon Bugge2019-02-221-1/+1
* IB/core: Abort page fault handler silently during owning process exitMoni Shoua2019-02-211-1/+1
* IB/mlx5: Validate correct PD before prefetch MRMoni Shoua2019-02-211-16/+30
* IB/mlx5: Protect against prefetch of invalid MRMoni Shoua2019-02-214-23/+102
* RDMA/uverbs: Store PR pointer before it is overwrittenLeon Romanovsky2019-02-211-1/+1
* IB/hfi1: Add missing break in switch statementGustavo A. R. Silva2019-02-211-0/+1
* Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe2019-02-2124-331/+563
|\
| * net/mlx5: Factor out HCA capabilities functionsLeon Romanovsky2019-02-191-15/+31
| * IB/mlx5: Add support for 50Gbps per lane link modesAya Levin2019-02-141-5/+61
| * net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin2019-02-144-30/+75
| * net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin2019-02-145-131/+91
| * net/mlx5: E-Switch, Avoid magic numbers when initializing offloads modeBodong Wang2019-02-142-11/+16
| * net/mlx5: Relocate vport macros to the vport header fileBodong Wang2019-02-142-0/+2
| * net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang2019-02-146-30/+26
| * net/mlx5: Add host params change eventBodong Wang2019-02-142-0/+5
| * net/mlx5: Add query host params commandBodong Wang2019-02-143-0/+33
| * net/mlx5: Update enable HCA dependencyBodong Wang2019-02-143-0/+94
| * net/mlx5: Introduce Mellanox SmartNIC and modify page management logicBodong Wang2019-02-147-19/+77
| * IB/mlx5: Use unified register/load function for uplink and VF vportsBodong Wang2019-02-143-72/+37
| * net/mlx5: Use consistent vport num argument typeBodong Wang2019-02-142-20/+20
| * net/mlx5: Align ODP capability function with netdev coding styleLeon Romanovsky2019-02-131-9/+6
| * mlx5: use RCU lock in mlx5_eq_cq_get()Cong Wang2019-02-111-6/+6
* | drivers/IB,qib: Fix pinned/locked limit check in qib_get_user_pages()Davidlohr Bueso2019-02-201-1/+1
* | RDMA/core: Verify that memory window type is legalNoa Osherovich2019-02-191-0/+5
* | RDMA/iwcm: Fix string truncation errorLeon Romanovsky2019-02-191-3/+3
* | RDMA/core: Cosmetic change - move member initialization to correct blockYuval Shaia2019-02-191-8/+7
* | iw_cxgb4: Make function read_tcb() staticWei Yongjun2019-02-191-1/+1
* | RDMA/hns: Bugfix for set hem of SCCYangyang Li2019-02-191-0/+3
* | RDMA/hns: Modify qp&cq&pd specification according to UMLijun Ou2019-02-191-5/+5
* | rdma_rxe: Use netlink messages to add/delete linksSteve Wise2019-02-198-13/+46
* | RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise2019-02-191-0/+122
* | IB/usnic: Fix deadlockParvi Kaustubhi2019-02-193-28/+19
* | RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-195-12/+30
* | RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe2019-02-196-33/+32
* | RDMA/rxe: Use driver_unregister and new unregistration APIJason Gunthorpe2019-02-198-87/+30
* | RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe2019-02-191-36/+206
* | RDMA/rxe: Use ib_device_get_by_netdev() instead of open codingJason Gunthorpe2019-02-194-47/+38
* | RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe2019-02-191-12/+107
* | RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe2019-02-195-38/+164
* | RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe2019-02-191-58/+31
* | RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe2019-02-193-63/+35
* | RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-1910-46/+42
* | RDMA/nldev: Don't expose number of not-visible entriesLeon Romanovsky2019-02-191-5/+2
* | RDMA/nldev: Connect QP number to .doit callbackLeon Romanovsky2019-02-192-1/+11
* | RDMA/nldev: Provide parent IDs for PD, MR and QP objectsLeon Romanovsky2019-02-191-0/+18
* | RDMA/nldev: Share with user-space object IDsLeon Romanovsky2019-02-191-0/+20
* | RDMA/restrack: Prepare restrack_root to addition of extra fields per-typeLeon Romanovsky2019-02-193-78/+43