aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-03Merge mlx5-next into rdma for-nextJason Gunthorpe37-487/+920
2019-07-03IB/mlx5: Fixed reporting counters on 2nd port for Dual port RoCEParav Pandit1-24/+36
2019-07-03net/mlx5: Report EQE data upon CQ completionYishai Hadas8-9/+11
2019-07-03net/mlx5: Report a CQ error event only when a handler was setYishai Hadas1-1/+2
2019-07-03net/mlx5: mlx5_core_create_cq() enhancementsYishai Hadas4-7/+9
2019-07-03net/mlx5: Expose the API to register for ANY eventYishai Hadas2-3/+2
2019-07-03net/mlx5: Use event mask based on device capabilitiesYishai Hadas3-9/+39
2019-07-03net/mlx5: Fix mlx5_core_destroy_cq() error flowYishai Hadas3-17/+10
2019-07-03RDMA/hns: Remove set but not used variable 'fclr_write_fail_flag'YueHaibing1-2/+0
2019-07-03RDMA/i40iw: Set queue pair state when being queriedLiu, Changcheng1-0/+2
2019-07-03IB/i40iw: Use kmemdup rather than open codingFuqian Huang1-2/+2
2019-07-03IB/ipoib: Remove memset after vzalloc in ipoib_cm.cFuqian Huang1-1/+0
2019-07-03IB: Remove unneeded memsetFuqian Huang7-14/+0
2019-07-02rdma/siw: addition to kernel build environmentBernard Metzler4-0/+30
2019-07-02rdma/siw: completion queue methodsBernard Metzler1-0/+101
2019-07-02rdma/siw: receive pathBernard Metzler1-0/+1456
2019-07-02rdma/siw: transmit pathBernard Metzler1-0/+1269
2019-07-02rdma/siw: queue pair methodsBernard Metzler1-0/+1322
2019-07-02rdma/siw: application buffer managementBernard Metzler2-0/+534
2019-07-02rdma/siw: application interfaceBernard Metzler2-0/+1851
2019-07-02rdma/siw: connection managementBernard Metzler2-0/+2205
2019-07-02rdma/siw: network and RDMA core interfaceBernard Metzler1-0/+687
2019-07-02rdma/siw: main include fileBernard Metzler1-0/+745
2019-07-02rdma/siw: iWarp wire packet formatBernard Metzler1-0/+380
2019-07-01net/mlx5: E-Switch, Handle UC address change in switchdev modeBodong Wang1-12/+9
2019-07-01net/mlx5: E-Switch, Consider host PF for inline mode and vlan popBodong Wang3-6/+34
2019-07-01net/mlx5: E-Switch, Use iterator for vlan and min-inline setupsBodong Wang1-6/+6
2019-07-01net/mlx5: E-Switch, Reg/unreg function changed event at correct stageBodong Wang3-31/+26
2019-07-01net/mlx5: E-Switch, Consolidate eswitch function number of VFsBodong Wang4-88/+90
2019-07-01net/mlx5: E-Switch, Refactor eswitch SR-IOV interfaceBodong Wang10-73/+74
2019-07-01net/mlx5: Handle host PF vport mac/guid for ECPFBodong Wang8-17/+25
2019-07-01net/mlx5: E-Switch, Use correct flags when configuring vlanBodong Wang1-1/+4
2019-07-01net/mlx5: Reduce dependency on enabled_vfs counter and num_vfsParav Pandit1-18/+4
2019-07-01net/mlx5: Don't handle VF func change if host PF is disabledBodong Wang1-1/+4
2019-07-01net/mlx5: Limit scope of mlx5_get_next_phys_dev() to PCI PF devicesParav Pandit1-1/+8
2019-07-01net/mlx5: Move pci status reg access mutex to mlx5_pci_initParav Pandit1-1/+1
2019-07-01net/mlx5: Rename mlx5_pci_dev_type to mlx5_coredev_typeHuy Nguyen1-2/+3
2019-07-01RDMA/mlx5: Cleanup rep when doing unloadBodong Wang1-7/+11
2019-07-01{IB, net}/mlx5: E-Switch, Use index of rep for vport to IB port mappingBodong Wang3-3/+3
2019-07-01net/mlx5: E-Switch, Use vport index when init repBodong Wang1-3/+3
2019-06-28IB/hfi1: No need to use try_module_get for debugfsDennis Dalessandro1-3/+2
2019-06-28IB/rdmavt: Add trace for map_mr_sgMike Marciniszyn2-0/+37
2019-06-28IB/rdmavt: Enhance trace information for FRWR debugMike Marciniszyn2-4/+18
2019-06-28IB/hfi1: Add missing INVALIDATE opcodes for traceMike Marciniszyn1-0/+2
2019-06-28IB/hfi1: Reduce excessive aspm inlinesMichael J. Ruhl4-259/+280
2019-06-28IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR detailsMichael J. Ruhl5-27/+29
2019-06-28IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPsMichael J. Ruhl6-37/+86
2019-06-28IB/rdmavt: Set QP allowed opcodes after QP allocationMichael J. Ruhl1-23/+12
2019-06-28IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is fullKamenee Arumugam9-20/+30
2019-06-28IB/rdmavt: Fracture single lock used for posting and processing RWQEsKamenee Arumugam3-60/+90