summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2020-05-29Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed7-38/+104
2020-05-27net/mlx5: DR, Split RX and TX lock for parallel insertionAlex Vesker5-35/+56
2020-05-27net/mlx5: DR, Add a spinlock to protect the send ringAlex Vesker2-4/+10
2020-05-27net/mlx5e: Optimize performance for IPv4/IPv6 ethertypeEli Britstein5-60/+85
2020-05-27net/mlx5e: Helper function to set ethertypeEli Britstein4-16/+27
2020-05-27net/mlx5: Add missing mutex destroyParav Pandit1-2/+14
2020-05-27net/mlx5e: Use change upper event to setup representors' bond_metadataVu Pham1-8/+14
2020-05-27net/mlx5e: Slave representors sharing unique metadata for matchVu Pham3-8/+80
2020-05-27net/mlx5: E-Switch, Alloc and free unique metadata for matchVu Pham5-32/+103
2020-05-27net/mlx5e: Add bond_metadata and its slave entriesVu Pham2-0/+133
2020-05-27net/mlx5e: Offload flow rules to active lower representorOr Gerlitz1-9/+26
2020-05-27net/mlx5e: Support tc block sharing for representorsVu Pham1-0/+23
2020-05-27net/mlx5e: Use netdev events to set/del egress acl forward-to-vport ruleOr Gerlitz4-4/+175
2020-05-27net/mlx5: E-Switch, Introduce APIs to enable egress acl forward-to-vport ruleVu Pham3-24/+187
2020-05-27net/mlx5: E-Switch, Refactor eswitch ingress acl codesVu Pham10-583/+619
2020-05-27net/mlx5: E-Switch, Refactor eswitch egress acl codesVu Pham10-275/+462
2020-05-26flow_dissector: Parse multiple MPLS Label Stack EntriesGuillaume Nault1-8/+19
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller15-46/+152
2020-05-23Merge tag 'mlx5-updates-2020-05-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller20-1121/+1809
2020-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller11-214/+100
2020-05-22net/mlx5: Fix error flow in case of function_setup failureShay Drory1-1/+2
2020-05-22net/mlx5e: CT: Correctly get flow ruleRoi Dayan2-3/+6
2020-05-22net/mlx5e: Update netdev txq on completions during closureMoshe Shemesh1-3/+6
2020-05-22net/mlx5: Annotate mutex destroy for root nsRoi Dayan1-0/+6
2020-05-22net/mlx5: Don't maintain a case of del_sw_func being nullRoi Dayan1-8/+9
2020-05-22net/mlx5: Fix cleaning unmanaged flow tablesRoi Dayan1-5/+6
2020-05-22net/mlx5: Fix memory leak in mlx5_events_initMoshe Shemesh1-1/+3
2020-05-22net/mlx5e: Fix inner tirs handlingRoi Dayan4-10/+12
2020-05-22net/mlx5e: kTLS, Destroy key object after destroying the TISTariq Toukan1-1/+1
2020-05-22net/mlx5e: Fix allowed tc redirect merged eswitch offload casesMaor Dickman3-14/+41
2020-05-22net/mlx5: Avoid processing commands before cmdif is readyEran Ben Elisha2-0/+14
2020-05-22net/mlx5: Fix a race when moving command interface to events modeEran Ben Elisha2-4/+34
2020-05-22net/mlx5: Add command entry handling completionMoshe Shemesh1-0/+14
2020-05-22net/mlx5e: Support pedit on mpls over UDP decapEli Cohen1-12/+53
2020-05-22net/mlx5e: Add support for hw decapsulation of MPLS over UDPEli Cohen5-5/+238
2020-05-22net/mlx5e: Allow to match on mpls parametersEli Cohen2-2/+67
2020-05-22net/mlx5e: Add support for hw encapsulation of MPLS over UDPEli Cohen6-3/+114
2020-05-22net/mlx5e: Introduce kconfig var for TC supportVlad Buslov8-15/+109
2020-05-22net/mlx5e: Move TC-specific code from en_main.c to en_tc.cVlad Buslov3-37/+42
2020-05-22net/mlx5e: Extract neigh-specific code from en_rep.c to rep/neigh.cVlad Buslov8-368/+395
2020-05-22net/mlx5e: Extract TC-specific code from en_rep.c to rep/tc.cVlad Buslov9-708/+821
2020-05-22net/mlx5e: Use IS_ERR() to check and simplify codeTang Bin1-3/+2
2020-05-21mlx5, xsk: Migrate to new MEM_TYPE_XSK_BUFF_POOLBjörn Töpel10-210/+96
2020-05-21xsk: Move driver interface to xdp_sock_drv.hMagnus Karlsson4-4/+4
2020-05-18net/mlx5: Add support for RDMA TX FT headers modifyingMichael Guralnik1-0/+4
2020-05-18net/mlx5: Move iseg access helper routines close to mlx5_core driverParav Pandit2-0/+10
2020-05-18net/mlx5: Cleanup mlx5_ifc_fte_match_set_misc2_bitsRaed Salem2-3/+1
2020-05-15net/mlx5e: Take DCBNL-related definitions into dedicated filesTariq Toukan5-73/+84
2020-05-15net/mlx5e: Calculate SQ stop room in a robust wayMaxim Mikityanskiy8-36/+84
2020-05-15net/mlx5e: IPoIB, Drop multicast packets that this interface sentErez Shitrit1-3/+12