aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-14IB: Query ports via the core instead of direct into the driverOr Gerlitz22-54/+73
2017-02-14IB: Add protocol for USNICOr Gerlitz2-0/+9
2017-02-14IB/mlx4: Support raw packet protocolOr Gerlitz1-2/+5
2017-02-14IB/mlx5: Support raw packet protocolOr Gerlitz1-2/+4
2017-02-14IB/core: Add raw packet protocolOr Gerlitz1-0/+8
2017-02-14IB/mlx5: Add implicit MR supportArtemy Kovalyov5-49/+513
2017-02-14IB/mlx5: Expose MR cache for mlx5_ibArtemy Kovalyov3-29/+82
2017-02-14IB/mlx5: Add null_mkey accessArtemy Kovalyov3-1/+89
2017-02-14IB/umem: Indicate that process is being terminatedArtemy Kovalyov1-2/+3
2017-02-14IB/umem: Update on demand page (ODP) supportArtemy Kovalyov4-19/+113
2017-02-14IB/core: Add implicit MR flagArtemy Kovalyov1-1/+2
2017-02-14IB/mlx5: Support creation of a WQ with scatter FCS offloadNoa Osherovich1-2/+11
2017-02-14IB/mlx5: Enable QP creation with cvlan offloadNoa Osherovich2-1/+18
2017-02-14IB/mlx5: Enable WQ creation and modification with cvlan offloadNoa Osherovich1-1/+29
2017-02-14IB/mlx5: Expose vlan offloads capabilitiesNoa Osherovich1-2/+12
2017-02-14IB/uverbs: Enable QP creation with cvlan offloadNoa Osherovich1-1/+2
2017-02-14IB/uverbs: Enable WQ creation and modification with cvlan offloadNoa Osherovich2-1/+12
2017-02-14IB/uverbs: Expose vlan offloads capabilitiesNoa Osherovich2-1/+7
2017-02-14IB/core: Add scatter FCS flag to use in WQ creationNoa Osherovich1-0/+1
2017-02-14IB/core: Enable QP creation with cvlan offloadNoa Osherovich1-0/+1
2017-02-14IB/core: Enable WQ creation and modification with cvlan offloadNoa Osherovich1-2/+10
2017-02-14IB/core: Expose vlan offloads capabilitiesNoa Osherovich1-0/+15
2017-02-14IB/mlx5: Add port counter support for Receive WQsMajd Dibbiny2-2/+12
2017-02-14IB/mlx5: Expose Q counters groups only if they are supported by FWKamal Heib3-43/+128
2017-02-14IB/mlx5: Replace ENOTSUPP usage with EOPNOTSUPPLeon Romanovsky1-6/+6
2017-02-14IB/mlx5: Add flow tag supportMoses Reuben1-3/+23
2017-02-14IB/uverbs: Add support for flow tagMoses Reuben3-2/+47
2017-02-14IB/core: Introduce flow tag specificationMoses Reuben1-0/+9
2017-02-14net/mlx5: Consolidate flow rules regardless their flow tagMaor Gottlieb1-2/+10
2017-02-14IB/mlx5: Remove deprecated module parameterLeon Romanovsky1-7/+0
2017-02-14IB/mlx5: Assign DSCP for R-RoCE QPs Address PathMajd Dibbiny3-0/+30
2017-02-14IB/mlx5: Avoid SMP MADs from VFsMaor Gottlieb1-0/+6
2017-02-14IB/mlx5: Add additional checks before processing MADsMaor Gottlieb3-0/+46
2017-02-14IB/mlx5: Verify that Q counters are supportedKamal Heib1-5/+9
2017-02-14IB/mlx5: Return error for unsupported signature typeLeon Romanovsky1-2/+3
2017-02-14IB/mlx5: Fix out-of-bound accessLeon Romanovsky1-8/+3
2017-01-09Merge tag 'mlx5-4kuar-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller17-516/+672
2017-01-09tcp: make TCP_INFO more consistentEric Dumazet1-4/+4
2017-01-09Merge branch 'bpf-verifier-improvements'David S. Miller6-104/+1131
2017-01-09bpf: rename ARG_PTR_TO_STACKAlexei Starovoitov5-52/+52
2017-01-09bpf: allow helpers access to variable memoryGianluca Borello2-10/+474
2017-01-09bpf: allow adjusted map element values to spillGianluca Borello2-5/+62
2017-01-09bpf: allow helpers access to map element valuesGianluca Borello2-2/+498
2017-01-09bpf: split check_mem_access logic for map valuesGianluca Borello1-39/+49
2017-01-09Merge branch 'net-smc'David S. Miller38-9/+7127
2017-01-09smc: netlink interface for SMC socketsUrsula Braun10-1/+379
2017-01-09smc: socket closing and linkgroup cleanupUrsula Braun11-36/+668
2017-01-09smc: receive data from RMBEUrsula Braun9-3/+304
2017-01-09smc: send data (through RDMA)Ursula Braun6-4/+491
2017-01-09smc: connection data control (CDC)Ursula Braun8-0/+641