aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mlx5
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 2-69/+8
2020-06-03RDMA/mlx5: Return ECE DC supportGravatar Leon Romanovsky 1-2/+3
2020-05-29net/mlx5: IPSec: Fix incorrect type for spiGravatar Saeed Mahameed 1-1/+1
2020-05-29net/mlx5: cmd: Fix memset with byte count warningGravatar Saeed Mahameed 1-1/+1
2020-05-29Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Gravatar Saeed Mahameed 4-58/+53
2020-05-27RDMA/mlx5: Convert modify QP to use MLX5_SET macrosGravatar Leon Romanovsky 1-66/+0
2020-05-27Merge branch 'mellanox/mlx5-next' into rdma.git for/nextGravatar Jason Gunthorpe 2-23/+17
2020-05-27net/mlx5: Add ability to read and write ECE optionsGravatar Leon Romanovsky 1-10/+16
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-0/+16
2020-05-22net/mlx5: Avoid processing commands before cmdif is readyGravatar Eran Ben Elisha 1-0/+9
2020-05-22net/mlx5: Fix a race when moving command interface to events modeGravatar Eran Ben Elisha 1-0/+6
2020-05-22net/mlx5: Add command entry handling completionGravatar Moshe Shemesh 1-0/+1
2020-05-18net/mlx5: Move iseg access helper routines close to mlx5_core driverGravatar Parav Pandit 1-10/+0
2020-05-18net/mlx5: Cleanup mlx5_ifc_fte_match_set_misc2_bitsGravatar Raed Salem 1-3/+1
2020-05-13Merge branch 'mellanox/mlx5-next' into rdma.git for/nextGravatar Jason Gunthorpe 4-35/+36
2020-05-13net/mlx5: Add support in forward to namespaceGravatar Maor Gottlieb 1-0/+1
2020-05-10net/mlx5: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 3-35/+35
2020-05-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Gravatar Saeed Mahameed 1-0/+2
2020-05-02RDMA/mlx5: Set lag tx affinity according to slaveGravatar Maor Gottlieb 2-1/+5
2020-05-01net/mlx5: Add support to get lag physical portGravatar Maor Gottlieb 1-0/+2
2020-04-30Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Gravatar Saeed Mahameed 8-134/+187
2020-04-28net/mlx5: TX WQE Add trailer insertion fieldGravatar Raed Salem 1-0/+6
2020-04-28net/mlx5: Add release all pages capability bitGravatar Eran Ben Elisha 1-1/+3
2020-04-28net/mlx5: Introduce TLS RX offload hardware bitsGravatar Tariq Toukan 2-4/+19
2020-04-28net/mlx5: Add structure and defines for pci sync for fw update eventGravatar Moshe Shemesh 2-1/+18
2020-04-28net/mlx5: Add structure layout and defines for MFRL registerGravatar Moshe Shemesh 2-0/+25
2020-04-28net/mlx5: Refactor imm_inval_pkey field in cqe structGravatar Raed Salem 1-1/+6
2020-04-28net/mlx5: Use aligned variable while allocating ICM memoryGravatar Erez Shitrit 1-1/+2
2020-04-28net/mlx5: Introduce IPsec Connect-X offload hardware bits and structuresGravatar Raed Salem 2-3/+79
2020-04-28net/mlx5: Add support for COPY steering actionGravatar Huy Nguyen 1-4/+4
2020-04-23net/mlx5: Update transobj.c new cmd interfaceGravatar Leon Romanovsky 1-13/+6
2020-04-23net/mlx5: Update cq.c to new cmd interfaceGravatar Leon Romanovsky 1-1/+1
2020-04-23net/mlx5: Update vport.c to new cmd interfaceGravatar Leon Romanovsky 1-2/+1
2020-04-20net/mlx5: Refactor mlx5_accel_esp_create_hw_context parameter listGravatar Raed Salem 1-0/+12
2020-04-19net/mlx5: Enable SW-defined RoCEv2 UDP source portGravatar Mark Zhang 1-1/+4
2020-04-19net/mlx5: Move QP logic to mlx5_ibGravatar Leon Romanovsky 3-98/+0
2020-04-19net/mlx5: Remove Q counter low level helper APIsGravatar Leon Romanovsky 1-4/+0
2020-04-19net/mlx5: Provide simplified command interfacesGravatar Leon Romanovsky 1-0/+13
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 4-19/+13
2020-03-29Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Gravatar Saeed Mahameed 1-10/+0
2020-03-27Merge branch 'mlx5_tx_steering' into rdma.git for-nextGravatar Jason Gunthorpe 3-1/+8
2020-03-27net/mlx5: Add support for RDMA TX steeringGravatar Michael Guralnik 3-1/+8
2020-03-27IB/mlx5: Limit the scope of struct mlx5_bfreg_info to mlx5_ibGravatar Leon Romanovsky 1-17/+0
2020-03-17net/mlx5: Eswitch, enable forwarding back to uplink portGravatar Eli Cohen 1-1/+2
2020-03-13Merge branch 'mlx5_mr_cache' into rdma.git for-nextGravatar Jason Gunthorpe 2-14/+7
2020-03-13{IB,net}/mlx5: Move asynchronous mkey creation to mlx5_ibGravatar Michael Guralnik 1-6/+0
2020-03-13{IB,net}/mlx5: Assign mkey variant in mlx5_ib onlyGravatar Saeed Mahameed 1-4/+0
2020-03-12net/mlx5: E-Switch, Enable reg c1 loopback when possibleGravatar Paul Blakey 1-0/+7
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...Gravatar David S. Miller 1-2/+29
2020-03-10IB/mlx5: Replace tunnel mpls capability bits for tunnel_offloadsGravatar Alex Vesker 1-1/+5