aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-31net/mlx5e: E-Switch, Initialize eswitch only if eswitch managerEli Cohen1-2/+2
2018-07-31mlx5: handle DMA mapping error case for XDP redirectJesper Dangaard Brouer1-0/+3
2018-07-27net/mlx5e: Issue direct lookup on vxlan ports by vport representorsSaeed Mahameed1-10/+2
2018-07-27net/mlx5e: Vxlan, move vxlan logic to core driverSaeed Mahameed7-19/+19
2018-07-27net/mlx5e: Vxlan, add sync lock for add/del vxlan portSaeed Mahameed1-3/+15
2018-07-27net/mlx5e: Vxlan, return values for add/del portSaeed Mahameed2-11/+21
2018-07-27net/mlx5e: Vxlan, rename from mlx5e to mlx5Saeed Mahameed5-79/+104
2018-07-27net/mlx5e: Vxlan, rename struct mlx5e_vxlan to mlx5_vxlan_portSaeed Mahameed2-34/+33
2018-07-27net/mlx5e: Vxlan, move netdev only logic to en_main.cSaeed Mahameed3-61/+61
2018-07-27net/mlx5e: Vxlan, add direct delete functionSaeed Mahameed1-6/+13
2018-07-27net/mlx5e: Vxlan, cleanup an unused member in vxlan workGal Pressman3-8/+4
2018-07-27net/mlx5e: Vxlan, replace ports radix-tree with hash tableGal Pressman3-17/+28
2018-07-27net/mlx5e: Vxlan, check maximum number of UDP portsGal Pressman2-0/+15
2018-07-27net/mlx5e: Vxlan, reflect 4789 UDP port default addition to software databaseGal Pressman1-13/+27
2018-07-26net/mlx5e: TX, Use function to access sq_dma object in fifoTariq Toukan1-10/+9
2018-07-26net/mlx5e: TX, Move DB fields in TXQ-SQ structTariq Toukan1-6/+4
2018-07-26net/mlx5e: RX, Prefetch the xdp_frame data areaTariq Toukan1-0/+1
2018-07-26net/mlx5e: Add support for XDP_REDIRECT in device-out sideTariq Toukan7-21/+154
2018-07-26net/mlx5e: Re-order fields of struct mlx5e_xdpsqTariq Toukan4-18/+19
2018-07-26net/mlx5e: Refactor XDP countersTariq Toukan5-26/+52
2018-07-26net/mlx5e: Make XDP xmit functions more genericTariq Toukan4-42/+61
2018-07-26net/mlx5e: Add counter for XDP redirect in RXTariq Toukan3-0/+6
2018-07-26net/mlx5e: Move XDP related code into new XDP filesTariq Toukan7-215/+293
2018-07-26net/mlx5e: Restrict the combination of large MTU and XDPTariq Toukan2-8/+33
2018-07-26net/mlx5e: Gather all XDP pre-requisite checks in a single functionTariq Toukan1-11/+22
2018-07-26net/mlx5e: Do not recycle RX pages in interface down flowTariq Toukan1-17/+20
2018-07-26net/mlx5e: Replace call to MPWQE free with dealloc in interface down flowTariq Toukan3-3/+2
2018-07-25net/mlx5e: Offload TC matching on tos/ttl for ip tunnelsOr Gerlitz1-1/+22
2018-07-25net/mlx5e: Support setup of tos and ttl for tunnel key TC action offloadOr Gerlitz1-9/+12
2018-07-25net/mlx5e: Use ttl from route lookup on tc encap offload only if neededOr Gerlitz1-10/+17
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-28/+52
2018-07-24Merge branch 'mellanox/mlx5-next' into rdma.git for-nextJason Gunthorpe9-139/+62
2018-07-24net/mlx5: Add support for flow table destination numberYishai Hadas3-10/+21
2018-07-24net/mlx5: Add forward compatible support for the FTE match dataYishai Hadas1-76/+1
2018-07-23net/mlx5e: Use PARTIAL_GSO for UDP segmentationBoris Pismenny5-140/+23
2018-07-23net/mlx5e: Support offloading double vlan push/pop tc actionsJianbo Liu3-20/+58
2018-07-23net/mlx5e: Refactor tc vlan push/pop actions offloadingJianbo Liu3-28/+41
2018-07-23net/mlx5e: Support offloading tc double vlan headers matchJianbo Liu1-3/+52
2018-07-23net/mlx5e: Remove redundant WARN when we cannot find neigh entryRoi Dayan1-3/+1
2018-07-23net/mlx5: FW tracer, Add debug printsSaeed Mahameed1-2/+11
2018-07-23net/mlx5: FW tracer, Enable tracingFeras Daoud3-4/+18
2018-07-23net/mlx5: FW tracer, parse traces and kernel tracing supportFeras Daoud3-2/+333
2018-07-23net/mlx5: FW tracer, events handlingFeras Daoud3-10/+340
2018-07-23net/mlx5: FW tracer, register log buffer memory keySaeed Mahameed1-3/+61
2018-07-23net/mlx5: FW tracer, create trace buffer and copy strings databaseFeras Daoud2-3/+224
2018-07-23net/mlx5: FW tracer, implement tracer logicFeras Daoud2-0/+262
2018-07-23Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed10-72/+60
2018-07-18net/mlx5e: Only allow offloading decap egress (egdev) flowsRoi Dayan1-0/+4
2018-07-18net/mlx5: Fix QP fragmented buffer allocationTariq Toukan2-13/+23
2018-07-18net/mlx5: Fix 'DON'T_TRAP' functionalityRaed Salem1-1/+1