summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en
AgeCommit message (Expand)AuthorFilesLines
2022-03-16net/mlx5e: MPLSoUDP encap, support action vlan pop_eth explicitlyMaor Dickman4-0/+10
2022-03-16net/mlx5e: MPLSoUDP decap, use vlan push_eth instead of peditMaor Dickman10-70/+42
2022-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-6/+15
2022-03-10net/mlx5: CT: Create smfs dr matchers dynamicallyPaul Blakey1-88/+94
2022-03-10net/mlx5: CT: Add software steering ct flow steering providerPaul Blakey5-6/+430
2022-03-10net/mlx5: CT: Introduce a platform for multiple flow steering providersPaul Blakey3-3/+118
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+0
2022-03-09net/mlx5e: SHAMPO, reduce TIR indicationBen Ben-Ishay1-3/+0
2022-03-03net/mlx5: Support GRE conntrack offloadToshiaki Makita1-6/+15
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-20/+41
2022-02-23net/mlx5e: MPLSoUDP decap, fix check for unsupported matchesMaor Dickman1-17/+11
2022-02-23net/mlx5e: Fix MPLSoUDP encap to use MPLS action informationMaor Dickman6-3/+24
2022-02-23net/mlx5e: TC, Skip redundant ct clear actionsRoi Dayan2-0/+8
2022-02-16net/mlx5e: TC, Allow sample action with CTRoi Dayan2-9/+5
2022-02-16net/mlx5e: TC, Make post_act parse CT and sample actionsRoi Dayan1-2/+3
2022-02-16net/mlx5e: TC, Clean redundant counter flag from tc action parsersRoi Dayan7-14/+7
2022-02-16net/mlx5e: Use multi table support for CT and sample actionsRoi Dayan6-94/+80
2022-02-16net/mlx5e: Create new flow attr for multi table actionsRoi Dayan7-17/+147
2022-02-16net/mlx5e: Add post act offload/unoffload APIRoi Dayan2-21/+54
2022-02-16net/mlx5e: Pass actions param to actions_match_supported()Roi Dayan1-0/+1
2022-02-16net/mlx5e: TC, Move flow hashtable to be per repPaul Blakey1-2/+2
2022-02-16net/mlx5e: RX, Restrict bulk size for small Striding RQsTariq Toukan2-0/+7
2022-02-16net/mlx5e: Default to Striding RQ when not conflicting with CQE compressionTariq Toukan1-2/+3
2022-02-16net/mlx5e: Generalize packet merge error messageTariq Toukan1-2/+2
2022-02-16net/mlx5e: Fix spelling mistake "supoported" -> "supported"Colin Ian King1-1/+1
2022-02-14net/mlx5e: Optimize the common case condition in mlx5e_select_queueMaxim Mikityanskiy1-3/+8
2022-02-14net/mlx5e: Optimize modulo in mlx5e_select_queueMaxim Mikityanskiy2-3/+24
2022-02-14net/mlx5e: Optimize mlx5e_select_queueMaxim Mikityanskiy1-16/+42
2022-02-14net/mlx5e: Use READ_ONCE/WRITE_ONCE for DCBX trust stateMaxim Mikityanskiy1-1/+1
2022-02-14net/mlx5e: Move repeating code that gets TC prio into a functionMaxim Mikityanskiy1-21/+15
2022-02-14net/mlx5e: Use select queue parameters to sync with control flowMaxim Mikityanskiy2-28/+30
2022-02-14net/mlx5e: Move mlx5e_select_queue to en/selq.cMaxim Mikityanskiy3-2/+117
2022-02-14net/mlx5e: Introduce select queue parametersMaxim Mikityanskiy3-1/+132
2022-02-14net/mlx5e: Sync txq2sq updates with mlx5e_xmit for HTB queuesMaxim Mikityanskiy1-4/+20
2022-02-14net/mlx5e: Use FW limitation for max MPW WQEBBsAya Levin4-21/+9
2022-02-14net/mlx5e: Read max WQEBBs on the SQ from firmwareAya Levin4-17/+25
2022-02-14net/mlx5e: Remove unused tstamp SQ fieldTariq Toukan1-1/+0
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-22/+28
2022-02-01net/mlx5e: Avoid field-overflowing memcpy()Kees Cook1-1/+3
2022-02-01net/mlx5e: Don't treat small ceil values as unlimited in HTB offloadMaxim Mikityanskiy1-1/+2
2022-02-01net/mlx5e: Fix handling of wrong devices during bond neteventMaor Dickman1-18/+14
2022-02-01net/mlx5e: Fix wrong calculation of header index in HW_GROKhalid Manaa1-0/+5
2022-02-01net/mlx5: Bridge, Fix devlink deadlock on net namespace deletionRoi Dayan1-2/+2
2022-02-01net/mlx5: Bridge, take rtnl lock in init error handlerVlad Buslov1-0/+2
2022-01-27net/mlx5e: CT, Remove redundant flow args from tc ct callsRoi Dayan3-13/+5
2022-01-27net/mlx5e: TC, Store mapped tunnel id on flow attrRoi Dayan4-10/+5
2022-01-27net/mlx5e: Test CT and SAMPLE on flow attrRoi Dayan4-0/+15
2022-01-27net/mlx5e: Refactor eswitch attr flags to just attr flagsRoi Dayan4-5/+5
2022-01-27net/mlx5e: CT, Don't set flow flag CT for ct clear flowRoi Dayan2-72/+5
2022-01-27net/mlx5e: TC, Hold sample_attr on stack instead of pointerRoi Dayan2-11/+6