summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-2129-364/+685
|\
| * 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-145-30/+94
| * net/mlx5: Add new fields to Port Type and Speed registerAya Levin2019-02-141-4/+8
| * net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin2019-02-146-142/+91
| * net/mlx5: E-Switch, Avoid magic numbers when initializing offloads modeBodong Wang2019-02-143-12/+19
| * net/mlx5: Relocate vport macros to the vport header fileBodong Wang2019-02-144-6/+9
| * net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang2019-02-147-30/+30
| * net/mlx5: Provide an alternative VF upper bound for ECPFBodong Wang2019-02-141-1/+10
| * net/mlx5: Add host params change eventBodong Wang2019-02-144-0/+12
| * net/mlx5: Add query host params commandBodong Wang2019-02-144-0/+74
| * net/mlx5: Update enable HCA dependencyBodong Wang2019-02-144-2/+98
| * net/mlx5: Introduce Mellanox SmartNIC and modify page management logicBodong Wang2019-02-1410-25/+94
| * 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-143-24/+24
| * net/mlx5: Use void pointer as the type in address_of macroBodong Wang2019-02-141-1/+1
| * 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
* | lib/irq_poll: Support schedules in non-interrupt contextsSteve Wise2019-02-191-1/+1
* | 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-194-2/+144
* | IB/usnic: Fix deadlockParvi Kaustubhi2019-02-193-28/+19
* | RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-196-12/+35
* | 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-192-36/+217
* | 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-192-13/+116
* | RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe2019-02-196-38/+171
* | RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe2019-02-192-59/+33
* | RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe2019-02-194-94/+78
* | RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-1912-46/+53
* | 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